.popup-new{
    width:300px;
    background-color:rgb(192, 59, 59);
    border-radius:25px;
    left:50%;
    top:80%;
    position: absolute;
    transform:translate(-50%,-50%) scale(1);
    box-shadow: 0px 0px 5px black;
    visibility: visible;
    transition: transform 0.4s , left  0.4s;
    height: 140px;
}

.popup-new-open{
    z-index: 10;
    width: 350px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%) scale(1);
    box-shadow: 0px 0px 5px black;
    visibility: visible;
    transition: transform 0.4s , left  0.4s;
    height: 440px;
    box-shadow: 10px 0px 10px 0px #bfc0c152;

}


.head-new-2{
    text-align: center;
    font-weight: bolder;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 10px rgb(11, 11, 12);

}

