
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
    <title>Pocket Arena</title>

<!-- Standardised web app manifest -->
<link rel="manifest" href="appmanifest.json">
<!-- iPad icons -->
<link rel="apple-touch-icon-precomposed" href="https://pocketarena.com/images/ShortCut/PA_icon_72.png" sizes="72x72">
<link rel="apple-touch-icon-precomposed" href="https://pocketarena.com/images/ShortCut/PA_icon_144.png" sizes="144x144">
<!-- iPhone and iPod touch icons -->
<link rel="apple-touch-icon-precomposed" href="https://pocketarena.com/images/ShortCut/PA_icon_48.png" sizes="57x57">
<link rel="apple-touch-icon-precomposed" href="https://pocketarena.com/images/ShortCut/PA_icon_144.png" sizes="114x114">
<!-- Nokia Symbian -->
<link rel="nokia-touch-icon" href="https://pocketarena.com/images/ShortCut/PA_icon_48.png">
<!-- Android icon precomposed so it takes precedence -->
<link rel="apple-touch-icon-precomposed" href="https://pocketarena.com/images/ShortCut/PA_icon_144.png" sizes="1x1">

<meta name="description" content="Web3 Esports & NFT Marketplace" />
<!-- Open Graph data -->
<meta property="og:title" content="Pocket Arena" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://www.pocketarena.com/images/static/meta-tag-pocketarena3.png"/>
<meta property="og:description" content="Web3 Esports & NFT Marketplace" />
<meta property="og:site_name" content="Pocket Arena" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Pocket Arena">
<meta name="twitter:description" content="Web3 Esports & NFT Marketplace">
<meta name="twitter:creator" content="@author_handle">
<meta name="twitter:image" content="https://www.pocketarena.com/images/static/meta-tag-pocketarena3.png">
<meta name="twitter:data2" content="Black">
<meta name="twitter:label2" content="Color">
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="author" content="SemiColonWeb" />
    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Poppins:300,400,500,600,700|PT+Serif:400,400i&display=swap" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
    <link rel="stylesheet" href="style.css?v=10" type="text/css" />  <!-- not responsive design, for index page -->
    <link rel="stylesheet" href="css/swiper.css" type="text/css" />
    <link rel="stylesheet" href="css/dark.css" type="text/css" />
    <link rel="stylesheet" href="css/font-icons.css" type="text/css" />
    <link rel="stylesheet" href="css/animate.css" type="text/css" />
    <link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
    <link rel="stylesheet" href="css/custom.css?v=10" type="text/css" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="shortcut icon" type="image/png" href="https://pocketarena.com/images/static/favicon.png" />
    <style>
    .owl-item {
        /* width: 245px !important; */
    }
    .owl-item.active {
        margin: 0px -1px !important;
    }

    .featured-inner-text-div {
        display: flex; align-items: flex-start; padding: 0px 5px; padding-top: 1px;
    }
    </style>

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-QDYFFBCPT4"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-QDYFFBCPT4');
    </script>
</head>


<body class="stretched">
    <script src="sw.js"></script>
<style>
    .add-button {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 9999999999999999;
        background: #302F30;
        width: 320px;
        padding: .5em .5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .add-button button {
        background: transparent;
        border: none;
        color: #99AFCF;
    }
    .add-button #ab-btn img {
        width: 2.5em;
        margin-right: .5em;
    }
    .add-button #ab-close {
        padding: .75em 1em;
    }
    .add-button #ab-close img {
        width: 1em;
    }
</style>
<script>

    var isCookieChecking = false;
    function showPAW(){
        if(!isCookieChecking && deferredPrompt) $('.add-button').show();
    }
    // Register service worker to control making site work offline

    if ('serviceWorker' in navigator) {
        navigator.serviceWorker
            .register('sw.js')
            .then(function() { console.log('Service Worker Registered'); });
    }

    var deferredPrompt;
    window.addEventListener('beforeinstallprompt', function(e) {
        console.log('beforeinstallprompt')
        // Prevent Chrome 67 and earlier from automatically showing the prompt
        e.preventDefault();
        // Stash the event so it can be triggered later.
        deferredPrompt = e;
        // Update UI to notify the user they can add to home screen
        showPAW();

        $('#ab-btn').on('click', function(e) {
            // hide our user interface that shows our A2HS button
            $('.add-button').hide();
            // Show the prompt
            deferredPrompt.prompt();
            // Wait for the user to respond to the prompt
            deferredPrompt.userChoice.then(function(choiceResult) {
                if (choiceResult.outcome === 'accepted') {
                    console.log('User accepted the A2HS prompt');
                } else {
                    console.log('User dismissed the A2HS prompt');
                }
                deferredPrompt = null;
            });
        });

        $('#ab-close').on('click', function(e){
            $('.add-button').hide();
        })
    });

</script>
<div type="button" class="add-button" style="display: none">
    <button type="button" id="ab-btn"><img src="https://pocketarena.com/images/ShortCut/PA_icon_96.png" alt="pa logo"> Add to home screen</button>
    <button type="button" id="ab-close"><img src="/assets/main/main_image/btn-close.png" alt="close"></button>
</div>    <!-- Document Wrapper -->
    <div id="wrapper" class="clearfix">
        <!-- Header
		============================================= -->
		<header id="header" class="sticky-header-shrink" data-sticky-class="not-dark">
			<div id="header-wrap">
				<div class="container responsive-container" style="max-width: 1320px;">
					<div class="header-row header-row-cs">
						<!-- Logo
						============================================= -->
                        <div class="mobile-menu-styling">
                            <a href="javascript:void(0);" id="mobile_menu">
                                <div id="primary-menu-trigger">
                                    <!-- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 384 384" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path xmlns="http://www.w3.org/2000/svg" d="m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0" fill="#ffffff" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0" fill="#ffffff" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0" fill="#ffffff" data-original="#000000" style=""/></g></svg>		 -->
                                    <img src="/games/featured_images/icon_hamburger.png" alt="menu" class="open-menu">
                                    <img src="/games/featured_images/close_menu.png" alt="close" class="close-menu">
                                </div>
                                <span>menu</span>
                            </a>
                            <div id="logo">
                                <a href="/" class="standard-logo" data-dark-logo="/assets/main/top_menu/Logo-PA.png"><img src="/assets/main/top_menu/Logo-PA.png" alt="Pocketarena Logo" width="195" height="28"></a>
                                <a href="/" class="retina-logo" data-dark-logo="/assets/main/top_menu/Logo-PA.png"><img src="/assets/main/top_menu/Logo-PA.png" alt="Pocketarena Logo" width="195" height="28"></a>
                                <ul class="top-sns d-flex align-items-center">
                                    <li><a href="https://t.me/swisspoc"><img src="/assets/main/top_menu/top_icon_telegram.png" alt="telegram"></a></li>
