@font-face {
    font-family: "BLM-Reg" ;
    src: url(../asset/fonts/BL_Melody_Family/SansSerif/BLMelody-Regular.otf);
}
@font-face {
    font-family: "BLM-Book" ;
    src: url(../asset/fonts/BL_Melody_Family/SansSerif/BLMelody-Book.otf);
}


.LoaderPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.LoaderPage .TopCover{
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 0%;
    background-color: #0D0D0D;
}
.LoaderPage .BottomCover{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 0%;
    background-color: #0D0D0D;
}
.LoaderPage .Loader{
    position: absolute;
    left: 0;
    height: 1%;
    width: 0%;
    transition: color 0.5s;
    background-color: #0D0D0D;
}
.LoaderPage .Percentage{
    position: absolute;
    height: 30%;
    width:30%;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* margin-bottom: 2rem; */
    margin-right: 2rem;
}
.LoaderPage .Percentage .One{
    height: 100%;
    width:calc(100% / 3);
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    /* background-color: aqua; */
}
.LoaderPage .Percentage .Ten{
    height: 100%;
    width:calc(100% / 3);
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    /* background-color: thistle; */
}
.LoaderPage .Percentage .Hundred{
    height: 100%;
    width:calc(100% / 3);
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    /* background-color: tomato; */
}
.LoaderPage .Percentage .Box h1{
    font-family: "BLM-Reg";
    line-height: 20rem;
    font-weight: normal;
    font-size: 20rem;
    /* margin-right: 2rem; */
}
.LoaderPage .Percentage .Box #OneTOP{
    margin-top: 20rem;
}
.LoaderPage .Percentage .Box #TenTOP{
    margin-top: 20rem;
}
.LoaderPage .Percentage .Box #Hundred{
    margin-top: 20rem;
}







.LoaderPage2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0D0D0D;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




@media only screen and (max-width: 912px){
    .LoaderPage{
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .LoaderPage .Percentage{
        position: absolute;
        height: 20rem;
        width: 20%;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        /* margin-bottom: 2rem; */
        margin-right: 2rem;
    }
}