/* Nurnow Page Specific Styles */

.nurnow-main {
    background-color: #000;
}

.nurnow-main .main-section-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.nurnow-main .program-header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.nurnow-main .program-logo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.nurnow-main .program-logo img {
    width: auto;
    height: 55px;
    object-fit: contain;
}

.nurnow-main .program-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 550px;
    gap: 30px;
    padding: 0;
}

.nurnow-main .program-title h2 {
    font-family: "SF Pro Exp";
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
}

.nurnow-main .program-title h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-transform: none;
}

.nurnow-main .navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 44px;
    font-family: "SF Pro Exp";
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
}

.nurnow-main .exhibition-section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.nurnow-main .exhibition-section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 1060px;
    padding: 160px 0 86px 0;
    background-image: url('theme-img/background_mesh.webp');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.nurnow-main .exhibition-section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 40px;
}

.nurnow-main .exhibition-section-title h2 {
    font-family: "SF Pro Exp";
    color: #FFF;
    font-size: 54px;
    font-weight: 650;
    line-height: 98%;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.nurnow-main .exhibition-section-title h2::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #FF3495;
    margin-left: 8px;
}

.nurnow-main .exhibition-section-description {
    width: 550px;
    margin-bottom: 20px;
}

.nurnow-main .exhibition-section-description p {
    font-family: "SF Pro Display";
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.nurnow-main .exhibition-section-image {
    position: absolute;
    top: 0;
    right: -20%;
    width: 680px;
    height: auto;
    object-fit: contain;
}

.nurnow-main .map-section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1060px;
    min-height: 782px;
}

.nurnow-main .map-section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 1060px;
    z-index: 1;
}

.nurnow-main .map-section-title h2 {
    font-family: "SF Pro Exp";
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 118%;
    text-transform: uppercase;
}

.nurnow-main .map-section-image {
    position: absolute;
    width: 100%;
    height: 782px;
    z-index: 0;
}

.nurnow-main .map-section-image img {
    width: 1060px;
    height: auto;
    object-fit: contain;
}

.nurnow-main .schedule-section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 86px 0 0 0;
}

.nurnow-main .schedule-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1060px;
}

.nurnow-main .schedule-section-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.nurnow-main .schedule-section-header-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.nurnow-main .schedule-section-header-title h2 {
    font-family: "SF Pro Exp";
    font-size: 40px;
    font-weight: 650;
    line-height: 90%;
    text-transform: uppercase;
    color: #FFF;
}

.nurnow-main .schedule-section-header-title p {
    font-family: "SF Pro Display";
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
}

.nurnow-main .total-cities {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.nurnow-main .total-cities p {
    font-family: "SF Pro Exp";
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.nurnow-main .total-cities p:last-child {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.nurnow-main .schedule-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.nurnow-main .schedule-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #FFF;
    padding-top: 30px;
}

.nurnow-main .schedule-item-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 226px);
    gap: 30px;
}

.nurnow-main .schedule-city {
    width: 50%;
    font-family: "SF Pro Exp";
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -1.05px;
    text-transform: uppercase;
}

.nurnow-main .schedule-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.nurnow-main .schedule-dates {
    font-family: "SF Pro Display";
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
}

.nurnow-main .schedule-time, 
.nurnow-main .schedule-location {
    font-family: "SF Pro Display";
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.nurnow-main .schedule-ticket-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 74px;
    background-color: #B4F046;
    border-radius: 8px;
    font-family: "SF Pro Exp";
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.nurnow-main .artists-section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding-bottom: 86px;
}

.nurnow-main .artists-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1060px;
}

.nurnow-main .artists-section-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.nurnow-main .artists-section-header-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.nurnow-main .artists-section-header-title h2 {
    font-family: "SF Pro Exp";
    font-size: 40px;
    font-weight: 650;
    line-height: 90%;
    text-transform: uppercase;
    color: #FFF;
}

.nurnow-main .total-artists {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.nurnow-main .total-artists p {
    font-family: "SF Pro Exp";
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: auto;
    text-transform: uppercase;
}

.nurnow-main .total-artists p:last-child {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.nurnow-main .artists-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nurnow-main .artist-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
}

.nurnow-main .artist-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nurnow-main .artist-cover img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    border-radius: 8px;
}

.nurnow-main .artist-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 14px 20px 14px;
}

