.intro_video {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
#maincourselogo {
    /*border: 1px solid #eee; */
    /* -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%); */
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%); */
    margin: 0;
    /* position: absolute; */
    width: 10.617vw;
    height: 100%;
    /* float: left; */
    /* max-height: 60px; */
    top: 0em;
    z-index: 2;
    /* border-radius: 0 50px 50px 0px; */
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    /* overflow: hidden; */
    align-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    padding: 0.5em;
}
.game_video {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    overflow: hidden;
}

/*---- Headset ------*/

.intro_bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	overflow: hidden;
}
.headsetborder {
    border-bottom: 0.2vw solid #CCCCCC;
    width: 5.729vw;
    text-align: center;
    margin-top: 1vw;
}
.headset_main {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: flex-start;
    /* gap: 2vw; */
    align-items: flex-start;
    margin: auto;
    box-sizing: border-box;
}

.span_text {
    color: #000;
    font-size: clamp(0.7rem, 2vw, 3rem);
    font-family: calibril;
    z-index: 1111;
    /* position: absolute; */
    /* top: 20vw; */
    /* left: 30vw; */
    width: 100%;
    font-style: italic;
    margin-top: 0.5vw;
}

.span_text span {
    font-family: Arial-black;
}

.headset-img-div {
    /* box-sizing: border-box; */
    width: 32%;
    display: grid;
    grid-template-columns: repeat(1, clamp(100px, 50vw, 500px));
    grid-template-rows: repeat(8, clamp(60px, 12vh, 200px));
    justify-content: start;
    /* position: absolute; */
    /* left: 52vw; */
    /* top: 1vw; */
    /* width: 60%; */
}

.headset-img1 {
    width: 5.729vw;
    height: 4.635vw;
}
.set_img1 {
    width: 5.729vw;
    height: 4.635vw;
    transform: scale(1);
}
.set_img1 img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.headset-img2_0 {
    grid-column: 2/2;
    grid-row: 1/5;
    margin-bottom: clamp(1rem, 12%, 4.5rem);
}
.set_img2-dot {
    width: 3.663vw;
    height: 3.663vw;
    border: 1px solid #2C4FAD;
    border-radius: 100px;
    /* margin: -1vw auto; */
    transform: scale(1.5);
    margin-left: -10vw;
    margin-top: 19vh;
    box-sizing: border-box;
}
.headset-img2 {
    grid-column: 3/3;
    grid-row: 3/3;
}
.set_img2 img {
    width: 6.208vw;
    height: 8.7vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.set_img2 {
    width: 13vw;
    height: 13vw;
    border: 3px solid #999;
    border-radius: 100%;
    text-align: center;
    transform: scale(1);
    /* margin-left: -25vw; */
    margin-top: 7vh;
    position: relative;
}

/*------------Exit Pane Start ------------*/
.to_exit {
    width: 100%;
    /* margin: 3em auto; */
    text-align: center;
    padding: 0em 1vw;
    display: flex;
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    justify-content: center;
    box-sizing: border-box;
}
.to_exit p {
    line-height: normal;
}
.line1_exit {
    font-family: 'Arial';
    font-size: 3.5vw;
    color: #fff;
    /* font-weight: bold; */
    width: 50%;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 0em 0.3em;
    box-sizing: border-box;
}
.no_section {
    width: 78px;
    float: left;
}
.no_section img,
.yes_section img {
    cursor: pointer;
}
.yes_section {
    width: 78px;
    float: left;
}
.btn_text {
    float: left;
    font-family: Verdana !important;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    padding-left: 18px;
    padding-top: 17px;
    text-transform: uppercase;
}
#yesBtn {
    /* width: 310px; */
    /* height: 60px; */
    float: left;
    color: #000;
    cursor: pointer;
    transition: all .2s ease;
    /* border-radius: 10px; */
    display: table;
    box-shadow: inset 0 0 0 2px #fff;
    background: #fff;
    padding: 1em 3em;
    transform: scale(1);
    transition: 0.3s ease;
}
#yesBtn span {
    color: #fff;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all .2s ease;
    font-family: Arial;
    font-size: clamp(1.2rem, 2vw, 2rem);
    top: 0;
    transform: translateY(0px);
    transition: all 0.3s ease;
}
#yesBtn:hover {
    background-color: #000;
    transition: 0.3s ease;
    color: #fff;
}

#noBtn:hover {
    background-color: #000;
    transition: 0.3s ease;
    color: #fff;
}
#noBtn {
    /* width: 310px; */
    /* height: 60px; */
    float: left;
    color: #000;
    cursor: pointer;
    transition: all .2s ease;
    /* border-radius: 50px; */
    display: table;
    box-shadow: inset 0 0 0 2px #fff;
    background: #fff;
    padding: 1em 3em;
    transform: scale(1);
    transition: 0.3s ease;
}
#noBtn span {
    color: #fff;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all .2s ease;
    font-family: Arial;
    font-size: clamp(1.2rem, 2vw, 2rem);
    top: 0;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.exit_container {
    width: 331px;
    margin: 0 auto;
}
#exit-panel {
    /* background: #020202; */
    position: absolute;
    top: 0;
    width: 100vw;
    margin: auto;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 16;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.exit-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 4em;
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    align-content: space-around;
    padding: 2em;
    box-sizing: border-box;
    gap: 2em;
    justify-content: center;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center;
}



