.new_oriention{
    width: 100%;
    height: 100%;
    padding: 7vw 5vw 4vw 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
.orention_div_1{
    width: auto;
    height: auto;
    /* max-height: 85%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 1em; */
    align-content: flex-start;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding: 1vw;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    /* flex-direction: column; */
    flex-wrap: wrap;
}
.ori_inner_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    /* padding: 0em 5em; */
    /* padding: 2em 0.5em; */
    justify-content: center;
    align-content: flex-start;
}
.ori_left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 49%;
    align-content: center;
    gap: 1.5vw;
    padding: 1vw;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
}
.menupatch {
    background: #6e6e6e;
    height: 90%;
    width: 2.813vw;
    position: absolute;
    top: 3.5vw;
    left: 0.7vw;
    border-top: 0.3vw solid #fff;
}
.ori_right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 49%;
    align-content: center;
    gap: 2vw;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    box-sizing: border-box;
}
.ori_txt_div{
    width: 100%;
    height: auto;
    /* padding-bottom: 40px; */
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    /* border-bottom: 1px solid #333; */
    /* padding-bottom: 1%; */
    /* margin-bottom: 1.5%; */
    flex-direction: row;
    align-items: center;
    align-content: center;
    z-index: 1;
}
.oritxt_div_inner {
    transform: scale(0.8);
}
.oritxt_img{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    font-weight: bold;
    /* padding: 0.5em; */
    box-sizing: border-box;
    align-items: center;
    flex-wrap: nowrap;
    /* width: 13%; */
}
.oritxt_txt{
    /* font-size: 1.302vw; */
    /* font-size: Clamp(1rem, 1.2vw, 2.5rem); */
    font-size: calc(12px + 0.390625vw);
    color: #333;
    font-family: Calibri;
    width: 77%;
    font-weight: 500;
}
.oritxt_txt span{
    font-size: Clamp(1rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: calibrib;
    font-style: italic;
    text-transform: uppercase;
}
.dotsmain {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0.2vw;
}
.dotsmain span {
    width: 0.360vw;
    height: 0.360vw;
    background: #000;
    border-radius: 50%;
}
.dotsmain p {
    border-bottom: 0.160vw dotted #000;
    height: 0.160vw;
    width: 2.146vw;
}
.oriconbg{background-color: rgb(80, 80, 80);padding: 0.3em 0.6em;width: 2.813vw;height: 2.813vw;display: flex;flex-direction: row;align-content: center;justify-content: center;align-items: center;flex-wrap: nowrap;box-sizing: border-box;/* position: relative; */}

.oriback{
    transform: scaleX(-1);
}
.oriPagination{
    /* font-size: Clamp(0.5rem, 0.8vw, 2.5rem); */
    color: #fff;
    font-family: SF Digital Readout Medium;
    font-weight: bold;
    width: auto;
    height: auto;
    font-size: calc(12px + 1.00625vw);
    padding: 0vw 1vw;
    /* width: 13%; */
}
.morebtn{
    /* padding: 0.3em 1.5em; */
}
.oritxt_img svg{
    width: auto;
    height: auto;
    object-position: center;
    transform: scale(0.8);
    /* position: absolute; */
}
.oriSVGImg{
    width: 2.281vw;
    height: 2.281vw;
    /* width: 2.281vw; */
    /* height: 2.281vw; */
}
.language_help {
    /* background-image: url(../../../assets/media/images/gui_svg/menu.png); */
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    /* margin: auto; */
    cursor: pointer;
    opacity: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background: #333;
    border-radius: 100%;
    padding: 0.3em;
    box-sizing: border-box;
    align-items: center;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .oritxt_div_inner {
        transform: scale(0.65);
    }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
    .oritxt_img svg {
        /* width: 100%; */
        /* height: 100%; */
        object-fit: contain;
        object-position: center center;
    }
    .new_oriention{
        padding: 7vw 7vw 7vw 7vw;
    }    
}
@media only screen and (max-width: 914px) and (orientation: landscape) {
    .oriconbg {
        padding: 0.3em 0.5em;
    }
    .ori_inner_main{
        /* padding: 0em 1em; */
    }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
    .morebtn {
        /* padding: 0em; */
        /* width: 90%; */
    }
    .oriconbg {
        padding: 0.3em 0.5em;
        /* width: 50%; */
    }
    .oriconbg2 {
        padding: 0.3em 0.3em;
        /* width: 80%; */
    }
    .oritxt_pagination{
        /* width: 8%; */
    }
}
@media only screen and (max-width: 844px) and (orientation: landscape) {
    .ori_left {
        gap: 1.1vw;
    }
    .ori_right {
        gap: 1.5vw;
    }
    .orention_div_1{/* max-height: 85%; */}
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
    .ori_txt_div {
    }
    .oriPagination{
        font-size: calc(6px + 0.390625vw);
    }    
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
    .oriconbg {
        padding: 0.3em 0.4em;
        /* width: 50%; */
    }
    .oritxt_pagination {
        /* width: 9%; */
    }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .oriconbg {
        padding: 0.4em 0.4em;
    }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
    /* .oriconbg {
        padding: 0.4em 0.4em;
        width: 80%;
    } */
    .morebtn {
        /* padding: 0.3em 0.3em; */
    }
}

@media only screen and (max-width: 568px) and (orientation: landscape) {
    .orention_div_1{max-height: 85%;}
    .orention_div_2{
        margin-left: 1em;
    }
    .oritxt_pagination {
        width: 19%;
    }
    .oriconbg {
        padding: 0.3em 0.3em;
        /* width: 51%; */
    }
    .oriconbg2 {
        padding: 0.3em 0.3em;
        /* width: 80%; */
    }
    
    .language_help {
        width: 19px;
        height: 19px;
    }
    
}
@media only screen and (max-width: 912px) and (orientation: portrait) {
  .ori_right {
    width: 100%;
    gap: 3vw;
    }
    .ori_left {
        width: 91%;
        /* gap: 1vw; */
    }
    .oriconbg {
        padding: 0.3em 0.6em;
        width: 4.281vw;
        height: 4.281vw;
    }
    .oriconbg2 {
        /* padding: 0.3em 0.3em; */
        width: 90%;
    }
    .oriSVGImg {
        width: 8.281vw;
        height: 4.281vw;
    }
    .menupatch {
        left: 3vw;
        width: 4.281vw;
        top: 7.2vw;
    }
    .orention_div_1{
             max-height: 85%;
    }
    .ori_btn_headtxt {
        font-size: clamp(1.419rem, 0.1487vw, 1.1925rem);
    }
    .ori_btn_txt {
    /* font-size: clamp(1.419rem, 0.1487vw, 1.1925rem); */
    }
}
@media only screen and (max-width: 712px) and (orientation: portrait) {
    
    /* .oriPagination{
        font-size: calc(6px + 0.390625vw);
    } */
}
@media only screen and (max-width: 568px) and (orientation: portrait) {
    
    .new_oriention{
        /* display: flex; */
        /* flex-wrap: nowrap; */
        /* flex-direction: row; */
    }
    .oritxt_pagination{
        width: 12%;
    }
}
@media only screen and (max-width: 540px) and (orientation: portrait) {
    .new_oriention{
        /* display: flex; */
        /* flex-wrap: nowrap; */
        /* flex-direction: column; */
    }
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
    .ori_inner_main {
        /* justify-content: flex-start; */
    }
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
    .oriention_more {
        /* bottom: 6vh; */
        /* left: 2vw; */
        /* width: 7.604vw; */
        /* height: 33.15vh; */
        /* padding: 0.5em 0; */
        gap: 0em;
        /* margin-bottom: 0.9vw; */
    }
    .oriPagination{
        font-size: calc(6px + 0.390625vw);
    }
    .oriSVGImg{
        width: 6.281vw;
        height: 6.281vw;
        padding: 1vw 0.5vw 0vw 1vw;
    }
    .language_help {
        width: 1.2em;
        height: 1.2em;
    }
    .language_help svg{
        transform: scale(0.7);
    }
    .language{
        /* width: 24px; */
        /* height: 24px; */
        transform: scale(0.6);
    }
    .home{
        transform: scale(0.6);
    }
    .help{
        transform: scale(0.6);
    }
    .glossaryp{
        transform: scale(0.6);
    }
    .resources{
        transform: scale(0.6);
    }
    .exiGAME{
        transform: scale(0.6);
    }
    .morebtn{
        /* width: 1.8em; */
        /* height: 3vh; */
    }
    .new_oriention{
        /* padding-top: 20%; */
        /* padding-left: 8%; */
        /* padding-bottom: 38%; */
        display: flex;
        /* flex-wrap: nowrap; */
    }
    .oriconbg{
        padding: 0.3em 0.5em;
        width: 6.281vw;
        height: 6.281vw;
    }
    .oriback{
        /* padding: 0.3em 0.3em; */
        /* width: 75%; */
    }
    .ori_btn_headtxt {
        font-size: clamp(1.2rem, 0.1487vw, 1.1925rem);
    }
    .ori_btn_txt {
        /* font-size: clamp(1.1rem, 0.1487vw, 1.1925rem); */
    }
    .orention_div_1 {
        /* width: 85.198vw; */
        /* height: 152.146vw; */
    }
}
@media only screen and (max-width: 412px) and (orientation: portrait) {
    .orention_div_1 {
        /* width: 85.198vw; */
        /* height: 152.146vw; */
    }
    .ori_left {
        /* width: 95%; */
        gap: 2vw;
    }
    .menupatch {
        /* left: 2.1vw; */
        width: 6.281vw;
        /* top: 11.6vw; */
    }
}
@media only screen and (max-width: 411px) and (orientation: portrait) {
    
    .new_oriention{
            padding: 12vw 5vw 5vw 5vw;
    }
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
    .oritxt_pagination {
        width: 21%;
    }
    .orention_div_1{
        /* width: 100%; */
        /* padding: 1em 1em; */
    }
    .oriconbg {
        /* width: 73%; */
    }
    .oriconbg2 {
        width: 99%;
    }
}