<!doctype html>
<html ⚡ lang="id-ID">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    <link rel="shortcut icon" type="image/png" href="asset/image/favicon.png" />
    <link rel="icon" href="asset/image/favicon.png" />
    <title>PLATINUMTOTO: LOGIN PLATINUM TOTO, LOGIN TOTO PLATINUM, LOGIN TOTOPLATINUM</title>
    <meta name="description" content="Platinumtoto adalah situs judi toto online & slot online terpercaya di Indonesia. Login platinumtoto, daftar platinumtoto, link alternatif platinum toto, link daftar totoplatinum, link alternatif toto platinum, login totoplatinum.">
    <meta name="keywords" content="platinumtoto, totoplatinum, totoplatinum, platinum toto, toto platinum, toto platinum" />
    <link rel="canonical" href="https://tourismindonesia.com/">
    <meta name="geo.placename" content="Indonesia" />
    <meta name="geo.region" content="ID" />
    <meta name="geo.country" content="ID" />
    <meta name="language" content="id-ID" />
    <meta name="tgn.nation" content="Indonesia" />
    <meta property="og:type" content="website" />
    <meta property="og:locale" content="id_ID" />
    <meta property="og:title" content="PLATINUMTOTO: LOGIN PLATINUM TOTO, LOGIN TOTO PLATINUM, LOGIN TOTOPLATINUM" />
    <meta property="og:description" content="Platinumtoto adalah situs judi toto online & slot online terpercaya di Indonesia. Login platinumtoto, daftar platinumtoto, link alternatif platinum toto, link daftar totoplatinum, link alternatif toto platinum, login totoplatinum." />
    <meta property="og:url" content="https://tourismindonesia.com/" />
    <meta property="og:site_name" content="PLATINUMTOTO" />
    <meta property="og:image" content="https://143.198.202.75/platinumtoto/landingpage-situs.jpg" />
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    <style amp-custom>
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #888;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    @font-face {
        font-family: Roboto;
        src: url(font/RobotoCondensed-Regular.ttf);
    }

    body {
        width: 100%;
        height: 100vh;
        color: white;
        font-family: "Arimo", sans-serif;
        background-image: url("asset/image/bg.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        user-select: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Roboto condensed', sans-serif;
        text-align: center;
    }

    .maincontainer {
        width: 100%;
        height: 100vh;
        background-color: rgba(35, 29, 65, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo {
        padding: 10px;
        width: 14%;
        box-shadow: 0px 0px 1px 1px #224cee, 0px 0px 10px 1px #224cee, 0px 0px 50px 1px rgb(11, 27, 247);
        border: 2px solid #224cee;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 20px;
    }

    .logo a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .logo img {
        width: 100%;
    }

    .container {
        width: 60%;
        height: 50%;
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        border: 2px solid #224cee;
        box-shadow: 0px 0px 20px #224cee;
        padding: 10px 5px;
        padding-left: 0px;
        display: flex;
    }

    .left {
        width: 20px;
        height: 100%;
        background-color: #224cee;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .box1,
    .box2 {
        width: 100%;
        height: 100%;
        /* border: 1px solid white; */
        padding: 0 10px;
        text-align: center;
    }

    .box1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-right: 1px solid rgb(42, 84, 255);
    }

    .box1 h2 {
        font-size: 22px;
    }

    .box1 img {
        width: 90%;
    }

    .btn {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .btn a {
        text-decoration: none;
    }

    .button-animation1,
    .button-animation2 {
        position: relative;
        display: inline-block;
        padding: 20px 30px;
        text-transform: uppercase;
        overflow: hidden;
        letter-spacing: 4px;
        font-weight: bold;
        transition: 0.5s;
        width: 45%;
        background-color: #0a0f30;
        color: rgb(0, 51, 255);
        box-shadow: 0 0 10px #224cee;
    }

    .button-animation1 span,
    .button-animation2 span {
        position: absolute;
        display: block;
    }

    .button-animation1 span:nth-child(1),
    .button-animation2 span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        animation: btn-anim1 1s linear infinite;
    }

    .button-animation1 span:nth-child(2),
    .button-animation2 span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        animation: btn-anim2 1s linear infinite;
        animation-delay: 0.25s;
    }

    .button-animation1 span:nth-child(3),
    .button-animation2 span:nth-child(3) {
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        animation: btn-anim3 1s linear infinite;
        animation-delay: 0.5s;
    }

    .button-animation1 span:nth-child(4),
    .button-animation2 span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px;
        height: 100%;
        animation: btn-anim4 1s linear infinite;
        animation-delay: 0.75s;
    }

    .button-animation1 {
        color: #ffff;
    }

    .button-animation1 span:nth-child(1) {
        background: linear-gradient(90deg, transparent, #224cee);
    }

    .button-animation1 span:nth-child(2) {
        background: linear-gradient(180deg, transparent, #224cee);
    }

    .button-animation1 span:nth-child(3) {
        background: linear-gradient(270deg, transparent, #224cee);
    }

    .button-animation1 span:nth-child(4) {
        background: linear-gradient(360deg, transparent, #224cee);
    }

    .button-animation2 {
        color: #fff;
    }

    .button-animation2 span:nth-child(1) {
        background: linear-gradient(90deg, transparent, #f00);
    }

    .button-animation2 span:nth-child(2) {
        background: linear-gradient(180deg, transparent, #f00);
    }

    .button-animation2 span:nth-child(3) {
        background: linear-gradient(270deg, transparent, #f00);
    }

    .button-animation2 span:nth-child(4) {
        background: linear-gradient(360deg, transparent, #f00);
    }

    @keyframes btn-anim1 {
        0% {
            left: -100%;
        }

        50%,
        100% {
            left: 100%;
        }
    }

    @keyframes btn-anim2 {
        0% {
            top: -100%;
        }

        50%,
        100% {
            top: 100%;
        }
    }

    @keyframes btn-anim3 {
        0% {
            right: -100%;
        }

        50%,
        100% {
            right: 100%;
        }
    }

    @keyframes btn-anim4 {
        0% {
            bottom: -100%;
        }

        50%,
        100% {
            bottom: 100%;
        }
    }

    .button-animation1:hover {
        background-color: #224cee;
        color: #000;
        border-radius: 5px;
        box-shadow: 0 0 5px #224cee, 0 0 25px #224cee, 0 0 50px #224cee, 0 0 100px #224cee;
    }

    .button-animation2:hover {
        background-color: #f00;
        color: #000;
        border-radius: 5px;
        box-shadow: 0 0 5px #f00, 0 0 25px #f00, 0 0 50px #f00, 0 0 100px #f00;
    }

    .box2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .listgame {
        display: flex;
        justify-content: space-between;
    }

    .listgame img {
        width: 80px;
    }


    .table {
        width: 100%;
    }

    .table table {
        width: 100%;
        margin: auto;
        table-layout: fixed;
        text-align: left;
    }

    .table table,
    tr,
    td {
        border: 1px solid rgb(41, 84, 255);
        border-collapse: collapse;
    }

    .table tr:nth-child(1) {
        text-align: center;
        background: linear-gradient(to bottom, rgb(21, 68, 255), #224cee);
        color: black;
    }

    .table td {
        padding: 10px;
    }

    .card {
        margin-top: 20px;
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .card a {
        display: flex;
        text-decoration: none;
        width: 40%;
        transition: 0.3s;
        color: white;
    }

    .livechat,
    .telegram {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 1px 1px #224cee, 0px 0px 10px 1px #224cee, 0px 0px 50px 1px #224cee;
        border: 2px solid #13013f;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
        letter-spacing: 2px;
        transition: 0.3s;
    }

    .livechat img,
    .telegram img {
        width: 30px;
        margin-left: 20px;
    }

    .card a:hover {
        box-shadow: 0px 0px 1px 1px rgb(21, 68, 255), 0px 0px 30px 1px rgb(21, 68, 255), 0px 0px 50px 1px #ffeb3b;
    }

    .card a:hover .telegram,
    .card a:hover .livechat {
        border-radius: 0px;
    }

    .copy {
        font-size: 14px;
    }

    @media screen and (max-width:960px) {
        body {
            width: 100%;
            height: 100vh;
            color: white;
        }

        .maincontainer {
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            overflow-y: scroll;
        }

        .logo {
            padding: 10px;
            width: 100%;
            border: 1px solid rgb(21, 68, 255);
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            margin-bottom: 10px;
        }

        .logo a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .logo img {
            width: 100%;
            max-width: 200px;
        }

        .container {
            width: 100%;
            height: unset;
            border: 1px solid rgb(21, 68, 255);
            border-radius: 10px;
            padding: 10px;
            display: flex;
            flex-direction: column;
        }

        .left {
            display: none;
        }

        .box1,
        .box2 {
            width: 100%;
            height: none;
            padding: 0px;
            text-align: center;
        }

        .box1 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            border-right: none;
        }

        .box1 h2 {
            font-size: 18px;
        }

        .box1 img {
            width: 100%;
        }

        .btn a {
            width: 48%;
        }

        .button-animation1,
        .button-animation2 {
            padding: 20px;
        }

        .box2 {
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 14px;
        }

        .copy {
            font-size: 10px;
        }

        .listgame {
            display: flex;
            justify-content: center;
        }

        .listgame img {
            min-width: 50px;
            max-width: 100px;
        }

        .card {
            margin-top: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            position: sticky;
            bottom: 0;
            background-color: rgb(41, 84, 255);
        }

        .card a {
            display: flex;
            text-decoration: none;
            width: 100%;
            transition: 0.3s;
            font-size: 12px;
            color: white;
        }

        .livechat,
        .telegram {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid rgb(21, 68, 255);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            padding: 5px;
            letter-spacing: 1px;
        }

        .livechat img,
        .telegram img {
            width: 25px;
            margin-left: 10px;
        }
    }
</style>    <style amp-boilerplate>
    body {
        -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        animation: -amp-start 8s steps(1, end) 0s 1 normal both
    }

    @-webkit-keyframes -amp-start {
        from {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }

    @-moz-keyframes -amp-start {
        from {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }

    @-ms-keyframes -amp-start {
        from {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }

    @-o-keyframes -amp-start {
        from {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }

    @keyframes -amp-start {
        from {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }
</style><noscript>
    <style amp-boilerplate>
        body {
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            animation: none
        }
    </style>
</noscript>    <script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
    <meta name="google-site-verification" content="S2vYzBfpQY8L0SihLSROdJIvbqjgUCCIqRRa_9qEauk" />

</head>

<body>
    <div class="maincontainer">
        <div class="logo">
            <a href="https://tiktok.eu.com/Platinum/boterpercaya.php" target="_blank"><img src="asset/image/logo.webp" alt="logoweb"></a>
        </div>

        <div class="container">
            <div class="left"></div>
            <div class="box1">
                <h2>PLATINUMTOTO: LOGIN PLATINUM TOTO, LOGIN TOTO PLATINUM, LOGIN TOTOPLATINUM</h2>
                <br>
                <img src="https://143.198.202.75/platinumtoto/landingpage-situs.jpg" alt="banner">
                <br>
                <div class="btn">
                    <a class="button-animation1" href="https://tiktok.eu.com/Platinum/boterpercaya.php" target="_blank">
                        LOGIN
                        <span></span>
                        <span></span>
                        <span></span>
                        <span></span>
                    </a>
                    <a class="button-animation2" href="https://tiktok.eu.com/Platinum/boterpercaya.php" target="_blank">
                        DAFTAR
                        <span></span>
                        <span></span>
                        <span></span>
                        <span></span>
                    </a>
                </div>

            </div>

            <div class="box2">
                <div class="listgame">
                    <img src="asset/image/game1.png" alt="game1">
                    <img src="asset/image/game2.png" alt="game2">
                    <img src="asset/image/game3.png" alt="game3">
                    <img src="asset/image/game4.png" alt="game4">
                    <img src="asset/image/game5.png" alt="game5">
                </div>

                <br>

                <div class="table">
                    <table>
                        <tr>
                            <td colspan="2" style="color:white">INFORMASI PLATINUMTOTO BANDAR TOTO ONLINE & SLOT GACOR</td>
                        </tr>
                        <tr>
                            <td>NAMA SITUS</td>
                            <td>PLATINUM TOTO</td>
                        </tr>
                        <tr>
                            <td>GAME</td>
                            <td>TOGEL ONLINE, SLOT ONLINE, CASINO ONLINE</td>
                        </tr>
                        <tr>
                            <td>METODE TRANSAKSI</td>
                            <td>BANK TRANSAKSI, E-WALLET</td>
                        </tr>
                        <tr>
                            <td>MIN DEPO</td>
                            <td>10.000,-</td>
                        </tr>
                        <tr>
                            <td>MIN WD</td>
                            <td>50,000,-</td>
                        </tr>
                        <tr>
                            <td>PELUANG KEMENANGAN</td>
                            <td>100%</td>
                        </tr>
                    </table>
                </div>

                <br>

                <p class="copy">Copyright © PLATINUMTOTO 2020. All Rights Reserved | 18+</p>
            </div>
        </div>

        <div class="card">
            <a href="https://tawk.to/chat/5e4d30e4298c395d1ce8b845/default" target="_blank">
                <div class="livechat">
                    <span>LIVECHAT</span>
                    <img src="asset/image/livechat.png" alt="livechat">
                </div>
            </a>
            <a href="https://t.me/PlatinumToto88" target="_blank">
                <div class="telegram">
                    <span>TELEGRAM</span>
                    <img src="asset/image/telegram.png" alt="telegram">
                </div>
            </a>
        </div>

    </div>
</body>

</html>