@charset "UTF-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
li {
    list-style-type: none;
}
a, button, input[type=submit]{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a,
img,
a:hover, button {
    text-decoration: none;
    outline: none !important;
}
h1, h2, h3, h4{
    font-weight: normal;
}
img{
    max-width: 100%;
    height: auto;
}
:focus, :hover, :active{
    outline: none !important;
}
body{
    overflow-x: hidden;
}

/* --- CONTAINER --- */

.container, .container-md, .container-sm{
    max-width: 1204px;
}

/* --- END CONTAINER --- */

/* FONTS */

@font-face {
    font-family: 'ITC Avant Garde Gothic Bold';
    src: url('../fonts/itc_avant_garde_gothic_bold-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Book';
    src: url('../fonts/ITC-Avant-Garde-Gothic-W02-Md.woff2') format('woff2'),
         url('../fonts/ITC-Avant-Garde-Gothic-W02-Md.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Bold';
    src: url('../fonts/notosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/notosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Light';
    src: url('../fonts/notosans-light-webfont.woff') format('woff2'),
         url('../fonts/notosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- END FONTS --- */

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: initial !important;
}
#pum-2160 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}


/* --- MAIN --- */

main{
    height: auto;
    min-height: 100vh;
    background-color: #000;
    padding-bottom: 50px;
}

/* --- END MAIN --- */

/* --- HEADER --- */

.program-header{
    width: 100%;
    height: 330px;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px 70px;
    background-color: #FF6A10;
}
.arena .program-header{
    background-color: #00ff00;
}

.meetegreet .program-header {
    background-color: #91643c;

}

.program-header .title h1{
    font-family: 'ITC Avant Garde Gothic Bold';
    font-size: 60px;
    line-height: 120%;
    color: #FFF;
}
.arena .program-header .title h1{
    color: #000;
}
.program-header .title .day{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 60px;
    line-height: 120%;
    color: #000;
}
.program-header .info{
    display: flex;
    flex-direction: column;
}
.program-header .info .logo{
    width: 388px;
}
.arena .program-header .info .logo{
    margin-bottom: -4px;
    margin-right: 33px;
}
.journey .program-header .info .logo{
    margin-bottom: -4px;
    margin-right: 25px;
}
.quest .program-header .info .logo{
    margin-bottom: -4px;
    margin-right: 0;
}
.program-header .info .logo img{
    width: 100%;
    object-fit: cover;
}
.program-header .info > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.program-header .info div .local{
    text-align: right;
    margin-bottom: 25px;
}
.program-header .info div .local p{
    font-family: 'ITC Avant Garde Gothic Bold';
    font-size: 40px;
    line-height: 100%;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
.program-header .info div .sponsor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.program-header .info div .sponsor span{
    font-family: 'ITC Avant Garde Gothic Bold';
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-right: 15px;
}
.program-header .info div .sponsor img{
    width: 170px;
    max-height: 200px;
}

/* --- END HEADER --- */

/* --- PROGRAM LIST --- */

.program-list {
    width: 100%;
    height: 70vh;
    padding: 30px 70px;
    overflow-x: auto;
}
.program-list .item{
    width: 100%;
    background-color: #121212;
    border: 2px solid #222222;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.program-list .item:last-child{
    margin-bottom: 0;
}
.program-list .item .image{
    width: 16%;
}
.program-list .item .image img{
    width: 100%;
    object-fit: cover;
    padding: 15px;
    filter: none;
}

.program-list .item .image img.none-logo{
    
    filter: brightness(0) invert(1);
}

.program-list .item .info{
    width: 84%;
    height: 100%;
    padding: 20px 30px 20px 10px;
    display: flex;
    flex-direction: column;
}
.program-list .item .info .title{
    margin-bottom: 17px;
}
.program-list .item .info .title h3{
    font-family: 'ITC Avant Garde Gothic Bold';
    font-size: 22px;
    line-height: 120%;
    color: #FFF;
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.program-list .item .info .time{
    margin-top: auto;
}
.program-list .item .info .time p{
    font-family: 'ITC Avant Garde Gothic Bold';
    font-size: 40px;
    line-height: 120%;
    color: #FF6A10;
    display: flex;
    align-items: center;
}
.arena .program-list .item .info .time p{
    color: #00ff00;
}

.meetegreet .program-list .item .info .time p{
    color: #91643c;
}

.program-list .item .info .time p small{
    font-size: 18px;
    margin-left: 20px;
    font-family: 'ITC Avant Garde Gothic Book';
    font-style: oblique;
}

/* --- END PROGRAM LIST --- */

/* --- QR CODE --- */

.qrcode{
    background-color: #FF6A10;
}
.content-qrcode {
    width: 100%;
    height: 100%;
    min-height: 90vh;
    padding: 70px 70px 20px;
}
.content-qrcode .images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 50px;
}
.content-qrcode .images .qrcode{
    width: 40%;
}
.content-qrcode .images .qrcode img{
    width: 100%;
    object-fit: cover;
}
.content-qrcode .images .smartphone{
    width: 60%;
}
.content-qrcode .images .smartphone img {
    position: relative;
    left: -88px;
    bottom: -13px;
}

.content-qrcode .text{
    width: 100%;
    margin-bottom: 50px;
}
.content-qrcode .text h1{
    font-size: 110px;
    line-height: 120%;
    letter-spacing: -5px;
    font-family: 'ITC Avant Garde Gothic Bold';
    color: #000;
}
.content-qrcode .text p{
    font-size: 70px;
    line-height: 120%;
    letter-spacing: -1px;
    font-family: 'ITC Avant Garde Gothic Book';
    color: #FFF;
}

.content-qrcode .button{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.content-qrcode .button a{
    display: flex;
    width: 48%;
}

/* --- END QR CODE --- */

/* --- FOOTER --- */

footer {
    margin: auto auto 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 70px 0;
}
footer img,
footer .logo-gamescom img{
    width: 300px;
    height: auto;
    object-fit: contain;
}
footer .qrcode{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
}
footer .qrcode p{
    width: 240px;
    font-size: 20px;
    line-height: 120%;
    font-family: 'ITC Avant Garde Gothic Bold';
    color: #fff;
    text-align: right;
    margin-right: 20px;
}
footer .qrcode img{
    width: 150px;
}

/* --- END FOOTER --- */

/* --- SCROLLBAR --- */

/* width */
.program-list::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* Track */
.program-list::-webkit-scrollbar-track {
    background: #121212; 
    border-radius: 5px;
}

/* Handle */
.program-list::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
}

/* Handle on hover */
.program-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.banner-1 {
    display: none !important;
}

/* --- END SCROLLBAR --- */


/* LIVE */

.program-list .item.live{
    border: 2px solid #ff985a;
    background-color: #FF6A10;
}

.program-list .item.live .accordion-button::after{
    filter: brightness(10);
}

.program-list .item.live .info .place p{
    color: #ffdeca;
}

.program-list .item.live .info .time p{
    color: #FFF !important;
}

.program-list .item.live .accordion-collapse .accordion-body .description{
    border-top: 1px solid #ff904d;
}

.program-list .item.live .accordion-collapse .accordion-body .description{
    border-top: 1px solid #ff904d;
}

.program-list .item.live .accordion-collapse .accordion-body .tag span{
    border: 1px solid #ffdeca;
    color: #ffdeca;
}

.program-list .item.live .accordion-collapse .accordion-body .spearkers{
    border-top: 1px solid #ff904d;
}

.program-list .item.live .accordion-collapse .accordion-body .spearkers .speaker .name small{
    color: #000;
}

.now-live {
    display: none;
    width: fit-content;
    background-color: #FFF;
    padding: 6px 12px 4px 28px;
    border-radius: 10px;
    margin-bottom: 13px;
    position: relative;
}

.now-live::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #e31434;
    position: absolute;
    left: 10px;
    top: 10px;
}

.now-live::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #e31434;
    position: absolute;
    top: 13px;
    left: 13px;
    -webkit-animation: animate 2s linear infinite;
    animation: animate 2s linear infinite;
}

.now-live small {
    color: #000000;
    font-family: 'ITC Avant Garde Gothic Bold';
    text-transform: uppercase;
    font-size: 12px;
}

.live .now-live {
    display: block;
}

.program-list .live.item .info .title h3 {
    font-size: 25px;
}


/* --- END LIVE --- */

/* --- RESPONSIVE --- */

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 982px) {

    /* --- CONTAINER --- */

    .container, .container-md, .container-sm{
        max-width: 100%;
    }

    /* --- END CONTAINER --- */

}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}

/* --- END RESPONSIVE --- */