:root {
    --web-color1: #f5d977;
    --web-color2: #f9bb22;
    --web-color3: #b78316;
    --home-title1: #f9bb22;
    --header-btn: linear-gradient(180deg,#f1d176,#f9d997 28.13%,#c5922b);
    --header-btn2: linear-gradient(180deg,#a1520c,#d96b15 28.13%,#301102);
    --herder-btn-t: #1b1b1b;
    --herder-btn-t2: #f9d997;
    --background-webWinlist: #504c40;
    --secondary-gradient01: linear-gradient(270deg,#b58113,#f5d977 48.00%,#b78316);
    --down3box-bg: #171717;
    --breadtl: #757575;
    --breadbg: #171717;
    --popbg: #1a1a1a;
    --poph3: #bbb;
    --footer-text1: #FFF;
    --footer-a-text1: #9e9e9e;
    --footer-sitemap-bg: #171717;
}
img {
  /*display: block;
  margin: 50px auto;
  width: 600px;
  height: 400px;
  object-fit: cover;
  background: #eee;*/
  transition: opacity 0.5s;
}
img.lazy { opacity: 0;}
img:not(.lazy) { opacity: 1;}

#page::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hbg.webp") no-repeat center 29% / 100% auto;
  opacity: .6;
  z-index: -1;
}

/* ↓ bg-canvas =================== */
#background-canvas { position: fixed; top: 0; left: 0; z-index: -1; background: linear-gradient(to bottom, #0f0f0f, #000);}


/* ↓ lightbox Area =================== */
.lightbox-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.lightbox-overlay.visible {
    opacity: 1;
    pointer-events: auto;
}
.lightbox-content {
    background: var(--popbg);
    min-width: 600px;
    max-width: 800px;
    max-height: 90%;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.lightbox-content.s2{
    padding: 0;
    max-width: 85vw;
    overflow: auto;
}
.lightbox-overlay.visible .lightbox-content {
    transform: scale(1);
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    color: #dedede;
    cursor: pointer;
    z-index: 10000;
}
.close-btn:hover{ color: #FFF;}

/* ↓ login UI --- --- */
.lightbox-content .login-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 50px;
    gap: 50px;
    padding-bottom: 50px;
}
.lightbox-content .final-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.lightbox-content .form-group {
    margin-bottom: 30px;
}
.lightbox-content .box .form-group h4,
.news-title {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: left;
}
.lightbox-content .box .form-group h4 span{ position: relative; }
.lightbox-content .icon{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.lightbox-content .icon svg {
    fill: #aaa;
    display: block;
    width: 100%;
    height: 100%;
}
.lightbox-content svg:not(:root){ overflow: hidden; }
.lightbox-content .community-title,
.lightbox-content .scan-login h4{ color: #FFF; }
.lightbox-content .community-title{ margin: 0 0 20px !important;}
.lightbox-content .community-icon{ width: 50px; border-radius: 5px; }
.lightbox-content .form-group .input-group input {
    width: 100%;
    height: auto;
    padding: 0 0 0 10px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: rgba(255,255,255,.2);
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
}
.lightbox-content .checkbox-group label span {
    position: relative;
    display: inline-block;
    line-height: 25px;
}
.lightbox-content .forget-password,
.lightbox-content .return-login {
    margin-top: 15px;
    text-align: center;
}
.lightbox-content .divide-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    grid-gap: 10px;
    gap: 10px;
    color: #FFF;
}
.lightbox-content .divide-line h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    display: inline-block;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: 1px 0;
    box-shadow: 1px 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    opacity: .5;
}
.lightbox-content .scan-login{
    margin-top: 40px;
    text-align: center;
}

.lightbox-content .popup-bg{ position: relative; z-index: 9; }
.lightbox-content .box{ padding: 60px 10% 30px;}
.lightbox-content.s2 .box{ padding: 30px 10%}
.lightbox-content .title{
    margin-bottom: 20px;
    text-align: center;
}
.lightbox-content .title h1{ color:var(--home-title1);}

.lightbox-content .list{ }
.lightbox-content .list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.lightbox-content .list ul li {
    position: relative;
    margin-bottom: 30px;
}
.lightbox-content .list ul li::before {
    width: 2px;
    height: 150%;
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    background: var(--web-color2);
}
.lightbox-content .list ul li::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--web-color2);
    content: "";
    position: absolute;
    top: 10px;
    left: -19px;
}
.lightbox-content .list ul li .time {
    margin-left: 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bolder;
    font-style: italic;
    color: #fff;
}
.lightbox-content .list ul li .msg-content {
    padding: 15px;
    line-height: 25px;
    font-size: 13px;
    color: #bbb;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
}

.lightbox-content button {
    display: inline-block;
    padding: 0 55px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .3);
}
.lightbox-content .button button {
    margin-right: 20px;
    padding: 0 55px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: var(--web-color2);
    border: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    border-radius: 25px;
}
.lightbox-content .button button:hover{ background: var(--web-color3); }

