.dvn-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.6);
}



.dvn-photocard-preview {
	padding: 15px;
	top: 45px;
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 40px;
	border-radius: 20px, 20px, 20px, 20px;
}
.dvn-popup-content {
	background-image: url("https://jatiyokhobor.com/wp-content/uploads/2026/06/jatiyokhobor-niva-1.png"); !important;
	margin: 8% auto;
	padding: 20px;
	border-radius: 20px;
	border-color:#000000;
	width: 800px;
	height: 715px;
	text-align: center;
	position: relative;
}



.dvn-title {
	font-size: 35px;
	font-weight: 900;
	line-height: normal;
	margin: 5px 0px 1px 10px;
	color: rgb(255, 255, 255);
}


.dvn-close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 23px;
	cursor: pointer;
}

.dvn-photocard-header {
	display: flex;
	font-weight: bolder;
	justify-content: space-between;
	align-items: center;
	margin: 12px;
}



.dvn-logo {
    max-height: 800px;
}



.dvn-featured-img img {
    top:20px;
	max-width: 100%;
	height: 450px;
	padding-bottom: 40px;
}