<!--                                    <li><a href="https://www.facebook.com/PocketArena"><img src="/assets/main/top_menu/top_icon_facebook.png" alt="facebook"></a></li>-->
                                    <li><a href="https://twitter.com/pocketarena"><img src="/assets/main/top_menu/top_icon_twitter.png" alt="twitter"></a></li>
                                    <li><a href="https://discord.com/invite/hZSA6jMBfg"><img src="/assets/main/top_menu/top_icon_discord.png" alt="discord"></a></li>
                                    <li><a href="https://pa-support.pocketarena.com/official-community" class="btn-community" target="_blank"><img src="/assets/main/main_image/icon_community.png" alt="icon"><span>Official Community</span></a></li>
                                </ul>
                            </div><!-- #logo end -->
                            <div class="whitepaper">
                                <a href="https://pocketarena.com/whitepaper/"><img src="/games/featured_images/icon_whitepaper.png" alt="whitepaper"/></a>
                                <span>whitepaper</span>
                            </div>
                        </div>
						<!-- Primary Navigation
						============================================= -->
                        <nav class="primary-menu">
    <ul class="menu-container">
        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="/"><div class="top_nav_home">Home</div></a>
        </li>
        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://whitepaper.pocketarena.com/"><div class="top_nav_pocketarena">White Paper</div></a>
        </li>

        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://pa-support.pocketarena.com/"><div class="top_nav_developer">Support</div></a>
        </li>

        <!-- <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://support.pocketarena.com/news/"><div class="top_nav_news">News</div></a>
        </li> -->

        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://medium.com/pocketarena"><div class="top_nav_news">News</div></a>
        </li>

        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://games.pocketarena.com/dashboard/"><div class="top_nav_arena">Arena</div></a>
        </li>

<!--        <li class="menu-item">-->
<!--            <a class="menu-link menu-link-cs" href="https://support.pocketarena.com/news/"><div class="top_nav_login">Login</div></a>-->
<!--        </li>-->
<!---->
<!--        <li class="menu-item">-->
<!--            <a class="menu-link menu-link-cs" href="https://support.pocketarena.com/news/"><div class="top_nav_signup">Sign Up</div></a>-->
<!--        </li>-->

        <li class="menu-item">
            <a class="menu-link menu-link-cs" href="https://sdk.pocketarena.com/wallet"><div class="top_nav_wallet">Wallet</div></a>
        </li>
    </ul>
