@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:"all";
	src:url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/all.ttf");
}
body {
	background:url(../img/background.jpg) center / cover no-repeat;
	margin: 0;
	font-family: Teko, sans-serif;
}
.container {
	position: relative;
	margin: 0px auto;
	max-width: 400px;
	height: auto;
	border: 1px solid #000;
}
.navbar {
	background: #0C0C0C;
	width: 100%;
	height: 65px;
}
.navbar-logo {
	width: 59px;
	float: left;
	margin-top: 11px;
	margin-left: 11px;
}
.navbar-shop {
	width: 25px;
	margin-top: 19px;
	margin-right: 20px;
}
.navbar-language {
	width: 25px;
	margin-top: 19px;
	margin-right: 20px;
}
.navbar-menu {
	width: 20px;
	margin-top: 19px;
	margin-right: 5px;
}
.navbar-right {
	width: auto;
	float: right;
}
.navbar-download {
	background: #ffca13;
	width: 46px;
	height: 45px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 7px;
	float: right;
}
.navbar-download img {
	width: 20px;
	height: 21px;
	margin: 13px;
}
.header {
	background: url(../img/header.jpg) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 210px;
	text-align: center;
}
.header img {
	height: auto;
}
.header img:nth-child(1) {
	width: 10%;
	margin: 10px;
	float: right;
}
.header img:nth-child(2) {
	width: 45%;
	padding-top: 28%;
	transform: translate(-50%, 10%);
	left: 50%;
	position: absolute;
}
.header p {
	margin-top: 45%;
	padding-left: 10px;
	padding-right: 10px;
	color: #f0f3f4;
	font-size: 17px;
	font-family: "all";
	font-weight: bold;
	font-style: italic;
	text-shadow: -1px 0 #719095, -1px -1px #1becff, -1px 1px #dd24ff;
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
}
.box-content {
	background: url(../img/box-content.jpg) no-repeat center center;
	background-size: 100% 100%;
    width: 100%;
    height: auto;
}
.box-reward {
	background: url(../img/box-reward.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	padding: 10px;
}
.box-footer {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.box-footer-notification {
	background: url(../img/box-footer-notification.png) no-repeat center center;
	background-size: 100% 100%;
	width: 70%;
	height: auto;
	margin-top: 20px;
	padding: 3px;
	color: #fff;
	font-size: 15px;
	font-family: "all";
	text-align: center;
	left: 50%;
	bottom: 595px;
	transform: translate(-50%, -50%);
	position: absolute;
}
.item {
	width: 30%;
	height: 90px;
	margin: 3px;
	margin-bottom: 38px;
	display: inline-block;
}
.item .item-nominal {
	padding-right: 5px;
	color: #fff;
	font-size: 22px;
	font-family: "all";
	text-align: right;
	position: absolute;
	bottom: -63px;
}
.item img {
	width: 100%;
    height: 100%;
}
.item button {
	background:url(../img/btn-item.png) no-repeat center center;
	background-size:105% 100%;
	width:100%;
	height:auto;
	padding:2px;
	color:#fff;
	font-size:19px;
	font-family: Teko, sans-serif;
	text-align:center;
	border:none;
	border-top:none;
	outline:none;
}
.item img, .item button {
	border: 1px solid #b6d4f7;
}
.item div {
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0px 0px;
}
.item div:first-child {
	margin-left: 0;
}
.footer {
	background: #19191b url(https://i.postimg.cc/DZYQm0Gm/footer-bg.jpg) top center / 100% no-repeat;
	background-position-y: calc(20 / 640 * 100vw);
	width: 100%;
	height: auto;
	padding: 15px;
}
.footer-txt-join {
	margin-bottom: 10px;
	color: #ffbe21;
	font-size: 32px;
	font-family: "all";
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.footer-socmed-box {
	background: url(https://www.pubgmobile.com/en/images/footer_link_bg.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 3px;
}
.footer-socmed-box:hover {
	background: url(https://www.pubgmobile.com/en/images/footer_link_bg_on.png) no-repeat center center;
	background-size: 100% 100%;
	transition: 1s;
}
.footer-socmed-img-main {
	width: 30px;
	height: 30px;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.footer-socmed-img-other {
	width: 35px;
	height: 26px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 11px;
	float: left;
}
.footer-socmed-box p {
	margin-top: 11px;
	color: #fff;
	font-size: 22px;
	font-family: "all";
	text-align: left;
	text-transform: uppercase;
}
.footer-socmed-box button {
	background: #ffbe21;
	width: 30%;
	height: auto;
	margin-top: 9px;
	margin-right: 15px;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-family: "all";
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	outline: none;
	float: right;
}
.footer-copyright-icon {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.footer-txt-copyright {
	padding-top: 1px;
	padding-bottom: 5px;
	color: #bdbdbd;
	font-size: 12px;
	font-family: arial, 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-bg-rewards-wrapper {
    width: 398px;
    height: auto;
    margin: 50px auto;
    margin-top: 15%;
    color: #fff;
    font-family: "all";
    text-align: center;
    position: relative;
}
.popup-box-bg-rewards-wrapper button {
    width: auto;
    height: auto;
    margin-top: 15px;
    padding: 5px;
    padding-left: 35px;
    padding-right: 35px;
    color: #000;
    font-size: 18px;
    font-family: "all";
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
}
.popup-box-bg-rewards-wrapper button:nth-child(3) {
	background: url(../img/assets/btn-off.png) no-repeat center;
    background-size: 100% 100%;
	margin-right: 20px;
}
.popup-box-bg-rewards-wrapper button:nth-child(4) {
	background: url(../img/assets/btn-on.png) no-repeat center;
    background-size: 100% 100%;
	margin-left: 20px;
}
.popup-box-bg-rewards-navbar {
    background: url(../img/assets/popup-box-navbar-rewards.png) no-repeat center center;
    background-size: 100% 100%;
    height: 50px;
}
.popup-box-bg-rewards {
    background: url(../img/assets/popup-box-bg-rewards.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}
.popup-box-bg-rewards span {
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-family: "all";
    text-align: center;
}
.popup-box-bg-rewards-item {
    width: 20%;
    height: 72px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    display: block;
}
.popup-box-bg-rewards-item img {
    width: 100%;
    height: 100%;
}
.popup-box-bg-rewards-item span {
    color: #fff;
    font-size: 20px;
    font-family: Teko, sans-serif;
    text-align: right;
    position: absolute;
    left: 0px;
    right: 4px;
    bottom: -5px;
}
.popup-box-bg-rewards-item-name {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-family: "all";
    text-align: center;
}
.popup-box-bg-login-wrapper {
    width: 398px;
    height: auto;
    margin: 50px auto;
    margin-top: 15%;
    color: #fff;
    font-family: "all";
    text-align: center;
    position: relative;
}
.popup-box-bg-login {
    background: url(../img/assets/popup-box-bg-login.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 210px;
    padding-top: 50px;
}
.popup-box-bg-login-gamecon {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}
.popup-box-bg-login-footer {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popup-box-bg-login button {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 5px;
    font-size: 18px;
    font-family: "all";
    border: none;
    border-radius: 2px;
    outline: none;
    display: inline-block;
}
.popup-box-bg-login button:nth-child(2) {
    background: #188A94;
    color: #fff;
}
.popup-box-bg-login button:nth-child(3) {
    background: #3e67b3;
    color: #fff;
}
.popup-box-bg-login button:nth-child(4) {
    background: #E3B448;
    color: #000;
}
.popup-box-bg-login button img {
    width: 19px;
    padding-top: 1px;
    float: left;
}
.popup-box-bg-login button i {
    font-size: 23px;
    padding-left: 2px;
    float: left;
}
.popup-box-bg-login-loader {
    background: rgba(85, 85, 85, 0.5);
    width: 97%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    display: block;
}
.popup-box-bg-login-loader-content {
    background: #fff;
    width: 0;
    height: 100%;
}
.popup-box-bg-login-loader-content-txt {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    font-family: "all";
    text-align: left;
    text-shadow: 1px 1px #000;
}
.popup-box-bg-login-processing {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popup-box-bg-login-processing-txt {
    color: #fff;
    font-size: 15px;
    font-family: "all";
    text-align: center;
    text-shadow: 1px 1px #000;
}
.popup-box-bg-basic-wrapper {
    width: 390px;
    height: auto;
    position: relative;
    margin: 50px auto;
    margin-top: 15%;
    text-align: center;
    font-family: "all";
    color: #fff;
}
.popup-box-bg-basic-navbar {
    background: url(../img/assets/popup-box-navbar-basic.png) no-repeat center center;
    background-size: 100% 100%;
    height: auto;
    padding: 10px;
}
.popup-box-bg-basic-navbar span {
    color: #fff;
    font-size: 22px;
    font-family: "all";
    text-align: center;
}
.popup-box-bg-basic-content {
    background: url(../img/assets/popup-box-content-basic.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    margin-top: -10px;
}
.popup-box-bg-basic-content span {
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 5px;
    color: #a4a4a4;
    font-size: 19px;
    font-family: "all";
    text-align: center;
    display: block;
}
.popup-box-bg-basic-content span i {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #a4a4a4;
    font-size: 40px;
    text-align: center;
}
.popup-box-bg-basic-content-form {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popup-box-bg-basic-content-form p {
    background: #1c1c1c;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 3px;
    color: #7f7f7f;
    font-size: 19px;
    font-family: "all";
    font-weight: 600;
    text-align: center;
    display: none;
}
.popup-box-bg-basic-content-form input {
    background: #292829;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding: 4px;
    color: #A9A8A9;
    font-size: 17px;
    font-family: "all";
    border: 2px solid #A9A8A9;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-bg-basic-content-form input::placeholder {
    color: #A9A8A9;
}
.popup-box-bg-basic-content-form select {
    background: #292829;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding: 3.7px;
    padding-left: 4px;
    color: #A9A8A9;
    font-size: 17px;
    font-family: "all";
    border: 2px solid #A9A8A9;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-bg-basic-content-footer {
    background: url(../img/assets/popup-box-footer-basic.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    margin-top: -17px;
}
.popup-box-bg-basic-content-footer button {
    background: url(../img/assets/btn-on.png) no-repeat center;
    background-size: 100% 100%;
    width: auto;
    height: auto;
    margin-top: 5px;
    padding: 6px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
    font-size: 18px;
    font-family: "all";
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
}
.popup-login {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup-box-login-fb {
    background: #ECEFF6;
    max-width: 330px;
    height: auto;
    position: relative;
    margin: 50px auto;
    margin-top: 1.9%;
    text-align: center;
    border-radius: 10px;
}
.popup-box-login-twitter {
    background: #fff;
    max-width: 330px;
    height: auto;
    position: relative;
    margin: 50px auto;
    margin-top: 10%;
    border-radius: 10px;
}
.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;
}
.close-other {
    background: #fff;
    width: 25px;
    height: 25px;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    position: absolute;
    z-index: 9999999;
    display: block;
}
.close-other i {
    color: #20px;
    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;
    }
    .item {
        height: 85px;
    }
    .item .item-nominal {
        padding-right: 5px;
        font-size: 19px;
        bottom: -60px;
    }
    .footer {
        background-position-y: calc(180 / 1900 * 85vw);
    }
    .popup-box-bg-basic-wrapper {
        width: 350px;
        margin-top: 60%;
    }
    .popup-box-bg-rewards-wrapper {
        width: 100%;
        margin-top: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .popup-box-bg-login-wrapper {
        width: 100%;
        margin-top: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
	.popup-box-bg-login-loader {
		margin-top: 35%;
	}
    .popup-box-verification {
        margin-top: 20%;
    }
    .popup-box-login-fb {
        margin-top: 4%;
    }
    .popup-box-login-twitter {
        margin-top: 25%;
    }
}