/*
    version: 1.0.0_custom_axtj
    this file is custom class for axtj

    when copy to another project, will need to clear if not needed

 */

/* header.css */

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/konnect/KonnectThin.otf);
}
@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/konnect/KonnectLight.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/konnect/KonnectRegular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/konnect/KonnectMedium.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/konnect/KonnectSemiBold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/konnect/KonnectBold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/konnect/KonnectExtraBold.otf);
}
@font-face {
    font-family: 'LisuFont';
    font-style: normal;
    font-weight: normal; /* Adjust if you have different weights */
    src: url('fonts/lisu/chinese.simli.ttf') format('truetype');
}



body{
    height: 100%;
    background: var(--default-bg-color);
}
.homepage-countryCode .select2-container {
    width: 100%;
}
.homepage-countryCode .select2-container--default .select2-selection--single{
    height: calc(1.5em + 1.3rem + 2px)  !important;
}
.homepageHeader {
    background-color: var(--default-bg-color);
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #E6E6E6;
    box-shadow: 0px 0px 10px #ddd;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 65px;
}

.headerMenu {
    width: 100%;
}
.dot-icon{
    height: 10px;
    width: 10px;
}
.dropbtn {
    /* background-color: var(--primary-background-color); */
    color: var(--primary-color);
    border: none;
    display: inline;
    letter-spacing: 0;
    font-size: var(--sm-text-size);
    cursor: pointer;
    font-weight: var(--default-font-weight-medium);
}

.dropbtn.active {
    color: var(--secondary-color);
}

.dropdown-content {
    /* margin-right: -20px;
    margin-top: 20px; */
    /* min-width: 200px; */
    background: var(--secondary-bg-color);
    display: none;
    position: absolute;
    z-index: 1;
    right: -17px;
    top: 137%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2)
}

.showDropdown.open ~ .dropdownContent {
    display: block;
}

.dropdown-content:after, .dropdown-content:before {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-content:after {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: var(--secondary-bg-color);
    border-width: 15px;
    margin-left: -15px;
}


.dropdown-content p {
    margin-bottom: 0;
}

.dropdown-content a,
.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--secondary-bg-color);
    width: 130px;
}

.dropdown-content a,
.dropdown-content p {
    border-bottom: none;
}

.dropdown-content a:hover,
.dropdown-content p:hover {
    background-color: var(--secondary-bg-color);;
}

.menuDropdownBtn {
    font-weight: 300;
    font-size: var(--sm-text-size);
    color: var(--primary-text-color);
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}

.homepageHeaderMobile {
    display: none;
    position: fixed;
    z-index: 999;
}