</nav>
                        <!-- #primary-menu end -->
                        <div class="currency-ratio type-2">
                            <div>
                                1 POC = $                            </div>
                        </div>
					</div>
				</div>
			</div>
			<div class="header-wrap-clone"></div>
		</header><!-- #header end -->
        <!-- Content Desktop View -->
        <section id="content">
            <div id="main_image_content" class="content-wrap">
                <div class="row clearfix align-items-stretch">
                    <div class="col-lg-12 col-padding main-visual" style="background: url('assets/main/main_image/main_background_image2.png') center center no-repeat; background-size: cover; padding-top: 108px; padding-right: 0;padding-left: 0;text-align: -webkit-center; text-align: -moz-center;">
                        <div class="row theme-wrapper">
                            <a class="theme-block-1" target="_blank" href="https://games.pocketarena.com/castle/">
                                <img class="tb1-1" src="assets/main/main_image/image_logo_castledefense.png" alt="Castle Defense logo">
                                <img class="tb1-2" src="assets/main/main_image/image_castledefense.png" alt="Castle Defense characters">
                                <img class="tb1-3" src="assets/main/main_image/image_copywriting2.png" alt="Web3 Esports & NFT Marketplace">
                            </a>
                            <div class="theme-block-2">
                                <a href="https://games.pocketarena.com/castle/" class="tbtns theme-btn1" target="_blank">
                                    <img src="assets/main/main_image/btn_playnow_normal.png" alt="play now" class="tb-normal">
                                    <img src="assets/main/main_image/btn_playnow_selected.png" alt="play now" class="tb-selected">
                                    <img src="assets/main/main_image/btn_playnow_focus.png" alt="play now" class="tb-focus">
                                </a>
                                <a href="https://games.pocketarena.com/cmarket/" class="tbtns theme-btn2" target="_blank">
                                    <img src="assets/main/main_image/btn_getcastle_normal.png" alt="get castle now" class="tb-normal">
                                    <img src="assets/main/main_image/btn_getcastle_selected.png" alt="get castle now" class="tb-selected">
                                    <img src="assets/main/main_image/btn_getcastle_focus.png" alt="get castle now" class="tb-focus">
                                </a>
                                <a href="https://games.pocketarena.com/cmarket/map" class="tbtns theme-btn3" target="_blank">
                                    <img src="assets/main/main_image/button_CastleManager_LandSelection_normal.png" alt="castle manager" class="tb-normal">
                                    <img src="assets/main/main_image/button_CastleManager_LandSelection_hover.png" alt="castle manager" class="tb-selected">
                                    <img src="assets/main/main_image/button_CastleManager_LandSelection_hover.png" alt="castle manager" class="tb-focus">
                                </a>
                            </div>
                            <div class="theme-block-3 no-1"> <!-- mobile -->
                                <div class="divider"></div>
                                <a href="https://play.google.com/store/apps/details?id=com.pocketarena.castledefense" class="tbtns no2" target="_blank">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-normal">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-selected">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-focus">
                                </a>
                                <a href="https://apps.apple.com/app/castle-defense-pocket-arena/id1602781023" class="tbtns no4" target="_blank">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-normal">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-selected">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-focus">
                                </a>
                                <a href="https://games.pocketarena.com/castledefense/" class="tbtns no1" target="_blank">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-normal">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-selected">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-focus">
                                </a>
                                <a href="https://games.pocketarena.com/castledefence_android/CastleDefense.apk" class="tbtns no3" target="_blank">
                                    <img src="assets/main/main_image/btn_APKDownload_M_normal.png" alt="Download APK" class="tb-normal">
                                    <img src="assets/main/main_image/btn_APKDownload_M_hover.png" alt="Download APK" class="tb-selected">
                                    <img src="assets/main/main_image/btn_APKDownload_M_hover.png" alt="Download APK" class="tb-focus">
                                </a>
                            </div>
                            <div class="theme-block-3 no-2"> <!-- pc -->
                                <div class="divider"></div>
                                <a href="https://games.pocketarena.com/castledefense/" class="tbtns no1" target="_blank">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-normal">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-selected">
                                    <img src="assets/main/main_image/btn_OfficialSite_normal.png" alt="Castle Defense Official Site" class="tb-focus">
                                </a>
                                <a href="https://play.google.com/store/apps/details?id=com.pocketarena.castledefense" class="tbtns no2" target="_blank">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-normal">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-selected">
                                    <img src="assets/main/main_image/btn_GooglePlay_normal.png" alt="Google Play" class="tb-focus">
                                </a>
                                <a href="https://apps.apple.com/app/castle-defense-pocket-arena/id1602781023" class="tbtns no4" target="_blank">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-normal">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-selected">
                                    <img src="assets/main/main_image/btn_AppStore_normal.png" alt="App Store" class="tb-focus">
                                </a>
                                <a href="https://games.pocketarena.com/castledefence_android/CastleDefense.apk" class="tbtns no3" target="_blank">
                                    <img src="assets/main/main_image/btn_APKDownload_M_normal.png" alt="Download APK" class="tb-normal">
                                    <img src="assets/main/main_image/btn_APKDownload_M_hover.png" alt="Download APK" class="tb-selected">
                                    <img src="assets/main/main_image/btn_APKDownload_M_hover.png" alt="Download APK" class="tb-focus">
                                </a>
                            </div>
                            <div class="d-flex align-items-center w-100">
                                <ul class="top-sns2 d-flex align-items-center">
                                    <li><a href="https://t.me/swisspoc"><img src="/assets/main/top_menu/icon_telegram_center_m.png" alt="telegram"></a></li>
