.new_menu_popup{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    z-index: 8;
    justify-content: center;
    gap: -3em;
}
.new_menu_popup3{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    z-index: 8;
    justify-content: center;
    gap: -3em;
}
.new_menu_popup2{
    width: 100%;
    height: 100%;
    background-color: rgb(242 242 242);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    z-index: 8;
    justify-content: center;
    gap: -3em;
}
.lang_new_popup{
    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: 1em;
    align-items: center;
    border-radius: 10px;
    gap: 1em;
    box-sizing: border-box;
}
.new_menu_popupinn{
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    z-index: 8;
    justify-content: center;
}
.new_menu_popupinn2{
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    z-index: 8;
    justify-content: center;
}
.newdropdown{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.lang_html_d2 .lang1_img{

}
/*Custom scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 2vw;
    transform: translate(5px,5px);
    padding-right: 10px;
}
::-webkit-scrollbar-track {
    background-color: #444;
    border-radius: 2px;
}
::-webkit-scrollbar-track:hover {
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
/*Style list button*/
.list_btn {
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    text-align: left;
    width: 70%;
    height: 3.5vw;
    /* padding-left: 15px; */
    background-color: #ffff;
    border: none;
    border-radius: 5px;
    /* box-shadow: 3px 3px 20px 1px #aaa; */
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 0em 1em;
    color: #d6d9de;
    background-color: #53565b;
    box-shadow: 0px 0px 10px 1px rgb(51 51 51 / 50%);
    align-items: center;
    font-family: SPARTANMB_BOLD;
}
.list_btn:hover {background-color: #000;}
.list_btn:active {background-color: #ccc;}
.list_btn_intro {
    font-size: Clamp(0.8rem, 1vw, 2.5rem);
    text-align: left;
    width: 70%;
    height: 3.5vw;
    /* padding-left: 15px; */
    background-color: #ffff;
    border: none;
    border-radius: 10px;
    /* box-shadow: 3px 3px 20px 1px #aaa; */
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0em 1em;
    color: #fff;
    background-color: #53565b;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 70%);
}
.list_btn_intro:hover {background-color: #000;}
.list_btn_intro:active {background-color: #ccc;}
/*List button arrow*/
.button_arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* right: 30px; */
    bottom: 3px;
    border: solid;
    /* border-color: #fff; */
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    transition-duration: 0.2s;
}
.list_btn:focus ~ .button_arrow {
    transform: rotate(-225deg) translate(3px, -3px);
}
.button_arrow_intro {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 30px;
    bottom: 3px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    transition-duration: 0.2s;
}
.list_btn_intro:focus ~ .button_arrow {
    transform: rotate(-225deg) translate(3px, -3px);
}
/*Position main container*/
.menu_container {
    /* position: absolute; */
    /* left: 50%; */
    top: 0;
    width: 50%;
    height: 100%;
    /* transform: translate(-50%, -50%); */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* z-index: 34; */
    /* flex-basis: 50%; */
    /* background: #fff; */
}
/*Hide default radio styling*/
.list_option {
    visibility: visible;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
/*Style option menu and its items*/
.option_container {
    margin-top: 10px;
    border-radius: 5px;
    /* box-shadow: 3px 3px 20px 1px #aaa; */
    height: 0;
    width: 70%;
    /* height: auto; */
    transition-duration: 0.3s;
    transition-delay: 0.4s;
    overflow: auto;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0em;
    padding: 1em;
    box-sizing: border-box;
    background-color: #fff;
    color: #383A3D;
    box-shadow: 0px 0px 20px 9px rgb(51 51 51 / 30%);
    overflow-x: hidden;
    gap: 0.5em;
}
.option_field {
    display: block;
    /* background-color: #fff; */
    border-radius: 2px;
    /* padding: 10px 80px 10px 5px; */
    cursor: pointer;
    height: auto;
    /* border: 1px solid #333; */
    border-radius: 5px;
}
.option_field:hover {
    background-color: #ddd;
}
/*Create select checkmarks*/
.checkmark {
    /* position: relative; */
    display: inline-block;
    width: 16px;
    height: 10px;
    /* left: 80px; */
    /* bottom: 5px; */
    border: solid #333;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    visibility: hidden;
}
/*Checkmark visible when option selected*/
.list_option:checked > .checkmark {
    visibility: visible;
}
/*Open list when list button is clicked*/
/* .list_btn:focus ~ .option_container {
    height: 50vh;
    visibility: visible;
} */

.lang1_imgN{

}
.drop_menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 1em;
    padding: 0.5em;
    justify-content: center;
}

.lang1_imgN{
    width: 2.8vw;
    height: 2.8vw;
}
.lang1_imgN img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.lang1_txtN{
    font-size: Clamp(0.8rem, 1.2vw, 2.5rem);
    font-family: 'Arial';
    display: flex;
    flex-direction: row;
    gap: 0.3em;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.lang_btnDD {
    width: max-content;
    height: auto;
    /* border: 1px solid #000; */
    padding: 0.5em 1.5em;
    border-radius: 6px;
    font-size: Clamp(0.8rem, 1.2vw, 3.5rem);
    color: #fff;
    font-family: 'Arial';
    cursor: pointer;
    background: #53565b;
    margin: 1em auto;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 60%);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 70%);
}
.lang_headtxt{width: 100%;height: auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;align-content: center;}
.headtxtlagn{
    font-size: Clamp(0.8rem, 1.5vw, 3.5rem);
    color: #333;
    font-weight: bold;
    /* margin: 0 auto; */
}
#langpopUpClose{cursor: pointer;}
.drop_lang_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    gap: 0.5em;
}
.drop_lang_txt1{
    font-size: Clamp(0.8rem, 1.1vw, 3.5rem);
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}
.drop_lang_txt2{
    font-size: Clamp(0.8rem, 1vw, 3.5rem);
    font-family: Arial;
    color: #fff;
}
.lang_loader{
    /* background: #333; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.lang_load_area{width: 100%;height: 100%;display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;position: absolute;left: 0;/* top: 0; *//* right: 0; *//* margin: 0 auto; */z-index: 99999999999999999999999;}
.lang_load_txt{
    font-family: 'Arial';
    font-size: Clamp(0.8rem, 2vw, 2.5rem);
    color: #333;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #000;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
@media only screen and (max-width : 1024px) and (orientation : portrait){
    .option_container {
        /* width: 75%; */
    }
}
@media only screen and (max-width : 800px) and (orientation : portrait){
    .new_menu_popupinn {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .menu_container {
        /* height: 50%; */
        width: 60%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .option_container {
        margin-top: 10px;
        width: 85%;
    }
    .list_btn{
        margin: 0 auto;
        width: 85%;
    }
}
@media only screen and (max-width : 712px) and (orientation : portrait){
    .option_container {
        /* width: 75%; */
    }
}
@media only screen and (max-width : 600px) and (orientation : portrait){
    .option_container {
        /* width: 75%; */
    }
    .menu_container {
        /* height: 50%; */
        width: 90%;
        padding-top: 1em;
    }
}
@media only screen and (max-width : 414px) and (orientation : portrait){
    .menu_container {
        /* height: 50%; */
        width: 90%;
        padding-top: 1em;
    }
    .button_arrow {
        right: 5px;
    }
    .list_btn {
        height: 7.5vw;
    }
}
@media only screen and (max-width : 390px) and (orientation : portrait){
    .menu_container {
        /* height: 50%; */
        width: 93%;
        padding-top: 1em;
    }
}
@media only screen and (max-width : 375px) and (orientation : portrait){
    .menu_container {
        /* height: 100%; */
        width: 100%;
        padding-top: 1em;
    }
    .button_arrow {
        right: 7px;
    }
    .list_btn {
        height: 10vw;
    }
    
    
}
@media only screen and (max-width : 320px) and (orientation : portrait){
    .option_container {
        /* width: 81%; */
    }
}
@media only screen and (max-width : 1024px) and (orientation : landscape){
    .menu_container {
        /* width: 50%; */
    }
    .option_container {
        /* width: 72%; */
    }
}
@media only screen and (max-width : 896px) and (orientation : landscape){
    .lang_new_popup {
        height: 70vh;
    }
    .menu_container {
        width: 80%;
    }
}
@media only screen and (max-width : 736px) and (orientation : landscape){
    .list_btn {
        height: 5vw;
    }
}
@media only screen and (max-width : 568px) and (orientation : landscape){
    .list_btn {
        height: 7vw;
    }
    .lang_new_popup {
        height: 80vh;
    }
}