.nurnow-main .artist-info p.artist-country {
    font-family: "SF Pro Display";
    color: #000;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.nurnow-main .artist-info p.artist-nickname {
    font-family: "SF Pro Exp";
    color: #000;
    font-size: 9px;
    font-weight: 540;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.nurnow-main .artist-info p.artist-name {
    font-family: "SF Pro Exp";
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nurnow-main .artist-info p.artist-description {
    font-family: "SF Pro Display";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    text-transform: none;
}

.nurnow-main .nur-marquee.t2 {
    background-color: #FF3495;
    margin: 80px 0;
}

.nurnow-main .nur-marquee.t2 .nur-track .marquee-item  {
    margin-right: 130px;
}

.nurnow-main .nur-marquee.t2 .nur-track .marquee-item img {
    width: auto;
    height: 86px;
}

@media only screen and (max-width: 734px) {
    
    .nurnow-main {
        overflow: hidden;
    }

    .nurnow-main .main-section-content {
        padding: 0 20px;
        flex-direction: column;
        gap: 30px;
    }
    
    .nurnow-main .program-header-container {
        width: 100%;
        gap: 140px;
    }
    
    .nurnow-main .program-logo img {
        height: 40px;
    }
    
    .nurnow-main .program-title {
        width: 100%;
        gap: 30px;
    }
    
    .nurnow-main .program-title h2 {
        font-size: 26px;
        line-height: normal;
    }
    
    .nurnow-main .program-title h3 {
        font-size: 12px;
        line-height: 110%;
    }
    
    .nurnow-main .navigation-button.first {
        width: 100%;
        height: 70px;
        font-size: 20px;
    }

    .nurnow-main .exhibition-section-main {
        padding: 0 20px;
    }
    
    .nurnow-main .exhibition-section-content {
        width: 100%;
        padding: 280px 0 40px 0;
        background-image: url('theme-img/background_mesh_m.webp');
    }
    
    .nurnow-main .exhibition-section-title {
        margin-bottom: 30px;
    }
    
    .nurnow-main .exhibition-section-title h2 {
        font-size: 24px;
        z-index: 1;
    }
    
    .nurnow-main .exhibition-section-title h2::after {
        width: 8px;
        height: 8px;
        margin-left: 8px;
    }
    
    .nurnow-main .exhibition-section-description {
        width: 100%;
        margin-bottom: 20px;
        z-index: 1;
    }
    
    .nurnow-main .exhibition-section-description p {
        font-size: 12px;
        line-height: 110%;
    }
    
    .nurnow-main .exhibition-section-image {
        top: 5%;
        right: -15%;
        width: 400px;
    }
    
    .nurnow-main .map-section-content {
        width: 100%;
        min-height: 308px;
    }
    
    .nurnow-main .map-section-title {
        width: 100%;
    }
    
    .nurnow-main .map-section-title h2 {
        font-size: 13px;
    }
    
    .nurnow-main .map-section-image {
        position: absolute;
        width: 100%;
        height: 308px;
        z-index: 0;
    }
    
    .nurnow-main .map-section-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .nurnow-main .schedule-section-main {
        padding: 40px 20px 80px 20px;
    }
    
    .nurnow-main .schedule-section-content {
        width: 100%;
    }
    
    .nurnow-main .schedule-section-header {
        align-items: flex-start;
        margin-bottom: 14px;
    }
    
    .nurnow-main .schedule-section-header-title {
        gap: 20px;
    }
    
    .nurnow-main .schedule-section-header-title h2 {
        font-size: 26px;
    }
    
    .nurnow-main .schedule-section-header-title p {
        font-size: 12px;
    }
    
    .nurnow-main .total-cities {
        gap: 8px;
    }
    
    .nurnow-main .total-cities p {
        font-size: 34px;
    }
    
    .nurnow-main .total-cities p:last-child {
        font-size: 9px;
        line-height: normal;
    }
    
    .nurnow-main .schedule-items {
        gap: 16px;
    }
    
    .nurnow-main .schedule-item {
        padding-top: 20px;
    }
    
    .nurnow-main .schedule-item-container {
        flex-direction: column;
        width: calc(100% - 148px);
        gap: 14px;
    }
    
    .nurnow-main .schedule-city {
        width: 100%;
        font-size: 18px;
    }
    
    .nurnow-main .schedule-details {
        gap: 4px;
    }
    
    .nurnow-main .schedule-dates {
        font-size: 10px;
    }
    
    .nurnow-main .schedule-time, 
    .nurnow-main .schedule-location {
        font-size: 10px;
    }
    
    .nurnow-main .schedule-ticket-btn {
        width: 148px;
        height: 48px;
        font-size: 13px;
        line-height: normal;
    }

    .nurnow-main .artists-section-main {
        padding: 0 20px;
        padding-bottom: 40px;
    }
    
    .nurnow-main .artists-section-content {
        width: 100%;
    }
    
    .nurnow-main .artists-section-header {
        margin-bottom: 30px;
    }
    
    .nurnow-main .artists-section-header-title h2 {
        font-size: 26px;
    }
    
    .nurnow-main .total-artists {
        gap: 12px;
    }
    
    .nurnow-main .total-artists p {
        font-size: 34px;
    }
    
    .nurnow-main .total-artists p:last-child {
        font-size: 9px;
        line-height: normal;
    }
    
    .nurnow-main .artists-items {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .nurnow-main .artist-info p.artist-country {
        font-size: 10px;
    }
    
    .nurnow-main .artist-info p.artist-nickname {
        font-size: 10px;
    }
    
    .nurnow-main .artist-info p.artist-name {
        font-size: 18px;
    }
    
    .nurnow-main .artist-info p.artist-description {
        font-size: 12px;
    }

    .nurnow-main .nur-marquee.t2 {
        height: 46px;
        margin: 0 0 40px 0;
    }
    
    .nurnow-main .nur-marquee.t2 .nur-track .marquee-item  {
        font-size: 10px;
        margin-right: 60px;
    }
    
    .nurnow-main .nur-marquee.t2 .nur-track .marquee-item img {
        width: auto;
        height: 30px;
    }
}