
:root {
    --primary-gold: #d4af37;
    --dark-maroon: #800000;
    --bright-gold: #ffcc00;
    --dark-brown: #2e0c00;
}

/* =========================================
   Global & Layout
   ========================================= */
body {
    overflow-y: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('images/welcome/bg-welcome.jpg');
    background-position: center;
    margin: 0;
    padding: 20px;
    font-family: "Teko", sans-serif;
    color: var(--dark-brown);
}

.poster-container {
    max-width: 550px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.rise-up-main {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}


/* =========================================
   Banners & Ribbons
   ========================================= */
.purpose-banner {
    margin-top: -40px;
    position: relative;
}

.purpose-banner .img-ribbon {
    height: auto;
    position: absolute;
    left: -65%;
    top: 85px;
    z-index: -1;
    transform: rotate(350deg);
}

.purpose-banner .img-ribbon2 {
    height: auto;
    position: absolute;
    left: 65%;
    top: 10px;
    z-index: -1;
    transform: rotateY(160deg);
}

.bottom-ribbon {
    text-align: center;
}

.bottom-ribbon img {
    padding-bottom: 50px;
    padding-top: 30px;
    max-width: 75%;
}



/* =========================================
   Event Details
   ========================================= */
.event-details {
    margin-top: -10px;
}

.event-details h2 {
    font-weight: 800;
    color: var(--dark-brown);
    letter-spacing: 1px;
    font-size: clamp(28px, 6vw, 45px);
    animation: glow 1s ease-in-out infinite alternate;
    line-height: 1.1;
}

.event-details .event-location {
    font-size: clamp(18px, 4vw, 26px);
    color: var(--dark-brown);
    line-height: 1.2;
}

.event-details svg {
    fill: var(--dark-brown);
    margin-right: 6px;
    margin-bottom: 4px;
}

/* =========================================
   Registration Card
   ========================================= */
.reg-card {
    position: relative;
    padding: 18px;
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
}

.register-btn {
    padding-top: 30px;
}

.reg-card .bg-register-details {
    color: var(--dark-brown);
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 10px rgb(246 246 246 / 95%);
    left: 50%;
    transform: translate(-50%);
    top: 0px;
    width: 466px;
    height: 311px;
    margin: auto;
}

.reg-fee {
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 700;
    color: var(--dark-brown);
    margin: 0;
    line-height: 1.2;
}

.price-text {
    font-size: clamp(40px, 8vw, 55px);
    font-weight: 900;
    color: var(--dark-brown);
    margin: 0;
    line-height: 1;
}

.reg-fee-desc {
    font-size: clamp(20px, 3.5vw, 24px);
    font-weight: 400;
    color: var(--dark-brown);
    margin: 0;
    line-height: 1.2;
}

.reg-price {
    font-size: clamp(20px, 4vw, 30px);
    color: var(--dark-brown);
    margin: 0;
    line-height: 1.2;
    padding: 25px 65px 0;
}

/* =========================================
   Buttons
   ========================================= */
.btn-register {
    background: linear-gradient(45deg, #c10f20, #5a0000);
    color: white;
    border: none;
    padding: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: clamp(16px, 4vw, 25px);
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: var(--bright-gold);
}

/* =========================================
   Backgrounds & Overlay
   ========================================= */
.background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -4;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    background-image: url('images/welcome/light-overlay.png');
}

.background-overlay.one {
    top: -43%;
    right: -32%;
}

.background-overlay.two {
    top: -39%;
    left: -17%;
}
.background-overlay.three {
    top: 22%;
    left: -17%;
}
.background-overlay.four {
    top: 22%;
    left: 27%;
}

.backgrounds .curtain1 {
    position: absolute;
    top: -19%;
    z-index: -2;
    left: -2%;
    max-width: 768px;
}

.backgrounds .curtain2 {
    position: absolute;
    bottom: -18%;
    z-index: -2;
    right: 0;
    max-width: 768px;
}

.backgrounds .glare-medium1 {
    position: absolute;
    top: 0;
    right: 19%;
    opacity: 0.9;
    z-index: -2;
    mix-blend-mode: screen;
}
.glare1{
    position: absolute;
    top: 0%;
    right: -14.5%;
    opacity: 1;
    z-index: 1;
    mix-blend-mode: screen;
    animation: pulse 3s ease-in-out infinite;
}

.glare2{
   position: absolute;
    bottom: 35%;
    right: 57.5%;
    opacity: 1;
    z-index: 1;
    mix-blend-mode: screen;
    animation: pulse 3s ease-in-out infinite;
}
.glare3{
   position: absolute;
    bottom: -104%;
    right: 77.5%;
    opacity: 1;
    z-index: -2;
    mix-blend-mode: screen;
    animation: pulse 3s ease-in-out infinite;
}
.glare4{
    position: absolute;
    bottom: -69%;
    right: -73%;
    opacity: 1;
    z-index: -1;
    mix-blend-mode: screen;
    animation: pulse 3s ease-in-out infinite;
}

.hard-light {
    mix-blend-mode: screen;
    position: absolute;
    animation: pulse 3s ease-in-out infinite;
}

.hard-light.one {
    top: 3%;
    left: -20%;
}

.hard-light.two {
    top: 35%;
    left: 20%;
}

.colove-logo {
     max-width: 80px;
}

/* =========================================
   Animations
   ========================================= */
@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff;
    }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* =========================================
   Media Queries
   ========================================= */
/* Mobile Devices (Portrait) */
@media only screen and (max-width: 576px) {
    .purpose-banner {
        margin-top: -20px;
        position: relative;
    }
    .purpose-banner .img-ribbon {
        left: -60%;
        top: 43px;
    }
    .purpose-banner .img-ribbon2 {
        left: 60%;
        top: 0px;
    }

    .reg-card {
        padding: 20px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .reg-card .bg-register-details {
        top: 0;
        height: 100%;
        object-fit: fill;
    }

    .reg-price {
        padding: 16px 10px 0;
    } 

    .event-location svg {
        display: none;
    }

    .bottom-ribbon img {
        padding-bottom: 25px;
        padding-top: 23px;
        max-width: 100%;
    }
    .register-btn {
        padding-top: 0;
    }

    .event-details {
        margin-top: 0;
    }

    .backgrounds .curtain1,
    .backgrounds .curtain2 {
        width: 50%;
        display: none;
    }
    
    .background-overlay {
        top: 0;
        right: 0;
    }

    .colove-logo{
        max-width: 40px;
    }
}

/* Tablet Devices */
@media only screen and (min-width: 577px) and (max-width: 992px) {
    .background-overlay.two {
        top: -39%;
        left: 8%;
    }
    .background-overlay.three {
        top: 22%;
        left: 0;
    }

    .purpose-banner .img-ribbon {
        left: -60%;
    }
    
    .purpose-banner .img-ribbon2 {
        left: 60%;
    }

 .backgrounds .curtain1,
    .backgrounds .curtain2 {
        display: none;
    }
    
}