.lightbox-content .qrcode{ cursor: pointer;}
.lightbox-content .qrcode h3{ color:var(--poph3); font-size:16px; }
.lightbox-content .qrcode .qrcode-link{ 
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: var(--white);
    border-radius: 20px;
    padding: 10px;
}

/* ↓ Header Area ==================== */
.colorlib-nav.headerArea{}

.top-login{
    width: auto;
    height: 85px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    z-index: 2;
}

.top-btn{
    display: flex;
    flex-direction: row;
}
.hd-btn{
    width: 110px;
    height: 37px;
    line-height: 37px;
    color: var(--herder-btn-t);
    text-align: center;
    background: var(--header-btn);
    border-radius: 10px;
    margin-left: 16px;
    cursor: pointer;
}
.hd-btn.s2{ width: 130px; text-align: left; padding: 0 10px; }
.hd-btn:hover{ 
    color: var(--herder-btn-t2);
    background: var(--header-btn2);
    border: 1px solid var(--herder-btn-t);
}
.hd-btn.s2 i{ border-left: 1px solid #333; font-size: 18px; margin-left: 8px; padding-left:3px; }
.hd-btn.s2:hover i{ border-left: 1px solid var(--herder-btn-t2); }


/*語系*/
.lang-switcher {
    position: relative;
    font-family: Arial;
    width: 150px;
}
.lgbox{ display: flex; flex-direction: row; }
.flagIMG{ width: 33px; height: 22px; border-radius: 20px; margin-right: 10px;}

.lang-switcher select {display: none;}
.select-selected { background: rgba(0,0,0,0); }
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 12px;
}
.select-items div,
.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  letter-spacing: 1px;
  background: rgba(0,0,0,.95);
}
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide { display: none;}
.select-items div:hover,
.same-as-selected { background-color: rgba(50, 50, 50, 1);}




.login-form { margin-right: 16px;}
.login-form .space #agree:after,
.login-form .space #rememberMe:after {
    position: absolute;
    top: 0;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #434343;
    background-color: var(--background-webBtn, #434343);
    color: #fff;
    display: inline-block;
    visibility: visible;
    font-size: 12px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #d8bd80;
    border: 1px solid var(--secondary-03, #d8bd80);
    text-align: center;
}
.login-form .space, .login-form .space a {
    color: #d8bd80;
    color: var(--secondary-03, #d8bd80);
}
.login-form .checkbox label { cursor: pointer;}
.login-form .form-group,
.login-form .form-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}
.login-before ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
    color: var(--common-text-text-90);
}
.login-before ul li .third-party-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    cursor: pointer;
    border-radius: 0 5px 5px 0 !important;
}





/* ↓ Marquee Area =================== */
.colorlib-intro.newsArea{ padding: 0; }
.news-wrapper {
    margin-top: 30px;
    color: #FFF;
    background: #73622f;
    border: 1px solid #a28649;
    border-radius: 100px;
    padding: 0 20px;
    unicode-bidi: isolate;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    height: 28px;
}
.marquee-lable{
    padding-right: 20px;
}
.marquee-content{
}

/* 外框 */
.ticker-container {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
}
.ticker-container:hover .ticker-track {
    animation-play-state: paused;
}

/* 可滾動容器 */
.ticker-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.ticker-content {
    display: flex;
}

