﻿body {
    background-image: url('../images/body_bg.png');
    background-size: cover;
}
@font-face {
    font-family: 'PraterSansOne-Regular';
    src: url('../Fonts/PraterSansOne-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Verdana Bold';
    src: url('../Fonts/Verdana Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'balboa_extracondensed';
    src: url('../Fonts/balboa_extracondensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../Fonts/Gilroy-ExtraBold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../Fonts/Gilroy-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255 255 255) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../images/hamberger1.png') !important;
}
.navbar-collapse {
    justify-content: flex-end;
}
.topnav {
    overflow: hidden;
    /*background-color: #333;*/
}
.mt0 {margin-top:0px !important;
}
.highscore_bg {
    position: relative;
    z-index: 9;
}
#rightSidebar {
    position: fixed;
    top: 33%;
    bottom: 0;
    left: 1%;
    z-index: 2;
}

    #rightSidebar > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
        /*#rightSidebar > ul > li > a {
        font-family: 'balboa_extracondensed';
        text-align: right;
        cursor: pointer;
        position: fixed;
        font-style: normal;
        font-weight: normal;
        font-size: 48px;
        line-height: 54px;
        color: #FFFFFF;
        transform: rotate( 90deg );
        top: 25%;
        left: 0;
    }*/


        #rightSidebar > ul > li > a:hover {
            text-decoration: none;
        }

        #rightSidebar > ul > li > p {
            font-family: 'balboa_extracondensed';
            text-align: right;
            position: fixed;
            font-style: normal;
            font-weight: normal;
            font-size: 48px;
            line-height: 54px;
            color: #FFFFFF;
            transform: rotate( 90deg );
            top: 25%;
            left: 0;
        }

        #rightSidebar > ul > li {
            width: 100%;
            padding: 10px 10px;
        }

            #rightSidebar > ul > li > a {
                width: 100%;
                padding: 10px 5px;
            }

#leftSidebar {
    position: fixed;
    top: 20%;
    bottom: 0;
    right: 25px;
    z-index: 2;
}

.sidebar_acive {
    border-right: 2px solid #fff;
}

#leftSidebar > ul {
    /* all of these are for demo only: */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 2px solid #bdb7b7;
}

    #leftSidebar > ul > li {
        width: 100%;
        padding: 10px 10px;
        position: relative;
        right: -2px;
    }

        #leftSidebar > ul > li > a {
            font-family: 'balboa_extracondensed';
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 27px;
            text-align: right;
            color: #FFFFFF;
            cursor: pointer;
        }

            #leftSidebar > ul > li > a:hover {
                text-decoration: none;
            }

.active_li {
    font-size: 48px !important;
    line-height: 54px !important;
}

    .topnav a {
        float: left;
        /*color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;*/
        font-family: 'balboa_extracondensed';
        font-style: normal;
        font-weight: normal;
        font-size: 48px;
        padding:20px;
        line-height: 54px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

        .topnav a:hover {
            color: white;
            text-decoration: none;
        }

        .topnav a.active {
            /*background-color: #4CAF50;*/
            color: white;
        }



.topnav-right {
    float: right;
}

.topnav-right li a{
    padding: 20px 65px !important;
    cursor:pointer;
}
#rightSidebar {
    position: fixed;
    top: 33%;
    bottom: 0;
    left: 1%;
    z-index: 2;
}
#rightSidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
   
}
   

#rightSidebar > ul > li > a:hover {
            text-decoration: none;
        }
#rightSidebar > ul > li {
    width: 100%;
    padding: 10px 10px;
   
}
.wdh_70 {
    width: 50%;
}
.topnav-right {
    float: right;
}
#leftSidebar {
    position: fixed;
    top: 20%;
    bottom: 0;
    right: 25px;
    z-index: 2;
}
.sidebar_acive{
    border-right: 2px solid #fff;
}

    #leftSidebar > ul {
        /* all of these are for demo only: */
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border-right: 2px solid #bdb7b7;
    }

        #leftSidebar > ul > li {
            width: 100%;
            padding: 10px 10px;
            position: relative;
            right: -2px;
        }
        #leftSidebar > ul > li > a {
            font-family: 'balboa_extracondensed';
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 27px;
            text-align: right;
            color: #FFFFFF;
            cursor:pointer;
        }
            #leftSidebar > ul > li > a:hover {
                text-decoration:none;
            }
.active_li {
    font-size: 48px !important;
    line-height: 54px !important;
}