@-webkit-keyframes exitBtnsAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes exitBtnsAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.exitBtnsAnim {
    -webkit-animation-name: exitBtnsAnim;
    animation-name: exitBtnsAnim;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.exitBtnsAnim_1 {
    -webkit-animation-name: exitBtnsAnim;
    animation-name: exitBtnsAnim;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/*------------- Exit Panel End ----------------*/

@keyframes txt-hedset1-ani {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.txt-hedset1-ani {
    -webkit-animation-name: txt-hedset1-ani;
    animation-name: txt-hedset1-ani;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes new-hedset1-ani {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(2%);
        transform: translateX(2%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.new-hedset1-ani {
    -webkit-animation-name: new-hedset1-ani;
    animation-name: new-hedset1-ani;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes new-hedset2-ani {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.new-hedset2-ani {
    -webkit-animation-name: new-hedset2-ani;
    animation-name: new-hedset2-ani;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes greyborder_mask_ani {
    0% {
        opacity: 1;
        width: 0vw;
    }
    100% {
        opacity: 1;
        /* width: 5.729vw; */
    }
}
.greyborder_mask_ani {
    -webkit-animation-name: greyborder_mask_ani;
    animation-name: greyborder_mask_ani;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes new-hedset3-ani {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.new-hedset3-ani {
    -webkit-animation-name: new-hedset3-ani;
    animation-name: new-hedset3-ani;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@keyframes fadeInOut_head {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.fadeOutIntro {
    -webkit-animation-name: fadeInOut_head;
    animation-name: fadeInOut_head;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeIn_head {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.fadeInIntro {
    /* -webkit-animation-name: fadeIn_head; */
    /* animation-name: fadeIn_head; */
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes headsetTextAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.discTextAnim {
    -webkit-animation-name: headsetTextAnim;
    animation-name: headsetTextAnim;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes headsetTextAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.headsetTextAnim {
    -webkit-animation-name: headsetTextAnim;
    animation-name: headsetTextAnim;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.discBtntAnim {
    -webkit-animation-name: headsetTextAnim;
    animation-name: headsetTextAnim;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*---- Disclaimer ------*/

.disclaimer_inner_bg1 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.welcome_inner_bg1 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.disclaimer_heading_text1 {
    font-size: clamp(0.5rem, 2vw, 2.5rem);
    color: #000;
    text-align: center;
    width: fit-content;
    margin: 0vw auto 0 auto;
    font-family: calibrib;
    padding: 0vw 0vw 0vw 0vw;
    box-sizing: border-box;
    /* font-weight: bold; */
    /* border-bottom: 1px solid #333; */
    font-style: italic;
    text-transform: uppercase;
}

.disclaimer_middle_text1 {
    width: 57vw;
    font-size: clamp(0.5rem, 1.5vw, 2.5rem);
    font-family: Calibri;
    text-align: center;
    color: #000;
    margin: 0vw auto 0vw auto;
    line-height: 2.5vw;
    font-style: italic;
}

#disclaimerTxt{
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
}
.welcome_main {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.welcome_heading_text1 {
    font-family: Calibri;
    color: #000000;
    font-size: clamp(0.7rem, 1.3vw, 2rem);
    display: flex;
    justify-content: center;
}
.welcome_middle_text1 {
    font-family: SPARTANMB_BOLD;
    color: #020202;
    display: flex;
    justify-content: center;
    font-size: clamp(1.5rem, 3vw, 3.5rem);
    margin-top: 0.5em;
}
.click_text1 {
    height: auto;
    cursor: pointer;
    width: auto;
    top: 25.64vw;
    margin: 0 auto;
    /* border: 0.3vw solid #333; */
    /* border-radius: 100%; */
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5vw;
    background: #020202;
    font-family: calibril;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(0.5rem, 1.5vw, 2.5rem);
    transform: scale(1);
    transition: 0.3s ease;
    color: #fff;
}

.click_text1 img {
    width: 3.562vw;
    height: 2.375vw;
}

@keyframes arrow_dis_ani {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-98px);
        transform: translateX(-98px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(98px);
        transform: translateX(98px);
    }
}
.arrow_dis_ani {
    -webkit-animation-name: arrow_dis_ani;
    animation-name: arrow_dis_ani;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
/*-----------------------------------------------------------------------menu-css-start---------------------------------------------------------------*/
.footer-menu{
    width: 100vw;
    height: 3vw;
    position: absolute;
    right: 0;
    /* top: 0; */
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    align-content: flex-end;
    gap: 0.5em;
    padding: 0.5em 0.5em;
    justify-content: flex-start;
    transform-origin: right bottom;
    z-index: 1;
}
.footerLeftside{/* height: 100%; */display: flex;justify-content: flex-end;/* padding: 0 0.5em 0.3em 0; */box-sizing: border-box;gap: 0.5em;align-items: flex-end;align-content: center;flex-direction: row;position: relative;}
.footerRightside{
    width: auto;
    height: 2.813em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* padding: 0 0.5em 0.3em 0; */
    box-sizing: border-box;
    align-items: center;
}
.footer_btns{
    width: max-content;
    height: max-content;
    /* width: 19em; */
    /* z-index: 1; */
    /* height: 1.8em; */
}
.footer-ovarlay{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.more_image {
    width: 2.813em;
    height: 2.813em;
    z-index: 8 !important;
    cursor: pointer;
    /* overflow: hidden; */
    background: #faa703;
    display: flex;
    z-index: 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.more_image:hover {
    /* background: #faa701; */
}

.more_image:active {
    background: #c4cfe0;
}

.more_image:after {
    /* content: ''; */
    position: absolute;
    background: #88C103;
    width: 8px;
    height: 8px;
    right: -10px;
    border-radius: 50%;
}
.content_btn img {
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 0;
    right: 0px;
    margin: 0 auto;
    pointer-events: none;
    width: 7px;
    height: 21px;
}
.nav_over {
    /* height: 300px; */
    /* overflow: hidden; */
    transition: all 0.3s ease;
    visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.more_open {
    width: 19em;
    height: 6.813em;
    z-index: 2;
    /* right: 5em; */
    gap: 0.5em;
}
.nav1 {
    display: block;
    /* position: absolute; */
    bottom: 5px;
    right: 23em;
    width: 130px;
    height: 2.8em;
    background-color: #6e6e6e;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
    /* padding-bottom: 20px; */
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    /* padding-top: 1em; */
    /* right: 0; */
    /* margin: 0 auto; */
    gap: 0.5em;
    transform-origin: right bottom;
    justify-content: space-evenly;
}
.nav1 li svg{
    pointer-events: none;
    transform: scale(0.7);
}
.nev_hover {

display: flex;

flex-direction: row;

width: 22vw;

/* overflow: hidden; */

position: relative;
}
#more_btn svg{
    pointer-events: none;
    transform: scale(0.7);
}

.audioBtn svg{
    pointer-events: none;
    transform: scale(0.7);
}
.PlaypauseBtn svg{
    pointer-events: none;
    transform: scale(0.7);
}

.next a svg{
    transform: scale(0.8);
}

.oriention_more div svg {
    transform: scale(0.7);
}

ul.nav1 li:first-child {
    /* margin-top: 15px; */
}

.nav1 li {
    float: left;
    /* position: relative; */
    /* width: 2.75vw; */
    /* height: 6.5vh; */
    margin-left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 0em;
}
.language {
    /* background-image: url(../../../assets/media/images/gui_svg/menu.png); */
    background-repeat: no-repeat;
    width: 2.75em;
    height: 2.563em;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /* background: #333; */
    border-radius: 50%;
    /* padding: 0.3em; */
    /* box-sizing: border-box; */
    align-items: center;
}
.language svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.exiGAME {
    /* background-image: url(../../../assets/media/images/gui_svg/exit.png); */
    background-repeat: no-repeat;
    width: 1.813em;
    height: 1.813em;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home {
    /* background-image: url(../../../assets/media/images/gui_svg/menu.png); */
    background-repeat: no-repeat;
    width: 2.063em;
    height: 1.688em;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.help {
    /* background-image: url(../../../assets/media/images/gui_svg/help.png); */
    background-repeat: no-repeat;
    width: 1.438em;
    height: 2.063em;
    margin: auto;
    cursor: pointer;
    /* opacity: 0.5; */
    /* pointer-events: none; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.glossaryp {
    /* background-image: url(../../../assets/media/images/gui_svg/glossary.png); */
    background-repeat: no-repeat;
    width: 2.813em;
    height: 1.75em;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.resources {
    /* background-image: url(../../../assets/media/images/gui_svg/resources.png); */
    background-repeat: no-repeat;
    width: 2.063em;
    height: 2.063em;
    margin: auto;
    cursor: pointer;
    /* pointer-events: none; */
    /* opacity: 0.5; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#bg_audio {
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0; */
    width: 32px;
    height: 32px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    margin: auto;
    padding: 0;
}
#audio {
    width: 32px;
    height: 32px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    margin: auto;
    padding: 0;
}
.transcript {
    background-image: url(../../../assets/media/images/gui_svg/Transcript.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    margin: auto;
    cursor: pointer;
}
.bgaudio_hover_main {
    position: absolute;
    right: 55px;
    top: 190px;
    border-radius: 50px;
    box-sizing: border-box;
    /* z-index: 1; */
    width: 130px;
    opacity: 1;
}
.bgaudio_hover_main span {
    font-size: 16px;
    color: #FDC442;
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
}
.hover_tool {

position: absolute;

top: 0;

width: 100%;

height: 100%;
}
.audio_hover_main {
    position: absolute;
    /* bottom: 3em; */
    /* left: -1.4em; */
    width: auto;
    height: auto;
    opacity: 0;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    pointer-events: none;
    padding: 0.5em 0.5em;
    margin-bottom: 13vh;
    align-items: flex-start;
}

.play_pause_hover_main {
    position: absolute;
    /* bottom: 3em; */
    /* left: -1.5em; */
    width: auto;
    height: auto;
    opacity: 0;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    pointer-events: none;
    padding: 0.5em 0.5em;
    margin-bottom: 13vh;
    align-items: flex-start;
}


.next_hover_main {
    position: absolute;
    /* bottom: 3em; */
    /* right: -1em; */
    width: auto;
    height: auto;
    opacity: 0;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    pointer-events: none;
    padding: 0.5em 0.5em;
    align-items: flex-end;
    margin-bottom: 6vh;
}
.hover_text {
    width: max-content;
    height: max-content;
    background-color: #a10000;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
    padding: 0.1em 0.5em;
    border-radius: 10px;
}
.arrow_left {
    content: "";
    display: flex;
    border-left: 1.5vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.5vw solid #D9D9D9;
    width: 1vw;
    margin-top: -0.3em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.arrow_right {
    content: "";
    display: flex;
    border-left: 0vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 1.5vw solid #D9D9D9;
    width: 1vw;
    margin-top: -0.3em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.back_hover_main {
    position: absolute;
    /* bottom: 3em; */
    /* right: -2em; */
    width: auto;
    height: auto;
    opacity: 0;
    display: flex;
    pointer-events: none;
    padding: 0.5em 0.5em;
    margin-bottom: 6vh;
}



.Content_hover_main {
    position: absolute;
    /* bottom: 3em; */
    /* right: 18.3em; */
    width: auto;
    height: auto;
    opacity: 0;
    display: flex;
    pointer-events: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 13vh;
    border-radius: 10px;
}
.menu_hover_main {
    position: absolute;
    bottom: 0;
    left: 10vw;
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 0.2em 1em;
    z-index: 0;
    color: #FFF;
    opacity: 0;
    display: flex;
    margin-left: -2em;
}
.menu_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.menu_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}
.exit_hover_main {
    position: absolute;
    bottom: 0;
    left: 21vw;
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 0.2em 1em;
    color: #FFF;
    opacity: 0;
    display: flex;
    margin-left: -2em;
}
.exit_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.exit_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}
.glossary_hover_main {
    padding: 0.1em 0.5em 0.1em 1em;
    /* position: absolute; */
    bottom: 3.3em;
    right: 31vw;
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    color: #FFF;
    opacity: 0;
    display: flex;
    padding: 0.2em 1em;
    margin-left: 1em;
}
.glossary_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.glossary_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}
.help_hover_main {
    position: absolute;
    bottom: 0;
    left: 12vw;
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    color: #FFF;
    opacity: 0;
    display: flex;
    padding: 0.2em 1em;
    margin-left: -1.3em;
}
.help_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.help_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}


.language_hover_main {
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    color: #FFF;
    opacity: 0;
    display: flex;
    padding: 0.2em 1em;
    margin-left: 5em;
}
.language_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.language_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}
.resources_hover_main {
    /* position: absolute; */
    bottom: 3.3em;
    right: 27vw;
    width: max-content;
    height: max-content;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 0.2em 1em;
    color: #FFF;
    opacity: 0;
    display: flex;
    margin-left: -4.5em;
}
.resources_hover_main span {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Arial;
    font-size: Clamp(0.8rem, 1.2vw, 2rem);
}
.resources_hover_main::after {
    /* content: ""; */
    position: absolute;
    top: 0vh;
    left: -1.5vw;
    border-left: 2vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 1.2vw solid #999999;
}
.transcript_hover {
    position: absolute;
    right: 55px;
    top: 296px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.transcript_hover span {
    font-size: 16px;
    color: #FDC442;
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
}
.leaderboar_hover {
    position: absolute;
    right: 55px;
    top: 137px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.leaderboar_hover span {
    font-size: 16px;
    color: #FDC442;
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
}
#glossary-panel {
    position: absolute;
    left: 0;
    width: 70vw;
    height: 60vh;
    overflow: hidden;
    /* overflow-y: auto; */
    padding: 1vw 2vw;
    box-sizing: border-box;
    background: #FFFFFF;
    gap: 0.2em;
    margin: 0 auto;
    right: 0;
    top: 18vh;
    border-radius: 5px;
}
.glossWORD {
    width: 100%;
    font-size: clamp(0.9rem, 1.8vw, 2.5rem);
    font-family: 'Calibri';
    font-weight: bold;
    color: #007cd8;
    margin-bottom: 0;
    margin-top: 2vw;
    height: 3vw;
    margin-left: 3.5em;
}
.glossary-container {
    width: auto;
    height: 90%;
    padding: 1em;
    background: #ffffff;
    box-sizing: border-box;
    margin: 0em auto;
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    display: flex;
    /* max-height: 75%; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    /* gap: 0.5em; */
    align-items: center;
}
.glossary-data-container {
    color: #000;
    width: 85%;
    /* position: relative; */
    height: 100%;
    /* max-height: 70%; */
    /* overflow: hidden; */
    float: left;
    /* overflow: scroll; */
}
.words-conatiner {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 80%;
}
.glossary {
    float: left;
    width: 100%;
    padding-top: 0;
}
#glossary-panel #accordion_gloss {
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0vw;
    width: 100%;
}
.mainword {
    position: relative;
    width: 100%;
    /* padding: 0 20px; */
}
.glossary h3 {
    font-size: clamp(0.6rem, 1.3vw, 2.5rem);
    color: #000000;
    width: 100%;
    float: left;
    cursor: default;
    padding: 0.5em 3.9em 0em 0.9em;
    font-family: 'Calibri';
    margin: 0em;
}
.glossary-desc {
    font-size: clamp(0.6rem, 1.3vw, 2.5rem);
    padding: 0.5em 3.9em 1em 1.6em;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Calibri';
    /* line-height: 0.5vw; */
    color: #000;
}
.popup_background {
    position: absolute;
    width: 1280px;
    height: 720px;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
}
.contentList_over {
    z-index: 999;
    position: absolute;
    width: 70vw;
    height: 60vh;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 1vw 2vw;
    /* top: 18vh; */
}
.Module_Heading {
    /* position: absolute; */
    /* top: 2vh; */
    /* left: 2vw; */
    font-size: Clamp(0.8rem, 1.8vw, 3.5rem);
    font-family: 'Calibri';
    font-weight: bold;
    color: #007cd8;
    margin-top: 2vw;
    height: 3vw;
    margin-left: 2.5em;
}
.contentList {
    width: 93%;
    height: 70%;
    padding: 0.9em;
    float: left;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1em;
    box-sizing: border-box;
}

.contentList::-webkit-scrollbar{
    height: 1vw;
}
.contentList::-webkit-scrollbar-track {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(248,153,4,0) 0%, rgba(248,153,4,0) 40%, #b1b0b2 40%, #b1b0b2 60%, rgba(248,153,4,0) 60%, rgba(248,153,4,0) 100%);
}

.contentList::-webkit-scrollbar-thumb {
    background-color: #020202;
    border-radius: 10px;
    /* box-shadow: 0px 0px 0px 1px #666666; */
}
.contentList::-webkit-scrollbar-track-piece {
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.menu-item {
    /* margin-bottom: 0.5em; */
    font-size: 16px;
    /* cursor: pointer; */
    color: #333333;
    font-family: 'Arial';
    border-bottom: 1px solid #999999;
    padding: 5px 0px 2px 20px;
    /* margin-left: 20px; */
}
.label-container {
    position: relative;
    /* width: 100%; */
    height: auto;
    padding: 0.5em 0em;
    /* float: left; */
    box-sizing: border-box;
    overflow: hidden;
    /* overflow-y: scroll; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 0.5em;
}
.exitsbutton{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.letter {
    font-size: clamp(0.6rem, 1.2vw, 2.5rem);
    float: left;
    cursor: pointer;
    font-family: 'Calibri';
    border-radius: 50%;
    display: flex;
    width: 1.5vw;
    height: 1.5vw;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.letter a {
    color: #333333;
    text-decoration: none;
    position: relative;
    display: flex;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    align-content: center;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.glossery_close {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0.2em;
    cursor: pointer;
    right: 4vw;
    top: 7vh;
    /* border: 2px solid #FFF400; */
    /* border-radius: 3rem; */
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;
    color: #333;
    background-color: #007cd8;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
.gloss_bg{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}
.glossery_itext{
    width: 90%;
    font-size: clamp(0.5rem, 1.2vw, 2.5rem);
    font-family: 'Calibri';
    position: absolute;
    bottom: 2vh;
    text-align: center;
}
.new-tab{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: space-around;
    gap: 0.5em;
}
.content_close {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0.2em;
    cursor: pointer;
    right: 4vw;
    top: 6vh;
    /* border: 2px solid #FFF400; */
    /* border-radius: 3rem; */
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;
    color: #333;
    background-color: #007cd8;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
#resources_menu{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.resources-container{
    width: 80vw;
    height: auto;
    overflow: hidden;
    padding: 1vw 2vw;
    box-sizing: border-box;
    background: #FFFFFF;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 13vh;
    border-radius: 5px;
}
.resources_header{

width: 100%;

height: auto;

display: flex;

flex-direction: row;

flex-wrap: nowrap;

justify-content: space-between;
}
.resources_close {
    /* position: absolute; */
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
    /* right: 3vw; */
    /* top: 3vh; */
    /* border: 2px solid #FFF400; */
    /* border-radius: 3rem; */
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;
    color: #333;
    background-color: #007cd8;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.resources_headtxt {
    /* width: 100%; */
    font-size: clamp(0.9rem, 2vw, 2.5rem);
    font-family: Arial;
    font-weight: 700;
    color: #007cd8;
    margin-bottom: 0;
    /* margin-top: 6vw; */
    /* height: 3vw; */
    margin-bottom: 1em;
}
.resources_sec{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    gap: 2em;
    padding: 1em;
    box-sizing: border-box;
    max-height: 500px;
    overflow-y: auto;
}
.resources_area{

width: 100%;

height: auto;

display: flex;

flex-direction: row;

justify-content: space-between;

align-items: center;

border-bottom: 1px solid #333333ab;

padding-bottom: 0.3em;
}
#resdownloadtxt{

font-size: Clamp(0.5rem, 1.5vw, 3.5rem);

color: #333;

cursor: pointer;
}
#resources_downloadbtn{

width: 3vw;

height: 3vw;

cursor: pointer;
}
#resources_downloadbtn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*--------------------------------------------------------menu-css-end--------------------------------------------------------------------------*/
/*------------------------------------------------------orientaion-and-help-start------------------------------------------------------------------*/
.orientation_main{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
}
.ori_companyBar{
    /* border: 1px solid #eee; */
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    background-color: #CCC;
    margin: 0;
    position: absolute;
    width: 100vw;
    height: 10%;
    float: left;
    /* max-height: 60px; */
    top: 0em;
    z-index: 2;
    /* border-radius: 0 50px 50px 0px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    align-content: center;
    align-items: center;
}
.ori_companyBarlogo{
    /* border: 1px solid #eee; */
    /* -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%); */
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%); */
    margin: 0;
    position: relative;
    width: 10.617vw;
    height: 100%;
    /* float: left; */
    /* max-height: 60px; */
    z-index: 2;
    /* border-radius: 0 50px 50px 0px; */
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    /* overflow: hidden; */
    align-content: center;
    align-items: center;
    background-color: #fff;
}
.ori_courseLogo {
    /* height: 100%; */
    /* margin: 0.5em; */
    max-width: 100%;
}
.oriiconset {
    width: 13% !important;
    justify-content: flex-end !important;
}
.ori_company_name_cont{
    height: auto;
    width: 88vw;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    /* border-left: 2px solid #eee; */
    padding-left: 1em;
    box-sizing: border-box;
    align-content: center;
    justify-content: flex-start;
    gap: 1em;
}
.ori_course_name{
    font-size: Clamp(0.6rem, 1.4vw, 2.2rem);
    display: flex;
    padding: 0;
    font-family: calibrib;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    align-content: center;
    align-items: center;
    text-align: left;
    /* border-right: 2px solid #eee; */
    /* padding-right: 1em; */
    max-width: 19vw;
    max-height: 5vw;
    overflow: hidden;
    overflow-y: auto;
}
.oriention_more{
    /* position: absolute; */
    bottom: 5vh;
    left: 0.5vw;
    width: auto;
    height: 2.813em;
    background-color: #6e6e6e;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 1em;
    align-items: center;
    padding: 0.167vw 0.417vw 0.292vw 0.417vw;
    /* margin-bottom: 0.25vw; */
    /* margin-right: 0.6vw; */
}
.oriention_more2{
    position: absolute;
    top: 7vh;
    right: 1.5vw;
    width: 2.204vw;
    height: 29.15vh;
    background-color: #D9D9D9;
    border-radius: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 1.5em;
}
.oriention_more2 .home{
    cursor: auto;
}
.oriention_more2 .help{
    cursor: auto;
}
.oriention_more2 .glossaryp{
    cursor: auto;
}
.oriention_more2 .resources{
    cursor: auto;
}
.oriention_more2 .exiGAME{
    cursor: auto;
}
.oriention_more .home{
    cursor: auto;
}
.oriention_more .language {
    cursor: auto;
}
.oriention_more .help{
    cursor: auto;
}
.oriention_more .glossaryp{
    cursor: auto;
}
.oriention_more .resources{
    cursor: auto;
}
.oriention_more .exiGAME{
    cursor: auto;
}

.course_name_div{
    width: 28vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 26vw;
    top: 2.5vh;
    align-items: flex-start;
    z-index: 18;
}
.course_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
    background-color: #00243D;
}
.course_name_line1{
    width: 22.3vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: -0.4em;
}
.course_name_line2{
    width: 22vw;
    height: 4vw;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.3em;
    margin-top: 0.2em;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-self: flex-end; */
}
.course_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 1em;
    align-self: flex-end;
}
.course_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.module_name_div{
    width: 10vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 14vw;
    align-items: center;
    top: 12vh;
}
.module_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
    background-color: #00243D;
}
.module_name_line1{
    width: 0;
    height: 1.5vw;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.1em;
}
.module_name_line2{
    width: 4vw;
    height: 2vw;
    border-top: 0.2em dotted #00243D;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.2em;
}
.module_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 1em;
}
.module_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.topic_name_div{
    width: 10vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 21vw;
    top: 12vh;
    align-items: center;
}
.topic_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
    background-color: #00243D;
}
.topic_name_line1{
    width: 0;
    height: 5.5vw;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.1em;
}
.topic_name_line2{
    width: 4vw;
    height: 2vw;
    border-top: 0.2em dotted #00243D;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.2em;
}
.topic_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 1em;
}
.topic_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.page_name_div{
    width: 10vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 27vw;
    top: 12vh;
    align-items: center;
}
.page_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
    background-color: #00243D;
}
.page_name_line1{
    width: 0;
    height: 9.5vw;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.1em;
}
.page_name_line2{
    width: 4vw;
    height: 2vw;
    border-top: 0.2em dotted #00243D;
    border-right: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0.2em;
}
.page_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-top: 1em;
}
.page_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.menu_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 41vh;
    align-items: center;
    gap: 0.1em;
}
.menu_name_dot{
    width: 0.8vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.menu_name_line1{
    width: 4vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.menu_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.menu_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.language_name_div{
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4em;
    bottom: 18em;
    align-items: center;
    gap: 0.1em;
}
.language_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.language_name_line1{
    width: 2vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.language_name_txt{
    width: 34vw;
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.language_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.help_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 34.5vh;
    align-items: center;
    gap: 0.1em;
}
.help_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.help_name_line1{
    width: 3vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.help_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.help_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}

.glossary_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 28vh;
    align-items: center;
    gap: 0.1em;
}
.glossary_name_dot{
    width: 0.8vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.glossary_name_line1{
    width: 4.5vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.glossary_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.glossary_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}


.resources_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 22vh;
    align-items: center;
    gap: 0.1em;
}
.resources_name_dot{
    width: 0.8vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
}
.resources_name_line1{
    width: 5.5vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.resources_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.resources_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}

.exit_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 16vh;
    align-items: center;
    gap: 0.1em;
}
.exit_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.exit_name_line1{
    width: 2.5vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.exit_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.exit_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}

.audio_name_div{
    width: 20vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 0vh;
    align-items: center;
    gap: 0.1em;
}
.audio_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.audio_name_line1{
    width: 2.5vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.09em;
    margin-top: 0;
}
.audio_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.audio_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}

.playpause_name_div{
    width: 22vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 8vw;
    bottom: 0vh;
    align-items: center;
    gap: 0.1em;
}
.playpause_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.playpause_name_line1{
    width: 2.5vw;
    height: 0;
    border-top: 0.2em dotted #00243D;
    margin-left: 0.01em;
    margin-top: 0;
}
.playpause_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.playpause_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.next_name_div{
    width: 12vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    right: 1.5vw;
    bottom: 6vh;
    align-items: flex-end;
    gap: 0.1em;
}
.next_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.next_name_line1{
    width: 3vw;
    height: 30vh;
    border-right: 0.2em dotted #00243D;
    margin-right: 0.2em;
    margin-top: 0;
    border-top: 0.2em dotted #00243D;
}
.next_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em0;
}
.next_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.back_name_div{
    width: 13vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    right: 5.5vw;
    bottom: 6vh;
    align-items: flex-end;
    gap: 0.1em;
}
.back_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.back_name_line1{
    width: 3vw;
    height: 12vh;
    border-right: 0.2em dotted #00243D;
    margin-right: 0.2em;
    margin-top: 0;
    border-top: 0.2em dotted #00243D;
}
.back_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: 0.3em;
}
.back_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.pagination_name_div{
    width: 12vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    right: 3.5vw;
    bottom: 6vh;
    align-items: flex-end;
    gap: 0.1em;
    z-index: 18;
}
.pagination_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.pagination_name_line1{
    width: 3vw;
    height: 21vh;
    border-right: 0.2em dotted #00243D;
    margin-right: 0.2em;
    margin-top: 0;
    border-top: 0.2em dotted #00243D;
}
.pagination_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    margin-left: -8.7em;
    margin-top: 0px;
}
.pagination_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.audio_name_div{
    width: 22vw;
    padding: 0.2vw 0 0.5vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 4vw;
    bottom: 5vh;
    align-items: flex-start;
    gap: 0.1em;
}
.audio_name_dot{
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: #00243D;
    /* align-self: flex-start; */
}
.audio_name_line1{
    width: 3vw;
    height: 2vh;
    border-left: 0.2em dotted #00243D;
    margin-left: 0.2em;
    margin-top: 0;
    border-top: 0.2em dotted #00243D;
}
.audio_name_txt{
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    color: #333;
    font-family: Arial;
    line-height: 1.3em;
    /* margin-left: -6.7em; */
}
.audio_name_txt span {
    font-size: Clamp(0.5rem, 1.2vw, 2.5rem);
    color: #333;
    font-family: Arial;
    font-weight: bold;
}
.orientation_button_div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 22vw;
    margin: 0 auto;
    gap: 1em;
    align-items: center;
}
.help_button_div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-end;
    align-items: center;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 22vw;
    margin: 0 auto;
    gap: 1em;
    /* padding-left: 1em; */
    box-sizing: border-box;
    flex-direction: row;
    padding: 0vw 2vw;
}
.ori_btn_headtxt {
    font-size: Clamp(0.8rem, 1.5vw, 2.5rem);
    font-family: Calibrib;
    color: #333333;
    margin-left: 1vw;
}
.orientation_button {
    padding: 0.5vw 1vw;
    /* border: 0.2em solid #e31d38; */
    /* border-radius: 50vw; */
    cursor: pointer;
    display: flex;
    /* gap: 1vw; */
    /* transform: scale(1); */
    transition: 0.3s ease;
    background-color: #020202;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* border-radius: 0.3vw; */
    margin-right: 1vw;
    margin-top: 0.5vw;
}
.ori_btn_txt {
    /* font-size: Clamp(0.5rem, 1.2vw, 2.5rem); */
    font-size: calc(12px + 0.390625vw);
    font-family: Calibri;
    color: #fff;
    font-weight: bold;
}
.ori_btn_img {
    width: 2.344vw;
    height: 2.344vw;
    display: flex;
    transform: scaleX(-1);
    justify-content: center;
}
.ori_btn_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.help_btn_img {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.help_btn_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* transform: scaleX(-1); */
}
.click_text1:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.orientation_button:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.help_button:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.ori_overlay_1{
    width: 100%;
    height: 17vh;
    position: absolute;
    top: 0;
    z-index: 8;
}
.ori_overlay_2{
    width: 100%;
    height: 4em;
    position: absolute;
    bottom: 0;
    z-index: 8;
    /* background-color: #000; */
}
/*------------------------------------------------------orientaion-and-help-end---------------------------------------------------------------------*/


@keyframes footer_iconIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

 100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes footer_iconOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

 100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}


.footer_left_iconIn {
     -webkit-animation-name: footer_iconIn;
     animation-name: footer_iconIn;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 40px 20px;
    transform-origin: 40px 20px;
}
.footer_left_iconIn2 {
    -webkit-animation-name: footer_iconIn;
    animation-name: footer_iconIn;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 40px 20px;
    transform-origin: 40px 20px;
}
.next_hover_main_In_ani  {
    -webkit-animation-name: footer_iconIn;
    animation-name: footer_iconIn;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 35px 20px;
    transform-origin: 35px 20px;
}
.prev_hover_main_In_ani  {
    -webkit-animation-name: footer_iconIn;
    animation-name: footer_iconIn;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 35px 20px;
    transform-origin: 35px 20px;
}

.footer_left_iconIn6 {
    -webkit-animation-name: footer_iconIn;
    animation-name: footer_iconIn;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 50px -20px;
    transform-origin: 50px -20px;
}
.next_hover_main_Out_ani {
    -webkit-animation-name: footer_iconOut;
    animation-name: footer_iconOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 35px 20px;
    transform-origin: 35px 20px;
}

.prev_hover_main_Out_ani {
    /* -webkit-animation-name: footer_iconOut; */
    /* animation-name: footer_iconOut; */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 35px 20px;
    transform-origin: 35px 20px;
}

.footer_left_iconOut {
    -webkit-animation-name: footer_iconOut;
    animation-name: footer_iconOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 40px 20px;
    transform-origin: 34px 20px;
}
.footer_left_iconOut2 {
    -webkit-animation-name: footer_iconOut;
    animation-name: footer_iconOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 40px 20px;
    transform-origin: 40px 20px;
}
.footer_left_iconOut6 {
     -webkit-animation-name: footer_iconOut;
    animation-name: footer_iconOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: 50px -20px;
    transform-origin: 50px -20px;
}
#zDebugger{
    width: 60%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 12;
    padding: 1em;
    border: 1px solid rgb(51 51 51 / 50%);
    box-shadow: 0px 3px 7px 1px rgb(51 51 51 / 80%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    gap: 1em;
}
.top_part_debugger{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    gap: 1em;
}
.yellow_patch{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.dubugNBbtns{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: space-around;
    align-items: center;
    gap: 2em;
}
.debugnext{
    width: fit-content;
    height: fit-content;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    font-family: Arial;
    font-weight: 500;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s;
}
.debugback{
    width: fit-content;
    height: fit-content;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    font-family: Arial;
    font-weight: 500;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s;
}
.debugnext:hover{
    background-color: #f9a52b;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(0.95);
    transition: all 0.3s;
}
.debugback:hover{
    background-color: #f9a52b;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(0.95);
    transition: all 0.3s;
}
.review_sec{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1em;
    /* padding: 1em; */
}
.input_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #333;
    border-radius: 5px;
    /* padding: 1em; */
}
.input_div input{
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    padding: 0.3em 0.5em;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    color: #333;
    font-family: Arial;
    box-sizing: border-box;
}
.reviewBtn{
    width: fit-content;
    height: fit-content;
    padding: 0.5em 1em;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s;
}
.reviewBtn:hover{
    background-color: #f9a52b;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(0.95);
    transition: all 0.3s;
}
.black_patch{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.go_btn{
    width: fit-content;
    height: 100%;
    background-color: #333;
    padding: 0.2em 0.5em;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    font-family: Arial;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.debugbox{
    width: 25%;
}
#debug_menu{
    width: 100%;
    height: auto;
    padding: 0.3em 0.5em;
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #333;
}
.btm_part_debugger{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    gap: 2em;
}
.third_part{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.debu_option{
    font-size: Clamp(0.8rem, 1.3vw, 2.5rem);
    color: #333;
}
.deuopttext{
    color: #000;
    font-weight: bold;
}
#debug_menu_Complition{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
#debug_menuNew{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.1em;
    overflow: hidden;
}
.dbmu{
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    height: max-content;
}
#zDebugger .courseprogress1{
    position: unset;
}
/*--------------------------------------------------------------------media-query-start--------------------------------------------------------------*/

@media only screen and (max-width: 1080px) and (orientation: portrait) {
    #resources_downloadbtn {
        width: 3vw;
        height: 5vw;
        cursor: pointer;
    }
    .content_close{
        right: 2vw;
        top: 2vh;
    }

}
@media only screen and (max-width: 900px) and (orientation: portrait) {
    .contentList{
        margin-top: 4vw;
        padding-top: 0em;
    }
    .topic_name_div{
        display: none !important;
    }
    .page_name_div{
        display: none !important;
    }
    .course_name_dot{
        display: none !important;
    }
    .menu_name_dot{
        display: none !important;
    }
    .help_name_dot{
        display: none !important;
    }
    .glossary_name_dot{
        display: none !important;
    }
    .resources_name_dot{
        display: none !important;
    }
    .exit_name_dot{
        display: none !important;
    }
    .next_name_dot{
        display: none !important;
    }
    .back_name_dot{
        display: none !important;
    }
    .pagination_name_dot{
        display: none !important;
    }
    .audio_name_dot{
        display: none !important;
    }
    .playpause_name_dot{
        display: none !important;
    }
    .content_close{
        /* width: 4vw; */
        /* height: 4vw; */
    }
    .content_close svg{
        /* transform: scale(1.5); */
    }

    .hover_tool {
        display: none;
    }
    .glossary-container {
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .label-container {
        width: auto;
        height: 100%;
        padding: 1em 0em;
        display: flex;
        /* gap: 0.5em; */
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        overflow-y: auto;
    }
    .new-tab {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5em;
        border-right: 0.1em solid #333;
        padding: 0.5em;
        justify-content: flex-start;
        overflow: hidden;
        overflow-y: scroll;
    }
    #glossary-panel #accordion_gloss {
        padding: 0.5em;
    }
    .letter {
        font-size: clamp(0.6rem, 2vw, 2.5rem);
        width: 2.5vw;
        height: 2.5vw;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
    }
    .glossary h3 {
        font-size: clamp(0.6rem, 2vw, 2.5rem);
    }
    .glossary-desc {
        font-size: clamp(0.6rem, 1.9vw, 2.5rem);
        /* line-height: 1em; */
    }
    .glossery_itext {
        font-size: clamp(0.5rem, 2vw, 2.5rem);
    }
    .glossWORD {
        font-size: clamp(0.9rem, 3vw, 2.5rem);
        /* height: 6vw; */
    }
    .glossery_close {
        /* width: auto; */
        /* height: auto; */
        /* padding: 0.1em; */
        top: 1vh;
    }
    .ori_companyBar{
        width: 100vw;
        height: 8%;
        float: left;
    }
    .ori_courseLogo {
        /* height: 50%; */
        /* margin: 0.5% 2%; */
        /* max-width: 50%; */
    }
    .topic_name1 {
        display: none;
    }
    .page_name1{
        display: none !important;
    }
    .course_name_div {
        left: 57vw;
        top: 3.5vh;
        width: 18vw;
    }
    .oriention_more2 {
        top: 5vh;
        right: 2.2vw;
        width: 5.204vw;
        height: 18.15vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
        width: 15vw;
    }
    .course_name_line2 {
        width: 14vw;
        height: 16vw;
    }
    .orientation_button_div {
        /* top: 65vw; */
        padding: 3vw 2vw 0.50vw 2vw;
    }
    .module_name_div {
        left: 32vw;
        top: 8vh;
        width: 20vw;
    }
    .topic_name_div {
        left: 25vw;
        top: 12vh;
        display: none;
    }
    .page_name_div {
        left: 31vw;
        top: 12vh;
        display: none;
    }
    .menu_name_div {
        left: 11vw;
        bottom: 31vh;
        width: 30vw;
    }
    .help_name_div {
        left: 11vw;
        bottom: 26vh;
        width: 30vw;
    }
    .glossary_name_div {
        left: 11vw;
        bottom: 22vh;
        width: 36vw;
    }
    .resources_name_div {
        left: 11vw;
        bottom: 16vh;
        width: 35vw;
    }
    .exit_name_div {
        left: 11vw;
        bottom: 12.5vh;
        width: 30vw;
    }
    .audio_name_div {
        left: 9.5vw;
        bottom: 4vh;
        width: 30vw;
    }
    .audio_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .audio_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .playpause_name_div {
        left: 19vw;
        width: 30vw;
    }
    .playpause_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }

    .playpause_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .next_name_div {
        right: 3vw;
        bottom: 4vh;
        width: 25vw;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .back_name_div {
        right: 10vw;
        bottom: 4vh;
        width: 25vw;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .pagination_name_div {
        right: 6.5vw;
        bottom: 4vh;
        width: 25vw;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 4vw;
        border-top: 0.2em dotted #00243D;
    }

.help_button_div{
    padding: 2vw 2vw;
}

    .ori_companyBar p {
        font-size: Clamp(0.6rem, 2.5vw, 2rem);
    }
    .module_name1 {
        font-size: Clamp(0.6rem, 2.2vw, 2rem);
    }
    .course_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .course_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .module_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .module_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .menu_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .resources_name_txt{
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .menu_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .help_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .resources_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .help_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .exit_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .exit_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .next_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .next_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .back_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .back_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .glossary_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .glossary_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .pagination_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .pagination_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .audio_name_txt {
        font-size: Clamp(0.5rem, 2vw, 2.5rem);
    }
    .audio_name_txt span {
        font-size: Clamp(0.5rem, 2.2vw, 2.5rem);
    }
    .course_name_dot{
        display: none;
    }
    .topic_name_dot{
        display: none;
    }
    .page_name_dot{
        display: none;
    }
    .menu_name_dot{
        display: none;
    }
    .help_name_dot{
        display: none;
    }
    .exit_name_dot{
        display: none;
    }
    .glossary_name_dot{
        display: none;
    }
    .next_name_dot{
        display: none;
    }
    .back_name_dot{
        display: none;
    }
    .pagination_name_dot{
        display: none;
    }
    .audio_name_dot{
        display: none;
    }
}


@media only screen and (max-width : 820px) and (orientation : portrait){
    .resources_close {
        width: 2vw;
        height: 2vw;
    }

    #zDebugger {
        width: 80%;
        gap: 2em;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
    .more_open {
        /* left: 0.4em; */
        bottom: 2.5em;
    }
.span_text {
	font-size: clamp(0.9rem, 4.97vw, 4rem);
	width: 80%;
	text-align: center;
	margin-top: 2vw;
}
.headset-img-div {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, clamp(100px, 50vw, 500px));
	grid-template-rows: repeat(3, clamp(60px, 12vh, 200px));
	margin: 10vw auto;
	align-items: center;
	justify-content: space-around;
	align-content: space-evenly;
}
.headset-img1 {
    width: 20.729vw;
    height: 17.635vw;
}
.headset-img2_0 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: clamp(1rem, 12%, 4.5rem);
}
.headset-img2 {
    grid-column: 2/3;
    grid-row: 5/6;
}
.headset-img1 {
}
.headsetborder {
    /* margin-top: 4em; */
    width: 28vw;
    margin-top: 2vw;
    border-bottom: 0.4vw solid #CCCCCC;
}
.set_img1 {
    width: 100%;
    height: 100%;
}
.set_img1 img {
    /* width: 10.5vw; */
    /* height: 10.5vw; */
}
.set_img2-dot {
    width: 3.663vw;
    height: 3.663vw;
    border-radius: 100px;
    /* margin: -1vw auto; */
    transform: scale(1.5);
    margin-left: 30%;
    margin-top: 0;
}
.set_img2 {width: 17vw;height: 17vw;transform: scale(2);right: 50vw;border: 1px solid #999;top: 6vw;}
.set_img2 img {
    width: 7.708vw;
    height: 11.168vw;
}

.disclaimer_inner_bg1 {
    color: #333333;
    font-size: 1.38vw;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    justify-content: center;
}
.disclaimer_heading_text1 {
    font-size: clamp(1rem, 9vw, 5rem);
    text-align: center;
    /* width: 100%; */
    margin: 5vw auto 0 auto;
    /* font-family: arial_bold; */
    padding: 4vw 4vw 0 4vw;
    box-sizing: border-box;
}
.disclaimer_middle_text1 {
    width: 78vw;
    font-size: clamp(1rem, 5vw, 3rem);
    font-family: arial_regular;
    text-align: center;
    color: #333333;
    margin: 5vw auto 7vw auto;
    line-height: 5.27vw;
}
.click_text1 {
    height: 10.921vw;
    cursor: pointer;
    width: 25.921vw;
    top: 28.64vw;
    will-change: transform;
    /* z-index: 0; */
    text-align: center;
    /* box-sizing: border-box; */
    padding-top: 2.5vw;
    font-size: clamp(1rem, 5vw, 3rem);
}
.click_text1 img {
    width: 6.762vw;
    height: 4.475vw;
}
.headset_main {
    /* grid-template-columns: repeat(3, clamp(100px, 100vw, 500px)); */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-direction: column;
}

}


@media only screen and (max-width: 712px) and (orientation: portrait) {
	.set_img1 {
    right: 30vw;
}
.set_img2 {
    right: 20vw;
}

.footer-menu{
    transform-origin: right bottom;
    transform: scale(0.8);
    padding: 0.5em 0.5em;
}
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    .resources_close {
    width: 2vw;
    height: 2vw;
    }
    #zDebugger {
        width: 90%;
        gap: 2em;
    }

    .more_open{
        bottom: 1em;
        /* transform: scale(0.8); */
        left: -0.2em;
    }


	.set_img1 {
        right: 40vw;
    }
    .set_img2 {
        right: 30vw;
    }
    .course_name_div {
        left: 50vw;
        top: 3.5vh;
        width: 18vw;
    }
    .oriention_more2 {
        top: 5vh;
        right: 3.2vw;
        width: 6.204vw;
        height: 20.15vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
        width: 15vw;
    }
    .course_name_line2 {
        width: 14vw;
        height: 16vw;
    }
    .orientation_button_div {
        /* top: 65vw; */
    }
    .module_name_div {
        left: 27vw;
        top: 8vh;
        width: 20vw;
    }
    .menu_name_div {
        left: 11vw;
        bottom: 31vh;
        width: 30vw;
    }
    .module_name_line1 {
        width: 0;
        height: 4.5vw;
    }
    .help_name_div {
        left: 11vw;
        bottom: 26vh;
        width: 30vw;
    }
    .glossary_name_div {
        left: 11vw;
        bottom: 22vh;
        width: 35vw;
    }
    .resources_name_div {
        left: 11vw;
        bottom: 17vh;
        width: 38vw;
    }
    .exit_name_div {
        left: 11vw;
        bottom: 12.5vh;
        width: 30vw;
    }
    .audio_name_div {
        left: 10vw;
        bottom: 5vh;
        width: 30vw;
    }
    .next_name_div {
        right: 5vw;
        bottom: 5vh;
        width: 25vw;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .back_name_div {
        right: 13vw;
        bottom: 5vh;
        width: 25vw;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .pagination_name_div {
        right: 8.5vw;
        bottom: 5vh;
        width: 10vw;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 4vw;
        border-top: 0.2em dotted #00243D;
    }
    .ori_courseLogo {
        /* max-width: 150px; */
        /* max-height: 60px; */
    }
    .playpause_name_div {
    left: 20vw;
    }
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
    .help_button_div{
        top: 50vw;
    }
    .courseLogo {
        max-width: 200px;
    }


    .more_open {
        bottom: 0em;
        /* transform: scale(0.8); */
    }
    #resources_downloadbtn {
        width: 3vw;
        height: 5vw;
        cursor: pointer;
    }
}

@media only screen and (max-width: 414px) and (orientation: portrait) {
    .new_oriention{
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    }
    .orention_div_2{
        margin-top: 1em;
    }

    .content_close svg {
        /* transform: scale(1.2); */
    }
    .courseprogress1{
        /* top: 4px; */
    }
    .resources_close {
        width: 3.5vw;
        height: 3.5vw;
    }

    .footerLeftside {
        /* gap: 0.3em; */
        /* width: 23vw; */
        /* width: 60%; */
        position: relative;
    }
    .more_open {
        bottom: 1em;
        /* transform: scale(0.8); */
        left: -0.5em;
    }
    .yellow_patch {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1em;
        align-content: space-around;
        align-items: center;
    }
    .btm_part_debugger {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: flex-start;
        gap: 2em;
        align-items: center;
    }
    .debugbox{
        width: 50%;
    }
    .review_sec{
        width: 40%;
    }
	.set_img1 {
        right: 60vw;
        /* margin: 0vh 0em; */
    }
    .set_img2 {
        right: 50vw;
    }
    .line1_exit {
        font-size: clamp(0.8rem, 4.5vw, 2.5rem);
    }
    .exit-container {
        gap: 1em;
    }
    .course_name_div {
        left: 57vw;
        top: 3.5vh;
        width: 24vw;
    }
    .oriention_more2 {
        top: 5vh;
        right: 4.2vw;
        width: 8.204vw;
        height: 26.15vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
        width: 15vw;
    }
    .course_name_line2 {
        width: 14vw;
        height: 16vw;
    }
    .orientation_button_div {
        /* top: 65vw; */
        /* width: 35vw; */
    }
    .module_name_div {
        left: 32vw;
        top: 9vh;
        width: 20vw;
    }
    .menu_name_div {
        left: 11vw;
        bottom: 31.2vh;
        width: 30vw;
    }
    .module_name_line1 {
        width: 0;
        height: 4.5vw;
    }
    .help_name_div {
        left: 11vw;
        bottom: 26.6vh;
        width: 30vw;
    }
    .glossary_name_div {
        left: 11vw;
        bottom: 22vh;
        width: 35vw;
    }
    .resources_name_div {
        left: 11vw;
        bottom: 17.7vh;
        width: 38vw;
    }
    .exit_name_div {
        left: 11vw;
        bottom: 13vh;
        width: 30vw;
    }
    .audio_name_div {
        left: 10vw;
        bottom: 5.6vh;
        width: 36vw;
    }
    .playpause_name_div {
        left: 21vw;
        width: 38vw;
        bottom: 1.8vh;
    }
    .playpause_name_dot{
        width: 10vw;
    }
    .help_btn_img {
        /* width: 11.344vw; */
        /* height: 7.344vw; */
    }
    .next_name_div {
        right: 6vw;
        bottom: 7vh;
        width: 25vw;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .back_name_div {
        right: 20vw;
        bottom: 7vh;
        width: 25vw;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 7vw;
        border-top: 0.2em dotted #00243D;
    }
    .pagination_name_div {
        right: 13vw;
        top: 65vh;
        width: 2vw;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
        width: 4vw;
        border-top: 0.2em dotted #00243D;
    }
    .ori_btn_img {
        width: 3.344vw;
        height: 3.344vw;
    }



    .ori_courseLogo {
        /* max-width: 100px; */
        /* max-height: 100px; */
    }

        /* Prem portrait manu setting */
        .footerLeftside {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }

        .footerLeftside > div:first-child {
          /* flex: 1 0 100%; */
          /* padding-left: 25.1vw; */
          }

        .footer-menu{
        align-items: flex-end;
        transform: scale(0.7);
        }

        .cbp-spmenu-top.cbp-spmenu-open {
          height: 19em;
          width: 2em;
        }

        .footerLeftside > div:first-child {
            /* padding-left: 29.1vw; */
        }

}
@media only screen and (max-width: 390px) and (orientation: portrait) {
    .footerLeftside > div:first-child {
        /* padding-left: 6em; */
    }
}

@media only screen and (max-width: 393px) and (orientation: portrait) {
    .footerLeftside > div:first-child {
    /* padding-left: 26.7vw; */
    }
}
@media only screen and (max-width: 375px) and (orientation: portrait) {
    .resources_close {
        width: 3.8vw;
        height: 3.8vw;
    }
    .footerLeftside{
        /* width: 102%; */
        /* display: flex; */
    }

    .more_open {
        /* transform: scale(0.7); */
        bottom: 0em;
        left: -1em;
    }
    #yesBtn span {
        font-size: clamp(0.8rem, 2vw, 2rem);
    }
    #noBtn span {
        font-size: clamp(0.8rem, 2vw, 2rem);
    }
    .letter {
        font-size: clamp(0.6rem, 1.5vw, 2.5rem);
        width: 3.5vw;
        height: 3.5vw;
    }
    .glossery_close img {
        width: 2vw;
        height: 2vw;
    }
    .oriention_more2 {
        top: 7vh;
        right: 4.2vw;
        width: 9.204vw;
        height: 27.15vh;
    }
    .course_name_div {
        left: 60vw;
        top: 3vh;
    }
    .next_name_div {
        right: 8vw;
        bottom: 8vh;
    }
    .back_name_div {
        right: 21vw;
        bottom: 8vh;
    }
    .pagination_name_div {
        right: 14vw;
        top: 64vh;
        width: 2vw;
    }
    .resources_name_div {
        left: 10vw;
        bottom: 16.5vh;
        width: 36vw;
    }
    .exit_name_div {
        left: 10vw;
        bottom: 12.5vh;
        width: 30vw;
    }
    .footerLeftside > div:first-child {
        /* padding-left: 24.9vw; */
        bottom: 14vw;
    }
}
@media only screen and (max-width: 360px) and (orientation: portrait) {
    #resources_downloadbtn {
        width: 3vw;
        height: 5vw;
        cursor: pointer;
    }
	.set_img1 {
        right: 60vw;
    }
    .set_img2 {
        right: 50vw;
    }
    .oriention_more2 {
        top: 5vh;
        right: 4.5vw;
        width: 10.204vw;
        height: 27.15vh;
    }

    .course_name_div {
        left: 59vw;
        top: 3vh;
    }
    .next_name_div {
        right: 9vw;
        bottom: 7vh;
        width: 16vw;
        }
    .back_name_div {
        right: 21vw;
        bottom: 7vh;
        width: 16vw;
        }
    .menu_name_div {
        left: 15vw;
        bottom: 38.5vh;
    }
    .help_name_div {
        left: 15vw;
        bottom: 32vh;
    }
    .glossary_name_div {
        left: 15vw;
        bottom: 26vh;
    }
    .resources_name_div {
        left: 15vw;
        bottom: 19.5vh;
        width: 42vw;
    }
    .exit_name_div {
        left: 15vw;
        bottom: 13vh;
    }
    .pagination_name_line1 {
        width: 8vw;
        /* border-top: unset; */
        height: 23vh;
    }
    .pagination_name_div {
        right: 15vw;
        bottom: 6vh;
        width: 15vw;
    }
    .audio_name_div {
        left: 10vw;
        bottom: 6vh;
        width: 28vw;
    }
    .orientation_button_div {
        /* top: 59vw; */
        /* width: 44vw; */
    }
    .audio_name_line1 {
        width: 5.5vw;
    }
    .menu_name_line1 {
        width: 6vw;
    }
    .help_name_line1 {
        width: 6vw;
    }
    .glossary_name_line1 {
        width: 6vw;
    }
    .resources_name_line1 {
        width: 8vw;
    }
    .exit_name_line1 {
        width: 5vw;
    }
    .footer-menu {
        transform: scale(0.6);
    }

    .footerLeftside > div:first-child {
        /* padding-left: 23.6vw; */
        bottom: 15vw;
    }

}
@media only screen and (max-width: 320px) and (orientation: portrait) {
    .module_name_div {
        left: 45vw;
        top: 9vh;
        width: 20vw;
    }
	.resources_close {
        width: 3vw;
        height: 3vw;
    }
    .oriention_more2 {
        top: 7vh;
        right: 5.2vw;
        width: 8.204vw;
        height: 28.15vh;
    }

    .course_name_div {
        left: 66vw;
        top: 3vh;
        width: 27vw;
        }
    .next_name_div {
        right: 8vw;
        bottom: 7vh;
    }
    .back_name_div {
        right: 20vw;
        bottom: 7vh;
    }
    .menu_name_div {
        left: 13vw;
        bottom: 37.5vh;
    }
    .help_name_div {
        left: 13vw;
        bottom: 32vh;
    }
    .glossary_name_div {
        left: 13vw;
        bottom: 25vh;
    }
    .resources_name_div {
        left: 14vw;
        bottom: 18.5vh;
        width: 36vw;
    }
    .exit_name_div {
        left: 13vw;
        bottom: 13.5vh;
    }
    .pagination_name_line1 {
        width: 4vw;
        border-top: unset;
        height: 37vh;
    }
    .pagination_name_div {
        right: 14vw;
        bottom: 7vh;
        width: 21vw;
    }
    .audio_name_div {
        left: 8vw;
        bottom: 6.5vh;
        width: 47vw;
    }
    .orientation_button_div {
        /* top: 59vw; */
        /* width: 44vw; */
    }

    .content_btn img {
        top: 11px;
        width: 6px;
        height: 18px;
    }
    .more_open {
        /* transform: scale(0.6); */
        bottom: -1em;
        left: -1.7em;
    }
    .home {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }
    .help{
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }
    .glossaryp{
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }
    .resources {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }
    .exiGAME {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }

    .playpause_name_div {
        width: 40vw;
        left: 22vw;
        bottom: 1vh;
    }
    .footerLeftside {
        /* padding: 0 0 0 0.4em; */
    }


    .footerLeftside > div:first-child {
        /* padding-left: 18.6vw; */
        bottom: 17vw;
    }

}
@media only screen and (max-width : 1600px) and (orientation : landscape){
    .course_name_div {
        left: 28vw;
        top: 2.5vh;
    }
    .module_name_div {
        left: 17vw;
        top: 12vh;
    }
    .topic_name_div {
        left: 23vw;
        top: 12vh;
    }
    .page_name_div {
        left: 29vw;
        top: 12vh;
    }
    .exit_hover_main {
        /* bottom: 0.3em; */
        left: 18.5vw;
    }
    .menu_hover_main {
    left: 5.5vw;
    }
    .glossary_hover_main {
        /* bottom: 3.5em; */
        left: 2em;
        margin-left: 2em;
    }
    .nev_hover{
        width: 22vw;
    }
    .language_hover_main{
        margin-left: 0em;
    }
    }
    .help_hover_main {
        /* bottom: 3.5em; */
        left: 12.3vw;
    }
    .playpause_name_div{
        left: 10vw;
    }
    .resources_hover_main {
        bottom: 3.5em;
    }
    .audio_hover_main {
        /* bottom: 6.5vh; */
        /* left: 5vw; */
        /* height: 2.8vh; */
    }
    .play_pause_hover_main {
        /* bottom: 6.5vh; */
        /* left: -1.2em; */
        /* height: 2.8vh; */
    }

@media only screen and (max-width : 1440px) and (orientation : landscape){
    .nev_hover{
        width: 22vw;
    }
    .exit_hover_main {
        /* bottom: 0.3em; */
        left: 20.5vw;
    }
    .course_name_div{
        left: 31vw;
    }
    .module_name_div{
        left: 20vw;
    }
    .topic_name_div{
        left: 26vw;
    }
    .page_name_div{
        left: 33vw;
    }
    .playpause_name_div {
        left: 11vw;
    }
    .audio_name_div{
        left: 5vw;
    }
    .audio_hover_main {
        /* bottom: 7.5vh; */
        /* left: 6vw; */
        /* height: 2.8vh; */
    }
    .next_name_div{
        right: 2vw;
    }
    .back_name_div{
        right: 6.5vw;
    }
    .pagination_name_div{
        right: 4vw;
    }
    .menu_hover_main {
        left: 6.5vw;
    }
    .help_hover_main{
        left: 9.3vw;
    }
    .play_pause_hover_main {
        /* bottom: 7.5vh; */
        /* left: 9vw; */
        /* height: 2.8vh; */
    }
    .audio_hover_main::after {
            /* top: 2.4vh; */
    }
    .play_pause_hover_main::after {
            /* top: 2.6vh; */
    }
}
@media only screen and (max-width: 1366px) and (orientation: landscape){
    .language_hover_main {
        margin-left: -2em;
    }
    .nev_hover {
        width: 22vw;
    }
    .more_open{
    }
    /* height: 4.5vw; */
    .course_name_div {
        left: 32vw;
        top: 3vh;
    }
    .oriention_more2 {
        top: 7vh;
        right: 2.5vw;
        width: 3vw;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 20.5vw;
        top: 11vh;
    }
    .topic_name_div {
        left: 27vw;
        top: 11vh;
    }
    .page_name_div {
        left: 33vw;
        top: 11vh;
    }
    .language_name_div {
        left: 5vw;
        bottom: 47vh;
    }
    .menu_name_div {
        left: 5vw;
        bottom: 42vh;
    }
    .resources_name_div {
        left: 5vw;
        bottom: 25.5vh;
    }
    .help_name_div {
        left: 5vw;
        bottom: 36.5vh;
    }
    .glossary_name_div {
        left: 5vw;
        bottom: 31.5vh;
    }
    .exit_name_div {
        left: 5vw;
        bottom: 21.5vh;
    }
    .audio_name_div {
        left: 6vw;
        bottom: 7vh;
    }
    .next_name_div {
        right: 2vw;
        bottom: 7vh;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .back_name_div {
        right: 7vw;
        bottom: 7vh;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .pagination_name_div {
        right: 4.5vw;
        top: 63vh;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .audio_hover_main {
        /* bottom: 1.6em; */
    }
    .play_pause_hover_main {
    pointer-events: none;
    }
    .next_hover_main {
        /* bottom: 1.7em; */
    }
    .back_hover_main {
        /* bottom: 1.7em; */
        /* right: -2.1em; */
    }
    .exit_hover_main {
    left: 20.5vw;
    }
    .menu_hover_main {
    left: 5.7vw;
    }
    .glossary_hover_main {
        bottom: 3.3em;
        right: 27.5em;
        margin-left: 3em;
    }
    .help_hover_main {
        left: 8.6vw;
    }
    .resources_hover_main {
        bottom: 3.3em;
        right: 23.1em;
        left: 18.5vw;
        margin-left: -2.5em;
    }
    .Content_hover_main {
        /* bottom: 2.9em; */
    }
    .play_pause_hover_main {
        /* bottom: 1.6em; */
        /* left: -1.7em; */
    }
    .audio_hover_main::after {
            /* top: 2.4vh; */
    }
    .play_pause_hover_main::after {
           /*  top: 2.6vh; */
    }

}

@media only screen and (max-width: 1280px) and (orientation: landscape) {
    .language_hover_main {
        margin-left: -2em;
    }
    .more_open {
    }
    #glossary-panel{
        width: 90vw;
    }
    .new-tab {
        gap: 1em;
    }
    .course_name_div {
        left: 33vw;
        top: 3vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 22vw;
        top: 11vh;
    }
    .topic_name_div {
        left: 32vw;
        top: 11vh;
    }
    .page_name_div {
        left: 40vw;
        top: 11vh;
    }
    .menu_name_div {
        left: 6vw;
        bottom: 46.5vh;
    }
    .help_name_div {
        left: 6vw;
        bottom: 40vh;
    }
    .glossary_name_div {
        left: 6vw;
        bottom: 33vh;
    }
    .resources_name_div {
        left: 6vw;
        bottom: 26.5vh;
    }
    .exit_name_div {
        left: 6vw;
        bottom: 21.5vh;
    }
    .audio_name_div {
        left: 7vw;
        bottom: 7vh;
    }
    .next_name_div {
        right: 2vw;
        bottom: 7vh;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .back_name_div {
        right: 7vw;
        bottom: 7vh;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .pagination_name_div {
        right: 4.5vw;
        top: 65vh;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }
    .playpause_name_div {
        left: 12.3vw;
    }

    .exit_hover_main {
        /* bottom: 1.6em; */
    }
    .menu_hover_main {
        /* bottom: 10.2em; */
        left: 4.7vw;
    }
    .glossary_hover_main {
        bottom: 5.4em;
        margin-left: 2.5em;
    }
    .help_hover_main {
        /* bottom: 7.7em; */
        left: 7.6vw;
    }
    .resources_hover_main {
        bottom: 2.9em;
    }
    .play_pause_hover_main {
        /* bottom: 8.8vh;
        left: 10vw;
        height: 2.8vh; */
    }
    .audio_hover_main::after {
            /* top: 2.4vh; */
    }
    .play_pause_hover_main::after {
           /*  top: 2.6vh; */
    }

}

@media only screen and (max-width: 1152px) and (orientation: landscape) {

    .course_name_div {
        left: 36vw;
        top: 3vh;
    }
    .module_name_div {
        left: 26vw;
        top: 11vh;
    }
    .topic_name_div {
        left: 32vw;
        top: 11vh;
    }
    .page_name_div {
        left: 38vw;
        top: 11vh;
    }
    .menu_name_div {
        left: 6vw;
        bottom: 46.5vh;
    }
    .help_name_div {
        left: 6vw;
        bottom: 40vh;
    }
    .glossary_name_div {
        left: 6vw;
        bottom: 33vh;
    }
    .resources_name_div {
        left: 6vw;
        bottom: 26.5vh;
    }
    .exit_name_div {
        left: 6vw;
        bottom: 21.5vh;
    }
    .next_name_div {
        right: 2.5vw;
        bottom: 7vh;
    }
    .back_name_div {
        right: 8vw;
        bottom: 7vh;
    }
    .pagination_name_div {
        right: 5vw;
        bottom: 6vh;
    }
    .audio_name_div {
        left: 7vw;
        bottom: 7vh;
    }
    .playpause_name_div {
        left: 14vw;
    }

    .exit_hover_main {
        /* bottom: 0.6em; */
    }
    .menu_hover_main {
        /* bottom: 10.2em; */
    }
    .glossary_hover_main {
        bottom: 5.4em;
    }
    .help_hover_main {
        /* bottom: 7.8em; */
    }
    .resources_hover_main {
        bottom: 2.9em;
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .language_hover_main {
        margin-left: -6em;
    }
    .exit_hover_main  {
        /* bottom: 0.6em; */
    }
    .menu_hover_main  {
        /* bottom: 10.2em; */
        left: 0.7vw;
    }
    .glossary_hover_main  {
        bottom: 5.4em;
        margin-left: 4em;
    }
    .help_hover_main  {
        /* bottom: 7.8em; */
        left: 4vw;
    }
    .resources_hover_main  {
        bottom: 2.9em;
        margin-left: -2em;
    }
    .more_open {
    }

	.set_img1 {
        right: -5vw;
    }
    .set_img2 {
        right: -3vw;
    }
    #glossary-panel{
        width: 95vw;
    }
    .letter {
        width: 2vw;
        height: 2vw;
    }
    .oriention_more2 {
        top: 6vh;
        right: 2.2vw;
        width: 3.204vw;
        height: 25.15vh;
    }
    .course_name_div {
        left: 40vw;
        top: 2.5vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 28vw;
        top: 11vh;
    }
    .topic_name_div {
        left: 35vw;
        top: 11vh;
        display: flex;
    }
    .topic_name_dot{
        margin: 0 auto;
    }
    .page_name_dot{
        margin: 0 auto;
    }
    .topic_name_line1 {
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }
    .topic_name_txt {
        text-align: center;
    }
    .page_name_line1 {
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }
    .page_name_txt{
        text-align: center;
    }
    .page_name_div {
        left: 41vw;
        top: 11vh;
    }
    .menu_name_div {
        left: 6vw;
        bottom: 46.5vh;
    }
    .help_name_div {
        left: 6vw;
        bottom: 40vh;
    }
    .glossary_name_div {
        left: 6vw;
        bottom: 33.5vh;
    }
    .resources_name_div {
        left: 6vw;
        bottom: 26.5vh;
    }
    .exit_name_div {
        left: 6vw;
        bottom: 22vh;
    }
    .audio_name_div {
        left: 8vw;
        bottom: 7vh;
    }
    .next_name_div {
        right: 2vw;
        bottom: 8vh;
    }
    .next_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .back_name_div {
        right: 9vw;
        bottom: 8vh;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .pagination_name_div {
        right: 5.5vw;
        bottom: 8vh;
    }
    .pagination_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }
    .audio_hover_main {
        /* bottom: 6vw; */
        /* left: 8vw; */
    }
    .play_pause_hover_main {
    /* bottom: 6vw;
    left: 13vw; */
    }
    .next_hover_main {
        /* bottom: 7vw;
        right: 4vw; */
    }
    .back_hover_main {
   /*  bottom: 7vw; */
   /*  right: 9vw; */
    }

    .playpause_name_div {
        /* left: 16vw; */
    }
    .Content_hover_main {
        /* right: 7.5vw; */
    }


}
@media only screen and (max-width: 1180px) and (orientation: landscape) {
    #glossary-panel{
        width: 90vw;
    }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {

    .footerLeftside {
        /* gap: 0.5em; */
        /* padding: 0 0 0em 0.667vw; */
    }
    .footerRightside {
        padding: 0 0 0em 0.1em;
    }
    .more_open {
        transform-origin: right bottom;
        /* transform: scale(0.9); */
    }
    #glossary-panel{
        width: 90vw;
    }
    .new-tab {
        gap: 0.5em;
    }
    .oriention_more2 {
        top: 6vh;
        right: 2.5vw;
        width: 3.204vw;
        height: 32.15vh;
    }
    .course_name_div {
        left: 42vw;
        top: 3.5vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 30vw;
        top: 12vh;
    }
    .topic_name_div {
        left: 38vw;
        top: 12vh;
        display: flex;
        flex-direction: column;
    }
    .topic_name_line1 {
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }
    .topic_name_txt {
        text-align: center;
    }
    .page_name_line1 {
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }
    .page_name_txt{
        text-align: center;
    }
    .page_name_div {
        left: 44vw;
        top: 12vh;
    }
    .menu_name_div {
        left: 6.5vw;
        bottom: 43vh;
    }
    .help_name_div {
        left: 6.5vw;
        bottom: 36vh;
    }
    .glossary_name_div {
        left: 6.5vw;
        bottom: 27vh;
    }
    .resources_name_div {
        left: 6.5vw;
        bottom: 19vh;
    }
    .exit_name_div {
        left: 6.5vw;
        bottom: 12vh;
    }
    .audio_name_div {
        left: 6.5vw;
        bottom: 6vh;
    }
    .next_name_div {
        right: 2vw;
        bottom: 8vh;
    }
    .next_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
    }
    .back_name_div {
        right: 8vw;
        bottom: 8vh;
    }
    .back_name_line1 {
        margin-right: 0.1em;
        margin-top: 0;
    }
    .pagination_name_div {
        right: 5vw;
        bottom: 8vh;
    }
    .pagination_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }

    .exit_hover_main {
        top: 46.9vw;
        left: 4.8vw;
    }
    .menu_hover_main {
        top: 32.6vw;
        left: 4.9vw;
    }
    .glossary_hover_main {
        top: 39.7vw;
        left: 4.8vw;
    }
    .help_hover_main {
        top: 36.1vw;
        left: 4.8vw;
    }
    .resources_hover_main {
        top: 43.3vw;
        left: 4.8vw;
    }
    .play_pause_hover_main {
        /* bottom: 8.8vh;
        left: 11vw;
        height: 2.8vh; */
    }
    .audio_hover_main {
        /* bottom: 8.8vh;
        left: 7vw;
        height: 2.8vh; */
    }
    .audio_hover_main::after {
           /*  top: 2.3vh; */
    }
    .play_pause_hover_main::after {
            /* top: 2.5vh; */
    }
    .playpause_name_div {
        left: 14vw;
    }
    .hover_tool {
        display: none;
    }
    .course_name_dot{
        display: none !important;
    }
    .module_name_dot{
        display: none !important;
    }
    .topic_name_dot{
        display: none !important;
    }
    .page_name_dot{
        display: none !important;
    }
    .menu_name_dot{
        display: none !important;
    }
    .help_name_dot{
        display: none !important;
    }
    .glossary_name_dot{
        display: none !important;
    }
    .resources_name_dot{
        display: none !important;
    }
    .exit_name_dot{
        display: none !important;
    }
    .next_name_dot{
        display: none !important;
    }
    .back_name_dot{
        display: none !important;
    }
    .pagination_name_dot{
        display: none !important;
    }
    .audio_name_dot{
        display: none !important;
    }
    .playpause_name_dot{
        display: none !important;
    }

    .footer-menu{
        transform-origin: right bottom;
        transform: scale(0.8);
    }
}
@media only screen and (max-width: 915px) and (orientation: landscape) {
    .footer-menu {
        transform: scale(0.6);
        padding-right: 1em;
    }

}
@media only screen and (max-width: 896px) and (orientation: landscape) {
    .resources_close {
        width: 2vw;
        height: 2vw;
    }
	.exit-container {
        gap: 1em;
    }
    .to_exit {
        margin: 2em auto;
    }
    .new-tab {
        gap: 0.4em;
    }
    .oriention_more2 {
        top: 5vh;
        right: 3vw;
        width: 4.204vw;
        height: 46.15vh;
    }
    .course_name_div {
        left: 28vw;
        top: 3vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 17vw;
        top: 12vh;
    }
    .topic_name_div {
        left: 24vw;
        top: 12vh;
    }
    .page_name_div {
        left: 31vw;
        top: 12vh;
    }
    .menu_name_div {
        left: 8.5vw;
        bottom: 55.5vh;
    }
    .help_name_div {
        left: 8.5vw;
        bottom: 47vh;
    }
    .glossary_name_div {
        left: 8.5vw;
        bottom: 37.5vh;
    }
    .resources_name_div {
        left: 8.5vw;
        bottom: 28.5vh;
        width: 25vw;
    }
    .exit_name_div {
        left: 8.5vw;
        bottom: 21vh;
    }
    .audio_name_div {
        left: 7vw;
        bottom: 9vh;
    }
    .next_name_div {
        right: 2vw;
        bottom: 10vh;
    }
    .next_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 27vh;
    }
    .back_name_div {
        right: 8vw;
        bottom: 10vh;
    }
    .back_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 9vh;
    }
    .pagination_name_div {
        right: 5vw;
        bottom: 10vh;
    }
    .pagination_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
        height: 19vh;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }

    .course_name_dot{
        display: none;
    }
    .topic_name_dot{
        display: none;
    }
    .page_name_dot{
        display: none;
    }
    .module_name_dot{
        display: none;
    }
    .menu_name_dot{
        display: none;
    }
    .help_name_dot{
        display: none;
    }
    .glossary_name_dot{
        display: none;
    }
    .exit_name_dot{
        display: none;
    }
    .resources_name_dot{
        display: none;
    }
    .next_name_dot{
        display: none;
    }
    .back_name_dot{
        display: none;
    }
    .pagination_name_dot{
        display: none;
    }
    .audio_name_dot{
        display: none;
    }

    .content_btn img {
        top: 8px;
    }
    .more_open {
        transform-origin: right bottom;
        /* transform: scale(0.8); */
    }




    .next img {
        transform: scale(0.7);
        top: 0.2em;
    }

    .audioBtn {
        bottom: 0.3vw;
    }

    .ori_courseLogo {
        margin: 0.5em;
        /* max-width: 120px; */
        /* max-height: 60px; */
    }
    .playpause_name_div {
    left: 18vw;
    bottom: 1vh;
    }
    .contentList{
        padding: 0.2em;
    }
}
@media only screen and (max-width: 823px) and (orientation: landscape) {
    .new_oriention{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    }
    .language{
        /* width: 1.5em; */
        /* height: 1.5em; */
    }
    .language svg{
        /* width: 100%; */
        /* height: 100%; */
    }
    .resources_close {
        width: 2vw;
        height: 2vw;
    }

    #zDebugger {
        width: 80%;
        gap: 2em;
    }
    .module_name_div {
        left: 19vw;
        top: 12vh;
    }
    .topic_name_div {
        left: 27vw;
        top: 12vh;
    }
    .page_name_div {
        left: 34vw;
        top: 12vh;
    }
    .oriention_more2 {
        top: 6vh;
        right: 3.5vw;
        width: 4.204vw;
        height: 47.15vh;
    }



}
@media only screen and (max-width: 736px) and (orientation: landscape) {

    .to_exit {
        margin: 1em auto;
    }
    .oriention_more2 {
        top: 4vh;
        right: 3.5vw;
    }
    .course_name_div {
        left: 35vw;
        top: 3.5vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 21vw;
        top: 14vh;
    }
    .topic_name_div {
        left: 30vw;
        top: 14vh;
    }
    .page_name_div {
        left: 39vw;
        top: 14vh;
    }
    .menu_name_div {
        left: 8.5vw;
        bottom: 50.5vh;
    }
    .help_name_div {
        left: 8.5vw;
        bottom: 40vh;
    }
    .glossary_name_div {
        left: 8.5vw;
        bottom: 31.5vh;
    }
    .resources_name_div {
        left: 8.5vw;
        bottom: 24.5vh;
        width: 25vw;
    }
    .exit_name_div {
        left: 8.5vw;
        bottom: 18vh;
    }
    .audio_name_div {
        left: 8vw;
        bottom: 9vh;
    }
    .next_name_div {
        right: 3vw;
        bottom: 10vh;
    }
    .next_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 28vh;
    }
    .back_name_div {
        right: 10vw;
        bottom: 11vh;
    }
    .back_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 9vh;
    }
    .pagination_name_div {
        right: 6.5vw;
        bottom: 10vh;
    }
    .pagination_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
        height: 20vh;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }

    .ori_courseLogo {
        margin: 0.5em;
        /* max-width: 120px; */
        /* max-height: 60px; */
    }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .resources_close {
        width: 2.5vw;
        height: 2.5vw;
    }

    .more_open {
        bottom: 0em;
        /* transform: scale(0.7); */
        left: -0.6em;
    }
    .footerLeftside {
        /* gap: 0em; */
    }
    .new-tab {
        gap: .1em;
    }
    .letter {
        width: 2.5vw;
        height: 2.5vw;
    }
    .glossery_close {
        /* width: 2.5vw; */
        /* height: 2.5vw; */
    }
    .oriention_more2 {
        top: 4.5vh;
        right: 4.2vw;
        height: 46.15vh;
    }
    .course_name_div {
        left: 38vw;
        top: 3vh;
    }
    .course_name_line1 {
        margin-top: -0.3em;
    }
    .module_name_div {
        left: 25vw;
        top: 10vh;
    }
    .topic_name_div {
        left: 34vw;
        top: 10vh;
    }
    .page_name_div {
        left: 43vw;
        top: 10vh;
    }
    .menu_name_div {
        left: 8.5vw;
        bottom: 55.5vh;
    }
    .help_name_div {
        left: 8.5vw;
        bottom: 46vh;
    }
    .glossary_name_div {
        left: 8.5vw;
        bottom: 36.5vh;
    }
    .resources_name_div {
        left: 8.5vw;
        bottom: 27.5vh;
        width: 25vw;
    }
    .exit_name_div {
        left: 8.5vw;
        bottom: 19vh;
    }
    .audio_name_div {
        left: 9vw;
        bottom: 10vh;
    }
    .next_name_div {
        right: 3.5vw;
        bottom: 11vh;
        width: 14vw;
        }
    .next_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 32vh;
    }
    .back_name_div {
        right: 10vw;
        bottom: 11vh;
        width: 15vw;
        }
    .back_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 9vh;
    }
    .pagination_name_div {
        right: 6.5vw;
        bottom: 11vh;
    }
    .pagination_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
        height: 22vh;
    }
    .orientation_button_div {
        /* top: 27vw; */
    }

}