.ticker-content span {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    text-shadow: 1px 1px 2px #a28649;
    margin-right: 20px;
}
.ticker-content span i{
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #e9b440;
}
.ticker-content span.title,
.ticker-content span.content{ margin-right: 5px; }
.ticker-content span.title::after{ content: ":"; padding-left:6px; }

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ↓ ManiGames Area =================== */
.colorlib-intro.mainGamesArea{ padding: 2em 0 0 0; }
.center-game-wrap{ magin-top: 18px; }
.combo-box {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: space-between;
}
.combo-box > div {
    position: relative;
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
}
.recommend-game-wrap/*推薦名單*/,
.win-list-wrap/*勝利名單*/{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.magic-image{
    width: 38.25%;
}

.recommend-game-title-wrap,
.win-list-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14.5px;
}

.recommend-game-title-icon,
.win-list-title-icon {
    width: 34px;
    margin-right: 18px;
}

.recommend-game-title,
.win-list-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--home-title1);
}

.recommend-game-item-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 17px;
    gap: 17px;
    height: 100%;
}
.recommend-game-item{
    position: relative;
    border-radius: 10px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 24px;
    overflow: hidden;
    height: 33.33%;
    background: var(--background-webWinlist);
}
.recommend-game-item:hover{
    background: var(--secondary-gradient01);
}
.fire-icon, .game-bg{
    position: absolute;
    top: 0;
}
.fire-icon{
    left: 0;
    width: 24px;
}
.recommend-game-item span{
    position: relative;
    z-index: 1;
    color: var(--white);
}
.recommend-game-item img{
    vertical-align: middle;
}
.game-bg {
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.winner-list {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.wl-outBG{
    position: relative;
    border-radius: 12px;
    background: #504c40;
    height: 80px;
    margin-bottom: 10px;
    opacity: .9;
    border: none;
}
.wl-outBG .item .thumb img.wsize{
    width: 100%;
    height: 80px;
    display: block;
    border: none;
}
.wl-outBG .item .thumb a.playnowBTN{ top: 14%; left: 35%; }
.wl-outBG .item .thumb.s2 a.playnowBTN{ top: 14%; left: 21%; }
.wl-outBG .item .thumb.s2 a.playnowBTN.sec{ top: 14%; left: 51%; }
.wl-img,.wl-aname,.wl-gname,.wl-money{
    position: absolute;
}

.wl-img{ top: 15%; left: 3%; }
.wl-img img{ width: 100px; height: 58px; }
.wl-aname{ top: 20%; left: 34%; font-size:11px;}
.wl-gname{ top: 50%; left: 34%; color:var(--web-color1);}
.wl-money{ top: 32%; right: 4%; font-size:17px; font-weight:600; color:var(--web-color2)}



.winner-list-box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vertical-carousel {
    height: 100px; /* 顯示一項 */
    overflow: hidden;
    position: relative;
}

.carousel-inner {
    display: flex;
    flex-direction: column;
    animation: scrollUp 6s linear infinite;
}

.carousel-item {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #eee;
    border-bottom: 1px solid #ccc;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    33% { transform: translateY(-100px); }
    66% { transform: translateY(-200px); }
    100% { transform: translateY(0); }
}

/* ↓ Middle Games Area ====================================== */
.colorlib-intro.MiddleGameArea{ padding: 3em 0 0 0; }
.MiddleGameArea{}
.bottom-game-wrap{}
.botttom-game-title-wrap{ display: flex; margin: 20px 0;}
.botttom-game-title-wrap .botttom-game-icon{}
.botttom-game-title-wrap .botttom-game-title{ font-size: 20px; font-weight: 700; color: var(--web-color2); padding-left: 10px; }

.item .thumb { position: relative;}
.item .thumb img { border-radius: 10px; width:100%; }
.item .thumb:hover .hover-effect { top: 0; opacity: 1;}
.item .thumb .hover-effect {
    background-color: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    transition: all .3s;
    border: 1px solid var(--web-color2);
}
.item .thumb .hover-effect .content {}
.item .thumb .hover-effect .content .top-left-gvalue,
.item .thumb .hover-effect .content .top-right-gbn,
.item .thumb .hover-effect .content .bottom-right-gh,
.item .thumb .hover-effect .content a.playnowBTN{
    position: absolute;
}
.item .thumb .hover-effect .content .top-left-gvalue {
    top: 0;
    left: 0; 
    padding-left: 32px;
    background: url("../images/game-icon.svg") 5px 8px no-repeat;
}
.item .thumb .hover-effect .content .top-right-gbn{
    top: 3px;
    right: 0;
    padding-right: 5px;
}
.item .thumb .hover-effect .content .top-right-gbn span{
    background: #858585;
    opacity: .85;
    border-radius: 3px;
    text-align: center;
    padding: 1px 5px;
}
.item .thumb .hover-effect .content .bottom-right-gh {
    bottom: 6px; 
    right: 6px;
    cursor: pointer;
    font-size: 20px;
}
.item .thumb .hover-effect .content .bottom-right-gh img{ width: 20px; height: 18px; }
.item .thumb .hover-effect .content button{ border: 0; background: transparent; }

.item .thumb .hover-effect .content button.bottom-right-gh.liked { color: red; }
a.playnowBTN {
    top: 28%;
    left: 32%;
    padding: 6px 16px;
    background: gold;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
    color: #333;
    text-decoration: none;
}
a.playnowBTN:hover{ background:var(--web-color1); }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-35px);
    text-indent: -99999px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    width: 40px;
    height: 40px;
    background: url("../images/navigate-active.svg") 50% 0 no-repeat !important;
    opacity: .85;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    transform: rotateY(180deg)
}
.owl-nav .owl-next {
    position: absolute;
    right: -50px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{ opacity: 1;}
.owl-hot{ position: relative; z-index: 5; }
.gname {
    margin-top: 6px;
    padding: 0 4px;
    color: #fff;
    color: var(--common-text-text-0);
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hotgameT{ font-weight: 600; }
.specialgames-items .hotgameT{ text-align: center; }

.hotgames-items { /*熱門遊戲*/
    
} 
.specialgames-items { /*特別遊戲*/

}

.newgames-items { /*新遊戲*/
    
}

.specialgames-items a.playnowBTN{ top: 35%; left:36%;}
.specialgames-areaL,
.newgames-area{ display: flex; flex-direction: row; flex-wrap: wrap; }
.specialgames-areaL a.playnowBTN{ top: 25%; left:25%; font-size: 10px;}
.newgames-area a.playnowBTN{ left:26%;}
.newgames-area .item{ width: 18%; margin: 0 10px 20px; }




/* ↓ Main Down3box：Register / Play / WIN =================== */
.colorlib-intro.Down3box{ padding: 3em 0 0 0; }
.index-introduction-item,
.index-introduction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.index-introduction-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 16px 5px;
    padding: 12px 20px;
    border-radius: 20px;
    background: var(--down3box-bg);
    opacity: .8;
    text-align: left;
    font-size: 12px;
}
.introduction-item-icon {
    height: 48px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.introduction-item-title{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--web-color2);
}

/* ↓ Main TwoAD  ============================================= */
.colorlib-intro.mobileGAMEsArea{ display: none;}

/* ↓ Main TwoAD  ============================================= */
.colorlib-intro.TwoAD{ padding: 4em 0 0 0; }
.external-link-wrapper .title-box{ display: none;}
.external-link-wrapper .external-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 40px;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.external-link-wrapper .external-link { border-radius: 20px;}

.external-link a img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    opacity: .85;
    padding: 2px;
}
.external-link a:hover img{ opacity: 1; }
.external-link img{ vertical-align: middle; margin-bottom: 20px;}