.corp_header {
    margin-top: 30px;
}
.corp_header img {
    width: 100%;
    height: 60px;
}
.cord_heading {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 106px;
    line-height: 119px;
    color: #FFFFFF;
    margin-top: 7%;
    margin-bottom: 2%;
}
.pt_50 {
    padding-top: 50px;
}
.sky_bg {
    color: #00FFFF;
}
.corp_para {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.scroll-down {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}
.scroll-down:hover {
    color:#fff !important;
    text-decoration: none;
}

.pvt_heading {
    font-family: Verdana;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #00FFFF;
}
.pvt_main {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 108px;
    color: #FFFFFF;
}
.pvt_para {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #FFFFFF;
    /* Inside Auto Layout */
    flex: none;
    order: 2;
    align-self: center;
    flex-grow: 0;
    margin: 27px 0px;
}
.pdt_100{
    padding-top:130px;
}
.ply_now {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #00FFFF;
}
.bg_img {
    position: absolute;
    z-index: -1;
    right: 70%;
    top: -40%;
    transform: rotate( -4deg );
}
.playnow_btn {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    padding: 5px 75px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: linear-gradient( 180deg, rgba(0, 255, 255, 0.9) 0%, rgba(0, 255, 255, 0.774) 100%);
    border-radius: 40px;
    cursor:pointer;
}
.ply_btn_section {
    text-align: center;
    position: absolute;
    top: 70%;
    left: 25%;
}

.mt_40{
    margin-top:40px;
}

.pdt_50{
    padding-top:50px;
}

.bg_snake_img {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -50px;
}

.bg_diamond_img {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -85px;
}

.score_title {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 108px;
    color: #FFFFFF;
}
.score_sub_title1 {
    font-family: Gilroy-ExtraBold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #00FFFF;
}
.score_sub_title2 {
    font-family: Verdana;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #00FFFF;
}
.win_name {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 25px 0px;
}
.win_score {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align:right;
    margin: 25px 0px;
}
.footer_image li {
    list-style: none;
    display: inline;
    padding-left: 34px;
}
.footer_logo {
    padding-left: 70px;
    margin-bottom: 30px;
    display: block;
}
.footer_heading {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 32px;
    /* or 89% */
    text-transform: uppercase;
    color: #00FFFF;
}

.footer_link1 a {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #FFFFFF;
    padding: 0px;
    list-style: none;
}

.footer_link1 a:hover {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 0px;
    list-style: none;
    text-decoration:none;
}

.footer_link1 {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #FFFFFF;
    padding: 0px;
    list-style: none;
}
.footer_link2 {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #FFFFFF;
    padding: 0px;
    list-style: none;
}
.pd_12{
    padding-left:12% !important;
}

.family_glory {
    font-family: Gilroy-ExtraBold !important;
}

/*
 *  scrollbar
 */

.scrollbar {
    height: 580px;
    overflow-y: scroll;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


html {
    scroll-behavior: smooth;
}
/*.modal_bg_dialogue {
    max-width: 1520px !important;
}*/
.modal_bg_dialogue {
    max-width: 1230px !important;
}
.modal_section {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 25%;
}

.modal_bg {
    background-image: url('../images/healthmodal.jpg');
    height: 700px;
    border-radius: 5px;
    background-size:contain;
    background-repeat:no-repeat;
}

.modal_bg2 {
    background-image: url('../images/modal_21.png');
    height: 690px;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal_bg2 .modal_section {
    top: 87%;
    left: 12%;
}

.modal_bg3 {
    background-image: url('../images/matchthree.png');
    height: 700px;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal_bg_highscore {
    background-image: url('../images/highscore.png');
    height: 700px;
    border-radius: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal_bg_howtoplay {
    background-image: url('../images/howtoplay.png');
    height: 700px;
    border-radius: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal_bg_howtoplay .modal_section {
    top: 82%;
    left: 40%;
}
.playnow_btn:hover {
    text-decoration:none;
}

.bg_none{
    background:none !important;
}

.follow_txt {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.test_title {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 106px;
    line-height: 119px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.block_icons {
    background: #821080;
    border-radius: 40px;
    text-align: center;
    padding: 10%;
}
.mt_20{
    margin-top:20px;
}
#main {
    margin: 25px 0;
}

    #main #faq .card {
        margin-bottom: 10px;
        border: 0;
        background: none;
    }

        #main #faq .card .card-header {
            border: 0;
            border-radius: 2px;
            padding: 0;
        }

            #main #faq .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #821080;
                padding: 7px 20px;
                border-radius: 10px;
                font-family: Verdana;
                font-style: normal;
                font-weight: normal;
                font-size: 24px;
                line-height: 29px;
            }

                #main #faq .card .card-header .btn-header-link:after {
                    content: "\f107";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                }

                #main #faq .card .card-header .btn-header-link.collapsed {
                    color: #fff;
                    background: #821080;
                    border-radius: 10px;
                    font-family: Verdana;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 24px;
                    line-height: 29px;
                   
                }

                    #main #faq .card .card-header .btn-header-link.collapsed:after {
                        content: "\f106";
                    }

        #main #faq .card .collapsing {
            color: #fff;
            background: #821080;
            border-radius: 10px;
            font-family: Verdana;
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 29px;
        }

        #main #faq .card .collapse {
            border: 0;
        }

            #main #faq .card .collapse.show {
                color: #fff;
                background: #821080;
                border-radius: 10px;
                font-family: Verdana;
                font-style: normal;
                font-weight: normal;
                font-size: 24px;
                line-height: 29px;
                margin-top:5px;
            }
            .ht_25{
                height:50px;
            } 

            @media(min-width:1680px){
                .col-md-1.justify-content-center.align-self-center.warning_icon {
                    align-self: unset !important;
                    margin-top: -3px;
                }
                .follow_txt {
                    margin-bottom: 20px !important;
                }
                .corp_para {
                    margin-bottom: 35px !important;
                }
            }
            @media(min-width:1442px) and (max-width:1600px) {
                .snake_img {
                    margin-top: -10%;
                    position: relative;
                    z-index: -9;
                }
                canvas#viewportx {
                    width: 85%;
                }
            }
            @media(min-width:1300px) and (max-width:1441px){
                .snake_game_btn {
                    left: 6% !important;
                }
                .snake_game_btnNew {
                    margin-top: -24% !important;
                }
                .ht_25 {
                    height: 50px;
                }
                .highscore_bg {
                    height: 520px !important;
                }
                .snake_img {
                    margin-top: -10%;
                    position: relative;
                    z-index: -9;
                }
                .back_btn {
                    margin-top: -10px !important;
                }
                canvas#viewportx {
                    width: 80% !important;
                    margin:auto !important;
                }
                .hide_btn{
                    display:none !important;
                }
                #rightSidebar > ul > li {
                    padding: 10px 0px;
                }
                #rightSidebar > ul > li:first-child {
                    margin-top:20px;
                }
                .container {
                    max-width: 1000px !important;
                }
                .cord_heading {
                    margin-top: 0% !important;
                }
                .pdt_100 {
                    padding-top: 85px;
                }
                .bg_img {
                    right: 65%;
                    top: -15%;
                }
                .pvt_main {
                    font-size: 80px;
                    line-height: 70px;
                }
                .pvt_para {
                   
                    font-size: 16px;
                    line-height: 30px;
                    margin: 5px 0px;
                }
                .pd_12 {
                    padding-left: 5% !important;
                }
                .test_title {
                    font-size: 75px;
                    line-height: 100px;
                }
                .follow_txt {
                    font-size: 16px;
                    line-height: 20px;
                }

                
                .active_li {
                    font-size: 40px !important;
                }
                #main #faq .card .card-header .btn-header-link.collapsed {
                    font-size: 16px;
                    line-height: 20px;
                }

                #main #faq .card .card-header .btn-header-link {
                    font-size: 16px;
                    line-height: 20px;
                }

                #main #faq .card .collapse.show {
                    font-size: 16px;
                    line-height: 20px;
                }
            }
    
    @media(min-width:1200px) and (max-width:1299px) {
        #rightSidebar > ul > li {
            padding: 10px 20px;
        }
        .snake_game_btnSnake {
            margin-top: -20% !important;
        }

            #rightSidebar > ul > li:first-child {
                margin-top: 0px;
            }
        .cord_heading {
            margin-top: 0% !important;
        }
        .pdt_100 {
            padding-top: 85px;
        }

        .bg_img {
            right: 65%;
            top: -15%;
        }

        .pvt_main {
            font-size: 80px;
            line-height: 70px;
        }

        .pvt_para {
            font-size: 16px;
            line-height: 30px;
            margin: 5px 0px;
        }

        .pd_12 {
            padding-left: 5% !important;
        }
        .container {
            max-width: 940px !important;
        }
        .follow_txt {
            font-size: 16px;
            line-height: 20px;
        }

        #main #faq .card .card-header .btn-header-link.collapsed {
            font-size: 16px;
            line-height: 20px;
        }
        #main #faq .card .card-header .btn-header-link {
            font-size: 16px;
            line-height: 20px;
        }
        #main #faq .card .collapse.show {
            font-size: 16px;
            line-height: 20px;
        }
        .test_title {
            font-size: 75px;
            line-height: 100px;
        }
    }
