a, a:hover {
    text-decoration: none;
}
.des_matop{
    margin-top:100px;
}

.header_pc{
    z-index: 5;
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: var(--header-position-logo);
    padding: clamp(0px, 2vw, 20px);
    box-sizing: border-box;
    background-color: var(--header-bg-color);
    background-image: var(--header-bg-img);
    background-size: cover;
    background-position: center;
}

.navbtn {
    height: 45px;
    right: 10%;
    top: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    gap:5px;
}

.newmobbtn {
    background-color: var(--main-color);
    color: var(--login-btn-font-color);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2sease;
    font-family: 'Roboto', sans-serif;
}

.mjoinbtn {
    border: 1px solid var(--main-color);
    background-image: transparent;
    width: auto;
    padding: 0 5px;
    color: var(--main-color);
    cursor: pointer;
    border-radius: 8px;
    font-size: 13px;
    padding: 9px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', sans-serif;
}

.smallbar {
    position: fixed;
    z-index: 9;
    top: 65px;
    height: 40px;
    width: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}

.smallbarcontain {
    padding-left: 10%;
    display: flex;
    white-space: nowrap;
    gap: 20px;
}

.smallbaritemtext {
    font-size: 13px;
    color: var(--main-font-color);
    cursor: pointer;
    transition: all 0.3sease;
    padding-bottom: 15px;
    margin-top: 15px;
}

.small-new-button {
    font-size: 9px;
    padding: 3px 5px;
    border-radius: 3px;
    border: none;
    vertical-align: text-top;
    background: var(--main);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), inset 0px 0px 3px rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
}

.small-new-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(30deg);
    animation: shine 2s infinite;
}

@keyframes shine{
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.smallbarcurrenttime {
    position: absolute;
    right: 10%;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--smalltext);
    margin-top: 15px;
}

.smallbarlanguage .languagebox {
	padding-top:5px;
   text-align:left;
	position:absolute;
	
}

.language{
	position:absolute;
	background-color:#1A1A1A;
	z-index:99;
	padding-top:5px;
	margin-left:-50px;
	width:120px;
	border-radius:3px;
	text-align:right;
	display:none;
}

.languagesel{
	padding:5px 10px;
	color:white;
	font-size:12px;
}

.languagesel img{
	height:12px;
	padding-left:5px;
}

.slider-div_pc{
    display: flex;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    z-index: 0;
    position:absolute;
    top:45px;
}

.slider-div_pc img{
    width: 100%;
    height: auto;
    display: block;
}
.pc1{
    
}

.marqueen_pc {
    height: 45px;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: row;
    left: 0;
    width: 80%;
    margin-left: 10%;
    position: relative;
    margin-top: 85px;
    background-image: linear-gradient(to bottom, #ffffff, #e8e8ee);
    box-shadow: 0 4px 3px #d8d8d84a, 0px 1px 20px 1px #5a5a5a42;
    border: 2px solid #fff;
    border-radius: 26px;
    margin-bottom: 30px;
}

.marquee-div_pc{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: left;
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marqueeimg_pc img {
    height: 35px;
}
.marqueeimg_pc {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 15px;
}

.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    justify-content: space-between;
}

.bar_title_custom{
	transform: scaleX(-1);
}

.bar_title_img {
    width: 400px;
}
.text_game_title {
    font-size: 20px;
    line-height: 1.1;
    color: #425878;
    font-weight: 500;
    text-transform: uppercase;
	letter-spacing: -1px;
    padding:0 10px;
}


.des_margin{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.des_matop{
	margin-top:100px !important;
}

.widgetdesktop .widgetcontain {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}

.smallbaritemtext:hover{
	font-weight:bold;
}

.hovertop {
    margin-top: 40px;
    left: 0;
    right: 0;
    height: 0px;
    position: absolute;
    display: none;
    top: 0px;
    z-index: 999;
}

.hovertopcont {
    width: 100%;
    overflow: auto;
    display: flex;
    background-color: white;
    box-shadow: 0px 3px 7px -4px #ccc;
}

.hovertopcontbigbox {
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0;
    gap: 1%;
    white-space: wrap;
    justify-content: center;
}

.hovertopgamebox,
.hovertopgamebox2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.hovertopgamebox {
    width: calc(100% / 4 - 1%);
}

.hovertopgamebox2 {
    width: calc(100% / 4 - 1%);
}

.hovertopgamebox img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    position: relative;
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.4);
    border-radius: 21px;
}

.hovertopgamebox2 img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    position: relative;
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.4);
    border-radius: 21px;
}

#gcbrandname {
    font-size: 13px;
    color: var(--bfont);
}

@-webkit-keyframes falldown {
    0% { transform: translateY(-0px); opacity: 0; }
    30% { transform: translateY(50px); opacity: 1; }
    100% { transform: translateY(0px); opacity: 1; }
}


/*gamepage*/
.desk_banner img {
    margin-top:46px;
    width: 100%;
}

#desk_gamelistcont{
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}

.gamelistbox3{
    width: 32%;
    margin: 5px 0px;
}
.gamelistbox3 a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gamelistbox3 img{
    width:100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    position: relative;
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.4);
    border-radius: 21px;
}

.gamelistname {
    padding:5px 0px;
    font-size: 11px;
    color: var(--text-main);
}
.deskcstogame{
    display:none;
}
.deskcstogamebox {
    margin-left: 10%;
    margin-right: 10%;
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
    margin-top: -10px;
}
.deskcstogameact {
    display: block;
    animation-name: pop-in;
    animation-duration: .18s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out display: block;
}

.desk_loadgame{
    display: flex;
    flex-wrap: wrap;
    gap:2%
}

.st_slot{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
}

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

.cstogamesearchboxicon {
    position: absolute;
    top: 0.5px;
    right: 30px;
}

.cstogamesearchboxicon img {
    height: 16px;
}

.navbtn {
    height: 45px;
    right: 10%;
    top: 10px;
    position: absolute;
    display: flex;
    align-items: center;
}

.navbtn .usrbli img {
    margin-bottom: -10px;
    height: 32px;
    margin-left: 10px;
    border: 7.5px solid transparent;
}

.hbrpc{
    margin-top:7px;
}

/*pop screen*/
.loginscreen {
    position: fixed;
    top: -500px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 200ms;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5sease;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

.loginscreenact {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}