@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


/* 1. Long Width Screen (Desktops ≥ 1601px) */
@media screen and (min-width: 1601px) {
    /* LONG SCREEN LAYOUT CSS HERE */
}

/* 2. PC (1281px – 1600px) */
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    body, html {
        overflow: auto;
        margin:0px;
    }

    .page-wrapper {
        width: 100vw;
        height: 100vh;
        display: block;
        position: relative;
        background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 80%, rgba(28, 28, 30, 1) 100%);
    }

    .main-container {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .header-section {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-icon img {
        width: 50px;
        height: 50px;
    }

    .menu-icon {
        background: none;
        width: auto;
        height: auto;
        padding: 10px;
    }

    .menu-icon .menu-lines {
        display: none;
    }

    .menu-icon::before {
        content: 'MUSIC  TOUR  VIDEOS  ARCHIVE  LPU  STORE  ABOUT';
        font-size: 0.9rem;
        color: white;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.03em;
    }

    img.cover-image {
        height: 80vh;
        width: 80vh;
        position: absolute;
        right: 10%;
        top: 10%;
    }

    .info-container {
        position: absolute;
        top: 60%;
        left: 40px;
        transform: translateY(-50%);
        width: 320px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 20px;
        color: white;
    }

    .info-container .headline {
        font-size: 2rem;
        text-align: left;
    }

    .info-container .subheadline {
        text-align: left;
        font-size: 1rem;
        font-weight: 400;
        opacity: 0.8;
        margin-bottom: 20px;
    }

    .info-container .action-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .info-container .action-btn {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .action-buttons {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: flex;
        gap: 10px;
        z-index: 2;
    }

    .action-buttons .btn {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        cursor: pointer;
        min-width:100px;
    }

    .footer-section {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 15px 20px;
        font-size: 0.75rem;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom-right-radius: 30px;
    }

    .footer-section span {
        color: white;
    }

    .footer-section a {
        color: white;
        opacity: 0.8;
        margin-left: 12px;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1280px) {
    body, html {
        overflow: auto;
        margin:0px;
    }

    .page-wrapper {
        width: 100vw;
        height: 100vh;
        display: block;
        position: relative;
        background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 80%, rgba(28, 28, 30, 1) 100%);
    }

    .main-container {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .header-section {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-icon img {
        width: 50px;
        height: 50px;
    }

    .menu-icon {
        background: none;
        width: auto;
        height: auto;
        padding: 10px;
    }

    .menu-icon .menu-lines {
        display: none;
    }

    .menu-icon::before {
        content: 'MUSIC  TOUR  VIDEOS  ARCHIVE  LPU  STORE  ABOUT';
        font-size: 0.9rem;
        color: white;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.03em;
    }

    img.cover-image {
        height: 80vh;
        width: 80vh;
        position: absolute;
        right: 10%;
        top: 10%;
    }

    .info-container {
        position: absolute;
        top: 60%;
        left: 40px;
        transform: translateY(-50%);
        width: 320px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 20px;
        color: white;
    }

    .info-container .headline {
        font-size: 2rem;
        text-align: left;
    }

    .info-container .subheadline {
        text-align: left;
        font-size: 1rem;
        font-weight: 400;
        opacity: 0.8;
        margin-bottom: 20px;
    }

    .info-container .action-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .info-container .action-btn {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .action-buttons {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: flex;
        gap: 10px;
        z-index: 2;
    }

    .action-buttons .btn {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        cursor: pointer;
        min-width:100px;
    }

    .footer-section {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 15px 20px;
        font-size: 0.75rem;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom-right-radius: 30px;
    }

    .footer-section span {
        color: white;
    }

    .footer-section a {
        color: white;
        opacity: 0.8;
        margin-left: 12px;
    }
}


/* 4. Tablet Horizontal (769px – 1024px, landscape) */
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    /* TABLET HORIZONTAL CSS HERE */
}

/* 5. Tablet Vertical (769px – 1024px, portrait) */
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    /* TABLET VERTICAL CSS HERE */
}

/* 6. Mobile Horizontal (481px – 768px, landscape) */
@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    /* MOBILE HORIZONTAL CSS HERE */
}

/* 7. Mobile Vertical (0px – 480px, portrait) */
@media screen and (max-width: 480px) and (orientation: portrait) {
    body, html {
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
        background-color: #302629;
        max-width:100%;
        max-height:100%;
    }
    
    .page-wrapper {
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .main-container {
        position: relative;
        width:100%;
        max-width: 420px;
        height: 100vh;
        background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 80%, rgba(28, 28, 30, 1) 100%);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    
    .header-section {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }
    
    .logo-icon img {
        width: 40px;
        height: 40px;
    }
    
    .menu-icon {
        width: 40px;
        height: 40px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .menu-icon .menu-lines {
        width: 18px;
        height: 18px;
        background-image: url('/images/menu.svg'); /* Provide menu icon */
        background-size: cover;
    }
    
    .content-section {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    
    .cover-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 30px;
        position: absolute;
        bottom: 80px;
    }
    
    .action-buttons {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 2;
    }
    
    .action-buttons .btn {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 50px;
        font-weight: 500;
        cursor: pointer;
        font-size: 0.9rem;
    }
    
    .info-container {
        position: absolute;
        bottom: 130px;
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 15px;
        border-radius: 25px;
        text-align: center;
        z-index: 2;
    }
    
    .headline {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    
    .subheadline {
        font-size: 1rem;
        color: #fff;
        opacity: 0.8;
        margin-top: 5px;
    }
    
    .action-group {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    
    .action-btn {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        font-weight: 500;
        background: rgba(255,255,255,0.2);
        border: none;
        color: #fff;
        cursor: pointer;
    }
    
    .footer-section {
        position: absolute;
        bottom: 0;
        width: calc(100% - 20px);
        background-color: rgba(0,0,0,0.8);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 10px 10px 70px 10px;
        font-size: 0.7rem;
        display: flex;
        justify-content: center;
        gap: 10px;
        color: #fff;
        flex-wrap: wrap;
        z-index: 2;
    }
    
    .footer-section a {
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        font-size:0.8em;
    }
    
    .footer-section span {
        width: 100%;
        text-align: center;
    }
}

