
/* =========================================
  GLOBAL GENERAL RULES
========================================= */
/* margin space */

.mar-sp-1{
    margin: 10px 0px;
}
.mar-sp-2{
    margin: 20px 0px;
}
.mar-sp-3{
    margin: 30px 0px;
}
.mar-sp-4{
    margin: 40px 0px;
}
.mar-sp-5{
    margin: 50px 0px;
}
.mar-sp-10{
    margin: 100px 0px;
}

/* padding space */

.pad-sp-1{
    padding: 10px 0px;
}
.pad-sp-2{
    padding: 20px 0px;
}
.pad-sp-3{
    padding: 30px 0px;
}
.pad-sp-4{
    padding: 40px 0px;
}
.pad-sp-5{
    padding: 50px 0px;
}

.pad-sp-10{
    padding: 100px 0px;
}



/* =========================================
   HERO VIDEO START
========================================= */

.hero-video {
    position: relative;

    width: 100%;
    height: 650px;

    overflow: hidden;

    isolation: isolate;
}



.hero-video-bg {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -3;
}



.hero-video-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.48) 40%,
            rgba(0, 0, 0, 0.18) 75%,
            rgba(0, 0, 0, 0.25) 100%
        );

    z-index: -2;
}



.hero-video-content {

    position: relative;

    z-index: 2;

    min-height: 620px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    /* max-width: 720px; */

    padding: 5rem 3.5rem;
}



.hero-eyebrow {

    margin-bottom: 0.5rem;

    color: var(--white);

    font-size: 1.15rem;

    font-weight: 400;

    letter-spacing: 0.01em;
}



   /* TITLE */


.hero-video h1 {

    margin: 0;

    color: var(--white);

    font-size: clamp(3.5rem, 5vw, 5.25rem);

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -0.04em;
}


   /* GRADIENT TEXT */


.hero-gradient-text {

    background: var(--brand-gradient);

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


/*    DESCRIPTION */

.hero-video-content p {

    max-width: 520px;

    margin: 0.5rem 0 0;

    color: rgba(255, 255, 255, 0.88);

    font-size: 1.05rem;

    line-height: 1.6;
}


   /* BUTTONS */


.hero-actions {

    display: flex;

    align-items: center;

    gap: 1rem;

    margin-top: 2rem;
}


.hero-actions .btn-primary {

    min-height: 46px;

    padding: 0.65rem 1.25rem;
}


/* Secondary button */

.hero-secondary-btn {

    min-height: 46px;

    display: inline-flex;

    align-items: center;

    gap: 0.5rem;

    padding: 0.65rem 1.1rem;

    color: var(--white);

    font-size: 0.9rem;

    font-weight: 500;

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: var(--radius-md);

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(5px);

    transition: all 0.2s ease;
}


.hero-secondary-btn:hover {

    color: var(--white);

    background: rgba(255, 255, 255, 0.16);

    border-color: rgba(255, 255, 255, 0.6);
}


.hero-secondary-btn i {

    font-size: 0.85rem;
}



   /* HERO VIDEO END */




/* =========================================
    WELCOME START
========================================= */


.text{
    object-fit:
    cover; z-index: 2;
    background-color: #000;
    padding: 20px 10px;
    /* margin: 50px; */
}


.typeSong{
    object-fit:
    cover; z-index: 2;
    background-color: #000;
    padding: 0px 10px;
    margin: 0px 10px;
}


.typeSong div{
    color: #fff;
}



/* WELCOME END */



.pad-sp-2 > p{
    color:#8f8f8f;
    margin-bottom: 0px;
}







/* =========================================
   UPCOMING SECTION START
========================================= */

.upcoming-sec {
    position: relative;

    width: 100%;
    height: 350px;

    overflow: hidden;

    isolation: isolate;

    color: #fff;
}


.upcoming-sec-bg {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -3;
}


.upcoming-sec-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.48) 40%,
            rgba(0, 0, 0, 0.18) 75%,
            rgba(0, 0, 0, 0.25) 100%
        );

    z-index: -2;
}


.upcoming-sec-content {

    position: relative;

    z-index: 2;

    min-height: 350px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    /* max-width: 720px; */

    /* padding: 5rem 3.5rem; */
}


.upcoming-sec-eyebrow {

    margin-bottom: 0.5rem;

    color: var(--white);

    font-size: 1.15rem;

    font-weight: 400;

    letter-spacing: 0.01em;
}


.upcoming-sec h1 {

    margin: 0;

    color: var(--white);

    font-size: clamp(2.5rem, 4vw, 4.25rem);

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -0.04em;
}


/* UPCOMING SECTION END */

/* =========================================
   LOGIN SECTION
========================================= */

.login-sec{
    text-align: center;
    background-color: #efeaea;

}