@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/* body{
    padding-right: 30px;
} */
.landing-container{
    width: 100%;
    padding-bottom: 8rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
}
.landing-heading{
    display: flex;
    gap: 6px;
    margin-top: 160px;
    margin-left: 17%;
    margin-right: 20%;
}
.landing-heading svg{
    flex-shrink: 1 ;
    z-index: 5;
    background-color: transparent;
    height: 136px;
}
.landing-heading svg:nth-last-child(1){
    margin-left: -24px;
    z-index: 1;
}
.landing-background{
    display: flex;
    width: 100%;
    position:absolute;
    z-index:1;
    flex-shrink: 1;
    padding-top: 10px;
    transform-origin: top left;
}
.landing-card1{
    width: 720px;
    height: 340px;
    background-color: transparent;
    position:relative;
    z-index:2;
    border:0.5px solid rgba(217, 217, 217, 1);
    border-radius:65px;
    margin-left: 5%;
    box-sizing: border-box;
}
.landing-card2{
    width: 240px;
    height: 170px;
    position:absolute;
    z-index:3;
    background-color: rgba(7, 12, 23, 1);
    border-top: 0.5px solid rgba(217, 217, 217, 1);
    border-left: 0.5px solid rgba(217, 217, 217, 1);
    border-top-left-radius: 65px;
    bottom:-1px;
    right:-2px;
    box-sizing: border-box;
}
.landing-card3{
    width: 720px;
    height: 340px;
    background-color: transparent;
    position:relative;
    z-index:1;
    border:0.5px solid rgba(217, 217, 217, 1);
    border-radius:65px;
    margin-top:85px;
    margin-left:-185px;
    box-sizing: border-box;
    margin-right: 10%;
}
.landing-card4{
    width: 240px;
    height: 170px;
    position:absolute;
    z-index:4;
    background-color: rgba(7, 12, 23, 1);
    border-bottom: 0.5px solid rgba(217, 217, 217, 1);
    border-right: 0.5px solid rgba(217, 217, 217, 1);
    border-bottom-right-radius: 65px;
    top:-1px;
    left:-2px;
    box-sizing: border-box;
    display: flex;
}
.landing-card3 .landing-union{
    display: inline-block;
    margin-left: 86%;
    margin-top: -7%;
    background: none;
    position: relative;
    z-index: 5;
}
.landing-union img{
    background: none;
    display: block;
}
.landing-card3 .landing-logo{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25%;
    background: none;
}
.landing-logo div{
    background: none;
}
.landing-logo div:first-child{
    margin-top: 3.9rem;
}
.landing-logo img{
    background: none;
    display: block;
}
.landing-para{
    order: 1;
    color: rgba(254, 251, 241, 1);
    margin-top: 100px;
    width: 30%;
    z-index: 999;
    position: relative;
    margin-left: 5%;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.landing-star{
    position: relative;
    margin-top: -6%;
    margin-left: 64%;
}
.landing-button{
    order: 2;
    z-index: 5;
    position: relative;
    margin-left: 40%;
    margin-right: 40%;
}
.register-now{
    text-decoration: none;
    box-sizing: border-box;
    padding: 14px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20.297px;
    border: 2.001px solid #070C17;
    background: #D9FE78;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.881px;
    color: #070C17;
}
.register-now:hover{
    box-shadow: 6.004px 4.003px 0px 0px #FEFBF1;
    cursor: pointer;
    scale: 1.05;
}

/* DISRUPT in mobile view */
.mobile-background{
    display: none;
}
.mobile-background{
   width: 100%;
   position:absolute;
   z-index:1;
   flex-wrap: wrap;
   flex-shrink: 1;
   margin-left: 5%;
   transform-origin: top left;
}

/* LANDING BAR */
.landing-bar{
    position: relative;
    z-index: 100;
    display: flex;
    flex-shrink: 1;
    color: white;
    justify-content: space-around;
    margin-top: 4%;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
}
.landing-b{
    display: flex;
    gap: 10px;
}
.landing-details{
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
}
.landing-details div:first-child{
    color: rgba(254, 251, 241, 1);
    font-weight: 600;
    font-size: clamp(2rem, 5vw, 3.125rem);
    line-height: 3rem;
}
.landing-details div:nth-child(2){
    color: #D9FE78;
    font-size: clamp(1rem, 3vw, 1.5625rem);
    font-weight: 600;
}

/* Tablet View */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
    .landing-container{
        justify-content: center;
    }
    .landing-heading{
        display: flex;
        gap: 3px;
        margin-top: 160px;
        margin-left: 17%;
        margin-right: 20%;
    }
    .landing-heading svg:nth-last-child(1){
        margin-left: -14px;
        z-index: 1;
    }
    .landing-button {
        order: 1;
        z-index: 5;
        position: absolute;
        margin-left: 40%;
        margin-right: 40%;
        top: 35%;
        left: -15%;
    }
    .landing-para {
        order: 2;
        color: rgba(254, 251, 241, 1);
        margin-top: 25rem;
        width: 50%;
        z-index: 999;
        margin-left: 25%;
        text-align: justify;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
    }
}

/* Mobile View */
@media(max-width:426px){
    .landing-background{
        display: none;
    }
    .landing-heading{
        display: none;
    }
    .mobile-background{
        display: flex;
    }
    .mobile-background img {
        width: 90%;
        height: 100%;
        object-fit: cover;
    }
    .mobile-background .landing-union{
        position: absolute;
        top: 5%;
        left: 82%;
    }
    .mobile-background .landing-green{
        position: absolute;
        top: 90%;
        left: 68%;
    }
    .mobile-background .landing-purple{
        position: absolute;
        top: 110%;
        left: 10%;
    }
    .mobile-background .star{
        position: absolute;
        top: -15%;
    }

    /* ✅ FIX: Keep landing bar horizontal */
    .landing-bar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 2rem;
        gap: 0.5rem;
        width: 100%;
        padding: 0.8rem;
    }
    .landing-b {
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
    .landing-b img,
    .landing-b svg {
        width: 20px;
        height: 20px;
    }
    .landing-details {
        align-items: flex-start;
    }
    .landing-details div:first-child {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .landing-details div:nth-child(2) {
        font-size: 0.7rem;
        color: #D9FE78;
        font-weight: 500;
    }
}