<!--                                    <li><a href="https://www.facebook.com/PocketArena"><img src="/assets/main/top_menu/icon_facebook_center_m.png" alt="facebook"></a></li>-->
                                    <li><a href="https://twitter.com/pocketarena"><img src="/assets/main/top_menu/icon_twitter_center_m.png" alt="twitter"></a></li>
                                    <li><a href="https://discord.com/invite/hZSA6jMBfg"><img src="/assets/main/top_menu/icon_discord_center_m.png" alt="discord"></a></li>
                                    <li><a href="https://pa-support.pocketarena.com/official-community" class="btn-community d-flex align-items-start" target="_blank">
                                            <img src="/assets/main/main_image/icon_community.png" alt="icon">
                                            <span>Official Community</span>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- arena battles
                <div id="arena_battle" class="section my-0">
                    <div class="width1320" style="border: 0px solid #fff; margin: auto; padding: 0px 15px; height: 100%;">
                        <div>
                            <p onClick="javascript:window.open('https://games.pocketarena.com/dashboard/');" class="whats-new-heading">ARENA BATTLES</p>
                        </div>
                        <div>
                            <hr class="whats-new-divider">
                        </div>
                        <div id="arena-battles-div" class="arena-battles-main-div">
                            <ul class="row">
                                <li class="no-1 col-lg-6 col-12">
                                    <div onClick="javascript:window.open('https://games.pocketarena.com/dashboard/');" class="ab-title">king</div>
                                    <ul onClick="javascript:window.open('https://games.pocketarena.com/dashboard/');" class="row">
                                        <li class="col-6 ab-wrapper">
                                            <div>
                                                <img class="ab-bg ab-for-m" src="assets/main/main_image/bg_King_Castle_m.png" alt="">
                                                <img class="ab-bg ab-for-pc" src="assets/main/main_image/box_King_Castle.png" alt="">
                                                <div class="ab-con">
                                                    <div class="ab-badge">
                                                        <img class="ab-for-m" src="assets/main/main_image/badge_King_m.png" alt="">
                                                        <img class="ab-for-pc" src="assets/main/main_image/badge_King.png" alt="">
                                                    </div>
                                                    <div class="ab-item-title">
                                                        <span>Castle</span>
                                                    </div>
                                                    <figure class="ab-item-img">
                                                        <img src="https://ipas.pocketarena.com/pa_castle/.png" alt="">
                                                    </figure>
                                                    <div class="ab-item-name">
                                                        <span></span>
                                                    </div>
                                                </div>
                                            </div>
                                        </li>
                                        <li class="col-6 ab-wrapper">
                                            <div>
                                                <img class="ab-bg ab-for-m" src="assets/main/main_image/bg_King_Castle_m.png" alt="">
                                                <img class="ab-bg ab-for-pc" src="assets/main/main_image/box_King_Castle.png" alt="">
                                                <div class="ab-con">
                                                    <div class="ab-badge">
                                                        <img class="ab-for-m" src="assets/main/main_image/badge_King_m.png" alt="">
                                                        <img class="ab-for-pc" src="assets/main/main_image/badge_King.png" alt="">
                                                    </div>
                                                    <div class="ab-item-title">
                                                        <span>Player</span>
                                                    </div>
                                                    <figure class="ab-item-img ab-player">
                                                        <img src="" alt="">
                                                    </figure>
                                                    <div class="ab-item-name">
                                                        <span></span>
                                                    </div>
                                                </div>
                                            </div>
                                        </li>
                                    </ul>
                                </li>
                                <li class="no-2 col-lg-6 col-md-6 col-12">
                                    <div class="ab-title">top player of the day</div>
                                    There is no data.                                </li>
                                <li class="no-3 col-lg-6 col-12 highlight-battle">
                                    <div class="ab-title">battle highlights</div>
                                    <ul class="row">
                                                                            </ul>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>

                
                <!-- watch arena battle on youtube -->
                <!-- YouTube OFF --><div id="watch_arena" style="display:none" class="section my-0">
                    <div class="width1320" style="border: 0px solid #fff; margin: auto; padding:0; height: 100%;">
                        <div class="heading-wrapper" style="padding: 0px 15px;">
                            <p class="whats-new-heading" style="cursor: pointer" onClick="javascript:window.open('https://www.youtube.com/@pocketarena_castledefense/featured');">WATCH ARENA BATTLE ON <img src="assets/main/main_image/logo_YouTube.png" alt=""></p>
                            <div>
                                <!-- <script src="https://apis.google.com/js/platform.js"></script>
                                <div style="display:none" class="g-ytsubscribe" data-channelid="UCB-XLEL6_Pzm_dN4ppojOOA" data-layout="default" data-count="hidden"></div>
                                 --> 
                                <a href="https://www.youtube.com/@pocketarena_castledefense/featured" target="_blank"><img src="assets/main/main_image/icon_YouTube.png" alt=""></a>
                            </div>
                        </div>
                        <div class="whats-new-divider-wrapper" style="padding: 0px 15px;">
                            <hr class="whats-new-divider">
                        </div>
                        <div id="wa-list" class="">
                            <ul class="row new_hide">
	                                                        </ul>
                        </div>
                    </div>
                </div>

                <!-- pocket arena castle town on youtube -->
                <!-- YouTube OFF --><div id="watch_arena" style="display:none" class="section my-0">
                    <div class="width1320" style="border: 0px solid #fff; margin: auto; padding:0; height: 100%;">
                        <div class="heading-wrapper" style="padding: 0px 15px;">
                            <p class="whats-new-heading" style="cursor: pointer" onClick="javascript:window.open('https://www.youtube.com/@pocketarena_castledefense/playlists');">POCKET ARENA CASTLE TOWN ON <img src="assets/main/main_image/logo_YouTube.png" alt=""></p>
                            <div>
                                <!-- <script src="https://apis.google.com/js/platform.js"></script>
                                <div style="display:none" class="g-ytsubscribe" data-channelid="UCB-XLEL6_Pzm_dN4ppojOOA" data-layout="default" data-count="hidden"></div>
                                 --> 
                                <a href="https://www.youtube.com/@pocketarena_castledefense/playlists" target="_blank"><img src="assets/main/main_image/icon_YouTube.png" alt=""></a>
                            </div>
                        </div>
                        <div class="whats-new-divider-wrapper" style="padding: 0px 15px;">
                            <hr class="whats-new-divider">
                        </div>
                        <div id="wa-list" class="">
                            <ul class="row new_hide">
	                                                        </ul>
                        </div>
                    </div>
                </div>
                
                <!-- games -->
                <div id="game_list_content">
                    <div class="content-wrap">
                        <div class="container clearfix" style="border:0px solid #fff; max-width: 1320px">
                            <div id="oc-clients-full" class="owl-carousel image-carousel carousel-widget" data-margin="0" data-nav="true" data-loop="false" data-autoplay="5000" data-pagi="false" data-items-xs="2" data-items-sm="3" data-items-md="5" data-items-lg="5" data-items-xl="5" >
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/castle/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/castleDefenseIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">NFT Castle Defense</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Strategy</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/superpill/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACsuperpillicon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Super Pill</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Arcade</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/bricks/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACBnticon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Bricks N Targets</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Arcade</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/cricket" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACcricket245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Cricket</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Sports</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/icepop/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACicepopicon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Ice Pop</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Puzzle</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/smashngrab" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/smashNGrabIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Smash n Grab</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Arcade</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/jumpthegaps" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACJumpThe-GapsIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Jump the Gaps</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Action</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/blockniq/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACBnIQicon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Block n IQ</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Puzzle</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/animalmatch" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACAnimalMatchIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Animal Match3</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Puzzle</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/jumpingfrog" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACJumpingfrogIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Jumping Frog</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Arcade</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://h5.pocketarena.com/puzzlefish/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACPuzzlefishIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Puzzle Fish</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Puzzle</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://h5.pocketarena.com/minisok/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/ACMinisokIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Minisok</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Puzzle</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/basketball/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/basketball3dIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">3D Basketball</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Sports</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                                <div class="owl-carousel-inner">
                                    <a href="https://games.pocketarena.com/taptheicons/" target="_blank">
                                        <div class="img-wrapper"><img src="/games/featured_images/tapTheIconsIcon245.png" height: 245px; width:245px;></div>
                                        <div class="featured-inner-div">
                                            <span class="featured-inner-heading">Tap the Icons</span>
                                            <div style="display: flex;">
                                                <!--
                                                <div><span class="featured-inner-text-1">HTML5</span></div>
                                                <div class="featured-inner-text-div"><span class="featured-inner-text-2">.</span></div>
                                                -->
                                                <div><span class="featured-inner-text-2">Action</span></div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                                            </div>
                            <div class="game-list-btn-div"><button id="more-games-button">MORE GAMES</button></div>
                        </div>
                    </div>
                </div>

                <div id="banner" class="mid-banner">
                    <div class="no-1">
                        <a href="https://pa-support.pocketarena.com/english-support/how-to-buy-poc-on-pancakeswap" target="_blank">
                            <div class="banner-m">
                                <img src="assets/main/main_image/banner_PancakeSwap_M.png" alt="How to Buy $POC on PancackeSwap">
                            </div>
                            <div class="banner-d">
                                <img src="assets/main/main_image/banner_PancakeSwap.png" alt="How to Buy $POC on PancackeSwap">
                                <img src="assets/main/main_image/banner_PancakeSwap_hover.png" alt="How to Buy $POC on PancackeSwap">
                            </div>
                        </a>
                    </div>
                    <!-- <div class="no-2">
                        <a href="https://sdk.pocketarena.com/staking" target="_blank">
                            <div class="banner-m">
                                <img src="assets/main/main_image/banner_Staking_M.png" alt="Staking">
                            </div>
                            <div class="banner-d">
                                <img src="assets/main/main_image/banner_Staking.png" alt="Staking">
                                <img src="assets/main/main_image/banner_Staking_hover.png" alt="Staking">
                            </div>
                        </a>
                    </div> -->
                </div>

                            </div>
        </section>
        <!-- Content Desktop View End -->


            <!-- Content Mobile View -->
            <section id="content-mobile">
                <!-- slider heading part -->
                <div class="main-head-div">
                    <h3 class="main-heading">Featured Games</h3>
                    <img class="button_more" src="assets/featured_games/mobile/button_more.png">
                </div>
                <!-- slider heading part ends -->
                
                <!-- slider start -->
                <div id="myCarousel" class="carousel slide" data-ride="carousel" style="width: 620px;margin-left: auto;margin-right: auto;height: 370px;margin-bottom: 60px;border-radius: 10px;">
                    <!-- Indicators -->
                    <ol class="carousel-indicators" style="margin-top: 25px;">
                        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
                        <li data-target="#myCarousel" data-slide-to="1"></li>
                        <li data-target="#myCarousel" data-slide-to="2"></li>
                        <li data-target="#myCarousel" data-slide-to="3"></li>
                        <li data-target="#myCarousel" data-slide-to="4"></li>
                    </ol>
                    <!-- Wrapper for slides -->
                    
                    <div class="carousel-inner">
                        <div class="item active">
                            <div class="slider-part">
                                <img class="slider-main-image" src="assets/featured_games/mobile/featured_banner_01.png">
                                <div class="slider-content">
                                    <img class="slider-content-image" src="assets/featured_games/mobile/thumb_animalmatch.png">
                                </div>
                                <div class="slider-name-desc">
                                    <h3 class="slider-game-name">Animal Match</h3>
                                    <p class="slider-game-desc">A new take of classic Bingo</p>
                                    <p class="slider-game-title">PUZZLE</p>
                                </div>
                                <img class="slider-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                            </div>
                        </div>
                        <div class="item">
                            <div class="slider-part">
                                <img class="slider-main-image" src="featured/featured_banner_01.png">
                                <div class="slider-content">
                                    <img class="slider-content-image" src="featured/thumb_bubblerush.png">
                                </div>
                                <div class="slider-name-desc">
                                    <h3 class="slider-game-name">Bubble Rush</h3>
                                    <p class="slider-game-desc">A new take of classic Bingo</p>
                                    <p class="slider-game-title">PUZZLE</p>
                                </div>
                                <img class="slider-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                            </div>
                        </div>
                        <div class="item">
                            <div class="slider-part">
                                <img class="slider-main-image" src="assets/featured_games/mobile/featured_banner_01.png">
                                <div class="slider-content">
                                    <img class="slider-content-image" src="assets/featured_games/mobile/thumb_jumpingfrog.png">
                                </div>
                                <div class="slider-name-desc">
                                    <h3 class="slider-game-name">Jumping Frog</h3>
                                    <p class="slider-game-desc">A new take of classic Bingo</p>
                                    <p class="slider-game-title">PUZZLE</p>
                                </div>
                                <img class="slider-play-single-game" src="featured/Button_play.png">
                            </div>
                        </div>
                        <div class="item">
                            <div class="slider-part">
                                <img class="slider-main-image" src="assets/featured_games/mobile/featured_banner_01.png">
                                <div class="slider-content">
                                    <img class="slider-content-image" src="assets/featured_games/mobile/thumb_jumpthegaps.png">
                                </div>
                                <div class="slider-name-desc">
                                    <h3 class="slider-game-name">Jump The Gaps</h3>
                                    <p class="slider-game-desc">A new take of classic Bingo</p>
                                    <p class="slider-game-title">PUZZLE</p>
                                </div>
                                <img class="slider-play-single-game" src="v/Button_play.png">
                            </div>
                        </div>
                        <div class="item">
                            <div class="slider-part">
                                <img class="slider-main-image" src="assets/featured_games/mobile/featured_banner_01.png">
                                <div class="slider-content">
                                    <img class="slider-content-image" src="assets/featured_games/mobile/thumb_smashngrab.png">
                                </div>
                                <div class="slider-name-desc">
                                    <h3 class="slider-game-name">Smash n Grab</h3>
                                    <p class="slider-game-desc">A new take of classic Bingo</p>
                                    <p class="slider-game-title">PUZZLE</p>
                                </div>
                                <img class="slider-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                            </div>
                        </div>
                    </div>
                </div>
                <!-- slider ends -->

                <!-- games section -->

                <!-- single game section -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_animalmatch.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Animal Match</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- single game stection start -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_bubblerush.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Bubble Rush</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- single game section start -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_jumpingfrog.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Jumping Frog</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- single game section start -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_smashngrab.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Smash n Grab</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- single game section start -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_jumpthegaps.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Jump The Gaps</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="featured/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- single game section start -->
                <div class="game-data">
                    <img class="game-image" src="assets/featured_games/mobile/thumb_superpill.png">
                    <div class="game-name-desc">
                        <h3 class="sin-game-name">Super Pill</h3>
                        <p class="sin-game-desc">A new take of classic Bingo</p>
                        <p class="sin-game-title">PUZZLE</p>
                    </div>
                    <img class="btn-play-single-game" src="assets/featured_games/mobile/Button_play.png">
                </div>
                <!-- single game section ends -->

                <!-- games section ends -->

                <!-- pagination and see more section -->
                <div class="see-more">
                    <button class="see-more-btn">SEE MORE</button>
                </div>
                <!-- pagination and see more section ends -->
            </section>
            <!-- Content Mobile View End -->
            <div id="bottom-banner">
                            </div>                  
            <!-- Footer -->
            <div id="footer-desktop">
                <style>
	.footer-cs{
		background-color: #111111 !important;
		height: 460px ;
	}
	.margin-bottom-13{
		margin-bottom: 8px !important;
	}
	.margin-bottom-11{
		margin-bottom: 5px !important;
	}

	.heading-cs {
		font-size: 16px !important;
		font-family: 'Helvetica', 'Arial', sans-serif;
		font-weight: 700;
		color: #a6a6a6 !important;
	}

	.text-cs2, .text-cs a{
		font-size: 13px !important;
		font-family: 'Helvetica', 'Arial', sans-serif;
		font-weight: 300;
		color: #848484 !important;
		line-height: 2.154 !important;
	}

	.text-cs a:hover{
		color: #ffffff !important;
	}
	
	.text-cs2:hover{
		color: #ffffff !important;
	}

	.hr-cs{
		height:1px;
		background-color:#1d1d1d;
	}

	.footer-msg {
		font-size: 13px !important;
		font-family: 'Helvetica', 'Arial', sans-serif;
		font-weight: 500;
		color: #a6a6a6 !important;
	}

	.uppercase {
		text-transform: uppercase;
	}
