.nav-remix {
    background-color: #241912;
    height: 60px;
    position: relative;
}

.logo-remix {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-ticket-blue:hover {
    background-color: #f2c000;
    color: #000;
}
.content-menu-remix {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content-menu-remix a {
    color: #9d9d9dee;
    display: block;
    margin: 0 12px;
    font-size: 20px;
}
.d-mobile {
    display: none;
}
.content-menu-remix a.active {
    color: #fff;
}
.title-section-remix {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #1e3a78;    
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}
.wrapper-presented-remix {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0;
}

.item-presented h3 {
    font-size: 12px;
    font-weight: 700;
}

.wrapper-logo-partners {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.item-presented img {
    height: 82px;
}

.wrapper-logo-partners img {
    margin-right: 40px;
}
.wrapper-logo-partners img:last-child {
    margin-right: 0;
}
.title-cat-remix {
    height: 50px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bg-art {
    background-color: #9ed7e8;
}

.bg-dance {
    background-color: #f98cda;
}

.bg-bazaar {
    background-color: #8bd15d;
}
.bg-music {
    background-color: #f99a53;
}

.bg-play {
    background-color: #c19aef;
}
.item-event-remix h3 {
    font-size: 16px;
    margin-top: 20px;    
    font-weight: 700;
}

.item-event-remix {
    margin-bottom: 54px;
    cursor: pointer;
}
.content_popup-event-remix .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.close-popup__event {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
    width: 40px;
}
.close-popup__event {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
    width: 40px;
}

.item_date-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 11px;
}

.item_date-time img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.item_date-time h4 {
    font-size: 20px;
    margin: 0;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.gallery img {
    width: 100%;
}
.popup-event-remix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
.backdrop-event-remix {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_popup-event-remix {
    width: 800px;
    background-color: #fff;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}
.container-about-remix,
.container {
    width: 890px;
    margin: 0 auto;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-collectible {    
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
p:last-child,
p:last-of-type {
    margin-bottom: 0;
}
.otgs-development-site-front-end {
    display: none;
}
.main-remix p,
.main-remix a {
    font-size: 16px;
    line-height: 24px;
}
.list-event-remix {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.bg-remix-purple {
    background-color: #7d00ce;
}

.bg-remix-purple,
.bg-remix-purple a {
    color: #fff;
}

.bg-remix-yellow {
    background-color: #ffe108;
}

.bg-remix-yellow a {
    color: #000;
}

.bg-remix-cyan a {
    color: #000;
}

.bg-remix-cyan {
    background-color: #00e0e0;
}

.bg-remix-pink {
    background-color: #fc499f;
}

.bg-remix-pink a {
    color: #000;
}

.bg-remix-orange {
    background-color: #ff501a;
}

.bg-remix-orange a {
    color: #000;
}
.item__list-event-remix {
    min-height: 156px !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 42px;
}

.item__list-event-remix h2 {
    font-size: 36px;
    font-weight: 700;
    width: 55px;
    margin-right: 16px;
    margin-bottom: 0;
}

.item__list-event-remix a {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 5px;
}

.item__list-event-remix a:last-child {
    margin-bottom: 0;
}
.list-event-remix img {
    position: absolute;
    top: -133px;
    right: -133px;
}

.item__list-event-remix:last-child {
    height: auto;
    padding: 20px 42px;
}
.title-content {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
}

.main-remix ol {
    margin-left: 15px;
}

.main-remix ol li {
    list-style: auto;
}
#hero-remix {
    background: linear-gradient(180deg, #1e3a78 0%, #00aff3 100%);
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.item__list-event-remix:last-child {
    margin-bottom: 0;
}
.close-popup-remix {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
#win-limited-edition {
    margin-bottom: 60px;
}
.date-time h4 {
    color: #1e3a78;
    font-weight: 500;    
    font-size: 20px;
}
.wrapper-content-popup__remix {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.btn-ticket-blue {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    padding: 8px 16px;
    background-color: #0366d8;
    color: #fff;
    margin-top: 30px;
    font-family: "Akkurat-bold", sans-serif;
}
.btn-ticket-blue {
    color: #ddd;
}
.inner-content-popup {
    padding: 28px 40px 40px;
}
.content_popup-Level-event-remix .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
    .item-presented img {
        height: 60px;
    }
}
@media (max-width: 991px) {
    .inner-content-popup {
        padding: 28px 30px 30px;
    }
    .content_popup-event-remix {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-content-popup__remix {
        width: 90%;
    }
    .container-about-remix,
    .container {
        width: 600px;
    }
    #hero-remix {
        height: 300px;
    }
    .list-event-remix img {
        position: relative;
        top: 0;
        right: unset;
        margin: 0 auto 30px;
    }

    .wrapper-presented-remix {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .item-presented {
        width: 153px;
    }

    .item-presented:last-child {
        width: 100%;
        margin-top: 36px;
    }
    .item-presented img {
        height: 90px;
    }
    .mb-60 {
        margin-bottom: 40px;
    }
    .d-desktop {
        display: none;
    }
    .d-mobile {
        display: block;
    }
    .content-menu-remix__mobile {
        background-color: #121212;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hamburger-remix {
        width: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .content-menu-remix__mobile a {
        color: #9d9d9dee;
        font-size: 20px;
        display: block;
        margin: 10px 0;
    }
    .content-menu-remix__mobile a.active {
        color: #fff;
        font-size: 20px;
        display: block;
        margin: 10px 0;
    }
    .close-menu-remix {
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }

    .close-menu-remix svg {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .title-section-remix {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .inner-content-popup {
        padding: 24px 20px 20px;
    }
    .content_popup-event-remix {
        width: 400px;
    }
    .container-about-remix,
    .container {
        width: 100%;
    }
    .wrapper-logo-partners img {
        margin-right: 40px;
    }

    .wrapper-logo-partners {
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 505px) {
    .content_popup-event-remix {
        width: 100%;
    }
    .item__list-event-remix a {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .item__list-event-remix h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .item-presented img {
        height: 72px;
    }
    .item-presented:nth-child(3) {
        margin-top: 25px;
    }
    .item__list-event-remix.bg-art {
        height: 220px !important;
    }
}

.banner-desktop {
    max-height: 600px;
    width: 120%;
    max-width: 120%;
    object-fit: contain;
    margin-left: -10%;
}
.item__list-event-remix {
    padding-left: 80px;
    position: relative;
}
.item__list-event-remix.bg-play {
    padding-left: 80px !important;
}
.item__list-event-remix::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background: #000;
}
.item__list-event-remix h2 {
    font-size: 24px;
    font-weight: 700;
    transform: rotate(-0.25turn);
    position: absolute;
    left: -29px;
    width: 120px;
    text-align: center;
}

.item__list-event-remix a {
    color: #000;
}
.item__list-event-remix.bg-art h2 {
    color: #9ed7e8;
}
.item__list-event-remix.bg-bazaar h2 {
    color: #8bd15d;
}
.item__list-event-remix.bg-dance h2 {
    color: #f98cda;
}
.item__list-event-remix.bg-music h2 {
    color: #f99a53;
}
.item__list-event-remix.bg-play h2 {
    color: #c19aef;
}

@media (max-width: 575px) {
    #hero-remix {
        height: 300px;
        align-items: center;
    }
    .title-section-remix {
        margin-bottom: 32px;
    }
    .mb-60 {
        margin-bottom: 32px;
    }
    .list-event-remix {
        margin-top: 64px;
        margin-bottom: 64px;
    }
}