@media(min-width:992px) and (max-width:1199px) {
    .line_height0 {
        height: 50px;
    }

    canvas#viewportx {
        width: 100% !important;
    }
    .topnav-right li a {
        padding: 20px 25px !important;
    }
    #rightSidebar > ul > li > a {
        top: 22% !important;
        left: -14px !important;
    }
    .cord_heading {
        margin-top: 0% !important;
        font-size: 67px;
        line-height: 60px;
    }
    .corp_para {
      
        font-size: 16px;
        line-height: 21px;
      
    }
    .scroll-down {
        font-size: 16px;
        letter-spacing: unset;
    }
    .pvt_heading {
        font-size: 8px;
    }
    .pvt_main {
        font-size: 40px;
        line-height: 35px;
    }
    .pvt_para {
        font-size: 12px;
        line-height: 21px;
        margin: 10px 0px;
    }
    #main #faq .card .card-header .btn-header-link.collapsed {
        font-size: 16px;
        line-height: 20px;
    }

    #main #faq .card .card-header .btn-header-link {
        font-size: 16px;
        line-height: 20px;
    }

    #main #faq .card .collapse.show {
        font-size: 16px;
        line-height: 20px;
    }
    .pdt_100 {
        padding-top: 30px;
    }
    .playnow_btn {
        font-size: 25px;
        line-height: 60px;
        padding: 5px 60px;
    }
    .win_name {
        font-size: 12px;
        line-height: 30px;
    }
    .win_score {
        font-size: 12px;
        line-height: 30px;
    }
    .score_title {
        font-size: 67px;
        line-height: 96px;
    }
    .score_sub_title1 {
       
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 3px;
        
    }
    .score_sub_title2 {
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 3px;
    }
    #leftSidebar > ul > li > a {
        font-size: 16px;
        line-height: 27px;
    }
    .bg_img {
        top: -16%;
        right: 30%;
    }
    ul.footer_image li img {
        padding: 0px 0px 10px;
    }
    .footer_logo {
        margin-bottom: 10px;
    }
    .pd_12 {
        padding-left: 0% !important;
    }
    .container {
        max-width: 700px !important;
    }
    .follow_txt {
        font-size: 16px;
        line-height: 20px;
    }
    #main #faq .card .card-header .btn-header-link.collapsed {
        font-size: 16px;
        line-height: 20px;
    }
    .test_title {
        font-size: 75px;
        line-height: 100px;
    }
}
@media(max-width:991px){
    .topnav-right li a {
        padding: 20px 30px !important;
    }
    .snake_game_btnSnake {
        margin-top: -16% !important;
    }
    nav#rightSidebar {
        display: none;
    }
    nav#leftSidebar {
        display: none;
    }
    .cord_heading {
        font-size: 65px;
        line-height: 80px;
        margin-top: 5%;
        margin-bottom: 2%;
    }
    .pt_50 {
        padding-top: 0px;
    }
    .corp_para {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .public_logo{
        margin-bottom:10px;
    }
    .country_logo {
        margin-left: 5px;
        margin-top: 10px;
    }
    .pdt_100 {
        padding-top: 50px;
    }
    .playnow_btn {
        font-size: 40px;
        line-height: 50px;
        padding: 5px 50px;
    }
    .pvt_heading {
        font-size: 12px;
        letter-spacing: 4px;
    }
    .pvt_main {
        font-size: 68px;
        line-height: 70px;
    }
    .bg_snake_img {
        right: 10px;
        top: -25px;
        width: 54%;
    }
    .pvt_para {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0px;
    }
    .bg_diamond_img {
        top: -10px;
        width: 65%;
    }
    .bg_img {
        right: 50%;
        top: -15%;
        width: 50%;
    }
    .pdt_50 {
        padding-top: 0px;
    }
    .mob_mt_30 {
        margin-top: 30px;
    }
    .footer_logo {
        padding-left: 0px;
    }
    .footer_image {
        padding: 0;
    }
    .footer_image li {
        padding: 0;
    }
    .footer_image li img:first-child {
        margin-bottom:20px;
    }
    .pd_12 {
        padding-left: 5% !important;
    }
    .score_sub_title2 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 4px;
        margin-top: 35px;
    }
    .score_sub_title1 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 4px;
    }
    .mob_hidden{
        display:none;
    }
    .modal_bg2 {
        height: 225px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .modal_bg {
        height: 225px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .modal_bg3 {
        height: 225px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .modal_bg_highscore {
        height: 225px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 5px;
    }

    .modal_bg_howtoplay {
        height: 225px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius:5px;
    }

    .modal_section .playnow_btn {
        font-size: 18px;
        line-height: 50px;
        padding: 5px 25px;
        position: relative;
        top: -15px;
    }

    .test_title {
        font-size: 50px;
        line-height: 50px;
    }
    .warning_icon img{
        width: 100px !important;
        margin: auto;
        display: block;
        }
    .follow_txt {
        font-size: 16px;
        line-height: 24px;
    }
    .block_icons {
        margin-top: 30px;
    }
    .mob_mt_0{
        margin-top:0px;
    }
    
    #main #faq .card .card-header .btn-header-link.collapsed {
        font-size: 16px;
        line-height: 22px;
    }
    #main #faq .card .card-header .btn-header-link {
        font-size: 16px;
        line-height: 22px;
    }
    #main #faq .card .collapse.show {
        font-size: 16px;
        line-height: 22px;
    }
    #main #faq .card .collapsing {
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
        padding: 0;
    }
    .topnav a {
        padding: 5px;
    }
    .topnav {
        margin-bottom: 25px;
    }
    .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media(max-width:400px){
    .modal_section .playnow_btn {
        position: relative;
        top: -35px;
    }
.modal_bg_howtoplay .modal_section .playnow_btn {
        position: relative;
        top: -48px;
    }
.modal_bg2 .modal_section .playnow_btn {
        position: relative;
        top: -50px;
    }
.modal_bg2 .modal_section {
    top: 87%;
    left: 8%;
}
}
@media(min-width:992px){
    .desk_hidden{
        display:none;
    }
}
.snake_game_btn{
    position:absolute;
    top: 82%;
    left: 8.5%;
}

