
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#030712;
    color:#fff;
}

.main-wrapper{
    min-height:100vh;
    /* background:
    radial-gradient(circle at top right,#0f234f 0%, #030712 40%, #000 100%); */
    padding:30px;
    background:url(assets/bg-bignew.jpeg) no-repeat ;
    background-size: cover ;
    background-attachment: fixed;
}

.topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
   /* margin-bottom:40px;*/
}

.brand-box{
    display:flex;
    align-items:center;
     /*background:rgba(255,255,255,.05);
    border:1px solid rgba(255,184,0,.2);
    padding:12px 20px; 
    border-radius:20px;*/
    backdrop-filter:blur(10px);
}

.brand-icon{
    width:50px;
    height:50px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffb800;
    font-size:24px;
}

.brand-box h5{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.brand-box p{
    margin:0;
    color:#ffb800;
}

.upl-logo{
    font-size:48px;
    font-weight:800;
    color:#fff;
}

.hero-content h1{
    font-size:72px;
    font-weight:800;
    line-height:1.1;
}

.hero-content h1 span{
    color:#ffb800;
}

.hero-content p{
    margin-top:20px;
    color:#d4d4d4;
    font-size:24px;
}

.award-list{
    margin-top:10px;
}

.award-card{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:10px;
    padding:10px;
    border-radius:24px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    transition:.4s;
    cursor:pointer;
}

.award-card:hover{
    transform:translateX(10px);
    border-color:#ffb800;
    box-shadow:0 0 40px rgba(255,184,0,.15);
}

.selectedcat {
    transform: translateX(10px);
    border-color: #ffb800;
    box-shadow: 0 0 40px rgba(255, 184, 0, .15);
}

.award-number{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:22px;
    background:linear-gradient(135deg,#ffb800,#ff7b00);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:800;
    color:#000;
}

.award-number.blue{
    background:linear-gradient(135deg,#0099ff,#003cff);
    color:#fff;
}

.award-number.purple{
    background:linear-gradient(135deg,#9b4dff,#5928ff);
    color:#fff;
}

.award-content h6{
    color:#ffb800;
    font-size:14px;
    text-transform:uppercase;
}

.award-content h3{
    font-size:16px;
    font-weight:500;
    margin:10px 0;
}

.nominees{
    color:#ddd;
}

.nominees i{
    color:#ffb800;
    margin-right:8px;
}

.arrow-btn{
    margin-left:auto;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#ffb800;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    font-size:18px;
    min-width: 55px;
    min-height: 55px;
}

.banner-section{
    text-align:center;
}

.banner-image{
    border-radius:30px;
    box-shadow:0 0 50px rgba(0,0,0,.5);
}

@media(max-width:992px){

    .hero-content{
        text-align:center;
    }

    .hero-content h1{
        font-size:52px;
    }

    .hero-content p{
        font-size:20px;
    }

    .topbar{
        /*flex-direction:column;*/
        gap:20px;
    }

    .banner-section{
        margin-top:40px;
    }
}

@media(max-width:768px){

    .main-wrapper{
        padding:20px;
    }

    .hero-content h1{
        font-size:38px;
    }

    .award-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .award-content h3{
        font-size:22px;
    }

    .arrow-btn{
        margin-left:0;
    }
}
.result_wraper{
    background-color: rgba(256,256,256,.9);
    padding: 18px;
    border-radius: 15px;
}
.result_wraper h3{
    color: #000;
}

.nav-tabs.result_button .nav-link.active{
   background: rgba(255, 184, 0, 0.7);
    color: #000;
}
.nav-tabs.result_button .nav-link{
    
     background: rgba(0, 0, 0, 0.7);
    color: #ffb800;
}
.result_button .nav-link{
    padding: 18px 0;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.result_button.nav-tabs{
    border: none;
}

.btn-upl {
    background: linear-gradient(135deg, #ffb300, #ff6f00);
    color: #000;
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 111, 0, 0.3);
}
