body {
    color: #fff;
    background: #182d5f  url(../images/bg.png) 0 0 no-repeat;
    background-position: top center;
    background-attachment: fixed;
    text-align: center;
    background-size: cover;
}

img {
    max-width: 100%;
}

canvas {
    position: absolute;
}
.wrap-bubbles{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hide {
    display: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position:absolute;
    left:50%;
    transform:translateX(-50%);

}
.btns-download {
    margin-bottom: 50px;
    margin-top: 50px;
}
.logo {
    position: relative;
    top: 30px;
    width: 220px;
    margin: 0 auto;
}

.menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 99;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin: 0 90px 0 0;
}

.menu li:last-child {
    margin: 0 0 0 90px;
}

.download {
    position: absolute;
    width: 100%;
    left: 0;
    top: 175px;
    z-index: 99999;
}

.download li {
    display: inline-block;
    margin: 0 5px;
}

.slider-home {
    position: relative;
    width: 100%;
    z-index: 99;
    margin-top: 30px;
}

.slider-home .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
}

.slider-home .owl-prev {
    background: url(../images/arrow-left.png) no-repeat 0 bottom !important;
    height: 85px;
    width: 51px;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 25%;
    display: inline-block;
    text-indent: -9999px;
}

.slider-home .owl-next {
    background: url(../images/arrow-right.png) no-repeat !important;
    height: 85px;
    width: 51px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    right: 25%;
    margin: 0;
    display: inline-block;
    text-indent: -9999px;
}

.slider-home .owl-theme .owl-controls {
    margin: 0;
}

.table {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
    text-align: center;
}

.otp {
    position: relative;
    width: 100%;
}

.otp li {
    display: inline-block;
    margin: 5px 10px;
}

.taigame2 {
    margin: 30px 0px;
}
@media (max-width: 1440px) {
    body {
        background-size: cover;
    }
}
@media (max-width: 768px) {
    body {
        background: #182d5f  url(../images/bg_mobile.png) 0 0 no-repeat;
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
        height: 100vh;
    }
}
@media only screen and (max-width:480px) {

    .menu {
        top: 50px;
    }

    .menu li:first-child {
        margin: 0 50px 0 0;
    }

    .menu li:last-child {
        margin: 0 0 0 50px;
    }

    .download li {
        margin: 2px;
    }

    .otp {
        z-index: 99;
    }
    .logo img {
        width: 200px;
    }
    .otp li {
        display: inline-block;
        margin: 5px;
        width: 130px;
    }



}

@media only screen and (min-width:480px) and (max-width:1024px) {
    .download li {
        margin: 2px;
    }

    .slider-home .item img {
        max-width: 100%;
    }


    .otp {
        z-index: 99;
    }

}

.help {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 400;
    font-family: "Roboto";
}
.help li {
    display: block;
    background-color: rgba(30, 41, 87, 0.6);
    border-radius: 30px;
    border: 1px #5565bf solid;
    padding: 20px 25px;
    margin: 10px 15px;
    text-align: left;
}
.help h1 {
    font-size: 30px;
    font-weight: 700;
    color: #febf01;
    font-style: italic;
    text-decoration: underline;
    padding: 0 0 5px 0;
    margin:0;
    font-family: "Roboto";
}
.sub-help {
    margin:0;
}
.sub-help li {
    background-color: transparent;
    font-size: 24px;
    border-radius: 0;
    border: none;
    padding: 5px 0 0 0;
    margin: 0;
    display: list-item;
    list-style-type: disc;
    padding-left: 0;
}
.taigame1 {
    margin-bottom:20px;
}