/* css reset
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: darkslateblue;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Countainer Start*/
*{
    box-sizing: border-box;
}
.container {
    margin: auto;
    width: 1100px;
}

.header {
    padding: 20px;
    text-align: center;
}

.header .judul {
    color: white;
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
}

.game-images {
    height: 400px;
    margin: auto;
    background-image: url(img/game.jpg);
    background-size: cover;
    background-position: 0px -90px;
    
    border-radius: 20px;
}

.hero-images {
    height: 400px;
    margin: auto;
    background-image: url(img/hero.jpg);
    background-size: cover;
    background-position: 0 0;
    border-radius: 20px;
}

.genshin-images {
    height: 400px;
    margin: auto;
    background-image: url(img/genshin.jpg);
    background-size: cover;
    background-position: 0 0;
    border-radius: 20px;
}

.pubgm-images {
    height: 400px;
    margin: auto;
    background-image: url(img/pubgm.jpg);
    background-size: cover;
    background-position: 0 0;
    border-radius: 20px;
}

/*content start*/
.content {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

/*user id*/
.content .id {
    margin: auto;
    background-color: #fff;
    border-radius: 20px;

}

.id h4 {
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.id .number {
    border: 4px solid #fff;
    color: #fff;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
    font-family: NotoSans-Bold, sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased !important;
    margin-top: -70px;
    margin-left: -520px;
}

.id .userid #user {
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 7px;
    margin-left: -670px;
    padding: 5px 5px 5px 4px;

}

.id .userid #zone {
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 7px;
    margin-right: -400px;
    padding: 5px 5px 5px 4px;
}

.id .userid p {
    color: black;
    font-size: 15px;
    font-style: italic;
    text-align: left;
    padding: 20px 20px 20px 20px;
}
/*user id*/

/*voucher*/
.content .voucher{
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;

}.voucher h4{
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 15px;
}
/*voucher*/

/*number 2*/
.voucher .number{
    border: 4px solid #fff;
    color: #fff;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
    font-family: NotoSans-Bold, sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased !important;
    margin-top: -70px;
    margin-left: -520px;
}
/*number 2*/

/*diamond-container*/

.voucher .diamond-container {
    width: 1100px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
}
.voucher .diamond-container .app-paper{
    background:transparent;
    max-width: 1100px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 12px -6px black;
    padding: 20px;
    position: relative;
    
}
.hidebx{
    display: none;
}
.voucher .diamond-container .app-paper form{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
}
.voucher .diamond-container .app-paper .lbl-radio{
    background-color: rgb(245, 250, 250);
    border-radius: 20px;
    text-align: center;
    box-shadow:0px 4px 12px -4px;
    padding: 20px;
    border: 1px solid white;
    cursor: pointer;
    transition: all 0.01s ease-in;
    margin-left: 50px;
    margin-right: 50px;
}    
.voucher .diamond-container .app-paper .display-box .dm{
    font-weight: 600px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;

}
.voucher .diamond-container .app-paper .display-box .price{
    font-size:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color:black;

}
.voucher .diamond-container .app-paper input[type=radio]:checked +.lbl-radio{
    border-color: blue;
    border: 2px solid blue;
}
/*payment*/
.content .payment{
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;

}.payment h4{
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 15px;
}
/*payment*/

/*number 3*/
.payment .number{
    border: 4px solid #fff;
    color: #fff;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
    font-family: NotoSans-Bold, sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased !important;
    margin-top: -70px;
    margin-left: -520px;
}
/*number 3*/

/*payment-container*/

.payment .payment-container {
    width: 1100px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
}
.payment .payment-container .payment-app{
background:transparent;
max-width: 1100px;
width: 100%;
border-radius: 5px;
box-shadow: 0px 5px 12px -6px black;
padding: 20px;
position: relative;
}
.payment-hidebx{
    display: none;
}

.payment .payment-container .payment-app form{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.payment .payment-container .payment-app .payment-lbl-radio{
    background-color: rgb(245, 250, 250);
    border-radius: 20px;
    text-align: center;
    box-shadow:0px 4px 12px -4px;
    padding: 20px;
    border: 1px solid white;
    cursor: pointer;
    transition: all 0.01s ease-in;
    margin-left: 50px;
    margin-right: 50px;
}    
.payment .payment-container .payment-app .payment-display-box .payment-method{
    font-weight: 600px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;

}
.payment .payment-container .payment-app input[type=radio]:checked +.payment-lbl-radio{
    border-color: rgb(226, 51, 20);
    border: 2px solid red;
}
/*Payment*/

/*email*/
.content .email{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
}
.email h4{
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 25px;
}
.email .number{
    border: 4px solid #fff;
    color: #fff;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
    font-family: NotoSans-Bold, sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased !important;
    margin-top: -70px;
    margin-left: -520px;

}
.email .e-mail #mail{
        background-color: #fff;
        font-size: 25px;
        text-align: center;
        border-radius: 7px;
        margin-left: -600px;
        padding: 5px 5px 5px 4px;
    
}
.content .button{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 50px;
}
.content .button .btn{
    text-decoration: none;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    background-color: blue;
    font-family: 'poppins' sans-serif;
    font-size: 20px;
    color: white;
    border-radius: 20px;
    border: 2px solid black;
}
/*email*/
/*diamond-container*/

.content .title-game h1{
    font-family:OTT-Bold,sans-serif;
    font-weight:bold;
    font-size: 2rem;
    line-height: 40px;
    padding:10px;
    margin-right:830px;
    margin-bottom:20px;
}
.content .list-container{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 15px;
}
.list-container .game-card{
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 4px black;
    border-radius: 10px;
    padding: 20px 10px 8px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
    line-height: 1.1em;
    text-decoration:none;
}
.list-container .game-card .game-img{
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;

}
.game-img img{
    margin-top:10px;
    border-radius:10px;
}
.list-container .game-card .caption{
    font-family:'poppins';
    color:black;
    margin-top:25px;
    margin-bottom:20px;
    font-weight:bold;
    font-size:20px;
    
}