/* to handle the push down at side bar */
.account-items {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.account-items.show{
    height:fit-content;
    padding: 12px 28px;
}

.my-profile-drop-down-content {
    position: absolute;
    top: 100%;
    /* right: 0; */
    background-color: var(--secondary-bg-color);
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
    width: 135px;
}

.collapsing {
    transition: none;

}

.collapse {
    transition: none;
}

.drop-down-content {
    text-align: left;
    margin-bottom: 12px;
    font-size: var(--sm-text-size);
}

.topButton {
    background-color: var(--btn-primary-bg-color) !important;
    border-radius: 30px;
    padding: 6px 20px !important;
}

.header_menu_div {
    margin: auto 13px;
    text-align: center;
    position: relative;
}

#numberOfItemInCart, #numberOfItemInCart__mobile {
    position: absolute;
    top: -7px;
    right: -4px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

/* End of header.css */

.page-banner-bg {
    height: 230px;
}

.page-content-div {
    margin-top: 65px;
    background-color: var(--primary-bg-color);
}

/* Homepage */
.sec-2-container {
    min-height: 320px;
    width: 100%;
    position: relative;

}
.sec-2-container-img {
    width: 100%;
    height: 400px;
    object-fit: fill;
    border: 2px solid #956D1C;
    border-radius: 5px;
}
.sec-2-inner-container {
    border: 2px solid #956D1C;
    border-left: 0;
    border-radius: 5px;
    height: 100%;
    /* background-image: url(../images/project/crop-homepage4.webp); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 0;
}
.section-2-bg {
    background-image: url('../images/homepage/Mainpage0.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-inline: 8%;
}
.homapega-character-img {
    /* max-height: 80px; */
    margin-bottom: 0;
    max-width: 50px;
    /* position: absolute;
    bottom: -21px;
    right: 6px; */
}
.homapega-character-img-2 {
   
    /* bottom: -3px; */
}

.sec-2-inner-container-2{
    gap: 10px;
    /* justify-content: space-between !important; */
    cursor: pointer;
}

#sec-2-inner-container-2-1 {
    background-image: url(../images/homepage/Mainpage42.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-2-inner-container-2-2 {
    background-image: url(../images/homepage/Mainpage37.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-2-inner-container-2-3 {
    background-image: url(../images/homepage/Mainpage40.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-2-inner-container-2-4 {
    background-image: url(../images/homepage/Mainpage40.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-2-inner-container-2-5 {
    background-image: url(../images/homepage/Mainpage39.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-2-inner-container-2-6 {
    background-image: url(../images/homepage/Mainpage38.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.sec-2-inner-container-2:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.sec-2-container-2 {
    min-height: 300px;
    border: 2px solid #956D1C;
    border-radius: 5px;
    background: #ffffffd1;
}

.sec-2-container-2-option{
    padding-bottom: 5px;
    border-bottom: 1px solid #956D1C;
}
.sec-2-btn {
    width: 125px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage12.webp);
    background-size: contain;
    color: var(--primary-text-color);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Dengfont;
}
.sec-last-btn {
    width: 150px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage28.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.text-hover-effect{
    
    font-family: 'MainFont';
}
.text-hover-effect:hover{
    color: var(--tertiary-color);
    cursor: pointer;
}
.sec-2-btn:hover , .sec-2-btn.active{
    background-image: url(../images/homepage/Mainpage11.webp);
    color: var(--secondary-text-color);
}
.content-type-1{
    width: 80px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage14.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
}
.content-type-2{
    width: 80px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage15.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
}
.content-type-3{
    width: 80px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage16.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
}
.content-type-4{
    width: 80px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage17.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
}
.tab-content-inner{
    padding: 15px;
}

.tab-content-inner-news {
    border-bottom: 2px solid var(--primary-color);
}

/* Hide all tab contents initially */
.tab-content {
    display: none  !important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Show the active tab content */
.tab-content.active {
    display: flex !important;
    opacity: 1;
}
.font-Deng{
    font-family: 'DengFont';
}
.tab-content-description{
    font-family: 'DengFont';
}
.tab-content-date{
    color: var(--tertiary-text-color );
}

.sec-3-btn{
    width: 300px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage18.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
}
.sec-4-btn{
    
    width: 300px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage18.webp);
    background-size: contain;
    color: var(--secondary-text-color);
    background-position: center;
    background-repeat: no-repeat;
    
}
.men-pai-container-text {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5em;
    max-width: 5em;
    font-size: 1em;
    text-align: center;
    text-wrap: wrap;
    word-break: break-word;
    width: 40px;
    font-size: var(--md-text-size);
    font-weight: var(--default-font-weight-bold);
    justify-content: center;
    cursor: pointer;
    font-family: Dengfont;
}
.men-pai-container {
    width: 100px;
    height: 85px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage31.webp);
    background-size: contain;
    color: var(--primary-text-color);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.men-pai-container:hover, .men-pai-container.active {
    width: 100px;
    height: 85px;
    padding: 10px;
    background-image: url(../images/homepage/Mainpage32.webp);
    background-size: contain;
    color: var(--secondary-text-color) !important;
    background-position: center;
    background-repeat: no-repeat;
    
    .men-pai-container-text{
        color: var(--secondary-text-color) !important;
    }
}
.tab-content-men-pai-title {
    height: 75px;
    /* width: 250px;
    background-image: url(../images/homepage/Mainpage26.webp);
    height: 75px;
    background-size: cover;
    color: var(--primary-text-color);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.men-pai-img{
    width: 250px;
}
.tab-content-men-pai{
    display: none;
}
.tab-content-men-pai.active{
    display: flex;
}
.tab-content-men-pai-title {
    height: 75px;
    min-width: 322px;
}
#homepage-search-input.form-control{
    border-radius: 5px;
    border: 2px solid #956D1C;
}
.search-bar{
    position: relative;
}
.search-bar-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 17px;
    top: 8px;
    background: #7A6025;
    padding: 2px;
    padding-inline: 0px;
    height: 30px;
    width: 50px;
}

.font-gold{
    color: #956D1C ;
}
.homapega-game-intro-img{
    width:50px;
}
.line-divider {
    margin-left: 30px;
    height: 90;
    /* width: 100%; */
    border: 1px solid #956D1C;
    margin-right: 10px;
}
.game-intro-font{
    text-wrap: nowrap;
}

.game-action-bg-div {
    background-image: url("../images/homepage/Mainpage40.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 103px;
    display: flex;
    align-items: center;
    /* clip-path: polygon(12% 0, 89% 0, 100% 16%, 100% 84%, 90% 100%, 12% 99%, 0 88%, 0 14%); */
}

.pointer-events-none {
    pointer-events: none;
}
.sec-2-homepage::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}
.sec-2-homepage::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

.sec-2-homepage::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 0; 
}

.sec-2-homepage::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* End of homepage */

/* Start of Captcha */
.block {
    position: absolute;
    left: 0;
    top: 0;
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;    
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider:hover {
    background: #009efb;
    color: #fff;
    border-color: #009efb;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
}

.sliderIcon {
}

.refreshIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 6px;
    color: #fff;
    background-color: #ff4c4c;
    font-size: 14px;
    border-radius: 50px;
}

.refreshIcon:hover {
    color: #fff;
}

/* Captcha */


.footer-section{
    background-color: rgb(75 73 65);
}


/* contact us css */
.page-bg__contact-us {
    background-image: url('../images/project/contact-us-banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.diamond-border {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color); /* Border bottom line */
}

.diamond-border::before,
.diamond-border::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid var(--primary-color);
    transform: rotate(45deg); /* Rotate to make it a diamond */
}

.diamond-border::before {
    left: -11;
    bottom: -6px; /* Center vertically on the border */
}

.diamond-border::after {
    right: -11px;
    bottom: -6px; /* Center vertically on the border */
}

.contact-inner-div {
    height: 100%;
}

.contact-inner-div__border {
    box-shadow: 0px 3px 10px #0000003D;
    border-radius: var(--default-border-radius);
    padding: 20px;
    background-color: var(--secondary-bg-color);
}

.page-title__font__xxl {
    font-size: 50px;
}

.contact-us-section {
    min-height: 100vh;
}

/* end of contact us css */

/* top up page */
.page-bg__top-up {
    background-image: url('../images/homepage/Topup2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.selectGameContainer {
    box-shadow: 0px 3px 6px #00000029;
}

.page-title_bg {
    background-image: url("../images/homepage/Topup9.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    /* content: url("../images/project/dropdown-icon.webp");    */
}

.btn__custom-select {
    position: relative;
    padding: 10px 20px;
    background-color: var(--input-bg-color);
    border: 2px solid var(--primary-color); /* Default border */
    cursor: pointer;
    font-size: 16px;
    transition: border-color 0.3s;
}

.btn__custom-select.selected {
    border-color: var(--primary-color); /* Color of the border when selected */
}

.btn__custom-select.selected::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid var(--primary-color); /* Triangle background */
}

.btn__custom-select.selected::before {
    content: '✔';
    position: absolute;
    z-index: 10;
    bottom: 0px; /* Adjust position inside the triangle */
    right: 0px; /* Adjust position inside the triangle */
    color: white;
    font-size: 12px;
}

.quantity-container {
    display: none;
}

.quantity-container.selected {
    display: flex;
    align-items: center;
}

.decrease-btn, .add-btn {
    width: 20px;
    height: 20px;
    background-color: var(--tertiary-color); /* Button color */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.btn__decrease__greyout {
    background-color: #E5E5E5;
    color: var(--default-primary-color);
}

.quantity-input {
    width: 30px;
    text-align: center;
    font-size: var(--sm-text-size);
    margin: 0 5px;
    border: none;
    background-color: var(--default-bg-color);
    border-radius: 2px;
    height: 22px;
    box-sizing: border-box;
}

.content-text-short__width {
    width: 50%;
}

/* End of top up */

/* terms and condition css + privacy policy css */
.policy-content-wrapper {
    border-radius: 5px;
    padding: 50px;
    border: 1px solid #ddd;
}

.section-policy__padding__xl {
    padding-inline: 150px;
}
/* end of terms and condition css + privacy policy css */


/* captcha css */
.block {
    position: absolute;
    left: 0;
    top: 0;
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 330px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;    
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-primary-color);
}

.slider:hover {
    background: #009efb;
    color: #fff;
    border-color: #009efb;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
    color: var(--default-primary-color);
}

.sliderIcon {
}

.refreshIcon {
        position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 6px;
    color: #fff;
    background-color: #ff4c4c;
    font-size: 14px;
    border-radius: 50px;
}

.refreshIcon:hover {
    color: #fff;
}

/* end of captcha */

/* test */
.homepage-img-div:before {
    display: block;
    padding-top: 70%;
    content: "";
}

.homepage-img-inner-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.custom-shape { 
    cursor: pointer;
    position: relative; 
    width: 100%; 
    background-color: #9a7428; 
    /* background-image: url('../images/homepage/Topup2.webp');
    background-size: cover;  */
    height: 100px; 
    clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
    display: flex; 
    align-items: center; 
    justify-content: center; 
} 

/* .homepage-action-div {
    background-image: url('../images/homepage/Mainpage37.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

.border-span { 
    width:98%; 
    height:95px; 
    clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
    /* background-color: #9a7428;  */
    background-image: url('../images/project/homepage-bg-wave.webp');
    background-size: cover; 
    display:flex;
    align-items:center;
    justify-content:center;
} 

.action-btn-img {
    width: 100px;
}

.top-img-div {
    background-image:url('../images/homepage/Mainpage44.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* end of test */

/* payment status css */
.payment-status-div {
    width: 80%;
    margin-inline: auto;
    background-color: var(--default-secondary-bg-color);
    box-shadow: 0px 3px 10px #0000003D;
    margin-top: -90px;
    padding: 30px;
}

.payment-status-border {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.payment-status-border__width_md {
    width: 50%;
    margin-inline: auto;
}

.payment-status-border__width_lg {
    width: 70%;
    margin-inline: auto;
}
/* end of payment status css */

/* product details css */
.product-image-display {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.product-flex-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-attr-label {
    font-size: var(--default-text-size);
    color: var(--fourth-text-color);
    font-weight: 500;
    font-family: Dengfont;
}

.social-media-share-btn {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.cart-quantity-control {
    border: 1px solid #00000092;
    border-radius: var(--input-border-radius);
    width: max-content;
    padding-inline: 10px;
    background-color: var(--default-bg-color);
}

.cart-quantity-control button {
    border: none;
    background: none;
    font-weight: var(--default-font-weight-thin);
}

.cart-quantity-control span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: var(--sm-text-size);
    font-weight: var(--default-font-weight-thin);
}

.product-attribute {
    background: var(--btn-secondary-text-color);
    border: var(--button-border);
    padding: 5px 15px;
    border-radius: var(--input-border-radius);
    cursor: pointer;
    font-family: Dengfont;
}

.product-attribute.active {
    /* background-color: var(--filter-input-bg-color); */
    border-color: var(--primary-color);
    border-width: 2px;
}

.product-introduction-div {
    color: var(--primary-text-color);
    background-color: var(--secondary-bg-color);
    width: fit-content;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    font-size: var(--md-text-size);
    padding-inline: 40px;
    font-family: Dengfont;
}

.product-introduction-details {
    background-color: var(--secondary-bg-color);
    font-size: var(--md-text-size);
    padding: 50px;
}

.product-attribute.no-stock {
    /* background-color: #b3b3b352; */
    cursor: not-allowed;
    /* pointer-events: none; */
    opacity: 0.4;
}

.product-info-unclickable {
    cursor: not-allowed !important;
    background-color: #9d9d9d;
    /* pointer-events: none; */
}

#payment-method-option-container {
    border-bottom: var(--default-border);
}

.payment-method-option, .dev-method-option {
    padding: 10px;
    background: #fff;
    /* border: var(--default-border); */
    cursor: pointer;
}

.payment-method-option.active, .address-option-selection.active label, .bill-address-option-selection.active label, .dev-method-option.active, .selfpickup-radio.active label {
    border: 1px solid var(--tertiary-color);
    background: #faebca;
}

.custom-radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.payment-method-option label, .dev-method-optio label {
    margin-bottom: 0;
}

.custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-container .checkmark {
    position: absolute;
    top: 8px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid grey;
    box-sizing: border-box;
}

.custom-radio-container input:checked ~ .checkmark {
    background-color: red;
    border: 1px solid red;
}

.custom-radio-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2.6px;
    left: 2.7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.payment-method-img {
    height: 15px;
}

/* end of product details css */

/* confirm order css */
.section.checkoutBg {
    padding-bottom: 0;
    /* padding-top: 70px !important; */
}
.cartTitle{
    color: var(--primary-text-color);
    font-weight: var(--default-font-weight-thick);
    font-family: Dengfont;
}

.continueShopping{
    font-size: 15px;
    text-decoration: underline;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.cartListing-table{
    text-align: center;
}
.cartListing-table thead th{
    font-size: var(--listing-header-text-size);
    font-weight: var(--default-font-weight-thin);
    color: var(--listing-header-child-color);
}

table.cartListing-table thead > tr > th {
    padding: 15px 0px !important;
    border-bottom: var(--default-border);
    border-bottom-width: 2px;;
    
}
.cartitem-img{
    width: 120px;
}
.confirm-order-cartimg{
    width: 120px
}
table.cartListing-table tbody > tr > td {
    padding: 0px 10px !important;
}

table.cartListing-table tbody#cartItemsBody > tr > td  {
    padding: 10px 10px !important;
}
.cartItems{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.price-per-item{
    text-align: right;
    width: 33%;
}
table.cartListing-table tbody{
    border-bottom: var(--default-border);
    border-bottom-width: 2px; 
}
.delete-img{
    height: 20px;
    cursor: pointer;
}
.cart-quantity{
    text-align: left;
}
.deleteBtn-img{
    width: 50px;
    height: 50px;
}
.cartItem-description {
    text-align: left;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.cart-total-price {
    display: flex;
    justify-content: end;
    padding: 30px 10px;
}
.total-price-display {
    font-size: var(--lg-text-size);
    font-weight: var(--default-font-weight-thin);
    padding: 10px 0;
}
.total-price-display-payment-summary {
    padding: 0 10px;
}
/* Basic styles for tabs and content */
.tab-nav {
    display: flex;
    border-bottom: 2px solid #ccc;
}

.tab-button {
    background: #f1f1f1;
    border: 1px solid var(--btn-disabled-bg-color);
    padding: 10px 20px;
    border-bottom: 0;
    cursor: pointer;
    margin-right: 5px;
}
.tab-button.active {
    /* background: #ddd; */
    /* font-weight: bold; */
    background: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
}
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    min-height: 350px;
    align-items: start;
    /* align-content: center; */
}
.tab-content.active {
    display: block;
}


.total-amount-display,.final-amount-display{
    font-size: var(--lg-text-size-text);
    font-weight: var(--default-font-weight-thick);
}
.total-amount-display-p-s{
    font-size: var(--sm-text-size);
}
.amount-display span{
    font-size: var(--sm-text-size);
}
.total-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
}
.submitBtn button{
    border: none;
    background: none;
    color: var(--btn-primary-text-color);
    font-size: var(--btn-font-size);
}
.submitBtn {
    width: var(--btn-width-long);
    text-align: center;
    padding: 5px;
    background: var(--btn-primary-bg-color);
    border: 2px solid var(--btn-primary-bg-color);
    cursor: pointer;
}

/* .submitBtn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.submitBtn:hover button {
    color: var(--secondary-text-color);

} */

/* .total-amount-section{
    height: 100%;
} */
.discountText{
    color: grey;
    font-weight: 100;
}

#confirmDeleteItem #deleteBtn , #stockLimitExceedModal .confirmbtn,#unavailableItemsModal .confirmbtn{
    background: var(--btn-primary-bg-color);
    /* border: 2px solid var(--tertiary-color); */
    font-size: var(--btn-font-size);
    color: var(--btn-primary-text-color);
}
/* #confirmDeleteItem #deleteBtn:hover ,#stockLimitExceedModal  .confirmbtn:hover, #unavailableItemsModal .confirmbtn:hover{
    background-color: #fff;
    color: var(--tertiary-color);
} */
/* #confirmDeleteItem #cancelBtn{
    color: #000;
    background-color: white !important;
    border: 1px solid rgba(128, 128, 128, 0.587);
    font-size: var(--btn-font-size);
} */
.warning-img{
    height: 100px;
    margin-bottom: 10px;
}
.delete-modal-title{
    font-weight: var(--default-font-weight-thick);
    font-size: var(--md-text-size);
    padding: 10px;
}
.delete-modal-description{
    font-weight: var(--default-font-weight-thin);
    font-size: var(--sm-text-size);
}
.not-avaliable-body{
    opacity: 0.5;
}
.max-quantity-reached{
    opacity: 0.5;
}

.confirm-order-section.kt-container {
    height: max-content !important;
    max-width: unset !important;
}


.mobile-css-quantity {
    color: var(--primary-color);
    font-weight: var(--default-font-weight-bold);
}

.attributesClass {
    font-size: var(--sm-text-size);
    font-weight: var(--default-font-weight-thin);
    background-color: #d8d0d0;
    margin: 5px;
    padding: 3px;
    border-radius: 3px;
    margin-left: 0;
    display: inline-block;
    /* margin-top: 40px; */
}

/* .mycart-item-section {
    margin-top: 45px;
} */

.web-hide-payment {
    display: none;
}


.order-confirm-title-inner {
    font-weight: var(--default-font-weight-thick);
    font-size: var(--md-text-size);
}

.payment-option-outer {
    background: var(--secondary-bg-color);
    /* border: var(--default-border); */
    justify-content: end;
}

.total-price-display {
    font-size: var(--lg-text-size);
    font-weight: var(--default-font-weight-thin);
    padding: 10px 0;
}

.payment-method-option, .dev-method-option {
    padding: 10px;
    background: #fff;
    /* border: var(--default-border); */
    cursor: pointer;
}

.custom-radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.payment-method-option label, .dev-method-optio label {
    margin-bottom: 0;
}

.payment-method-div {
    border: 1px solid;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 25px;
}
/* end of confirm order css */

/* Start of order status */

.order-status-container{
    background: var(--btn-secondary-bg-color);
    margin-top: 75px;
    width: 100%;
}

/* Style for the stepper container */

.c-stepper {
    display: flex;
}

.c-stepper__item.grey{
    &:before
    {
        background-color: grey;
        border-color: rgb(210, 197, 197);
    }
}

.c-stepper__item.unsucessful{
    &:before
    {
        background-color: red;
        border-color: rgb(246, 136, 136);
    }
}


.c-stepper__item.active {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;

    &:before {
        background-color: #1FBB06;
        border: 3px solid #94F085;
    }
    
}

.c-stepper__item.in_progress{
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;

    &:before {
        /* background-color: yellow; */
    }
}
.c-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    position: relative;
    margin-left: 0; /* Set left margin to 0 */
    margin-right: 0; /* Set right margin to 0 */

    &:before {
        --size: 3rem;
        content: "";
        display: block;
        width: clamp(1.5rem, 7vw, 4rem);
        height: clamp(1.5rem, 7vw, 4rem);
        border-radius: 50%;
        background-color: #FFCD26;
        border: 3px solid #FFF0BC;
        /* opacity: 0.3; */
        margin: 0 auto 1rem;
        position: relative;
    }

    &:not(:last-child) {
        &:after {
            content: "";
            position: relative;
            top: calc(clamp(1.5rem, 4vw, 4rem) / 2);
            width: calc(100% - clamp(1.5rem, 5vw, 4rem) - calc(clamp(0.25rem, 2vw, 0.5rem)* 2));
            left: calc(50% + calc(clamp(1.5rem, 5vw, 4rem) / 2 + clamp(0.25rem, 2vw, 0.5rem)));
            height: 2px;
            background-color: #e0e0e0;
            order: -1;
        }
    }
    
}

.c-stepper__title {
    font-weight: var(--default-font-weight-bold);
    font-size: clamp(1rem, 4vw, 1.25rem);
    margin-bottom: 0.5rem;
    font-family: Dengfont;
}

.c-stepper__desc {
    color: grey;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding-left: clamp(0.25rem, 2vw, 0.5rem);
    padding-right: clamp(0.25rem, 2vw, 0.5rem);
}

.order-details{
    width: 500px;
    padding: 20px;
    border: 1px solid #cecece;
}

.order-details td:first-child {
    width: 50%;
}

.order-details td {
   margin: 10px;
}



.approval-message {
    background-color: #ffffff; /* White background for the message */
    padding: 20px; /* Padding around the message */
    border: 1px solid #ccc; /* Border around the message */
    border-radius: 5px; /* Rounded corners */
    margin-bottom: 20px; /* Space below the message */
}

.approval-message p {
    font-size: 18px; /* Font size of the message */
    margin-bottom: 10px; /* Space below the message */
}

.order-details {
    background-color: #ffffff; /* White background for details */
    padding: 20px; /* Padding around the details */
    border: 1px solid #ccc; /* Border around the details */
    border-radius: 5px; /* Rounded corners */
}

.order-details h3 {
    font-size: 20px; /* Font size for section headings */
    margin-bottom: 10px; /* Space below the heading */
}

.order-info-row {
    display: flex;
    margin-bottom: 10px; /* Space between rows */
}

.info-label {
    flex: 0 0 150px; /* Fixed width for label */
}
.addressTextgrey{
    color: var(--tertiary-text-color) !important;
}
.info-value {
    flex: 1; /* Take remaining space */
    margin-left: 20px;
}
.proudct-intro-title{
    font-size: var(--lg-text-size);
    font-weight: 600;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 1rem;
}
.checkStatus{
    cursor: pointer;
    text-decoration: underline  !important;
}
a.checkStatus:hover, a.checkStatus:focus {
    color: var(--btn-ternary-text-color)  !important;
    text-decoration: underline  !important;
}
.checkout-items {
    background-color: var(--secondary-background-color) !important;
    /* padding: 20px !important; */
    position: relative;
    z-index: 2;
}
.order-status-items-details{
    /* padding-inline: 20px !important; */
}
.invoice-details-data-label{
    color: #545454;
    font-family: Dengfont;
}
.order-status-row span,.invoice-details-data-label,.address span,.order-status-row span div{
    color: var(--primary-text-color)
}
.order-status-item-top {
    /* background: var(--primary-color); */
    border-radius: 16px;
    height: 25px;
    z-index: 2;
    margin-bottom: -13px;
}
.check-status-order-details{
    border-right: 2px solid #0000003b;
}
#order-status-container{
    /* height: 100%; */
    /* background-color: #fff; */
}

/* #order-status-container .addtoCartSection{
    background-color: #f7f7f7;
} */
.order-status-items-details.kt-container{
    /* width: 100% !important; */
}
.noResultFound{
    border-bottom: none !important;
}
.quantity-input-group{
    justify-content: center;
    display: flex;
}

.invoice-details-data-label{
    font-weight: var(--default-font-weight-bold);
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
}
.order-status-row{
    padding: 10px;
    padding-left: 0;
}
.check-status-card-body {
    border: 2px solid #DADADA;
    padding-inline: 50px;
    padding: 25px;
}
.order-status-img{
    width: 130px;
}
.orderStatus-deliveryFee{
    padding-inline: 20px;
}
.order-status-shareBtn , .order-status-copyBtn {
    padding: 10px;
    background-color: var(--primary-bg-color);
    border:  2px solid var(--secondary-color); 
    border-radius: 25px;
    padding-inline: 30px;
    cursor: pointer;
}
.order-status-total-price{
    padding-inline: 20px;
}
.copy-icon{
    cursor: pointer;
    
}
#copy-success-message{
    font-size: 10px;
    color: rgb(71, 231, 71);
    margin-top: -10px;
}
.copy-success-svg svg{
    height: 10px;
    fill: rgb(71, 231, 71);
}
.highlighted-text {
    color: var(--primary-color) !important;
}

.linkCopied-modal-body-content{
    text-align: justify;
}

#giftMessage {
    background: rgba(165, 165, 165, 0.13);
    text-align: justify;
    padding: 10px;
}


.btn.orderStatus-close-btn{
    font-size: var(--btn-font-size);
    color: var(--secondary-text-color);
    background: var(--btn-primary-bg-color);
    border: 2px solid var(--btn-primary-bg-color);
}

.btn.orderStatus-close-btn:hover{
    background: var(--btn-primary-bg-color);
    color: var(--secondary-text-color);
    border: 2px solid var(--btn-primary-bg-color);
    /* border: 2px solid var(--tertiary-color); */
}

.orderLink-input{
    border: 2px solid rgba(151, 149, 149, 0.409);
    cursor: pointer;
    border-radius: 10px;
}
.addressBg{
    background-color: #fff;
    border: 1px solid #e2e5ec;
    border-radius: var(--input-border-radius);
}

/* #orderConfirmForm .form-control{
    border: 1px solid #e2e5ec !important;
 
} */

#orderConfirmForm .form-control.is-invalid{
    border-color: #fd397a  !important;
}
.addressText{
    font-weight: bold;
}
.cartListing-table .product-table-title{
    width: 60%;
    text-align: left;
    padding-left: 60px !important;
}
.cartListing-table  .product-table-title--price{
    text-align: right;
    padding-right: 30px !important;

}

#status-table th, #status-table td {
    border: none;
    color: #000;
}

#status-table {
    border-collapse: collapse;
    border: none;
    font-size: var(--md-text-size);
}

.image-box {
    height: 250px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary-bg-color);
    cursor: pointer;
    padding-inline: 0;
    padding: 10px;
    background: var(--secondary-bg-color);
}

.imgPage {
    width: 100%;
}

.inner-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: pre-line; */
    word-break: break-all;
    line-height: 1.3rem;
    text-wrap: wrap;
    padding-inline: 10px;
}

.receipt-image {
    height: 150px;
    width: 100%;
    object-fit: cover;
    /* padding: 15px; */
    cursor: pointer;
    padding-bottom: 10px;
}

#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, bottom 0.4s ease;
    z-index: 1000;
  }
  
  #popup.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }

  #backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 999;
  }

  #backdrop.show {
    opacity: 1;
  }

/* End of order status */

/* Information */
.subtitl-infor{
    background: var(--secondary-bg-color);
    padding: 5px;
    /* padding-inline: 0; */
}
.menpai-btn-css {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 180px;
}

.detail-image-description {
    width: 50%;
}
/* End of Information */


/************************** Responsive Section **************************/
/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}

