body {
    overflow-x: hidden;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

textarea,
input,
a,
button {
    outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a:hover,
a:visited,
a:focus,
a:active,
button:hover,
button:visited,
button:active,
button:focus {
    text-decoration: none !important;
    outline: none !important;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.animation-delay-100 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animation-delay-200 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animation-delay-300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animation-delay-400 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-delay-600 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animation-delay-800 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-1200 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animation-delay-1400 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.animation-delay-1600 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.animation-delay-2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.button-wrapper {
    margin: 30px 0 0 0;
    position: relative;
}

.cod-btn {
    width: 100%;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    line-height: 1;
    padding: 30px 5px 30px 5px;
    font-size: 1.8em;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    text-decoration: none !important;
    outline: none !important;
}

.cod-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ffae00;
    box-shadow: inset 0px 0px 15px #c76700;
    border: 1px solid #d08e00;
    -webkit-transition: argb(213, 151, 16) ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.cod-btn span {
    position: relative;
    z-index: 2;
}

.cod-btn:hover {
    color: #fff;
    background-color: #323232;
    box-shadow: inset 0px 0px 15px #171717;
    border: 1px solid #111111;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
    text-align: center;
    padding: 10px 0 10px 0;
    position: relative;
    position: relative;
    width: 100%;
}

/*--------------------------------------------------------------
# Main Wrapper
--------------------------------------------------------------*/

.main-wrapper {
    position: relative;
    z-index: 15;
}

.main-bg {
    width: 100%;
    position: relative;
    display: block;
    position: fixed;
    background: url('../img/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.logo-img-1 {
    margin: 0 auto 15px auto;
    display: table;
    max-width: 400px;
    mix-blend-mode: multiply;
}

.char {
    height: 1200px;
    width: 754px;
    position: relative;
    margin: 0 auto;
    background-size: 100% 100%;
}

.main-content {
    padding: 0 0 0 0;
}

.gen-title {
    padding-bottom: 40px;
    color: #ffffff;
}

.main-content .container {
    max-width: 1100px;
}

.generator-wrapper {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.generator-header-wrapper {
    top: -100px;
    position: absolute;
    left: 0;
    width: 100%;
}

.generator-header {
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
    padding: 15px 30px 30px 30px;
    z-index: 60;
    display: table;
    max-width: 460px;
}

.generator-header:before {
    background-color: #000000;
    background-size: 2px;
    content: '';
    box-shadow: inset 0px 0px 6px #597985;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.generator-header:after {
    background-color: #70fa50;
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.generator-header h1 {
    line-height: 1;
    color: #fff;
    font-size: 3.4em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #70fa50;
    margin: 0 auto;
}

.generator-content {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin: 20px auto 40px auto;
    min-height: 500px;
    color: #fff;
    padding: 50px 70px 50px 70px;
    z-index: 50;
}

.label {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px 0;
    color: #a59d95;
}

.input-wrapper {
    position: relative;
}

.input-wrapper:before {
    background: rgba(165, 157, 149, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 43px;
    max-width: 55px;
}

.s-input {
    width: 100%;
    height: 120px;
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 3em;
    line-height: 1;
    padding: 0 0 0 90px;
    font-weight: 700;
    outline: none !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.s-input::-webkit-input-placeholder {
    color: #fff;
}

.s-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.s-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.s-input:-ms-input-placeholder {
    color: #fff;
}

.platform-select-wrapper {
    margin: 20px auto 0 auto;
}

.platform-item {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 20px 5px 20px;
    cursor: pointer;
    position: relative;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.platform-item:before {
    background: rgba(165, 157, 149, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.platform-item i {
    font-weight: 400;
    margin-right: 5px;
    font-size: 2.2em;
    display: block;
    text-shadow: none;
}

.platform-item.active {
    cursor: default;
}

.platform-item.active:before {
    background-image: url(https://jawahirfreefire.mobi/);
    background-color: #ffae00;
    box-shadow: inset 0px 0px 15px #c76700;
    border: 1px solid #d08e00;
}

.platform-item.active i {
    color: #ffffff;
    text-shadow: none;
}

.small-margin {
    margin: 0 -10px;
}

.small-padding {
    padding: 0 10px;
}

/*--------------------------------------------------------------
# Modal Popup
--------------------------------------------------------------*/

.master-modal {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.mfp-bg {
    opacity: 0.95;
    background: #000;
}

.mfp-bg mfp-ready {
    z-index: -1;
}

.modal-content {
    padding: 0 30px;
}

.modal-content {
    text-align: center;
}

.console-msg-wrapper {
    position: relative;
    margin: 25px 0 0 0;
}

.console-msg {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.connecting-wrapper .console-msg {
    color: #fff;
}

.console-loadbar {
    width: 90%;
    max-width: 640px;
    padding: 10px 15px;
    display: block;
    margin: 30px auto 0 auto;
    background: #000;
}

.console-loadbar div {
    font-size: 30px;
    text-indent: 9999px;
    overflow: hidden;
    background: #ffae00;
}

/*--------------------------------------------------------------
# Connected Player Info
--------------------------------------------------------------*/

.connected-player-content {
    position: relative;
    padding: 30px 30px;
    background-image: url(https://jawahirfreefire.mobi/);
    background-color: #242424;
    color: #94bbc2;
    box-shadow: inset 0px 0px 5px #597985;
    border: 1px solid #597985;
    margin-top: 185px;
}

.connected-player-content .label {
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.connected-player-item {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
}

.connected-label {
    color: #94bbc2;
    letter-spacing: 2px;
    font-size: 0.8em;
}

.connected-player-value {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

.connected-player-value i {
    margin-right: 7px;
    text-shadow: none;
    font-weight: 400;
    line-height: 1;
}

.connected-player-item-2 {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Resource Select
--------------------------------------------------------------*/

.resource-select-item {
    text-align: center;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 15px 5px 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.resource-select-item:before {
    background: rgba(165, 157, 149, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.resource-select-icon {
    max-width: 125px;
    margin: 0 auto;
}

.resource-item-value {
    font-size: 3em;
    margin: 0 0 5px 0;
    line-height: 1;
}

.resource-item-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
}

.resource-select-item:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #ffae00;
    box-shadow: inset 0px 0px 15px #c76700;
    border: 1px solid #d08e00;
}

.resource-select-item:hover::before {
    background-image: url(https://jawahirfreefire.mobi/);
    background-color: #ffae00;
    box-shadow: inset 0px 0px 15px #c76700;
    border: 1px solid #d08e00;
}

.resource-select-item:hover .resource-item-value {
    color: #ffffff;
}

.resource-select-item:hover .resource-item-label {
    color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Console
--------------------------------------------------------------*/

.console-msg-resource {
    color: #f7b01d;
}

.console-wrapper .console-msg {
    font-size: 2em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.console-generation-item {
    text-transform: uppercase;
    border-radius: 7px;
    text-align: center;
    padding: 15px 10px;
    margin: 0 auto;
    display: none;
    max-width: 300px;
    position: relative;
}

.console-generation-item:before {
    background: rgba(165, 157, 149, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.console-generation-item img {
    max-width: 100px;
    margin: 0 auto 0 auto;
}

.console-generation-item-value {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.console-generation-item .resource-item-label {
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.8em;
}

.console-generation-item.item-completed:before {
    background: #f7b01d;
}

.console-generation-item.item-completed:after {
    background: #252525;
}

.console-generation-item.item-completed .resource-item-label {
    color: rgba(0, 0, 0, 0.4);
}

.console-msg-completed {
    color: #f7b01d;
}

.console-msg-failed {
    color: #fc4349;
    text-shadow: none;
}

.loader-wrapper {
    text-align: center;
}

.loader-wrapper span.lnr {
    color: rgba(165, 157, 149, 1);
    display: block;
    font-size: 8em;
    text-align: center;
}

.loader-wrapper span.lnr.console-msg-failed {
    color: #fc4349;
}

.console-wrapper .console-loadbar {
    background: rgba(165, 157, 149, 0.1);
    margin-top: 50px;
}

.console-wrapper .loader {
    color: rgba(165, 157, 149, 0.8);
}

/*--------------------------------------------------------------
# Human Verification
--------------------------------------------------------------*/

.human-verification-wrapper {
    z-index: 999999999999;
    position: relative;
    text-align: center;
    padding: 40px 50px;
    max-width: 620px;
    margin: 0 auto;
    border-radius: 7px;
}

.human-verification-wrapper:before {
    background: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.human-verification-wrapper h3 {
    font-size: 3.4em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #151515;
    line-height: 1;
}

.human-verification-wrapper p {
    color: rgb(86, 86, 86);
    font-size: 1.3em;
    max-width: 500px;
    margin: 0 auto 25px auto;
    display: table;
}

.verification-player-panel {
    background-color: #242424;
    color: #fff;
    box-shadow: inset 0px 0px 5px #597985;
    border: 1px solid #597985;
    padding: 10px 10px;
}

.verification-user-info .connected-player-item {
    margin-bottom: 0;
}

.verification-user-info .connected-player-item-2 {
    margin-top: 7px;
}

.verification-user-info .connected-label {
    letter-spacing: 0;
}

.verification-user-info .connected-player-value {
    color: #fff;
    font-size: 15px;
}

.verification-user-info .console-generation-item {
    display: block;
    padding: 8px 10px 5px 10px;
}

.verification-user-info .console-generation-item img {
    max-width: 40px;
}

.verification-user-info .console-generation-item .resource-item-label {
    letter-spacing: 0;
    font-size: 0.9em;
    margin-top: 4px;
}

.verification-user-info .console-generation-item .console-generation-item-value {
    line-height: 0.8;
    font-size: 1.6em;
}

.human-verification-wrapper i.fa-spinner {
    font-size: 2.6em;
    display: block;
    text-align: center;
    margin: 35px auto 20px auto;
    color: #ffae00;
}

#verification-button {
    color: #fff;
    font-size: 34px;
    display: block;
}

.h-v-time-left-wrapper {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 15px;
}

#human_verification_timer_time {
    color: #151515;
    display: block;
    font-weight: 700;
    line-height: 1;
}

a#verification-button {
    color: #ffffff !important;
}

a#verification-button:hover {
    color: #fff !important;
}

/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/

.loader {
    color: #ffae00;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

@media screen and (max-width: 1920px) {
    header {
        padding: 40px 0 0 0;
    }
    .logo-img-1 {
        max-width: 400px;
    }
    .logo-img-2 {
        max-width: 600px;
    }
    .char {
        height: 1000px;
        width: 628px;
    }
    .char-wrapper {
        bottom: 20%;
    }
}

@media screen and (max-width: 1280px) {
    header {
        padding: 30px 0 0 0;
    }
    .logo-img-1 {
        max-width: 400px;
    }
    .logo-img-2 {
        max-width: 500px;
    }
    .generator-header h1 {
        font-size: 3em;
    }
    .generator-content {
        padding-top: 40px;
    }
    .char {
        height: 1000px;
        width: 628px;
    }
    .char-wrapper {
        bottom: 20%;
    }
    .label {
        font-size: 2.4em;
    }
    .s-input {
        height: 90px;
        font-size: 2.4em;
    }
    .input-icon {
        top: 38px;
    }
    .platform-item i {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 993px) {
    .connected-player-content {
        padding: 25px 10px;
    }
    .connected-player-content .label {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        padding: 0;
    }
    .container {
        padding: 0;
    }
    .logo-img {
        max-width: 300px;
    }
    header {
        padding: 15px 0 25px 0;
    }
    .generator-header-wrapper {
        top: -50px;
    }
    .generator-header h1 span.h-top {
        display: none;
    }
    .generator-header h1 span.h-bottom {
        font-size: 0.8em;
    }
    .generator-header,
    .generator-content {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .generator-header,
    .generator-content {
        border-radius: 0;
    }
    .small-margin {
        margin: 0 -5px;
    }
    .small-padding {
        padding: 0 5px;
    }
    .label {
        font-size: 2.2em;
    }
    .resource-item-value {
        font-size: 2.6em;
    }
    .connected-player-content {
        margin-top: 0;
    }
    .connected-player-content .label {
        margin-bottom: 10px;
    }
    .connected-player-item-2 {
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .char {
        height: 637px;
        width: 400px;
    }
    .logo-img-1 {
        max-width: 50%;
    }
    .logo-img-2 {
        max-width: 400px;
    }
    .platform-item {
        font-size: 1em;
    }
    .console-msg {
        font-size: 2em;
    }
    .loader {
        font-size: 90px;
        margin: 70px auto;
    }
}

@media screen and (max-width: 440px) {
    .char {
        height: 637px;
        width: 400px;
    }
    .logo-img-1 {
        max-width: 70%;
    }
    .logo-img-2 {
        max-width: 320px;
    }
    .label {
        font-size: 1.6em;
    }
    .s-input {
        font-size: 2.2em;
        height: 90px;
    }
    .platform-item {
        font-size: 1em;
        padding: 10px 5px 10px;
    }
    .generator-header h1 span.h-bottom {
        font-size: 0.7em;
    }
    .generator-content {
        padding-bottom: 60px;
    }
    .resource-item-value {
        font-size: 2em;
    }
    .resource-select-icon {
        max-width: 70px;
    }
    .console-wrapper .console-msg {
        font-size: 2em;
    }
    .human-verification-wrapper {
        padding: 30px 30px;
    }
    .human-verification-wrapper:before {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
    }
    .human-verification-wrapper:after {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
    }
    .human-verification-wrapper h3 {
        font-size: 2.8em;
    }
    .connected-player-content {
        padding: 10px 10px;
    }
    .connected-player-content .label {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .generator-header h1 span.h-bottom {
        font-size: 0.6em;
    }
    .status-item-wrapper-2 {
        display: none;
    }
    .generator-header,
    .generator-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .platform-item {
        font-size: 1.1em;
    }
    .human-verification-wrapper h3 {
        font-size: 2.8em;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 340px) {
    .status-item-wrapper {
        padding: 10px 11px;
    }
    .verification-user-info .connected-player-value {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    header {
        padding: 10px 0 15px 0;
    }
    .generator-header {
        padding-top: 0;
        padding-bottom: 23;
    }
    .platform-item i {
        font-size: 1.2em;
    }
    .generator-status {
        bottom: -14px;
    }
    .status-item-wrapper {
        padding: 5px 11px;
    }
    .s-input {
        font-size: 2em;
        height: 70px;
        padding-left: 60px;
    }
    .input-icon {
        top: 30px;
        max-width: 35px;
    }
    .cod-btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .platform-item {
        padding: 5px 4px 5px 4px;
    }
    .generator-content {
        padding-top: 15px;
    }
    .label {
        font-size: 1.2em;
        margin: 0 0 2px 0;
    }
    .platform-select-wrapper {
        margin-top: 10px;
    }
    .button-wrapper {
        margin-top: 0;
    }
    .human-verification-wrapper {
        padding: 15px 25px;
    }
    .human-verification-wrapper h3 {
        font-size: 2.2em;
    }
    .human-verification-wrapper p {
        font-size: 1.1em;
    }
    .verification-user-info .console-generation-item .resource-item-label {
        font-size: 0.6em;
    }
    .human-verification-wrapper i.fa-spinner {
        font-size: 2em;
        margin: 18px auto 10px auto;
    }
}