/* ↓ Web-Floating Area ======================================= */
.web-floating{
    position: fixed;
    top: 110px;
    right: 22px;
    z-index: 99999;
}
.index-link-wrap{  }
.index-link-wrap .index-link-item {
    background: url("../images/floating-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.index-link-item{
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    width: 58px;
    height: 58px;
}
.index-link-item:hover .index-link-qrcode {
    display: block;
    width: 150px;
    height: 150px;
}
.index-link-qrcode {
    display: none;
    position: absolute;
    top: -75%;
    right: 75px;
    z-index: 10;
    background: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.index-link-qrcode::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    box-sizing: border-box;
}
.index-link-qrcode img{
    width: 135px !important;
    height: 135px !important;
    display: block;
}

.index-link-item img{ width: 30px;}
.socail-link-a{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 58px;
}

/* ↓ ↓ Footer SITEMAP Area =============== */
.sitemap-wrapper{
    margin-top: 68px;
    background: var(--footer-sitemap-bg);
    opacity: .75;
}
footer .footer-top{
    padding: 28px 0;
    color: var(--footer-text1);
}
footer .footer-top .info {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footer-top .info > div .title {
    position: relative; 
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--footer-text1); 
}
footer .footer-top .info> div .nav{
    list-style: none;
    display: block;
}
footer .footer-top .info> div .nav li { margin-bottom: 10px; color: var(--footer-a-text1);}
footer .footer-top .info> div .nav li a {
    font-size: 12px;
    font-weight: 500;
    color: var(--footer-a-text1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
footer .footer-top .info> div .nav li a:hover { color: var(--footer-text1); }

/* ↓ ↓ Footer ALR Area =================== */
.license-wrapper{ padding: 40px;}
.ALRarea{ color: var(--white); letter-spacing: .5px;}
.ALRarea a{ color: var(--white); border-bottom:1px solid var(--web-color1);}
.ALRarea a:hover { color: var(--web-color1);}
.H-about{}
.H-gaminglicense{}
.H-responsiblegaming{}
span.pointT{ font-style:italic; :font-size: 18px; font-weight: 600; margin-right: 5px; margin-left: 5px;}
.gaminglicense-title{
    margin-bottom: 28px;
    font-size: 17px; 
    font-weight: bold;
    line-height: 20px;
}
.gaminglicense-title.secColumn{ margin-top: 40px; }
.gaminglicense-images,
.gaminglicense-flollowus{ display: flex; }
.gaminglicense-images{ gap: 28px; }
.gaminglicense-flollowus{ gap: 20px; }
.gaminglicense-images a img{ height: 50px;  }
.gaminglicense-images.pj img{ height: 38px;  }
.gaminglicense-flollowus a{ border-bottom:none; }
.gaminglicense-flollowus a img{ width: 30px; }
.gaminglicense-flollowus a:hover img{ 
    opacity: 0.75;
    filter:alpha(opacity=75); 
}


/* ↓ Footer GamesBrand Area =================== */
.gamesbrand-container{
    padding: 18px 0;
    border-top: 1px solid var(--breadtl);
    background: var(--breadbg);
}  
.gamesbrand-area{
    position: relative;
    padding: 0 35px;
    /*display: flex;
    flex-direction: row;
    animation: slideLeft 20s linear infinite;*/
}
@keyframes slideLeft {
  from{
    transform:  translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}
.gamesbrand{ display: inline-block; }

.gamesbrand img{
    width: 50px; margin-right: 24px;
}
@media (max-width: 768px) {
  .gamesbrand img{ width: 42px; margin-right: 8px;}
}
.slick-prev,.slick-next,.slick-dots button{ border: 0; background: rgba(255,255,255,0); color: #FFF; }
.slick-prev,.slick-next{
    position: absolute;
    text-indent: -99999px;
    top:15px;
}
.slick-prev{  left: 5px; background: url("../images/arrow-prev.svg") 50% 50% no-repeat;}
.slick-next{  right: 5px; background: url("../images/arrow-next.svg") 50% 50% no-repeat; }
.slick-dots{ list-style: none; margin: 0 auto; }
.slick-dots li{ display: inline-block; }
.slick-dots button{ width: 16px; height: 16px; margin-right: 1px; text-align: center; align-items: center; font-size:10px; color: var(--web-color1);}
.slick-dots button:hover{ color: var(--web-color2); }

/* ↓ Footer Copy Area =================== */
.copy span{ font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.copy span.partner{ display: block; }
.copy span.partner a{ color: var(--web-color2); }
.copy span.partner a:hover{ color: var(--web-color1); }
.copy span.designer{ display: none; }


/* -------------------------------------------
Responsive Style
------------------------------------------- */
@media (max-width: 1200px) {
    .featured-items .owl-nav .owl-next,
    .closed-contests .owl-nav .owl-next { right: -25px;}
    .featured-items .owl-nav .owl-prev,
    .closed-contests .owl-nav .owl-prev { left: -25px;}
    .featured-contests .item .hover-effect .content .info {display: none;}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .magic-image{ display: none;}
}
@media (max-width: 767px) {
    .colorlib-nav-toggle.colorlib-nav-white > i,
    .colorlib-nav-toggle.colorlib-nav-white > i::before,
    .colorlib-nav-toggle.colorlib-nav-white > i::after{ background: linear-gradient(45deg, rgba(247, 215, 141, 0.7), rgba(202, 154, 49, 0.7)); }
    .colorlib-nav-toggle{ top: 18px !important;  right: -15px !important;}
    
    .magic-image{ display: none;}
    .featured-items .owl-nav .owl-next,
    .closed-contests .owl-nav .owl-next { right: -10px !important;}
    .featured-items .owl-nav .owl-prev,
    .closed-contests .owl-nav .owl-prev { left: -10px !important;}
    .newgames-area .item{ width: 45%; margin: 0 5px 20px;}

    .headerArea .col-sm-4{ width: 35% !important; }
    .headerArea .col-sm-8{ width: 65% !important; }
    .colorlib-nav #jitava-logo img{ width: 150px;}
    .top-menu{ padding: 0 !important; }
    .top-login{ align-items: center !important; }
    .hd-btn{
        transform: scale(0.7);
        margin-left: -22px; 
    }
    .hd-btn.s2{ margin-left: 0;}
    .news-wrapper{ margin-top: 5px; }
    .marquee-lable{ width: 30px; font-size:0; line-height:0 }
    .select-selected,
    .mainGamesArea,
    .MiddleGameArea,
    .Down3box,
    .web-floating{ display: none; }

    .colorlib-intro.mobileGAMEsArea{
        display: block !important;
        padding: 1em 0 0 0;
    }
    .colorlib-intro.TwoAD{
        padding: 1em 0 0 0 !important;
    }
    footer{ margin-top: -50px !important; }
    .copy{ padding-bottom: 60px; }

    .mobileGAMEsArea .col-sm-12{ padding:0 !important; }
    

    .mmoverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 998;
    }
    .mmoverlay.active {
      display: block;
    }
    .MGmain {
      display: flex;
      height: calc(100vh - 250px);
    }

    .sidebar {
      width: 25%;
      background: transparent;
      display: flex;
      flex-direction: column;
      padding: 0.5rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; /* iOS 滑動順暢 */
      -ms-overflow-style: none; /* IE/Edge */
      scrollbar-width: none; /* Firefox */      
    }
    .sidebar::-webkit-scrollbar{
        display: none; /* Chrome/Safari */
    }

    .sidebar button {
      position: relative;
      min-height: 85px;
      background: transparent;
      border: none;
      color: #fff;
      text-align: left;
      padding: 0.75rem 0.5rem;
      font-size: 0.75rem;
      /*border-left: 4px solid transparent;*/
      text-align: center;
      margin-bottom: 12px;
    }
    .sidebar button:nth-child(1){ margin-top: -20px; }
    .sidebar button span{ font-size: 13px;}
    .sidebar button:nth-child(3) span{ font-size: 12px; }
    .sidebar button:nth-child(4) span{ font-size: 9px; }
    .sidebar button:nth-child(5) span,
    .sidebar button:nth-child(6) span{ font-size: 12px; }
    .sidebar button:nth-child(2) span,
    .sidebar button:nth-child(7) span,
    .sidebar button:nth-child(10) span{ font-size: 11px; }
    .sidebar button:nth-child(11) span{ font-size: 10px; }
    

    .active-border-icon{ display: none; }
    .game-sidebar-item-icon{
        filter: brightness(0) saturate(100%) invert(62%) sepia(5%) saturate(742%) hue-rotate(208deg) brightness(89%) contrast(78%);
    }

    .sidebar button.active {
      color: #ffda44;
      outline: none;
      box-shadow: none;
      /*border-left-color: #ffda44;
      background: #222;*/
    }
    .sidebar button.active .active-border-icon{
        display: block;
        width: 55px;
        height: 55px;
        background: url('../images/mb/mobile-gamesborder.webp') 0 0 / 100% 100% no-repeat;
        margin-left: 5px;
    }
    .sidebar button.active .game-sidebar-item-icon{
        filter: none;
        position: absolute;
        top: 12px;
        left: 12px;
    }
    .gradient-border{
        width: 78%;
        overflow-y: auto;
        background: #000;
        padding: 1rem 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding: 4px 4px 8px 4px;
        border: 1px double #ffd700;
        border-radius: 15px;
        background-clip: padding-box, border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: linear-gradient(45deg, rgba(247, 215, 141, 0.7), rgba(202, 154, 49, 0.7));
        margin-right: 5px;
    }
    .MGcontent-area {
        background: rgba(0,0,0,.2);
        height: 100vh;
        border-radius: 15px;
        padding: 5px 5px 10px 5px;
    }

    .game-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .game-card {
        background: rgba(26,26,26,.6);
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #333;
        position: relative;
    }
    .game-card .top-right-gbn,
    .game-card .bottom-right-gh{
        position: absolute;
    }
    .game-card .top-right-gbn{ /*GmaeBread Lable*/
        bottom: 32px; 
        left: 3px;
        padding-right: 5px;
    }
    .game-card .top-right-gbn span{
        display: none;
    }
    #game-content[data-category="mmOtherGames"] .game-card .top-right-gbn span{
        display: block;
        border-radius: 3px;
        text-align: center;
        padding: 1px 5px;
        background: rgba(0,0,0,.65);
    }
    .game-card .bottom-right-gh {
        top: -8px;
        right: 3px;
        cursor: pointer;
        font-size: 20px;
        content: url('../images/mb/collectHeart.svg') 0 0 no-repeat;
    }
    .game-card .bottom-right-gh img{ width: 20px; height: 18px; }




    .game-card img {
        width: 100%;
    }

    .game-title {
        font-size: 0.8rem;
        padding: 0.3rem;
        text-align: center;
    }

    /* 底部導航列 */
    .MGfooter a {
        text-align: center;
        font-size: 0.75rem;
        color: #fff;
        text-decoration: none;
        flex: 1;
    }

    .MGfooter a.active {
        color: #ffd700;
    }
    .MGfooter {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        background: #111;
        z-index: 999;
        padding: 12px 0 4px;
        min-height: 16vmin;
        background: linear-gradient(180deg, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 1));
        box-shadow: 0 0 1.3333333333vmin .5333333333vmin rgba(0, 0, 0, .3);
        border-top: 1px #333 solid;
    }

    .MGfooter button {
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        outline: none;
        box-shadow: none;
    }
    .MGfooter button img{
        display: block;
        margin: 0 auto;
        opacity: .6;
    }
    .MGfooter button:hover,
    .MGfooter button:active,
    .MGfooter button:focus{
        animation: floatUpDown 1s ease-in-out infinite;  
    }
    .MGfooter button:hover img{ opacity: 1; }
    .game-nev-item-icon{ width: 25px; height: 25px; }
    .game-nev-item-icon.home{
        width: 50px;
        height: 50px;
        margin-top: -25px;
        opacity: 1;
    }
    @keyframes floatUpDown {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }

    .updownAction {
      animation: floatUpDown 2s ease-in-out infinite;
    }
    .MGfooter button span{ font-size: 12px; color: #846a21; text-align: center;}
    .MGfooter button span:hover{ color:#f9bb22;}
    .MGfooter button.active span{ color:#f9bb22; }

    .MGfooter-game-menu {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: #1a0d00;
        color: white;
        padding: 20px 0;
        text-align: center;
        z-index: 998;
        transition: bottom 0.4s ease;
    }

    .MGfooter-game-menu.show {
      bottom: 60px;
    }

    .MGfooter-game-item {
      margin: 8px 0;
      opacity: 0;
      transform: translateY(30px);
      animation: rise 0.3s ease forwards;
    }

    .MGfooter-game-item:nth-child(1) { animation-delay: 0.05s; }
    .MGfooter-game-item:nth-child(2) { animation-delay: 0.1s; }
    .MGfooter-game-item:nth-child(3) { animation-delay: 0.15s; }
    .MGfooter-game-item:nth-child(4) { animation-delay: 0.2s; }

    @keyframes rise {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
}