

.blur {
     pointer-events: none;
    filter: blur(10px); 
    user-select: none;
}

.iconpopup{
    margin: 0 auto;
}
@keyframes popupFadeIn {
    0% {
        opacity: 0; 
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 1; 
        transform: translate(-50%, -50%) scale(1); 
    }
}

.popup {
    background: #1a1d24;
    border: 1px solid #2d323c;
    padding: 3rem 2.5rem;
    width: 750px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    opacity: 0;
    z-index: 100; 
    animation: popupFadeIn 0.5s forwards; 
}





.popup img {
    width: 80px;
    margin-bottom: 1.5rem;
}

.popup h2 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.popup p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #cbd5e1;
    line-height: 1.5;
}

.btn {
    display: block;
    margin: 0 auto;
    background: #21ad55;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 1rem;
}

.btn:hover {
    background: #16a34a;
}

.note {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #94a3b8;
}




@media (max-width: 767px) {
    .win1{
             pointer-events: none;
    filter: blur(10px); 
    user-select: none;
    }

    .bknnny{
          pointer-events: none;
    filter: blur(10px); 
    user-select: none;
    }
}