body { margin:0; padding:0; }
a:hover { text-decoration:none; }


/* blog page css start*/
.mb--84 { margin-bottom:84px; }
.blog-row-gap-58 { row-gap:58px; }
.blog-page-wapper { position: relative; padding: 40px 0 40px 0; }
.blog-page-title { position: relative; margin-bottom: 40px; }
.blog-page-title h2 {
	color: #270719;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
}

.blog-page-top-card { position:relative; }
.blog-page-top-img { overflow: hidden; position: relative; height: 302px; border-radius: 15px; }
.blog-page-top-img a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
}
.blog-page-top-img a .blog-page-top-img {
	min-width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.blog-page-top-img span a {
	position: absolute;
	display: block;
	padding: 4px 8px;
	height: auto !important;
	border-radius: 8px;
	border: 1px solid #FF4451;
	background: #FF4451;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
.blog-page-top-text { position:relative; margin-top:27px; }
.blog-page-top-text h2 { margin:0; line-height:0; }
.blog-page-top-text h2 a {
	color: #141619;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: block;
	margin-bottom: 12px;
}
.blog-page-top-text ul { margin:0; padding:0; display:flex; flex-direction:row; align-items:center; gap:16px; }
.blog-page-top-text ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	position: relative;
	color:#141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.blog-page-top-text ul li:first-child:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 14px;
	background-color: #141619;
	border-radius: 100%;
}
.blog-page-top-text ul li a { color:#141619; }
.blog-page-top-text ul li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.blog-page-bottom-card { position:relative; }
.blog-page-bottom-img { overflow: hidden; position: relative; height: 137px; }
.blog-page-bottom-img a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
}
.blog-page-bottom-img a .blog-page-bottom-img {
	min-width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.blog-page-bottom-img span a {
	position: absolute;
	display: block;
	padding: 4px 8px;
	height: auto !important;
	border-radius: 8px;
	border: 1px solid #FF4451;
	background: #FF4451;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
.blog-page-bottom-text { position:relative; margin-top:16px; }
.blog-page-bottom-text h2 { margin:0; line-height:0; }
.blog-page-bottom-text h2 a {
	color:#141619;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: block;
	margin-bottom: 16px;
}
.blog-page-bottom-text ul { margin:0; padding:0; display:flex; flex-direction:row; align-items:center; gap:16px; }
.blog-page-bottom-text ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	position: relative;
	color: #141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.blog-page-bottom-text ul li:first-child:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 14px;
	background-color: #141619;
	border-radius: 100%;
}
.blog-page-bottom-text ul li a { color:#141619; }
.blog-page-bottom-text ul li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
/* blog page css end*/



@media(max-width:991px){
	.mb--84 { margin-bottom:40px; }
	.blog-row-gap-58 { row-gap:30px; }
	.blog-page-wapper { padding:40px 0 60px 0 }
	.blog-page-title { margin-bottom:30px; }
	.blog-page-top-img { height:200px; }
	.blog-page-bottom-img { height:200px; }

}
@media(max-width:767px){
	
}
