.popup{display:none;position:fixed;z-index:99999;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}
.model-popup{transform:translate(-50%,-50%);left:50%;top:56%;position:absolute;border-radius:8px;text-align:center;z-index:999;}
.popup button{display:block;margin:0 0 20px auto;font-size:22px;color:#fff;background:#e50129;border-radius:100%;width:24px;height:24px;line-height:23px;border:none;outline:none;font-weight:500;cursor:pointer;position:absolute;right:-17px;top:-13px;}
.popup img.image-popup{height:500px;width:500px;object-fit:cover;}
.popup h2{margin-top:-20px;}
.popup p{font-size:14px;text-align:justify;margin:20px 0;line-height:25px;}
.popup a{display:block;width:150px;position:relative;margin:10px auto;text-align:center;background-color:#0f72e5;border-radius:20px;color:#ffffff;text-decoration:none;padding:8px 0;}
@media only screen and (max-width:700px){.popup img.image-popup{height:200px;width:200px;object-fit:cover;}
.popup button{right:-7px;top:-15px;}
}