/* ============================= */
/* HP - fonts */
/* ============================= */

@font-face {
    font-family: 'Krub';
    src: url('/css/fonts/Krub-Regular.woff2') format('woff2'),
    url('/css/fonts/Krub-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('/css/fonts/MyriadPro-Semibold.woff2') format('woff2'),
    url('/css/fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/css/fonts/MyriadPro-Light.woff2') format('woff2'),
    url('/css/fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('/css/fonts/Anton-Regular.woff2') format('woff2'),
    url('/css/fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonio';
    src: url('/css/fonts/Antonio-Regular.woff2') format('woff2'),
    url('/css/fonts/Antonio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AntonioLight';
    src: url('/css/fonts/Antonio-Light.woff2') format('woff2'),
    url('/css/fonts/Antonio-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AntonioThin';
    src: url('/css/fonts/Antonio-Thin.woff2') format('woff2'),
    url('/css/fonts/Antonio-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UnicaOne';
    src: url('fonts/UnicaOne-Regular.woff2') format('woff2'),
    url('fonts/UnicaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ============================= */
/* HP - animations               */
/* ============================= */

.invisible {
    opacity: 0;
}

.slide {
    transform: scale(0.8);
    opacity: 0;
    filter: blur(8px);
    transition:
            transform 0.7s cubic-bezier(.25, .8, .25, 1),
            opacity 0.7s ease,
            filter 0.7s ease;
}

.slide.show {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

.hp-block-01 .download-btn img {
    transition: transform 0.3s ease;
}

.hp-block-01 .download-btn:hover img {
    transform: scale(1.05);
}

.hp-block-09 .discord-btn-wrapper img {
    transition: transform 0.3s ease;
}

.hp-block-09 .discord-btn-wrapper:hover img {
    transform: scale(1.05);
}

.hp-block-10 .btn-wrapper img {
    transition: transform 0.3s ease;
}

.hp-block-10 .btn-wrapper:hover img {
    transform: scale(1.05);
}

img, img[usemap] { cursor: default; }
area, .btn-wrapper img, .download-btn img, .discord-btn-wrapper img { cursor: pointer; }

.meow {
    width: 17%;
    height: 28%;
    position: absolute;
    top: 15%;
    right: 36%;
}

/* ============================= */
/* HP - loader overlay           */
/* ============================= */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007BFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-family: Arial, sans-serif;
    z-index: 9999;
}

#loader img {
    width: 100%;
    max-width: 650px;
}

#loader img.hidden {
    display: none;
}

/* ============================= */
/* HP - commons */
/* ============================= */

.sow-orange { color: #ffa000; }

.cloud,
.extra-image-elem {
    position: absolute;
    z-index: -1;
    width: 25%;
}

.cloud-big {
    width: 45% !important;
}

/* ============================= */
/* HP - main blocks */
/* ============================= */

body.home-page {
    padding: 0;
    background: linear-gradient(to bottom,  #006bc6 0%, #1c3c00 100%);
    overflow-x: hidden;
}

.home-page .main {
    max-width: 1080px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.home-page .header {}

.home-page .content {
    position: relative;
    z-index: 10;
}

.home-page .holder {
    margin-left: auto;
    margin-right: auto;
}

.home-page h1 {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-size: clamp(1.80rem, 5.2vw, 3.75rem);
    line-height: 1.15;
}

.home-page h1 span {
    font-family: 'Anton', sans-serif;
    color: #ffa000;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.home-page h2 {
    font-family: "Anton", sans-serif;
    color: #ffa000;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-size: clamp(1.75rem, 4.8vw, 3.75rem);
    line-height: 1.15;
    margin-bottom: 50px;
    padding-bottom: 0;
    text-align: left;
}

/* ============================= */
/* HP - header */
/* ============================= */

.home-page .header {
    position: relative;
}

.home-page .header .holder {}

.home-page .header .logo {
    margin: 50px auto 50px auto;
    width: 75%;
    max-width: 481px;
}

.home-page .header .slogan-box {
    margin-bottom: 50px;
}

.home-page .header .logo .slogan-box p {}

.home-page .header .cloud-01 {
    left: -15%;
    top: 50px;
    width: 30%;
}

/* ============================= */
/* HP - footer */
/* ============================= */

.home-page .footer {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-bottom: 20px;
}

.home-page .footer .holder {
    overflow: hidden;
}

.home-page .footer .holder .footer-image {
    width: 100%;
    margin-left: -2%;
}

.home-page .footer .links-background {
    width: 100vw;
    position: absolute;
    z-index: -1;
    top: 39%;
    height: 62%;
    left: min(0px, calc((1080px - 100vw) / 2));
    background: #091B01;
    background: linear-gradient(0deg,rgba(9, 27, 1, 1) 89%, rgba(27, 61, 5, 1) 100%);
}

.home-page .footer .links {
    margin-top: -45%;
    position: relative;
    width: 100%;
}

.home-page .footer .links a {
    display: block;
    font-family: 'Myriad Pro', Arial, serif;
    font-weight: 300;
    font-size: clamp(1.6rem, 4.2vw, 3.25rem);
    line-height: 1.40;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.home-page .footer .copyright {
    display: block;
    font-family: "Anton", Arial, serif;
    font-weight: 300;
    font-size: clamp(1.0rem, 4.2vw, 1.8rem);
    line-height: 1.40;
    color: #595959;
    text-align: center;
    margin-bottom: 5px;
}

.home-page .footer .links a:hover {
    text-decoration: none;
    font-weight: bold;
}

.home-page .footer .links .download {
    margin-top: 20px;
}

.home-page .footer .links .download a {
    display: inline;
}

.home-page .footer .links .download a > img {
    width: 45%;
    max-width: 300px;
    padding: 1%;
    transition: transform 0.3s ease;
}

.home-page .footer .links .download a:hover img {
    transform: scale(1.05);
}

/* ============================= */
/* HP - content block - commons */
/* ============================= */

.hp-block {
    max-width: 1080px;
    position: relative;
    margin-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

.hp-block .p-box {
    position: relative;
    z-index: 100;
}

.hp-block .p-box p + p {
    margin-top: 25px;
}

.hp-block .p-box .btn-wrapper {
    text-align: center;
}

.hp-block .p-box .btn-wrapper .hp-btn {
    display: inline-block;
    margin: 0 auto;
}

.hp-block .p-box .btn-wrapper .hp-btn img {
    display: block;
}

/* Fluid body copy (bez px) */
.hp-block .std-p {
    font-family: 'Myriad Pro', Arial, serif;
    font-weight: 300;
    font-size: clamp(1.6rem, 4.2vw, 3.25rem);
    line-height: 1.35;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.hp-block .std-p span {
    font-family: 'Myriad Pro', Arial, serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-weight: bold;
}

/* Zamiast px -> względne */
.hp-block .std-p span.xl { font-size: 1.08em; }
.hp-block .std-p span.xxl { font-size: 1.15em; }

.hp-block .img-box {
    margin: 50px auto 100px auto;
    position: relative;
    z-index: 100;
}

.hp-block .block-image {
    width: 100%;
    display: inline-block;
    z-index: 100;
    position: relative;
}

/* ============================= */
/* HP - content block 01 */
/* ============================= */

.hp-block-01 {
    background-image: url('/img/hp/hp-block-01-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.hp-block-01 .block-image { max-width: 749px; }

.hp-block-01 .download-btn {
    position: absolute;
    top: 38%;
    z-index: 110;
    width: 50%;
}

.hp-block-01 .download-btn img {
    width: 100%;
}

.hp-block-01 .download-btn.appstore-btn { left: -5%; }
.hp-block-01 .download-btn.google-btn { right: -5%; }

/* ============================= */
/* HP - content block 02 */
/* ============================= */

.hp-block-02 {
    background-image: url('/img/hp/hp-block-02-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.hp-block-02 .block-image { max-width: 980px; }

.hp-block-02 .cloud-01 {
    right: -20%;
    top: -70px;
    width: 40%;
}

/* ============================= */
/* HP - content block 03 */
/* ============================= */

.hp-block-03 {}
.hp-block-03 .block-image { max-width: 764px; }

.hp-block-03 .cloud-01 {
    right: 14%;
    top: -5%;
}

.hp-block-03 .img-box {
    margin-top: 50%;
}

.hp-block-03 .extra-image-elem-01 {
    left: 13%;
    top: -31%;
    z-index: 10;
    width: 50%;
    rotate: -30deg;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

.hp-block-03 .extra-image-elem-01:hover {
    transform: scale(1.2) translateY(-20%);
}

.hp-block-03 .extra-image-elem-02 {
    left: 26%;
    top: -25%;
    z-index: 10;
    width: 50%;
    rotate: -15deg;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

.hp-block-03 .extra-image-elem-02:hover {
    transform: scale(1.2) translateY(-15%);
}

.hp-block-03 .extra-image-elem-03 {
    left: 38%;
    top: -16%;
    z-index: 10;
    width: 50%;
    rotate: -5deg;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

.hp-block-03 .extra-image-elem-03:hover {
    transform: scale(1.2);
}

.hp-block-03 .cloud-02 { left: 10px; top: -25%; z-index: 40; }
.hp-block-03 .cloud-03 {
    right: -10%;
    top: -22%;
    z-index: 10;
}

/* ============================= */
/* HP - content block 04 */
/* ============================= */

.hp-block-04 {}
.hp-block-04 .block-image { max-width: 895px; }

.hp-block-04 .cloud-01 {
    left: 30%;
    top: -8%;
    width: 54%;
}

.hp-block-04 .cloud-02 {
    left: 24%;
    bottom: -3%;
    z-index: 110;
    width: 35%;
}

.hp-block-04 .extra-image-elem-01 {
    position: relative;
    margin: 0 auto -15%;
    width: 90%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

/* ============================= */
/* HP - content block 05 */
/* ============================= */

.hp-block-05 {}
.hp-block-05 .block-image {
    margin-top: -15%;
    max-width: 883px;
}

.hp-block-05 .cloud-01 {
    left: 5%;
    top: 23%;
    z-index: 50;
    width: 35%;
}

.hp-block-05 .cloud-02 {
    right: 8%;
    bottom: 20%;
    z-index: 110;
    width: 30%;
}

/* ============================= */
/* HP - content block 06 */
/* ============================= */

.hp-block-06 {
    background-image: url('/img/hp/hp-block-06-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.hp-block-06 .block-image { max-width: 871px; }

/* ============================= */
/* HP - content block 07 */
/* ============================= */

.hp-block-07 {
    /* background-image: url('/img/hp/hp-block-07-bg.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: 200px;
}

.hp-block-07 .block-image {
    /* max-width: 562px; */
    width: 90%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    margin-left: -5%;
}

.home-page h2 .inline-logo {
    display: inline-block;
    width: 30%;
    margin-top: 5px;
    margin-bottom: -3%;
}

.hp-block-07 .p-box-02 {
    margin-top: -130px;
    position: relative;
    right: 11%;
}

.hp-block-07 .p-box-02 p {
    font-size: clamp(1.00rem, 3.0vw, 2.00rem);
    line-height: clamp(1.00rem, 3.0vw, 2.00rem);
    text-align: right;
}

/* ============================= */
/* HP - content block 08 */
/* ============================= */

.hp-block-08 {}
.hp-block-08 .block-image {
    width: 80%;
    margin-left: 5%;
}

/* ============================= */
/* HP - content block 09 */
/* ============================= */

.hp-block-09 {}
.hp-block-09 .img-box { padding-top: 10%; }

.hp-block-09 .discord-btn-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 110;
}

.hp-block-09 .discord-btn-wrapper img {
    width: 450px;
    margin-top: -35px;
}

.hp-block-09 .discord-btn {
    margin: 0 auto;
}

.hp-block-09 .block-image { max-width: 560px; }

.hp-block-bottom-offset {
    margin-bottom: -10% !important;
}

/* ============================= */
/* HP - content block 10 */
/* ============================= */

.hp-block-10 {}
.hp-block-10 .block-image {}

.hp-block-10 .btn-wrapper { margin-top: 20%; }
.hp-block-10 .join-btn {}
.hp-block-10 .join-btn img {
    width: 80%;
    display: inline !important;
}

/* ============================= */
/* HP - languages */
/* ============================= */

.language {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5%;
    top: 50px;
    z-index: 1000;
}

.language div img {
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.6;
}

.language div img:hover {
    opacity: 1 !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.language .options {
    margin-top: 30px;
    display: none;
}

.language .options img {
    margin-bottom: 10px;
    opacity: 0;
}

.language .options {
    /*visibility: hidden;*/
}

/* ============================= */
/* CHANNEL PAGE */
/* ============================= */

.channel-page .show-on-mobile {display:none;}

.channel-page {
    background-color: #262626;
    position: relative;
    text-align: left;
}

.channel-page .main {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.channel-page .content {text-align: center;}
.channel-page .content .holder {
    margin: 0 auto;
    text-align: left;
    padding: 60px 50px;
    text-align: left;
}

.channel-page .content .holder.channel-sections-box-holder {
    padding: 0 50px 50px 60px;
    background: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 0.9) 70%, rgba(38, 38, 38, 0) 100%);
    z-index: 4;
    position: relative; 
}

.channel-page .logo-box {}
.channel-page .logo-box .logo {
    width: 130px;
    cursor: pointer;
}

.channel-page .channel-box {
    width: 60%;
    padding: 0 0 0 0;
    z-index: 3;
    position: relative;
}

.channel-page .channel-box .wrapper {
    padding: 100px 0 0 65px;
    max-width: 1024px;
}

.channel-page .channel-box > p {
    color: #ffffff;
    padding-left: 10px;
}

.channel-page .channel-box .channel-title {
    font-family: 'UnicaOne';
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
}

.channel-page .channel-box .channel-subtitle {
    font-family: 'Krub';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 50px;    
    color: #ffffff;    
}

.channel-page .difficulty-box {}
.channel-page .difficulty-box label {
    font-family: 'Anton';
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
    color: #ffffff;    
    white-space: pre-line;    
    letter-spacing: 1px;
    text-transform: uppercase;    
}
.channel-page .difficulty-box .stars-box {
    margin-bottom: 40px;
}

.channel-page .difficulty-box .stars-box .stars {}

.channel-page .difficulty-star {
    width: 36px;
}

.channel-page .difficulty-star.active {}

.channel-page .infos-box {}
.channel-page .infos-box .channel-info {
    font-family: 'AntonioLight';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 85px;
    color: #ffffff;
    text-transform: uppercase;
}

.channel-page .infos-box .channel-info span {
    font-family: 'AntonioLight';
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.channel-page .channel-box .description-box {
    margin-bottom: 55px;
}

.channel-page .channel-box .channel-description {
    font-family: 'AntonioLight';
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 0;
    color: #ffffff;    
    white-space: pre-line;
}

.channel-page .cta-box {}

.channel-page .cta-box .download-btn {
    display: inline-block;
    margin: 0 40px 0 0;
}

.channel-page .cta-box .download-btn img {
    display: block;
    height: 100px;
    border-radius: 17px;
    box-shadow: 0 0 30px -5px #FFFFFF;
    border-radius: 17px;   
}

.channel-page .cta-box .download-btn:hover img {
    box-shadow: 0 0 30px 0px #FFFFFF;
}

.channel-page .blue-btn {
    display: inline-block;
    height: 107px;s
    font-size: 35px;
    padding: 30px 90px;
    text-align: center;
    cursor: pointer;
    font-family: 'AntonioLight';
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;   
    background-color: #336fc1;
    border-radius: 17px;
}

.channel-page .blue-btn:hover {
    text-decoration: none;
    background-color: #2a6fcc;
}

.channel-bg-box {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right;
    box-shadow: inset 0 0 20px 10px #262626;
    -webkit-box-shadow: inset 0 0 20px 10px #262626;
    opacity: 1;
}

.channel-bg-box-overlay-left {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: linear-gradient(90deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0.9) 40%, rgba(38,38,38,0) 100%);
}

.channel-bg-box-overlay-bottom {
    display: none;
}

.channel-bg-box .channel-header-bg {
    
}

.channel-page .channel-sections-box {
    padding: 50px 0 0 25px;
    max-width: 1920px;
    position: relative;
    z-index: 1;
}

.channel-sections-box .channel-section-items-box {
    padding-bottom: 20px;
    height: 170px;
    overflow: hidden;
    white-space: nowrap;
}

.channel-sections-box .channel-section {
    padding-bottom: 10px;
    border-radius: 15px;
}

.channel-sections-box .channel-section .channel-section-name {
    font-family: 'UnicaOne';
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    padding-left: 40px;
    letter-spacing: 1.3px;
}

.channel-sections-box .channel-section .channel-section-item {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 150px;
}

.channel-sections-box .channel-section .channel-section-item.level-item {
    cursor: pointer;
    opacity: 0.9;    
}

.channel-sections-box .channel-section .channel-section-item.level-item:hover {
    opacity: 1;
}

.channel-sections-box .channel-section .channel-section-item:first-child {
    margin-left: 40px;
}

.channel-sections-box .channel-section .channel-section-item img {
    height: 150px;
    border-radius: 15px;
    display: block;
    background-color: #fff;
}

.channel-section-item .last-played {
    color: #f8f8f8
}

.channel-section-item .channel-item-uncompleted-game-info,
.channel-section-item .channel-item-completed-game-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
}

.channel-section-item .last-played {
    font-family: 'Krub';
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 5px;
}

.channel-section-item .progress-container {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 285px;
    margin-right: 20px;
    border-radius: 15px;
    display: none;
}

.channel-section-item .progress-bar {
    width: 100%;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
}

.channel-section-item .progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    transition: width 0.3s ease-in-out;
}

.channel-section-item .channel-item-uncompleted-game-info .progress-fill {
    width: 44%;
}

.channel-section-item .channel-item-completed-game-info .progress-fill {
    width: 100%;
    background: #00FD47;
}

.channel-section-item .progress-text {
    font-family: 'Krub';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 2px;
}

.channel-section-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.channel-section-item .overlay-item-name {
    color: #e3dcb7;
    font-family: 'UnicaOne';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: right;
    white-space: normal;
    line-height: 22px;
    word-wrap: break-word;
    padding: 15px 15px 0 15px;
}

.channel-section-item .overlay-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.channel-section-item .overlay-category-name {
    color: #fff;
    font-family: 'Krub';
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    white-space: normal;
    padding: 10px;
    word-wrap: break-word;
}

/* ============================= */
/* LEVEL PAGE */
/* ============================= */

.level-page {
    background-color: #262626;
    position: relative;
    text-align: left;
}

.level-page .main {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.level-page .content {text-align: center;}
.level-page .content .holder {
    margin: 0 auto;
    text-align: left;
    padding: 60px 50px;
    text-align: left;
}

.level-page .logo-box {}
.level-page .logo-box .logo {
    width: 130px;
    cursor: pointer;
}

.level-page .level-box {
    width: 60%;
    padding: 0 0 0 0;
    z-index: 2;
    position: relative;
}

.level-page .level-box .wrapper {
    padding: 100px 0 0 65px;
    max-width: 1024px;
}

.level-page .level-box > p {
    color: #ffffff;
    padding-left: 10px;
}

.level-page .level-box .level-title {
    font-family: 'Anton';
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 45px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.level-page .level-box .level-subtitle {
    font-family: 'Krub';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
    color: #ffffff;    
}

.level-page .difficulty-box {}
.level-page .difficulty-box label {
    font-family: 'Anton';
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
    color: #ffffff;    
    white-space: pre-line;    
    letter-spacing: 1px;
    text-transform: uppercase;    
}
.level-page .difficulty-box .stars-box {
    margin-bottom: 40px;
}

.level-page .difficulty-box .stars-box .stars {}

.level-page .difficulty-star {
    width: 36px;
}

.level-page .difficulty-star.active {}

.level-page .infos-box {}
.level-page .infos-box .level-info {
    font-family: 'AntonioLight';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 85px;
    color: #ffffff;
    text-transform: uppercase;
}

.level-page .infos-box .level-info span {
    font-family: 'AntonioLight';
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.level-page .level-box .description-box {
    margin-bottom: 85px;
}

.level-page .level-box .level-description {
    font-family: 'AntonioLight';
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 0;
    color: #ffffff;    
    white-space: pre-line;
}

.level-page .cta-box {}

.level-page .cta-box .download-btn {
    display: inline-block;
    margin: 0 40px 0 0;
}

.level-page .cta-box .download-btn img {
    display: block;
    height: 100px;
    border-radius: 17px;
    box-shadow: 0 0 30px -5px #FFFFFF;
    border-radius: 17px;   
}

.level-page .cta-box .download-btn:hover img {
    box-shadow: 0 0 30px 0px #FFFFFF;
}

.level-page .blue-btn {
    display: inline-block;
    height: 107px;s
    font-size: 35px;
    padding: 30px 90px;
    text-align: center;
    cursor: pointer;
    font-family: 'AntonioLight';
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;   
    background-color: #336fc1;
    border-radius: 17px;
}

.level-page .blue-btn:hover {
    text-decoration: none;
    background-color: #2a6fcc;
}

.level-bg-box {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right;
    box-shadow: inset 0 0 20px 10px #262626;
    -webkit-box-shadow: inset 0 0 20px 10px #262626;
    opacity: 0.5;
}

.level-bg-box-overlay-left {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: linear-gradient(90deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0.9) 40%, rgba(38,38,38,0) 100%);
}

.level-bg-box-overlay-bottom {
    display: none;
}

.level-bg-box .level-header-bg {
    
}

.join-game-layer {
    position: fixed;
    top: 8%;
    right: 0;
    width: 768px;
    height: 92%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    min-height: 900px;
}

.join-game-layer .invitation-arrow {
    position: absolute;
}

.join-game-layer .arrow-1 {
    left: -20%;
    top: 4%;
    width: 28.385%;
    max-width: 218px;
}

.join-game-layer .arrow-2 {
    right: -6%;
    top: -13%;
    width: 26.953%;
    max-width: 207px;
}

.join-game-layer .arrow-3 {
    right: -17%;
    bottom: 30%;
    width: 41.927%;
    max-width: 322px;
}

.join-game-layer .arrow-4 {
    left: -56%;
    bottom: -110px;
    width: 75.26%;
    max-width: 578px;
}

.join-game-layer {}
.join-game-layer .join-game-box {
    text-align: center;
}

.join-game-layer .join-game-header {
    font-family: 'Anton';
    font-size: 120px;
    font-weight: 500;
    line-height: 136px;
    padding-bottom: 45px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 5px 5px 8px #000000;
}

.join-game-layer .code-box {
    position: relative;
    display: inline-block;
    padding: 0 30px 20px 30px;
}

.join-game-layer .code-box .code-box-label {
    font-family: 'Antonio';
    font-size: 78px;
    line-height: 75px;
    color: #ffffff;
    text-transform: uppercase;    
}

.join-game-layer .code-box .invitation-code {
    font-family: 'Anton';
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    padding-bottom: 0;
    position: RELATIVE;
    color: #ffa000;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 28px;
}

.join-game-layer .code-box .black-underlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    height: 92px;
    z-index: 1;
}

/* ============================= */
/* ERROR PAGE */
/* ============================= */

.error-page .show-on-mobile {display: none;}

.error-page {
    background: url('/img/error-page/bg.jpg') no-repeat top center #000000;
    background-size: cover;
}

.error-page .logo-box {
    text-align: left;
}

.error-page .logo-box .logo {
    width: 170px;
}

.error-page .main {
    text-align: center;
}

.error-page .content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.error-page .holder {
    margin: 0 auto;
    padding: 60px 50px;
    text-align: left;
}

.error-page .error-page-content {
    text-align: right;
}

.error-page .description {
    max-width: 80%;
    display: inline-block;
}

.error-page .description h2,
.error-page .description p {
    color: #ffffff;
    text-align: right;
    font-family: 'Anton';
    text-align: right;
}

.error-page .description h2 {
    font-size: 60px;
    line-height: 65px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-transform: uppercase; 
}

.error-page .description p {
    font-family: 'AntonioThin';
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 20px;
    margin-bottom: 0;    
    color: #ffffff;
    text-transform: uppercase;      
}

.error-page .description p span.bold {
    font-family: 'Antonio';
    font-weight: bold;
}

.error-page .astronaut-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 100px;
}

.error-page .astronaut-wrapper .astronaut {
    margin: -10% auto 0 auto;
    width: 70%;
    max-width: 275px;
}

.error-page .error-code-box {
    position: absolute;
    left: 0;
    bottom: 0;
}

.error-page .error-code-box > div {
    display: inline-block;
    text-align: left;
    font-family: 'Anton';
    font-size: 100px;
    font-weight: 500;
    line-height: 100px;
    color: #ffffff;    
}

.error-page .error-code-box > div:first-child {
    margin-right: 20px;
}

.error-page .error-code-box .code-box {
    display: inline-block;
    text-align: left;
    max-width: 80%;
    vertical-align: top;
}

.error-page .error-code-box .code-box .code {
    font-family: 'Anton';
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    color: #00ffff;
}

.error-page .error-code-box .code-box .text-box {
    font-family: 'Anton';
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    color: #ffa000;
}

.error-page.error-page-404 .astronaut-wrapper {
    position: fixed;
    bottom: 50px;
    left: 50px;
}

/* ============================= */
/* RESPONSIVE - HP    */
/* ============================= */

@media (max-width: 1024px) {
    .home-page .footer .links-background {
        top: 30%;
        height: 70%;
    }

    .hp-block-01 .download-btn.google-btn {
        right: -1%;
    }

    .hp-block-01 .download-btn.appstore-btn {
        left: -1%;
    }

    .hp-block-01 .download-btn img {
        width: 120%;
        margin-left: -10%;
    }

    .hp-block-01 .download-btn {
        width: 50%;
    }

    .hp-block-07 .p-box-02 {
        margin-top: auto;
        top: -100px;
    }

    .home-page h2 .inline-logo {
        margin-bottom: -2%;
    }
}

@media (max-width: 768px) {
    .hp-block-01 .download-btn {
        margin-top: 2%;
    }

    .hp-block-07 {
        margin-bottom: 140px;
    }

    .hp-block-09 .discord-btn-wrapper img {
        width: 70%;
        margin-top: -5%;
    }

    .hp-block-07 .p-box-02 {
        top: -90px;
    }

    .home-page h2 .inline-logo {
        margin-bottom: -2%;
    }

    .language {
        width: 40px;
        height: 40px;
        right: 1%;
        top: 1%;
    }
}

@media (max-width: 500px) {
    .hp-block-07 .p-box-02 {
        top: -60px;
    }
}

/* ============================= */
/* RESPONSIVE - LEVEL    */
/* ============================= */

@media (max-width: 1280px) {
    .level-page .level-box {
        width: 80%;
    }
}

@media (max-width: 1024px) {

    .level-page .logo-box .logo {
        width: 30%;
    }
    
    .level-page .content .holder {
        padding: 40px 30px;
    }
    
    .level-page .level-box {
        width: auto;
    }
    
    .level-page .level-box .wrapper {
        padding: 35px 20px 0 20px;
        z-index: 5;
        position: relative;
    }   
    
    .level-page .level-box .level-title {
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
        padding-bottom: 35px;
        letter-spacing: 1px;
    }    
    
    .level-page .difficulty-box label {
        font-size: 18px;
        line-height: 22px;
    }
    
    .level-page .difficulty-star {
        width: 8%;
    }
    
    .level-page .difficulty-box .stars-box {
        margin-bottom: 25px;
    }    
    
    .level-page .infos-box .level-info {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 40px;
    }
    
    .level-page .infos-box .level-info span {
        font-size: 26px;
        line-height: 26px;
    }    
    
    .level-bg-box {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top right;
    }
    
    .level-page .level-box .level-description {
        font-size: 22px;
        line-height: 28px;
    }
    
    .level-page .level-box .description-box {
        margin-bottom: 40px;
    }
    
    .level-page .blue-btn {
        display: block;
        padding: 20px 20px;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        border-radius: 17px;
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }    
    
    .join-game-layer {
        position: relative; 
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        display: block;   
        min-height: 0;
        padding: 120px 0 25px 0;
        margin-bottom: 100px;
    }
    
    .join-game-layer .join-game-header {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    
    .join-game-layer .code-box {
        position: relative;
        display: inline-block;
        padding: 0 15px 10px 15px;
    }    
    
    .join-game-layer .code-box .code-box-label {
        font-size: 35px;
        line-height: 50px;
    }  
    
    .join-game-layer .code-box .invitation-code {
        font-size: 45px;
        line-height: 50px;
    }    
    
    .join-game-layer .code-box .black-underlay {
        height: 30%;
    }    
    
    .join-game-layer .arrow-1 {
        left: 16%;
        top: 4%;
        width: 15.385%;
        max-width: 218px;
    }    
    
    .join-game-layer .arrow-2 {
        right: 24%;
        top: -8%;
        width: 26.953%;
        max-width: 107px;
    }    
    
    .join-game-layer .arrow-3 {
        right: -3%;
        bottom: 3%;
        width: 31.927%;
        max-width: 322px;
    }
    
    .join-game-layer .arrow-4 {
        left: -16%;
        bottom: -110px;
        width: 45.26%;
        max-width: 578px;
    }    
    
}

@media (max-width: 980px) {
    
    .level-page .cta-box {
        text-align: center;
    }
    
    .level-page .cta-box .download-btn {
        margin: 20px 3%;
        width: 40%;
        position: relative;
    }
    
    .level-page .cta-box .download-btn img {
        height: auto;
        width: 100%;
    }
    
}

@media (max-width: 768px) {

    .level-bg-box {
        background-repeat: no-repeat;
        background-size: auto 50%;
        background-position: top right;
    }    
    
    .level-bg-box-overlay-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 0) 30%);
        display: block; 
    }        
    
    .level-page .level-box .description-box {
        margin-bottom: 0;
        padding-bottom: 100px;
    }    
    
    .level-page .cta-box {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 90px 0% 10px 0%;
        background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0px, rgba(38, 38, 38, 1) 90px);      
    }
    
}

@media (max-width: 500px) {

}

/* ============================= */
/* RESPONSIVE - CHANNEL    */
/* ============================= */

@media (max-width: 1280px) {
    .channel-page .channel-box {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .channel-page .logo-box .logo {
        width: 30%;
    }
    
    .channel-page .content .holder {
        padding: 40px 30px 0 30px;
    }
    
    .channel-page .content .holder.channel-sections-box-holder {
        padding: 0 30px;
    }    
    
    .channel-page .channel-box {
        width: auto;
    }
    
    .channel-page .channel-box .wrapper {
        padding: 35px 20px 0 20px;
        z-index: 5;
        position: relative;
    }   
    
    .channel-page .channel-box .channel-title {
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
        padding-bottom: 35px;
        letter-spacing: 1px;
    }    
    
    .channel-page .difficulty-box label {
        font-size: 18px;
        line-height: 22px;
    }
    
    .channel-page .difficulty-star {
        width: 8%;
    }
    
    .channel-page .difficulty-box .stars-box {
        margin-bottom: 25px;
    }    
    
    .channel-page .infos-box .channel-info {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 40px;
    }
    
    .channel-page .infos-box .channel-info span {
        font-size: 26px;
        line-height: 26px;
    }    
    
    .channel-bg-box {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top right;
    }
    
    .channel-page .channel-box .channel-description {
        font-size: 22px;
        line-height: 28px;
    }
    
    .channel-page .channel-box .description-box {
        margin-bottom: 40px;
    }
    
    .channel-page .blue-btn {
        display: block;
        padding: 20px 20px;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        border-radius: 17px;
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }    
    
    .join-game-layer {
        position: relative; 
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        display: block;   
        min-height: 0;
        padding: 120px 0 25px 0;
        margin-bottom: 100px;
    }
    
    .join-game-layer .join-game-header {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    
    .join-game-layer .code-box {
        position: relative;
        display: inline-block;
        padding: 0 15px 10px 15px;
    }    
    
    .join-game-layer .code-box .code-box-label {
        font-size: 35px;
        line-height: 50px;
    }  
    
    .join-game-layer .code-box .invitation-code {
        font-size: 45px;
        line-height: 50px;
    }    
    
    .join-game-layer .code-box .black-underlay {
        height: 30%;
    }    
    
    .join-game-layer .arrow-1 {
        left: 16%;
        top: 4%;
        width: 15.385%;
        max-width: 218px;
    }    
    
    .join-game-layer .arrow-2 {
        right: 24%;
        top: -8%;
        width: 26.953%;
        max-width: 107px;
    }    
    
    .join-game-layer .arrow-3 {
        right: -3%;
        bottom: 3%;
        width: 31.927%;
        max-width: 322px;
    }
    
    .join-game-layer .arrow-4 {
        left: -16%;
        bottom: -110px;
        width: 45.26%;
        max-width: 578px;
    }    
    
}

@media (max-width: 980px) {
    
    .channel-page .cta-box {
        text-align: center;
    }
    
    .channel-page .cta-box .download-btn {
        margin: 20px 3%;
        width: 40%;
        position: relative;
    }
    
    .channel-page .cta-box .download-btn img {
        height: auto;
        width: 100%;
    }
    
}

@media (max-width: 768px) {

    .channel-page .hide-on-mobile {display: none;}
    .channel-page .show-on-mobile {display: block;}    
        
    
    .channel-bg-box {
        background-repeat: no-repeat;
        background-size: auto 50%;
        background-position: top right;
    }    
    
    .channel-bg-box-overlay-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 0) 30%);
        display: block; 
    }        
    
    .channel-page .channel-box .description-box {
        margin-bottom: 0;
        padding-bottom: 50px;
    }    
    
    .channel-page .channel-sections-box {
        padding: 25px 0 150px 0;
        max-width: 1920px;
        position: relative;
        z-index: 2;
    }    
    
    .channel-sections-box .channel-section .channel-section-name {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: 20px;      
    }
    
    .channel-sections-box .channel-section .channel-section-item:first-child {
        margin-left: 0;
    }
    

    .channel-page .cta-box {
        position: fixed;
        z-index: 5;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 90px 0% 10px 0%;
        background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0px, rgba(38, 38, 38, 1) 90px);      
    }
    
}

@media (max-width: 500px) {

}

/* ============================= */
/* RESPONSIVE - ERROR    */
/* ============================= */

@media (max-width: 1280px) {
    
    .error-page .holder {
        padding: 30px 25px;
    }
    
    .error-page .hide-on-mobile {display: none;}
    .error-page .show-on-mobile {display: block;}
    
    .error-page .error-page-content {
        text-align: center;
    }
    
    .error-page .description {
        max-width: 100%;
        padding: 50px 20px 50px 20px;
    }
    
    .error-page .description h2 {
/*        font-size: 40px;
        line-height: 45px;
        padding-bottom: 15px;*/
        text-align: center;
    }
    
    .error-page .description p {
/*        font-size: 30px;
        line-height: 35px;
        padding-bottom: 20px;*/
        text-align: center;
    }   
    
    .error-page .description p br {
        display: none;
    }
    
    .error-page .astronaut-wrapper .astronaut {
        margin-top: 0;
    }
    
    .error-page .error-code-box {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 50px;
    }

    .error-page .error-code-box > div {
        display: block;
/*        font-size: 60px;
        line-height: 65px; */
        text-align: center;
        margin: 0 10px 20px 10px !important
    }

    .error-page .error-code-box > div span {
        font-family: 'Anton';
/*        font-size: 60px;
        font-weight: 500;
        line-height: 65px;*/
        color: #00ffff;
    }

    .error-page .error-code-box .text-box {
        font-family: 'Anton';
        font-size: 40px;
        font-weight: 500;
        line-height: 50px;
        color: #ffa000;
        text-align: center;
    }    
    
}

@media (max-width: 1024px) {

    .error-page.error-page-500 .description {
        padding-top: 150px;
    }
    
    .error-page.error-page-500 .astronaut-wrapper {
        padding-top: 150px;
    }

    .error-page.error-page-404 .hide-on-mobile {display: none;}
    .error-page.error-page-404 .show-on-mobile {display: block;}    
    
    .error-page.error-page-404 .error-code-box {
        padding-top: 50px;
    }
    
    .error-page.error-page-404 .astronaut-wrapper {
        position: fixed;
        bottom: -50px;
        left: 0;
    }    
    
}