</style>
<!-- Footer
		============================================= -->
		<footer id="footer" class="dark footer-cs">
			<div class="container-lg" style="padding: 0px; border: 0px solid white">

				<!-- Footer Widgets
				============================================= -->
				<div class="footer-widgets-wrap">

					<div class="row">
					    <div class="col-md-3">

							<div class="d-logo">
                                <img src="/assets/main/bottom/logo_bottom.png" alt="Image" class="footer-logo">
                            </div>


                            <div class="d-flex social_links btn-sns-area">
                                <a href="http://medium.com/pocketarena" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_medium.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://www.instagram.com/pocketarena/" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_instagram.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://t.me/swisspoc" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_telegram.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://www.youtube.com/channel/UCHl-9sNNv0_1iT2kLFWlEpg" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_youtube.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://www.facebook.com/PocketArena" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_facebook.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://twitter.com/pocketarena" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_twitter.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://discord.com/invite/hZSA6jMBfg" class="right-margin-10">
                                    <img src="/assets/main/bottom/icon_discord.png" alt="Image" class="footer-logo">
                                </a>

                                <a href="https://pa-support.pocketarena.com/official-community" target="_blank" class="footer-btn-break">
                                    <span class="btn-community footer-logo">
                                        <span>Official Community</span>
                                    </span>
                                </a>

                                <div class="currency-ratio type-2">
                                    <div>
                                        1 POC = $                                    </div>
                                </div>

                            </div>

					    </div>
						<div class="col-lg-9 footer_links">

							<div class="row">

									<div class="col-md-3 col-5">

										<div class="widget_links clearfix">

											<h4 class="margin-bottom-13 heading-cs">For Individuals</h4>

											<div class="text-cs">
												<div class="margin-bottom-11"><a href="https://sdk.pocketarena.com/wallet">Wallet</a></div>
												<div class="margin-bottom-11"><a href="/games">Instant Games</a></div>
												<!-- <div class="margin-bottom-11"><a href="https://pocketarena.com/">Plugins</a></div> -->
												<div class="margin-bottom-11"><a href="https://pa-support.pocketarena.com/">Support</a></div>
												<div class="margin-bottom-11"><a href="https://games.pocketarena.com/dashboard/">Arena</a></div>
											</div>

										</div>

									</div>

									<div class="col-md-3 col-7">

										<div class="widget_links clearfix">

											<h4 class="margin-bottom-13 heading-cs">For Businesses</h4>

											<div class="text-cs">
												<!-- <div class="margin-bottom-11"><a href="https://pasdkdoc.pocketarena.com/">Developer</a></div> -->
												<div class="margin-bottom-11"><a href="https://whitepaper.pocketarena.com/">White Paper</a></div>
												<!-- <div class="margin-bottom-11"><a href="https://support.pocketarena.com/news">Latest News</a></div> -->
												<div class="margin-bottom-11"><a href="https://medium.com/pocketarena">Latest News</a></div>
											</div>

										</div>

									</div>

									<div class="col-md-3 col-5">

										<div class="widget_links clearfix">

											<h4 class="margin-bottom-13 heading-cs">About</h4>

											<div class="text-cs">
												<!-- <div class="margin-bottom-11"><a href="https://emojigames.io/">About Us</a></div> -->
												<div class="margin-bottom-11"><a href="https://pa-support.pocketarena.com/other-faqs/terms-of-service">Terms</a></div>
												<div class="margin-bottom-11"><a href="https://pa-support.pocketarena.com/other-faqs/terms-of-service/privacy-policy">Privacy</a></div>
												<div class="margin-bottom-11"><a href="https://pa-support.pocketarena.com/other-faqs/terms-of-service/cookie-policy ">Cookies Policy</a></div>
											</div>

										</div>

									</div>

									<div class="col-md-3 col-7">

										<div class="widget_links clearfix">

											<h4 class="margin-bottom-13 heading-cs">Contact Us</h4>

											<div class="text-cs">
												<div class="margin-bottom-11"><a href="mailto:service@pocketarena.com" style="display: flex"><div style="min-width: 16px;"><img src="/assets/main/bottom/icon_mail.png" alt="Mail" width=16 height=13></div><span style="margin-left:15px; text-decoration: underline;">service@pocketarena.com</span></a></div>

												<address class="margin-bottom-11"><a href="https://goo.gl/maps/X3kCcXQTnoJSsNAe8" style="display: flex"><div style="min-width: 16px;"><img src="/assets/main/bottom/icon_address.png" alt="Mail" width=16 height=16></div><span class="text-cs2" style="margin-left:15px;">Ruessenstrasse 12, 6340 Baar, Switzerland</span></a></address>
											</div>

										</div>

									</div>

							</div>

						</div>
					</div>

				</div><!-- .footer-widgets-wrap end -->

			</div>
			
			<div class="hr-cs"></div>
			<!-- Copyrights
			============================================= -->
			<div id="copyrights">
				<div class="container-lg">
					<div class="row col-mb-30">
						<div class="col-md-12 text-center footer-msg">
							All Rights Reserved &copy; 2012-2026 <a href="https://emojigames.io/">Emoji Games GmbH</a>
						</div>
					</div>
				</div>
			</div>
			<!-- #copyrights end -->
		</footer>
		<!-- #footer end -->            </div>
            <!-- #footer end -->

        </div><!-- #wrapper end -->

        <!-- Go To Top
        ============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>