/* Ipad Pro View */
@media (max-width: 1199px) {
  /* homepage css - ipad pro   */
  .game-action-bg-div {
    background-size: contain;
    height: 85px;
  }
  /* end of homepage css - ipad pro   */

  .contact-us-section {
    min-height: 70vh;
}
  
   
}

/* Ipad View */
@media (max-width: 990px) {
    .section-2-bg {
        padding-inline: 30px;
    }
    .contact-us-section {
        min-height: 65vh;
    }
    /* header.css - Ipad View */
    .menuBtn {
        width: 100%;
        text-align: left;
    }


    .menuBtn.active {
        color: #1b75bb;
    }

    .menuBtn.active i {
        transform: rotate(90deg);
    }


    .headerMenuDropdown2 i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .headerMenuDropdown2.active {
        color: #1b75bb;
    }

    .headerMenuDropdown2.active i {
        transform: rotate(90deg);
    }


    .headerMobileDisplayNone {
        display: none;
    }

    .headerMenuItem {
        width: 100%;
    }

    .headerMenuDropdown ~ .headerMenuDropdownBox {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        right: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown.active ~ .headerMenuDropdownBox {
        transition: all .5s ease;
        max-height: 100vh;
    }

    .headerMenuDropdown2 ~ .headerMenuDropdownBox2 {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        left: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
        transition: all .5s ease;
        max-height: 100vh;
    }

    

    .headerMenuClose {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size:25px;
    }

    .headerBurgerBtn,
    .headerBurgerBtn:hover,
    .headerBurgerBtn:focus {
        display: inline-block;
        right: 20px;
        bottom: 25px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        color: #000000; 
    }

    .loginMenuIcon.fas, .loginMenuIcon.fas:hover, .loginMenuIcon.fas:focus {
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
    }

    .headerBurgerBtn i {
        font-size: 25px!important;
        line-height: 25px;
        padding: 0;
        color: #1b75bb;
    }

    .headerBurgerBtn i::before {
        font-weight: 600!important;
    }

    .headerBurgerBtn.active ~ .homepageHeader {
        top: 0;
    }

    .sidebarMenuWrapper {
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        transition: right .3s;
        z-index: 101;
        overflow-y: scroll;
        width: 250px;
    }

    .sidebarMenuWrapper.active{
        left: 0;
    }

    .homepageHeaderBlackBG {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,0.5);
        z-index: 99;
    }

    .headerBurgerBtn.active ~ .homepageHeaderBlackBG {
        display: block;
    }

   
    .mobileNone{
        display: none;
    }

    .mobileSidebar .dropdown-content:after, 
    .mobileSidebar .dropdown-content:before {
        display: none;
    }


    /* end of header.css - Ipad View */

    /* homepage.css - ipad view */
    .showDropdown.open {
        border-bottom: none;
        margin-bottom: 0;
    }

 

    .homepageHeaderMobile {
        display: block;
        background-color: #fff;
        padding: 10px 0px;
        /* position: relative; */
        border-bottom: 1px solid #E6E6E6;
        box-shadow: 0px 0px 10px #ddd;
    }

    .mobileSidebar.open {
        left: 0;
        transition: 0.3s ease;
        width: 40%;
    }

    .mobileSidebar{
        bottom: 0;
        top: 0;
        left: -80%;
        z-index: 100;
        position: fixed;
        height: 100%;
        background: white;
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        padding: 0 15px;
        overflow-y: auto;
    }

    .mobileSidebar.open ~ .transparentBG{
        display: block;
    }

    .transparentBG{
        background: rgba(0,0,0,0.7);
        top: 0;
        left: 0%;
        right: 0;
        position: fixed;
        z-index: 50;
        height: 100%;
        width: 100%;
        display: none;
    }

    .mobileSidebar .dropdown-content {
        position: relative;
        margin-top: 15px;
        background: var(--secondary-bg-color);
        display: none;
        box-shadow: none;
        top: 0;
        right: 0;
        width: 130px;
    }

    .closeSidebar{
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
    }

    .sidebar {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 40%;
        left: -100%;
        top: 0;
        border: 0;
        border-radius: 0;
        background-color: #fff;
        /*transition: all .5s ease;*/
        overflow-y: auto;
    }

    .sidebar.show {
        left: 0;
    }

    .greyBackdrop.show {
        display: block;
    }

    .bannerImg {
        height: 200px;
    }

    .cartPVDisplay {
        font-size: 22px;
    }

    .sec-2-container-img {
        height: 285px;
    }

    /* homepage.css - ipad view */
    .mobile-angle-back{
        display: unset;
    }
    .mobile-angle-back-css{
        display: unset;
    }
    .web-angle-back-css{
        display: none;
    }
    
    .web-angle-back{
        display: none !important;
    }
    
    .game-action-bg-div {
        background-size: contain;
        height: 67px;
    }

    .font-md-mobile {
        font-size: var(--md-text-size);
    }

    /* end of homepage css - ipad view */

     /* topup css - ipad */
     .select2-container {
        width: 100%!important;
    }
    /* end of topup css - ipad */

    /* terms css - ipad view */
    .section-policy__padding__xl {
        padding-inline: 20px;
    }
    /* end of tersm ipad view */

     /* information css - ipad view */
     .detail-image-description {
        width: 50%;
    }
    /* end of information css - ipad view */
}

