* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Angkor-Regular';
    src: url("/assets/fonts/Angkor-Regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {

    background: #1E1E1E;
}

/* .main_wrapper {
} */

.main_wrapper-left_wrapper {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    background: #1A1A1A;
    /* height: 1024px; */



}

.left_wapper-left {
    width: 45%;
    height: 695px;
    font-size: 20px;
    background: #5236FF;
    border-radius: 9px;
    position: absolute;
    color: #FFFFFF;
    line-height: 36px;
    display: flex;
    text-align: center;
    align-items: center;
}

.mainStar {
    position: absolute;
    width: 305px;
    top: 603px;
    left: 560px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 9px;
    height: 70px;
    text-align: center;


}

.StartNow {
    /* width: 166px; */
    /* height: 67px; */
    font-family: 'Angkor-Regular';
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 18px;

    /* align-items: center; */
}
.StartNow:hover{
    color: #1E1E1E;
}

.lavelNow {
    position: absolute;
    width: 706px;
    top: 488px;
    left: 358px;
    font-size: 96px;
    font-family: "Angkor-Regular";

}

.StartYour {
    position: absolute;
    width: 706px;
    top: 356px;
    left: 362px;
    font-size: 96px;
    font-family: 'Angkor-Regular';
    /* margin-bottom: 21px; */
}

.nav {
    height: 105px;
    position: absolute;
    width: 1366px;
    top: 1px;
    /* left: 20px; */
    background: rgba(217, 217, 217, 0.05);
    backdrop-filter: blur(40px);
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;

}

.levelNew {
    position: absolute;
    left: 154px;
    /* width: 30%; */


}

.navoption {
    width: 22%;
    display: flex;
    position: absolute;
    right: 187px;
    justify-content: space-between;
    font-family: 'Angkor-Regular';
    font-size: 20px;
    /* top: 21px; */
    align-items: center;
    /* background: rgba(217, 217, 217, 0.05);
    backdrop-filter:blur(40px); */

}

.navOpt:hover {
    cursor: pointer;
    color: brown;
    box-shadow: 2px 4px 15px 10px gray;
    /* background-color:cadetblue; */
}

.orangeWrap {
    width: 93%;
    height: 448px;
    left: 793px;
    top: 567px;
    position: absolute;
    background-color: #FF3636;
    border-radius: 9px;

}