<!-- JavaScripts
        ============================================= -->
<script src="../js/jquery-3.1.1.min.js"></script>
<script src="../js/plugins.min.js"></script>

<!-- Footer Scripts
        ============================================= -->
<script src="../js/functions.js"></script>
        <script type="text/javascript">
    /* <![CDATA[ */
    var ctcc_vars = {"expiry":"243","method":"","version":"1"};
    /* ]]> */
    jQuery(document).ready(function($){
        if(!catapultReadCookie("catAccCookies")){ // If the cookie has not been set then show the bar
            isCookieChecking = true;
            $("html").addClass("has-cookie-bar");
            $("html").addClass("cookie-bar-bottom-bar");
            $("html").addClass("cookie-bar-bar");

            $('.x_close').on('click', function(){
                isCookieChecking = false;
                showPAW();
            });
        }
    });
</script>
<div id="catapult-cookie-bar" class=""><div class="ctcc-inner "><span class="ctcc-left-side">We use cookies to help give you the best experience on our site. If you continue to use this site, we assume that you are happy to receive the  <a class="ctcc-more-info-link" tabindex="0" target="_blank" href="https://pa-support.pocketarena.com/other-faqs/terms-of-service/cookie-policy " style="text-decoration: underline !important;">cookies.</a></span><span class="ctcc-right-side"><button id="catapultCookie" tabindex="0" onclick="catapultAcceptCookies();">Accept &amp; Close</button></span></div><!-- custom wrapper class --></div>
<script type="text/javascript" src="/js/catapultAcceptCookies.js"></script>
    </body>
