  body { background: #fff; font-family: Arial, sans-serif; }

    /* LOGO */
    .logo span.live {
        background: #e30613;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 26px;
        margin-right: 5px;
    }
    .logo img
    {
        width:230px;
    }
    .logo span.contest {
        background: linear-gradient(90deg,#ff0000,#ff7a00,#ffeb00,#00c300,#00b4ff,#9200ff);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 40px;
        font-weight: 700;
    }

    /* UPLOAD */
    .upload-right {
        display: flex; justify-content: center; align-items: center;
        background: #fff;
        text-align: right; height: 300px;
    }
    .upload-right .title { font-size: 40px;
    font-weight: 800;
    color: #ff007b; }
    .upload-right .sub { font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center; }

    /* WINNER */
    .winner-left-box {
        background: #7126a8;
        color: #fff;
        padding: 40px 30px;
        min-height: 260px;
        border-radius: 6px;
        text-align:center;
        transition: 0.3s;
    }
    .btn
    {
       text-align: center;
    margin-top: 10px !important;
    display: block;
    width: 60%;
    margin: auto;
    }
    .winn
    {
        font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7126a8;
    }
    .border img
    {
           border-radius:10px;
    }
    #picSlider .carousel-item {
            transition: transform 0.8s ease-in-out;
    }
    .border
    {
        border-radius:10px;
    }
    .winner-left-box h2 {
        font-size: 32px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .circle-btn {
        width: 70px; height: 70px;
        border-radius: 50%; border: 3px solid #222;
        display: flex; justify-content: center; align-items: center;
        font-size: 24px; font-weight: 700;
        cursor: pointer; transition: 0.3s;
    }
    .circle-btn.active {
        background: #7126a8; color: #fff; border-color: #7126a8;
        transform: scale(1.1);
    }

    /* WHATSAPP */
    .whatsapp-card {
        background: #25d366; color: #fff;
        padding: 40px 10px;
        text-align: center; border-radius: 6px;
        font-size: 22px; font-weight: bold;
    }
    
    
    
     .gradient-border {
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(90deg,
        #c471ed, 
        #f7797d, 
        #fbd786, 
        #a8e063, 
        #67d0e8
    );
}

.gradient-border .inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
#picSlider .carousel-item img {
    border-radius: 12px;
}



@media (min-width: 320px) and (max-width: 480px)
{
    .upload-right
    {
        height:auto !important;
    }
    .upload-right .title {
    font-size: 28px;
    }
    .winner-left-box h2
    {
        font-size:24px;
    }
    .col-xs-6
    {
        width:50%;
    }
    .logo img {
    width: 185px;
}
}
