﻿body {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .tap_txt {
       display:none;
    }
    .mobile_view {
        display:none;
    }
   
}
@media (max-width: 1024px) {
    canvas#viewportx {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_view { display:block;
    }
    .hidden_mobile {
        display: none !important;
    }
    .tap_txt { color:#fff;
               text-align:center;
    }
}
    @media (max-width: 999px) {

        canvas#viewportx {
            width: 70%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        body {
            overflow: hidden;
        }

        .gameover_btn {
            font-size: 25px !important;
            line-height: 22px !important;
            padding: 7px 30px !important;
            display: block;
            width: 40%;
            margin: auto;
        }

        #game .back_btn {
            display: none;
        }

        .main_img {
            width: 75% !important;
        }

        .txt_box {
            font-size: 20px !important;
            line-height: 5px !important;
        }

        .navbar {
            margin-bottom: 0px !important;
        }

        .submit_btn {
            font-size: 25px !important;
            line-height: 22px !important;
            padding: 7px 72px !important;
            margin-top: 1px !important;
        }

        .email_box {
            margin-top: 0px !important;
        }

        .game_txt {
            font-size: 25px !important;
            line-height: 25px !important;
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 6px !important;
        }

        .playnow_btn {
            font-size: 23px;
            line-height: 30px;
            /*padding: 5px 20px;*/
        }
        #st-1 .st-btn > img {
            height: 25px !important;
            width: 55px !important;
        }

        #st-1 .st-btn {
            height: 40px !important;
        }
        .f1psvwpi {
            font-size: 10px !important;
        }

        .snapchat-creative-kit-share {
            display: flex !important;
            justify-content: center;
            margin-bottom: 10px;
        }

        .f1fhbhq0 {
            width: 75px !important;
            height: 35px !important;
        }

        .f16qnola {
            height: 35px !important;
            width: 20px !important;
        }


        .title_heading {
            font-size: 40px;
            line-height: 35px;
        }

        .htp_txt {
            font-size: 12px;
            line-height: 22px;
            text-align: left;
        }

        .win_score {
            font-size: 14px;
            line-height: 16px;
        }

        .win_name {
            font-size: 14px;
            line-height: 16px;
        }

        .highscore_bg {
            height: 280px;
            margin-top: 10px;
        }

        .scrollbar {
            height: 210px;
        }

        .h_100 {
            height: 100%;
        }

        .snake_game_btn {
            position: initial !important;
            text-align: center;
            margin-top: -16%;
            margin-bottom: 30px;
        }

        .back_btn {
            font-size: 25px;
            margin-top: 0px;
            margin-bottom: 0px;
            line-height: 30px;
            padding: 5px 50px;
        }
        .line_height0{
            line-height:0px !important;
        }

        .htp_txt {
            font-size: 12px;
            line-height: 22px;
            text-align: left;
        }

        /*body {
            overflow: hidden !important;
        }*/

        .rotatex_img {
            width: 100%;
        }

        div#NotifyOrientationModal {
            background-color: #000;
        }

            div#NotifyOrientationModal .modal-body {
                background-color: #000;
            }

            div#NotifyOrientationModal .modal-header {
                padding: 0;
                border: none;
            }

            div#NotifyOrientationModal .modal-content {
                background-color: #000;
            }

        p#NotifyOrientationMessage {
            display: none;
        }

        .title_heading {
            font-size: 30px;
            line-height: 35px;
        }

        .htp_txt {
            font-size: 10px;
            line-height: 10px;
            text-align: left;
        }

        .win_name {
            margin: 7px 0px;
        }

        .win_score {
            margin: 7px 0px;
        }



        .highscore_bg {
            padding-bottom: 10px;
        }

        .h_100 {
            height: 365px;
        }
    }

    .play_popup {
        border-radius: 15px !important;
        margin: auto;
    }

    .modal2 {
        max-width: inherit !important;
    }

    .close_icon {
        margin-top: 3px !important;
        color: #DD2C6C !important;
        opacity: 1 !important;
    }

    @media (max-width: 480px) {
        .highscore_bg {
            height: 100vh;
        }
        .loadernew {
            background-color: #000;
            width: 100%;
            height: 100vh;
        }
    }

    @media (max-width: 400px) {

        .snake_game_btn {
            left: 10%;
        }

        .title_heading {
            font-size: 30px;
            line-height: 35px;
        }

        .htp_txt {
            font-size: 10px;
            line-height: 15px;
            text-align: left;
        }

        .win_name {
            margin: 7px 0px;
        }

        .win_score {
            margin: 7px 0px;
        }

        .scrollbar {
            height: 240px;
        }

        .highscore_bg {
            padding-bottom: 10px;
        }

        .h_100 {
            height: 365px !important;
        }
    }

    .mobile_view {
        display: none;
    }
.mb32 { margin-bottom:32px !important;
}
    @media(max-width:800px) {
        .mobile_view {
            display: table;
        }
        .ht_25 {
            height: 25px;
        }

        .snake_game_btn {
            margin-top: -12%;
        }

        .hidden_mobile {
            display: none !important;
        }

        .back_btn {
            font-size: 15px !important;
            margin-top: 10px !important;
            margin-bottom: 0px !important;
            line-height: 15px !important;
            padding: 3px 25px !important;
        }

        .mob_mt10 {
            margin-top: 10px !important;
        }

        input[type = text] {
            padding: 2px 25px !important;
        }

        .snake_img {
            margin-top: -30px !important;
        }

        .back_btn2 {
            margin-left: 20px;
            margin-top: 15px !important;
            z-index: 99;
            position: absolute;
        }

        .title_heading {
            font-size: 20px !important;
            line-height: 10px !important;
        }

        .highscore_bg {
            height: 300px !important;
            margin-top: 10px;
        }

        .htp_txt {
            font-size: 7px !important;
            line-height: 15px;
            text-align: left;
        }

        .win_name {
            margin: 7px 0px;
        }

        .win_score {
            margin: 7px 0px;
        }

        .scrollbar {
            height: 150px;
        }

        .highscore_bg {
            padding-bottom: 10px;
        }

        .snake_game {
        }

        .h_100 {
            height: 220px !important;
        }

        .gameover_btn {
            font-size: 25px !important;
            line-height: 22px !important;
            padding: 5px 30px !important;
            display: block;
            width: 60%;
            margin: auto;
        }


        .txt_box {
            font-size: 20px !important;
            line-height: 5px !important;
        }

        .navbar {
            margin-bottom: 0px !important;
        }

        .submit_btn {
            font-size: 25px !important;
            line-height: 22px !important;
            padding: 5px 72px !important;
            margin-top: 1px !important;
        }

        .email_box {
            margin-top: 0px !important;
        }

        .game_txt {
            font-size: 25px !important;
            line-height: 25px !important;
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 6px !important;
        }
    }

    @media(max-width:480px) {
        .highscore_bg {
            height: 330px !important;
            margin-top: 10px;
        }
    }


@media(min-width:1800px) {
    .highscore_bg {
        height: 800px !important;
        margin-top: 10px;
    }
    .back_btn {
        height: 45px;
    }
    .scrollbar {
        overflow-x: hidden !important;
    }
}

