#home_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./MI/bg_desktop.png');
    background-size: cover;
}

#terms_sec {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 80%;
    max-width: 1000px;
    background-image: url('./MI/bg_desktop.png');
    background-size: cover;
    background-position: center;
    z-index: 1000;
    border: 7px solid #ffffff;
    transform: translate(-50%, -50%);
}

#terms_sec .info {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#terms_sec .info::-webkit-scrollbar {
    display: none;
}

#terms_sec .info .head {
    position: relative;
    width: 25%;
    margin: 20px auto;
}

#terms_sec .info .head img {
    position: relative;
    width: 100%;
}

#terms_sec .info .desc {
    padding: 20px 100px 10px 50px;
}

#terms_sec .info .desc h1 {
    color: #ffffff;
    font-family: 'MontserratExtraBold';
}

#terms_sec .info .desc p,
#terms_sec .info .desc li {
    color: #ffffff !important;
    font-family: 'MontserratMedium';
    font-size: 17px;
    margin-bottom: 10px;
}

#terms_sec .info .desc li a {
    color: #ffffff !important;
}

#terms_close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
}

#terms_close img {
    position: relative;
    width: 100%;
}

.home_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 70%;
    background-image: url('./MI/Logo-for-Desktop_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#title_volume {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    cursor: pointer;
}

#apply_here1 {
    cursor: pointer;
}

#title_info {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 70px;
    cursor: pointer;
    display: none;
}

#title_volume img,
#title_info img,
#title_play img,
#replay_now img,
#playsore img,
#istore img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#title_play,
#replay_now {
    position: absolute;
    left: 50%;
    top: 85%;
    width: 50%;
    max-width: 350px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#download_slice {
    position: absolute;
    left: 50%;
    top: 85%;
    width: 50%;
    max-width: 350px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#replay_now {
    top: 80%;
    max-width: 350px;
}

#title_play #btn_over,
#inst_play #btn_over,
#score_avail #btn_over,
#score_replay #btn_over,
#replay_now #btn_over,
#register_submit #btn_over {
    opacity: 0;

}

#title_play:hover #btn_over,
#inst_play:hover #btn_over,
#score_avail:hover #btn_over,
#score_replay:hover #btn_over,
#replay_now:hover #btn_over,
#register_submit.active:hover #btn_over {
    opacity: 1;
}

#inst_view,
#score_view,
#register_view,
#thank_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./MI/bg_desktop.png');
    background-size: cover;
    display: none;
}

#score_view .buttons,
#register_view .buttons,
#thank_view .buttons {
    display: flex;
    position: absolute;
    left: 50%;
    top: 87%;
    width: 90%;
    max-width: 700px;
    transform: translate(-50%, -50%);

    flex-direction: row;
}

#thank_view .buttons {
    /*  display: none; */
    margin-top: 25px;
    display: flex;
    top: 20%;
    flex-direction: row;
    justify-content: center;
}

#playsore,
#istore {
    cursor: auto !important;
}

#thank_view .buttons {
    max-width: 350px;
}

#thank_view .buttons>div {
    margin: 0 20px;
}

#register_view .buttons {
    width: 45%;
    max-width: 350px;

}

#score_view .buttons>div,
#register_view .buttons>div {
    position: relative;
    width: 100%;
    cursor: pointer;
}

#thank_view .buttons>div {
    position: relative;
    width: 60px;
    cursor: pointer;

}

#thank_view .buttons>div img {
    position: relative;
    width: 100%;
}

#inst_volume,
#score_volume,
#register_volume {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    cursor: pointer;
}

#register_info {
    font-size: 1.6vw;
    color: #ffffff;
    top: 48%;
    position: absolute;
    width: 100%;
    max-width: 50vh;
    text-align: center;
    word-wrap: break-word;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'MontserratMedium';
}

#thank_info {
    font-size: 2.2vw;
    color: #ffffff;
    top: 48%;
    position: absolute;
    width: 100%;
    max-width: 50vh;
    text-align: center;
    word-wrap: break-word;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'MontserratMedium';
}

#inst_info,
#score_info {
    font-size: 2.5vw;
    color: #ffffff;
    top: 48%;
    position: absolute;
    width: 100%;
    max-width: 50vh;
    text-align: center;
    word-wrap: break-word;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'MontserratMedium';
}

/* #thank_info {
    top: 52%;
} */

#score_info,
#register_info,
#thank_info {
    max-width: 70vh;
    width: 30%;

}

#score_info .title1 {
    font-family: 'NovecentoSlabMedium';
    font-size: 3.5vw;
}

/* #thank_info .title1 {
    font-family: 'NovecentoSlabMedium';
    font-size: 2.5vw;
} */

#register_info .register_field {
    margin: 20px 0;
}

#register_info .register_field input {
    font-family: 'NovecentoSlabMedium';
    font-size: 2vw;
    text-align: center;
    background: none;
    border: none;
    border-bottom: 2px dashed #ffffff;
    outline: none;
}

#register_info .register_field input::placeholder {
    color: #ffffff;
}

#register_info .title2 #score_info .title2,
#thank_info .title2,
#score_info .title3 {
    font-family: 'MontserratMedium';
    font-size: 1.5vw;
}

#score_info .title3 img {
    width: 25px;
}

#score_info .score {
    font-family: 'MontserratExtraBold';
    font-size: 4vw;
}