.title_heading {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.highscore_bg {
    background-color: #162534;
    padding: 25px;
    border-radius: 10px;
    height:724px
}
.htp_txt {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    /* or 178% */
    /*text-align: center;*/
    color: #FFFFFF;
}
.back_btn {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    margin-top: 34px;
    display: inline-block;
    line-height: 35px;
    padding: 5px 75px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: linear-gradient( 180deg, rgba(0, 255, 255, 0.9) 0%, rgba(0, 255, 255, 0.774) 100%);
    border-radius: 40px;
    cursor: pointer;
    position:relative;
    z-index:9;
}
.gameover_btn {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    padding: 5px 100px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: linear-gradient( 180deg, #DD2C6C 0%, #DD2C6C 100%);
    border-radius: 40px;
}
.txt_box {
    font-family: 'balboa_extracondensed';
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 48px;
    line-height: 54px;
    width: 60%;
    text-transform: uppercase;
    color: #354147;
}
.txt_box:focus {
    outline:none !important;
}
input[type = text] {
    padding: 10px 25px;
    margin: 5px 0;
    box-sizing: border-box;
}


.submit_btn {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    display:inline-block;
    padding: 5px 100px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: linear-gradient(180deg, #00FFFF 0%, rgba(0, 255, 255, 0.86) 100%);
    border-radius: 40px;
}
.game_txt {
    font-family: 'balboa_extracondensed';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#gameover{
    display:none;
}

.modal-header {
    padding: 0px 5px !important;
    border-bottom: 0 !important;
    margin-top: -8px;
}
.modal-header .close {
    outline: none !important;
}
.scrollbar {
    overflow-x: hidden;
}
.snake_game_btnSnake {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -12%;
}
.font_45 {
    font-size: 45px !important;
}
#st-1 .st-btn > img {
    height: 45px !important;
    width: 125px !important;
}

#st-1 .st-btn {
    height: 60px !important;
}
.st-btn.st-remove-label {
    margin-right: 0px !important;
}

.snapchat-creative-kit-share {
    display: inline-block !important;
    margin-bottom:5px !important;
}

.f1fhbhq0 {
    width: 140px !important;
    height: 40px !important;
}

.f16qnola {
    height: 40px !important;
    width: 40px !important;
}