</html>

<script>
// $('.owl-carousel').owlCarousel({
//     items:5,
//     nav: false,
//     dots: false,
//     margin: 5,
//     responsiveClass:true,
//     responsive:{
//         0:{
//             items:3,
//             nav:true
//         },
//         360:{
//             items:3,
//             nav:false
//         },
//         1000:{
//             items:3,
//             nav:true,
//             loop:false
//         }


//     }
// });

$(document).ready(function(){

    $(".owl-carousel").owlCarousel({
        items: 5,
        nav: false,
        dots: false,
        margin: 5,
        responsiveClass:true,
        responsive:{
            0:{
                items:1,
                nav:true
            },
            360:{
                items:3,
                nav:false
            },
            1000:{
                items:5,
                nav:true,
                loop:false,
                autoWidth: true
            }

        }
    });
    
    $('#more-games-button').on('click', function (e) {
        location.href = '/games';
    });
    
    $('#main-button').on('click', function(){
        $("#main-game-load").trigger("click");
    })
    
    $('#blog-more-button').on('click', function(){
        location.href = 'https://support.pocketarena.com/news';
    })
    var _btnurl = 'assets/main/main_image/';
    $('#main-game-load').on('mouseover mouseout', function(e){
        var $img = $(this).find('img')
        if(e.type == 'mouseover'){
            $img.attr('src', _btnurl+'Button_NFT_Focus.png');
        }else {
            $img.attr('src', _btnurl+'Button_NFT_Normal.png');
        }
    });
});

function views_increase(battle_no) {
	$.ajax({
        url : 'https://games.pocketarena.com/dashboard/views_increase',
        type : 'POST',
        data : {            
            battle_no : battle_no
        },
        dataType : 'json',
        beforeSend : function (){
            $("#view_counts_"+battle_no).html( parseInt($("#view_counts_"+battle_no).html()) + 1 );
        },
        error : function() {
            console.log("error");
        },
        success : function(data) {
            if (data.code == 100 && data.message != '') {            
                $("#view_counts_"+battle_no).html(data.message);
            }                              	
        }
    });
}
</script>

<!-- BEGIN SNS SHARING -->
<script src="https://games.pocketarena.com/dashboard/vendor/smartAdmin/js/notifications/sweetalert2/sweetalert2.bundle.js"></script>
<script src="//developers.kakao.com/sdk/js/kakao.min.js"></script>
<script type='text/javascript'>
	Kakao.init('2b58ba7926fa8ee065670b869c7120c6');	
</script>

<style>
@media only screen and (max-width: 576px) {
  #pc_mode { display: none; }  
}
</style>
<!-- Clipboard -->
<script src="https://games.pocketarena.com/dashboard/static/arena/js/clipboard.min.js"></script>
<script>
var hue = 'rgb(' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ')';
$('.random-avt').css("background",hue);
$(document).ready(function() {
    new Clipboard('.btn');
});
</script>
<!-- End Clipboard -->

