.poster-img{
    width: 100%;
}

/*============== BLog details  page css Start  */
.Post_baner {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2.65px;
	text-transform: uppercase;
	margin: 19px 0 33px;
	display: block;
}

.post-meta {
	display: flex;
	gap: 50px;
	margin-bottom: 34px;
	font-size: 14px;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.44px;
}
.meta-item {
	color: var(--text-white);
	font-family: 'Helvetica Neue', sans-serif;
}

/* Overall wrapper for the content */
.content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.text-content {
	width: 60%;
	padding-right: 40px;
}

.post_details {
	width: 100%;
	padding: 52px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
}
.post_details h3 {
	font-family: "Instrument Serif";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 83.333%;
	letter-spacing: 0.07px;
	margin-bottom: 23px;
	margin-top: 70px;
}
.post_details p {
	font-size: 20px;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: -0.449px;
	margin-bottom: 20px;
}
.post_details li {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: -0.449px;
}
.post_details ul {
	margin-left: 32px;
	margin-top: -5px;
}
.post_details h3:first-child {
	margin-top: 55px;
}


/* Image container for product image */
.image-container {
	width: 33%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.image-container img {
	max-width: 100%;
	height: auto;
	border-radius: 35px;
}

/* Top and bottom borders */
.post_details::before,
.post_details::after {
	content: '';
	position: absolute;
	top: 0;
	left: -5%;
	width: 110%;
	height: 1px;
	background-color: #333; /* Border color */
}

.post_details:last-child::after {
	bottom: 0;
	top: auto;
}
.post_cont_sec {
	overflow: hidden;
}


.poster-img {
	max-width: 100%;
}

/**Typeo CSS End**/
.video-custom {
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}

.video-custom .poster-img {
	display: block;
	border-radius: 35px;
}

.video-custom video {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 35px;
	object-fit: cover;
}

.video-custom .play-btn, .video-custom .pause-btn {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 3;
	cursor: pointer;
	transition: 0.5s all;
	overflow: hidden;
	border-radius: 999px;
	border: 1px solid #E85B03;
	background: rgb(255 255 255 / 29%);
	backdrop-filter: blur(4px);
}

.video-custom .pause-btn {
	display: none;
}

.video-custom .play-btn i {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 22px solid;
	border-left-color: #fdfdfdbd;
	border-right: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	transform: matrix(1, 0, 0, 1, 2, 0);
}

.pause-btn i {
	position: absolute;
	left: -3px;
	right: 0px;
	bottom: 0px;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 24px;
	flex-flow: row wrap;	

}

.pause-btn i:before {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #fdfdfdbd;
	display: inline-block;
}

.pause-btn i:after {
	content: '';
	width: 4px;
	height: 100%;
	margin-left: 8px;
	background-color: #fdfdfdbd;
	display: inline-block;
}

.playvideo .video-custom img {
	opacity: 0;
}

.playvideo .video-custom video {
	opacity: 1;
}

.video-custom .vplay {
	display: none;
}

.video-custom:hover .vplay + .pause-btn {
	display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
	display: none;
}

.sound-ctrl {
	position: absolute;
	z-index: 2;
	right: 14px;
	bottom: 5px;
	cursor: pointer;
}

.sound-ctrl .on-button {
	display: none;
}

.sound-ctrl img {
	opacity: 0;
}

.sound-ctrl .off-button, .sound-ctrl .on-button {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
	background-color: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	cursor: pointer;
}

.soundctrlshow .on-button {
	display: block;
}

.soundctrlshow .off-button {
	display: none;
}

.playvideo .video-custom .sound-ctrl img {
	opacity: 1;
}

.soundctrlshow .on-button:before {
	content: '';
	position: absolute;
	left: 12px;
	top: -5px;
	z-index: 10;
	width: 3px;
	height: 32px;
	background-color: #fff;
	transform: rotate(45deg);
}
.post_video {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.post_video:after { 
	content: '';
	position: absolute;
	bottom: 0;
	left: -5%;
	width: 110%;
	height: 1px;
	background-color: #333;
}
/***Volume Control***/
@media(max-width:800px) {
	.video-custom {
		width: calc(100% - 0px);
	}

}



/* Responsive Design */
@media (max-width: 1440px) {
	.post_details h3{
		font-size: 42px;
	}
	.post_details p {
		font-size: 18px;
	}
	.post_details h3:first-child {
		margin-top: 0;
	}
}
@media (max-width: 1366px) {
	.text-content{
		width: 68%;
	}
}
@media (max-width: 1024px) {
	.text-content {
		width: 75%;
	}
	.post_details{
		padding: 50px 0;
	}
	.post_details h3 {
		font-size: 38px;
		margin-bottom: 8px;
		margin-top: 50px;
	}
	.post_details ul { 
		margin-top: 0;
	}
	.post_details li {
		font-size: 18px;
		line-height: 158.5%;
	}
	.video-custom .play-btn, .video-custom .pause-btn {
		width: 60px;
		height: 60px;
	}
	.video-custom .play-btn i{
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 16px solid;
		border-left-color: #fdfdfdbd;
	}
	.pause-btn i{
		height: 18px;
		left: 5px;
	}
	.pause-btn i:before {
		width: 3px;
	}
	.pause-btn i:after {
		width: 3px;
		height: 100%;
		margin-left: 6px;
	}	
	.post_video { 
		padding-bottom: 70px;
	}
}
@media (max-width: 768px) {
	.Post_baner{
		margin: 15px 0 23px;
	}
	.post-meta{
		margin-bottom: 25px;
	}
	.content-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.post_details h3 {
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 30px;
	} 
	.post_details p {
		font-size: 16px;
		line-height: 133.5%;    
		margin-bottom: 12px;
	}
	.post_details li{
		font-size: 16px;
		line-height: 133.5%;
		margin-bottom: 3px;
	}
	.text-content {
		width: 100%;
	}
	.text-content {
		width: 100%;
		padding-right: 0;
	}
	.image-container {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}
	.post_video { 
		padding-bottom: 50px;
	}
}
/*============== BLog details  page css Start  */