@media only screen and (max-width: 568px) and (orientation: landscape) {
    .pagination_name_txt{
        margin-top: -6vh;
    }
    .resources_close {
        width: 2.5vw;
        height: 2.5vw;
    }
    #zDebugger {
        width: 90%;
        gap: 2em;
    }
    .oriention_more2 {
        top: 9vh;
        right: 4.5vw;
        width: 5.604vw;
        height: 42.15vh;
    }
    .course_name_div {
        left: 46vw;
        top: 2vh;
    }
    .course_name_line1 {
        margin-top: -0.2em;
    }
    .module_name_div {
        left: 28vw;
        top: 11vh;
        width: 12vw;
        }
    .topic_name_div {
        left: 41vw;
        top: 12vh;
    }
    .page_name_div {
        left: 52vw;
        top: 11vh;
    }
    .menu_name_div {
        left: 10.5vw;
        bottom: 57.5vh;
    }
    .help_name_div {
        left: 10.5vw;
        bottom: 48vh;
    }
    .glossary_name_div {
        left: 10.5vw;
        bottom: 37.5vh;
        width: 25vw;
    }
    .resources_name_div {
        left: 10.5vw;
        bottom: 28.5vh;
        width: 28vw;
    }
    .exit_name_div {
        left: 10.5vw;
        bottom: 19vh;
    }
    .audio_name_div {
        left: 11vw;
        bottom: 9vh;
    }
    .next_name_div {
        right: 5vw;
        bottom: 14vh;
        width: 15vw;
    }
    .next_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 31vh;
    }
    .back_name_div {
        right: 12vw;
        bottom: 13vh;
        width: 17vw;
    }
    .back_name_line1 {
        margin-right: 0em;
        margin-top: 0;
        height: 7vh;
    }
    .pagination_name_div {
        right: 8vw;
        bottom: 13vh;
        width: 15vw;
    }
    .pagination_name_line1 {
        margin-right: 0.01em;
        margin-top: 0;
        height: 33vh;
        /* border-right: unset; */
        border-top: 0.2em dotted #00243D;
        width: 7vw;
    }
    .orientation_button_div {
        top: 27vw;
    }


    .oriention_more2 {
        top: 4vh;
        right: 3vw;
        width: 4.204vw;
        height: 42.15vh;
    }
    .language{
        /* width: 18px; */
        /* height: 18px; */
    }
    .home {
        /* width: 18px; */
        /* height: 18px; */
    }
    .home svg{
        /* width: 18px; */
        /* height: 18px; */
    }
    .help {
        /* width: 18px; */
        /* height: 18px; */
    }
    .help svg{
        /* width: 18px; */
        /* height: 18px; */
    }
    .glossaryp {
        /* width: 18px; */
        /* height: 18px; */
    }
    .glossaryp svg{
        /* width: 18px; */
        /* height: 18px; */
    }
    .resources {
        width: 18px;
        /* height: 18px; */
    }
    .resources svg{
        /* width: 18px; */
        /* height: 18px; */
    }
    .exiGAME {
        /* width: 18px; */
        /* height: 18px; */
    }
    .exiGAME svg{
        /* width: 18px; */
        /* height: 18px; */
    }


    .cbp-spmenu-top.cbp-spmenu-open {
        height: 180px;
        /* padding: 1em 0em; */
    }
    .nav_over {
    /* left: 0.6em; */
    }
    .nav1 {
        /* width: 25px; */
        /* height: 130px; */
        /* padding-top: 1em; */
    }
    .footer-menu {
        transform-origin: right bottom;
        transform: scale(0.7);
    }
}
@media only screen and (max-height: 300px) and (orientation : landscape){
    .oriention_more2 {
        top: 6vh;
        right: 3.3vw;
        width: 4.204vw;
        height: 52.15vh;
    }

    .course_name_div {
        left: 33vw;
        top: 6vh;
    }
    .module_name_div {
        left: 21vw;
        top: 15vh;
    }
    .topic_name_div {
        left: 29vw;
        top: 15vh;
    }
    .page_name_div {
        left: 38vw;
        top: 15vh;
    }
    .menu_name_div {
        left: 8vw;
        bottom: 60.5vh;
    }
    .help_name_div {
        left: 8vw;
        bottom: 51vh;
    }
    .glossary_name_div {
        left: 8vw;
        bottom: 42.5vh;
    }
    .resources_name_div {
        left: 8vw;
        bottom: 31.5vh;
        width: 25vw;
    }
    .exit_name_div {
        left: 8vw;
        bottom: 25vh;
    }
    .orientation_button_div {
        top: 19vw;
    }
    .module_name_line1 {
        height: 0.5vw;
    }
    .topic_name_line1 {
        height: 4.5vw;
    }
    .page_name_line1 {
        height: 7.5vw;
    }
    .next_name_line1 {
        height: 9vh;
    }
    .back_name_line1 {
        height: 1vh;
    }
    .pagination_name_dot {
        opacity: 0;
    }
    .audio_name_div {
        left: 4vw;
        bottom: 12vh;
    }
    .playpause_name_div {
        left: 14vw;
        bottom: 3vh;
    }
    .audio_name_line1{
        /* opacity: 0; */
        border-top: none;
        height: 3vh;
    }
    .audio_name_dot{
        opacity: 0;
    }
    .help_button_div {
        /* width: 26vw; */
        top: 19vw;
        gap: 0.5em;
    }
  }