#score_info .desclimer,
#register_view .desclimer {
    font-family: 'MontserratMedium';
    font-size: 1.2vw;
    margin-top: 20px;
    border: 1px solid #1862ff;
    padding: 5px;
    border-radius: 10px;
}

#register_info .register_terms {
    margin-top: 15px;

}

#register_info .check {
    display: flex;
    flex-direction: revert;
    justify-content: center;

}

#register_info .check .label {
    font-size: 1.2vw;
    font-size: 'MontserratMedium';
}

#register_info .check .label u {
    text-underline-offset: 0.25vw;
    cursor: pointer;
}

#tc_agree {
    width: 1.25vw;
    height: 1.25vw;
}

#register_view .desclimer u {
    cursor: pointer;
    text-underline-offset: 3px;
}

#register_submit {
    opacity: 0.4;
}

#register_submit.active {
    opacity: 1;
}

#inst_volume img,
#score_volume img,
#inst_play img,
#score_avail img,
#score_replay img,
#register_submit img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inst_title,
.score_title,
.register_title {
    position: absolute;
    left: 50%;
    top: 13%;
    width: 40%;
    height: 15%;
    transform: translate(-50%, -50%);
    background-image: url('./MI/title_desktop.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#inst_play

/* ,#score_replay,#score_avail */
    {
    position: absolute;
    left: 50%;
    top: 85%;
    width: 50%;
    max-width: 350px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#inst_bg,
#score_bg {
    position: absolute;
    left: 48%;
    top: 50%;
    width: 90%;
    height: 75%;
    transform: translate(-50%, -50%);
    background-image: url('./MI/inst_desktop_holder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

#register_bg {
    position: absolute;
    left: 48%;

    width: 90%;
    height: 75%;
    transform: translate(-50%, -50%);
    background-image: url('./MI/inst_desktop_holder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.registerbgForm {
    top: 50% !important;
}

.registerbgFinal {
    top: 41% !important;
}

#thank_bg {
    position: absolute;
    left: 48%;
    top: 55%;
    width: 70%;
    height: 65%;
    min-width: 1100px;
    transform: translate(-50%, -50%);
    background-image: url('./MI/inst_desktop_holder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.share_head {
    position: absolute;
    left: 50%;
    top: 11%;
    width: 90%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.3vw;
    font-family: 'NovecentoSlabMedium';
    color: #ffffff;
}

@media only screen and (max-width: 830px) {
    .home_title {
        background-image: url('./MI/Logo-for-Mobile_1.png');
        width: 100%;
        height: 70%;
    }

    #title_volume {
        left: 20px;
        top: 20px;
        width: 13vw;
    }

    #inst_volume,
    #score_volume {
        left: 20px;
        top: 20px;
        width: 13vw;
    }

    #title_info {
        right: 20px;
        top: 20px;
        width: 13vw;
    }

    #title_play {
        top: 83%;
        width: 50%;
    }

    #inst_play,
    #score_replay,
    #score_avail {
        top: 83%;
        width: 50%;
    }

    .inst_title,
    .score_title,
    .register_title {
        top: 13%;
        width: 50%;
        height: 25%;
        background-image: url('./MI/title_mobile.png');

    }

    #inst_bg,
    #score_bg,
    #register_bg {
        width: 98%;
        height: 80%;
        left: 50%;
        background-image: url('./MI/Text-base.png');
    }

    #thank_bg {
        width: 80%;
        height: 60%;
        left: 50%;
        top: 55%;
        background-image: url('./MI/inst_mobile_holder.png');
    }

    #inst_info,
    #register_info {
        font-size: 4vw;

        top: 50%;
        left: 49%;
        width: 46%;

    }

    #terms_sec .info .desc {
        padding: 20px 36px 10px 35px;
    }

    #terms_sec .info .desc li {
        font-size: 14px;
    }

    #terms_sec .info .desc h1 {
        font-size: 22px;
    }

    #terms_sec .info .head {
        width: 65%;
    }

    #score_info,
    #register_info {
        width: 50%;
        top: 50%;
    }

    #thank_info {
        width: 60%;
        top: 65%;
    }

    #score_info .title1 {
        font-family: 'NovecentoSlabMedium';
        font-size: 7vw;
    }

    #register_info .title2,
    #score_info .title2,
    #score_info .title3 {
        font-family: 'MontserratMedium';
        font-size: 3.5vw;
    }

    #score_info .score {
        font-family: 'MontserratExtraBold';
        font-size: 8vw;
    }

    #score_info .desclimer,
    #register_view .desclimer {
        font-family: 'MontserratMedium';
        font-size: 2.4vw;
    }

    #register_info .register_field input {
        font-size: 4vw;
        width: 100%;
    }

    /* #thank_info .title1 {
        font-family: 'MontserratExtraBold';
        font-size: 4vh !important;
    } */

    #thank_info .title2 {
        font-family: 'MontserratMedium';
        font-size: 2vh !important;
    }

    #thank_view .buttons {
        width: 60%;
    }

    #replay_now {
        width: 50%;
        top: 85%;
    }

    #score_info .title3 img {
        width: 4vw;
    }

    #register_info .check .label {
        font-size: 2.2vw;
        display: flex;
        align-items: flex-end;
    }

    #register_info .check .label u {
        text-underline-offset: 0.5vw;
    }

    #tc_agree {
        width: 15px;
        height: 15px;
    }

    #thank_view .buttons>div {
        margin: 0 15px;
    }

    .share_head {
        font-size: 5vw;
        width: 88%;
        top: 12%;
    }
}