@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Teko:300,400,500");
*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@font-face{
	font-family: GFFLatinBold;
	src:url("../fonts/GFFLatinW05-Bold.d2bc101.woff");
}
@font-face{
	font-family: GFFLatinRegular;
	src:url("../fonts/GFFLatinW05-Regular.7b8bcd3.woff");
}
body {
  margin: 0;
  position: relative; /* Ensure proper positioning for the overlay */
}
.container {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	margin: 0px auto;
	max-width: 400px;
	height: auto;
}
.navbar {
	background: #000;
	width: 100%;
	height: 55px;
}
.navbar-logo {
	width: 130px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.navbar-right {
	width: auto;
	float: right;
}
.navbar-language {
	margin-top: 17px;
	margin-right: 100px;
}
.navbar-righ {
  margin-top: -17px;
  margin-left: 60px;
}
.navbar-shp {
  margin-top: -18px;
  margin-left: 30px;
}
.navbar-menu {
	margin-top: -20px;
	float: right;
}

#no-color {
  color: #fff;
}
#playerdiv {
    padding: 10px;
    border-radius: 2.5px;
    margin-left: 2.5%;
    margin-right: 2%;
    margin-top: 4%;
    color: #eea35b;
    background: #392f26;
    font-size: 16px;
    text-align: center;
}
.box {
	width: 95%;
    height: auto;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    position: relative;
    border-radius: 5px;
    display: block;
}
.golden-text {
    background: linear-gradient(45deg, #ffd700, #ffcc00);
    color: black;
    /* Darker shade for text */
    padding: 10px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.garena-text {
    background: linear-gradient(45deg, #ea5455, #ea5455);
    color: black;
    /* Darker shade for text */
    padding: 10px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.shining-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.item {
	background: rgb(106,106,106);
	background: radial-gradient(circle, rgba(106,106,106,1) 0%, rgba(53,53,53,1) 75%);
	width: 30%;
	height: 100px;
	margin: 3px;
	margin-bottom: 38px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
}
.item img {
	width: 100%;
    height: 100%;
}
.item button {
	background: #ffba00;
	width:100%;
	height:auto;
	margin-top: 1px;
	padding:4px;
	color:#000;
	font-size: 17px;
	font-family: Rajdhani, sans-serif;
	font-weight: 500;
	text-align:center;
	text-transform:uppercase;
	border:none;
	outline:none;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon( 0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 100%);
    clip-path: polygon( 0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 100%);
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, color-stop(-12.74%, rgba(110, 239, 255, .5)), color-stop(56.76%, rgba(106, 224, 255, .271)));
    background: linear-gradient(45deg, #ffd700, #ffcc00);
}
.item div {
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0px 0px;
}
.item div:first-child {
	margin-left: 0;
}
.footer {
     background: #131313;
     width: 100%;
     height: auto;
     padding: 15px;
}

.footer-copyright-icon {
     width: 55%;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 10px;
     display: block;
}

.footer-txt-copyright {
      color: #bdbdbd;
      font-size: 13px;
      font-family: Rajdhani, sans-Serif;
      text-align: center;
}
.popup {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
}
.popup-box-wrapper {
	background: no-repeat center center;
	background-size: 100% 110%;
	width: 390px;
	height: auto;
	margin: 50px auto;
	margin-top: 15%;
	color:#fff;
	font-family: GFFLatinRegular;
	text-align: center;
	border: 1px solid #5f5f5f;
	border-radius: 5px;
	position: relative;
}
.popup-header {
    background-color: #000000;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 40px;
    border-radius: 5px 5px 0px 0px;
}
.popup-header img {
    width: 120px;
    height: 20px;
    margin-top: 5px;
    margin-left: -5px;
    color: #fef5ea;
    float: left;
}
.popup-box-navbar {
	height: auto;
	padding: 10px;
}
.popup-box-navbar-title {
	color: #fff;
	font-size: 20px;
	font-family:GFFLatinRegular;
	text-align: center;
}
.popup-box-navbar1 {
  	background-color: #000000;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 40px;
    border-radius: 5px 5px 0px 0px;
}
.popup-box-navbar-title1 img {
    width: 120px;
    height: 20px;
    margin-top: 5px;
    margin-left: -5px;
    float: left;
}
.popup-box-navbar-title2 {
	color: #fff;
	font-size: 20px;
	font-family:GFFLatinRegular;
	text-align: center;
}
.popup-box-navbar2 {
  	background-color: #000000;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 40px;
    border-radius: 5px 5px 0px 0px;
}

.popup-box-navbar-title3 {
	color: #fff;
	font-size: 20px;
	font-family:GFFLatinRegular;
	text-align: center;
}
.popup-box-navbar3 {
  	background-color: #000000;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 40px;
    border-radius: 5px 5px 0px 0px;
}
.popup-box-navbar-title3 img {
    width: 120px;
    height: 20px;
    margin-top: 5px;
    margin-left: -5px;
    float: left;
}
.popup-box-bg1 {
   	background: #2f3136;
    background-size: 100% 100%;
    width: 100%;
    height: 140px;
}
.popup-box-bg2 {
   	background: #2f3136;
    background-size: 100% 100%;
    width: 100%;
    height: 180px;
}
.popup-box-bg3 {
   	background: #2f3136;
    background-size: 100% 100%;
    width: 100%;
    height: 160px;
}
.popup-box-bg4 {
   	background: #2f3136;
    background-size: 100% 100%;
    width: 100%;
    height: 270px;
}
.popup-box-bg2 button {
	background: #1778f2;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-left: 5px;
	color: #fff;
	font-size: 18px;
	font-family: GFFLatinRegular;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	outline: none;
	display: block;
}
.popup-box-bg1 button i {
	font-size: 23px;
	padding-left: 2px;
	float: left;
}
.popup-box-alert1 {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #b4b7be;
	font-weight: 250;
	font-family: Rajdhani, sans-Serif;
}
.popup-box-alert1 i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #b4b7be;
	font-size: 40px;
	text-align: center;
}
.popup-box-alert2 {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #b4b7be;
	font-weight: 250;
	font-family: Rajdhani, sans-Serif;
}
.popup-box-alert2 i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #b4b7be;
	font-size: 40px;
	text-align: center;
}
.popup-box-alert3 {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #b4b7be;
	font-weight: 250;
	font-family: Rajdhani, sans-Serif;
}
.popup-box-alert3 i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #b4b7be;
	font-size: 40px;
	text-align: center;
}
.popup-box-alert4 {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #b4b7be;
	font-weight: 250;
	font-family: Rajdhani, sans-Serif;
}
.popup-box-alert4 i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #b4b7be;
	font-size: 40px;
	text-align: center;
}
.popup-box-gamecon {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}
.popup-box-item {
	background: rgb(106,106,106);
	background: radial-gradient(circle, rgba(106,106,106,1) 0%, rgba(53,53,53,1) 75%);
	width: 23%;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #5f5f5f;
	border-radius: 5px;
	display: block;
}
.popup-box-item img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.popup-box-form {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.popup-box-form p {
	background: #1c1c1c;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 3px;
	color: #7f7f7f;
	font-size: 19px;
	font-family: Rajdhani, sans-Serif;
	text-align: center;
	display: none;
}
.popup-box-form input {
	background: #292829;
	width: 100%;
	height: auto;
	margin-bottom: 3px;
	padding: 4px;
	color: #A9A8A9;
	font-size: 17px;
	font-family: Rajdhani, sans-Serif;
	border: 1px solid #5f5f5f;
	border-radius: 5px;
	outline: none;
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form input::placeholder {
	color: #A9A8A9;
}
.popup-box-form select {
	background: #292829;
	width: 100%;
	height: auto;
	margin-bottom: 3px;
	padding: 3.7px;
	padding-left: 4px;
	color: #A9A8A9;
	font-size: 17px;
	font-family: GFFLatinRegular;
	border: 1px solid #5f5f5f;
	border-radius: 5px;
	outline: none;
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-footer {
  	background-color: #000000;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 0px;
    height: 43px;
    border-radius: 0px 0px 5px 5px;
}
.popup-box-footer button {
  background: #fed000;
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-left: 7px;
	padding: 6px 30px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	font-family: Rajdhani, sans-Serif;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 2px;
}
.popup-box-footer img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	display: block;
}
.popup-box-form-footer {
  background: #000;
	width: 100%;
	height: 40px;
	margin-top: -10px;
}
.popup-box-form-footer button {
	background: #ffba00;
	width: auto;
	height: auto;
	margin-top: 5px;
	padding: 6px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	font-size: 15px;
	font-family: Rajdhani, sans-Serif;
	text-align: center;
	border: none;
	border-radius: 5px;
	outline: none;
}
.popup-login {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
}
.popup-box-login-fb {
	background: #ECEFF6;
	max-width: 330px;
	height: auto;
	margin: 50px auto;
	margin-top: 1.9%;
	text-align: center;
	border-radius: 10px;
	position: relative;
}
.close-fb {
	background: #3b5998;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	position: absolute;
	display: block;
}
.close-fb i {
	padding-top: 3px;
}
::-webkit-scrollbar { 
    display: none;
    width: 0px;
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.itemShine figure {
	position: relative;
}
.itemShine figure::before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	width: 50%;
	height: 100%;
	top: 0;
	left: -75%;
	position: absolute;
	z-index: 2;
	content: '';
	display: block;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.itemShine figure::before {
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
		}
}
@keyframes shine {
	100% {
		left: 125%;
		}
}
@media only screen and (max-width:600px) {
    .container {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }
    .header {
        height: 500px;
    }
	.popup-box-wrapper {
        width: 350px;
        margin-top: 60%;
    }
    .popup-box-item {
        width: 25%;
        height: 85px;
    }
    .popup-box-footer img {
        width: 93%;
    }
    .popup-box-verification {
        margin-top: 20%;
    }
    .popup-box-login-fb {
        margin-top: 4%;
    }
}
.no-scroll {
    overflow: hidden;
}