<span id="pc_mode">&nbsp;</span>
<input type="hidden" id="share_url" value="" />
<input type="hidden" id="share_url_pure" value="" />
<input type="hidden" id="share_title" value="" />
<input type="hidden" id="share_desc" value="" />
<input type="hidden" id="share_image" value="" />
<input type="hidden" id="battle_id" value="" />        
<script type="text/javascript">
function go_to_share(method) {
    var url = "";
    var is_mobile = false;    
    if ($("#pc_mode").css("display") == "none") {
        is_mobile = true;       
    }    
    if (method == 'zalo') {    	
        var script = document.createElement('script');
        script.onload = function () {
            //do stuff with the script
        };
        script.src = "https://sp.zalo.me/plugins/sdk.js";
        script.id = "zalo-sdk-js";        
        document.head.appendChild(script);

      	Swal.fire({
            title: 'Please click below button to share',
            html: '<div class="zalo-share-button" data-href="' + $("#share_url_pure").val() + '" data-oaid="4509257594260417631" data-layout="4" data-color="blue" data-customize="false"></div>',
            width: 450,
            showCloseButton: true,
            showConfirmButton: false
        });
    }
    else {
    	switch(method) {
          case "whatsapp":
          	url = "https://web.whatsapp.com/send?text=" + $("#share_url").val();
          	if (is_mobile) {
          		url = "whatsapp://send?text=" + $("#share_url").val();
          	}      	
            break;
          case "fb_messenger":
          	url = "https://www.facebook.com/dialog/send?link="+ $("#share_url").val() +"&app_id=524621024665118&redirect_uri=https://pocketarena.com/";
          	if (is_mobile) {
          		url = "fb-messenger://share/?link="+ $("#share_url").val() + "&app_id=524621024665118";
          	}
            break;
          case "pinterest":
          	url = 'https://www.pinterest.com/pin/create/button/?url='+ $("#share_url").val();
            break;  
          case "line":
          	url = 'https://lineit.line.me/share/ui?url='+ $("#share_url").val();
            break;    
          case "snapchat":
          	url = 'https://www.snapchat.com/scan?attachmentUrl='+ $("#share_url").val();
            break;      
          case "facebook":
          	url = "https://www.facebook.com/sharer.php?u=" + $("#share_url").val();
            break;      
          case "telegram":
          	url = "https://t.me/share/url?url="+ $("#share_url").val();
            break;        
          case "twitter":
          	url = "https://twitter.com/intent/tweet?url="+ $("#share_url").val();
            break;          
          case "linkedin":
          	url = "https://www.linkedin.com/shareArticle?url="+ $("#share_url").val();
            break;          
          case "wechat":
          	url = "https://api.qrserver.com/v1/create-qr-code/?size=300x300&data="+ $("#share_url").val();
          	if (is_mobile) {
          		url = "weixin://";
          	}
            break;
          case "qq":
          	url = "https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+ $("#share_url").val();
            break;                
          case "email":
          	url = "mailto:?&body="+ $("#share_url").val();
            break;                                         
          default:
          	url = "https://pocketarena.com/";
            break;
        }
        window.open(url, '_blank');  	
        return ;
    }    
}

$(document).on("click", ".btn-share", function(e) {
	var is_mobile = false;    
    if ($("#pc_mode").css("display") == "none") {
        is_mobile = true;       
    } 
    
	var share_url = $(this).data('url-encode');
	var share_url_pure = $(this).data('url');
	var share_title = $(this).data('title');
	var share_desc = $(this).data('desc');
	var share_image = $(this).data('image');
	var battle_id = $(this).data('battle_id');		
	$("#share_url").val(share_url);
	$("#share_url_pure").val(share_url_pure);
	$("#share_title").val(share_title);
	$("#share_desc").val(share_desc);
	$("#share_image").val(share_image);
	$("#battle_id").val(battle_id);	
	
	var html = '<div>' +
            '<a href="javascript:go_to_share(\'whatsapp\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_whatsapp.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'fb_messenger\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_facebookm.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'facebook\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_facebook.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'telegram\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_telegram.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'twitter\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_twitter.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'email\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_email.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'snapchat\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_snapchat.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'wechat\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_wechat.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'qq\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_qq.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
			'<a href="javascript:go_to_share(\'zalo\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_zalo.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
			'<a id="kakao-share-'+ battle_id +'" href="javascript:;"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon-kakao.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>' +
            '<a href="javascript:go_to_share(\'line\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_line.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>';
	if (is_mobile == false) {
		html += '<a href="javascript:go_to_share(\'linkedin\')"><img src="https://games.pocketarena.com/dashboard/static/arena/images/icon_linkedin.png" class="img-share rounded" style="width: auto; height: 4.5rem; padding: 5px;"></a>';
	}
	html += '</div><div class="block">' +
			'<input type="text" id="copytext" name="copytext" value="' + share_url_pure + '"> ' +
			'<span><button id="btn-copy" class="btn btn-copy" data-clipboard-target="#copytext">Copy</button></span>' +
			'</div>';
		
    Swal.fire({
        title: "<strong>Share</strong>",
        html: html,
        width: 450,
        showCloseButton: true,
        showConfirmButton: false
    });    
	Kakao.Link.createScrapButton({
        container: '#kakao-share-' + battle_id,
        requestUrl: share_url_pure
    });    
});

//add test for html tags
// jQuery(document).ready(function($) {
//     const screen_width = screen.width;
//     console.log(screen_width);
//     if(screen_width <= 992){
//         console.log(screen_width);
//         $(".footer-banner-cs").attr("style","background-image: url(assets/main/bottom/bg_Section_Last_m.png);background-repeat: no-repeat; background-color: #202027;background-size: cover; background-position: center center; height: 95vh !important; position: relative; margin: 0 !important; padding: 0 !important; border: none !important; overflow-x: hidden;")
//     }else if(screen_width >= 1024){
//         $(".footer-banner-cs").attr("style","background-image: url(assets/main/bottom/bg_Section_Last.png);background-repeat: no-repeat; background-color: #202027;background-size: 100% 100%; background-position: center center; height: 90vh !important; position: relative; margin: 0 !important; padding: 0 !important; border: none !important; overflow-x: hidden;")
//     }
//     window.addEventListener("orientationchange", function() {
//         document.location.reload(true) = document.location.reload(true)
//     }, false);
// });
</script>     