/* Mobile View */
@media (max-width: 767px) {
    .contact-us-section {
        min-height: unset;
    }

    .men-pai-img2{
        width: 380px !important;
    }
    .font-xs-mobile{
        font-size: 12px !important;
    }
    .tab-content-men-pai-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .men-pai-img{
        width: 100%;
    }
    .sec-2-container {
        height: 206px;
        width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .line-divider {
        margin-left: 15px;
        height:114px;
        /* width: 100%; */
        border: 1px solid #956D1C;
        margin-right: 10px;
    }
    .sec-3-btn {
        width: 100%;
       
    }
    .game-intro-sec{
        padding: 0;
        padding-inline: 10px;
    }
    .sec-2-inner-container {
        border: 1px solid #956D1C;
    }
    .section-2-bg {
        padding-inline: 5%;
    }
    .homapega-character-img {
        max-width: 50px;
        max-height: 50px;
    }
    .font-md-mobile {
        font-size: var(--md-text-size);
    }
    .sec-2-inner-container-2 {
        gap: 10px;
        /* justify-content: space-between !important; */
        padding-left: 10px;
    }
    .border-line-mobile{
        border-right: 0;
        border-bottom: 2px solid #dadada;
        padding-bottom: 12px;
    }
    .mobile-address{
        gap: 20px;
        padding-top: 15px !important;
    }
    .tab-content-pd {
        min-height: 400px;
    }

    .game-action-bg-div {
        background-size: contain;
        height: 76px;
    }

    .sec-2-container-img {
        height: unset;
    }
    /* end of homepage css - mobile view */
  
    /* header.css - mobile view */
    .homepageHeader {
        width: 100%;
        position: fixed;
        top: 100%;
        left: 0;
        height: 100vh;
        background: unset;
        background-color: #fff;
        padding-top: 50px;
        overflow-y: auto;
        transition: all .5s ease;
    }

    /* topup css - mobile */
    .select2-container {
        width: 100%!important;
    }

    .content-text-short__width  {
        width: 100%;
    }
    /* end of topup css - mobile */

    /* terms css - mobile */
    .section-policy__padding__xl {
        padding-inline: 0px;
    }

    .policy-content-wrapper {
        padding: 20px;
    }
    /* end of terms css - mobile */

    /* payment status css - mobile */
    .payment-status-border {
        width: 100%;
    }

    .payment-status-div {
        width: 100%;
    }

    .payment-status-border__width_lg {
        width: 100%;
    }
    /* end of payment status css - mobile */

    /* view details css - mobile */
    .details-inner-div__mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    /* end of view details css - mobile */

    .payment-option-outer {
        display: none!important;
    }

    /* order status css - mobile  */
    .check-status-order-details {
        border-bottom: 2px solid #0000003b;
        border-right: unset;
        margin-bottom: 20px;
    }

    table.cartListing-table tbody#cartItemsBody > tr > td {
        padding: 5px 5px !important;
    }

    .addtoCartSection {
        padding-top: 0 !important;
    }

    .price-per-item span {
        text-wrap: wrap;
        word-break: break-all;
    }

    .price-per-item, .price-per-item span {
        text-align: right;
        font-size: 12px !important;
    }

    .orderStatus-deliveryFee, .order-status-total-price {
        padding-inline: 0 !important;
    }

    /* end of order status css - mobile  */

    /* information css - mobile */
    .detail-image-description {
        width: 100%;
    }
    /* end of information css - mobile */

}

@media (max-width: 576px) {
    .mobileSidebar {
        width: 80% !important;
    }
}


.image-container {
    height: 50px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Ensure subtitle text contrasts with the background */
    background-size: cover;
    background-position: center;
    padding: 20px;
}
