#mydarwing{
	position: relative;
	display: none;
	/* border: 1px solid black; */
	/* border-bottom-right-radius: 100px; */
	height: 100%;
	width: 100%;
	/* background-color: rgb(26, 123, 84); */
}
#wd>div{
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	border: 5px solid rgb(33, 166, 108);
	box-shadow: 4px 8px 8px 8px rgba(0, 0, 0, 0.5);
	margin-right: 40px;
	transform: translateY(-20px);
}
#wd>div>span{
	color: aliceblue;
	position: absolute;
	font-size: 32px;
	bottom: 0;
	letter-spacing: 5px;
}
#mydarwing img{
	user-select: none;
	width: 300px;
	
}
#d1{
	margin-left: 40px;
}
#d1>img{
	width: 400px;
}
#b6>img{
	width: 450px;
}
#wd{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 5px solid rgba(0, 0, 0, 0.3);
	background-color: rgb(20, 98, 66);
	width: 100%;
	height: 90%;
	overflow: auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
#wd::-webkit-scrollbar{
	display: none;
	transition: all 0.5s ease;
}
#tiltie{
	color: aliceblue;
	font-size: 30px;
	position: absolute;
	z-index: 10;
	top: 10px;
	letter-spacing: 5px;
	left: 50%;
	transform: translateX(-50%);
}
#under_dar{
	color: aliceblue;
	font-size: 14px;
	width: 100%;
	height: 10%;
	border: 1px solid black;
	background-color: rgba(9, 44, 29, 0.8);
	border-bottom-right-radius: 100px;
	padding: 3px 9px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#under_dar>span{
	letter-spacing: 5px;
	margin-left: 50px;
	border-bottom: 1px solid rgba(174, 193, 193, 0.6);
}



