html {
    overflow: hidden;
}

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    font-family: 'HarmonyOS Sans';
    font-weight: normal;
    font-style: normal;
}

.scroll1::-webkit-scrollbar {
    width: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #1e1d04;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #fffa00;
}


.welcome_main_bg {
    background: url(../images/welcome_main_bg.jpg) no-repeat;
    background-size: cover;
}

.gameplay_bg {
    background: url(../images/gameplay_bg.jpg) no-repeat;
    background-size: cover;
}



.welcome_screen {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    justify-content: space-between;
}

.top_header {
    text-align: center;
    padding: 20px;
}

.top_header h1 img {
    max-width: 150px;
}

.top_header p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}


#loading {
    margin-top: 20px;
    font-size: 48px;
    color: #fff;
}

.msg_std {
    text-align: center;
    padding: 30px 30px 30px 30px;
}

.msg_std p.discrip1 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.msg_std p.discrip1_2 {
    padding: 0 0 0 15px;
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    position: relative;
}

.msg_std p.discrip1_2 img {
    position: absolute;
    top: 3px;
    left: 0;
}


.msg_std p.discrip2 {
    padding: 0;
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 46px;
}


.termsatac {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    justify-content: space-between;
}

.termsncondi {
    padding: 45px 20px 5px 30px;
}

.termsncondi h3 {
    color: #fffa00;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.termsncondi p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 20px 0;
    letter-spacing: 0.1px;
    font-family: 'HarmonyOS Sans';
    font-weight: normal;
    line-height: 21px;
}

.termsbottoms input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: none;
    margin: 0 5px 0 0;
}

.termsbottoms p.termtext {
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.termsbottoms p.termtext label {
    padding-top: 10px;
    display: block;
    font-family: 'HarmonyOS Sans';
    font-weight: 700;
    font-size: 13px;
}

#div2 {
    margin: 0;
    background: url(../images/terms_bg.jpg) no-repeat center center #292929;
    background-size: cover;
}

.temssec {
    height: 60vh;
    overflow-y: scroll;
    padding-right: 4px;
}

.termsbottoms {
    padding: 5px 30px 50px 30px;
}

#submitBtn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


.hidden {
    opacity: 0;
    transform: scale(0.8) rotateY(90deg);
    pointer-events: none;
    display: none;
}

.visible {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    pointer-events: auto;
    display: block;
}



.start_btn {
    text-align: center; 
    padding: 45px 15px;
}



.start_btn .btn-grad {
    background: url(../images/yellow_btn_bg2.png) no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 66px;
    text-decoration: none;
    border: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 20px;
    font-family: 'HarmonyOS Sans';
    color: #000;
    transition: transform 0.1s ease-out, background-image 0.1s ease-out;
    letter-spacing: -0.5px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-style: italic;
}

.start_btn .btn-grad:active {
    transform: scale(0.90);
}



.start_btn2 {
    text-align: center;
}



.start_btn2 .btn-grad {
    background: url(../images/yellow_btn_bg2.png) no-repeat center center;
    background-size: contain;
    width: 280px;
    height: 66px;
    text-decoration: none;
    border: none;
    padding: 0px 19px;
    text-align: center;
    font-size: 20px;
    font-family: 'HarmonyOS Sans';
    color: #000;
    display: flex;
    transition: transform 0.1s ease-out, background-image 0.1s ease-out;
    letter-spacing: -0.5px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-style: italic;

    opacity: 0.5;
    pointer-events: none;
}

.start_btn2 .btn-grad:active {
    transform: scale(0.90);
}

.start_btn2 .btn-grad.active {
    pointer-events: auto;
    opacity: 1;
}






#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, #454545, #18232d);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #fff000;
    border-top: 6px solid #f7f4c2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 20px #f7f4c2;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}


.desktop-message {
    display: block;
    text-align: center;
    color: #fff;
    padding: 90px 50px;
    font-family: 'Segoe UI', sans-serif;
    background: #000000;
    height: 100vh;
}

@media (max-width: 768px) {
    .desktop-message {
        display: none;
    }
}

/* Hide the entire app on desktop */
.mobile-only {
    display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}



.gradeVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    z-index: 999;
    transition: transform 0.6s ease;
}

.gradeVideo.showvideo {
    transform: scale(1);
}

.dNone {
    display: none;
}

.dBlock {
    display: block !important;
}

#myVideo {
    touch-action: none;
    /* Disables zoom/pan */
}

/* #myVideo { */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* scale: 1.3 !important; */
/* position: absolute; */
/* z-index: -1; */
/* height: 100vh; */
/* object-fit: cover; */
/* width: 100%; */
/* -webkit-transform: translateZ(0); */
/* } */

.gradeVideo.showvideo {
    transform: scale(1);
}

#vid_Grade .myVideo {
    opacity: 0;

}

#vid_Grade .myVideo.showvideo {
    opacity: 1;
}

.btnDisabled {
    opacity: 0.4 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}


h3.endmih3 {
    color: #fff;
    font-size: 34px;
    margin: 0 0 15px 0;
    padding: 0;
}

h3.endmih3 span {
    font-weight: 500;
    color: #a4a4a4;
}

.bdy_game_play {
    background: url(../images/gameplay_bg_main.jpg) no-repeat center center !important;
    background-size: cover;

}



@supports (-webkit-touch-callout: none) {

    /* iOS-only CSS */
    #bdyu.bdy_white_play {
        background: #fff !important;
    }

}


.newLanding .top_header {
    text-align: left;
    padding: 20px;
}

.newLanding .top_header h1 {
    margin: 0;
}

.newLanding .msg_std {
    padding: 0;
}

.landing_text {
    background: url(../images/landing_text_bg.png) no-repeat center center;
    background-size: contain;
    padding: 15px 0;
    position: relative;
}

.newLanding .landing_discription {
    padding: 5px 25px !important;
}

.newLanding .msg_std p.discrip1 {
    margin: 0 0 2px 0;
}

.newLanding h3.endmih3 {
    margin: 0 0 0 0;
    font-weight: 800;
}

.plus_icon {
    position: absolute;
    right: 25px;
    top: -14px;
    width: 25px;
}