.blog-list-section {
	padding: 200px 0 100px;
	display: block;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 70% !important;
}
.container {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.content-title h1 {
	color: var(--Black-02, #2E2E2E);
	text-align: center;
	font-family: 'Poppins Bold';
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 85px;
	margin-bottom: 35px;
}
.blog-search {
	width: 100%;
	max-width: 387px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 50px;
}
.blog-search .search-btn {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-search input {
	border-radius: 8px;
	border: 1px solid  #D0D5DD;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	width: 100%;
	padding: 13px 14px 11px 42px;
	outline: none;
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	height: auto;
}
.blog-search input::placeholder {
	opacity: 1;
	color: #667085;
}
.blog-filter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}
.blog-filter-row select {
	display: inline-block;
	width: auto;
	border-radius: 8px;
	background: #E8E8FF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 14px 8px;
	color: #344054;
	font-family: 'Poppins Bold';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	height: auto;
	margin: 0;
}
.blog-filter-row ul {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 8px;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}
.blog-filter-row ul li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.blog-filter-row ul li {
	position: relative;
	display: flex;
	color: #7776EC;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	border-radius: 20px;
	padding: 9px 12px;
	outline: none;
	cursor: pointer;
}
.blog-filter-row ul li a {
	color: #7776EC;
}
.blog-filter-row ul li.active {
	background-color:	#ECECFD;
	color: #7776EC;
}
.blog-filter-row ul li:hover {
	color: #00D7BD;
}
.blog-list-row .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	gap: 40px 0;
}
.blog-list-row .row .col-12 {
	width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
}
.blog-post {
	border-radius: 25px;
	background: #FFF;
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
.blog-post-img {
	position: relative;
	display: flex;
	width: 100%;
	padding-bottom: 53%;
}
.blog-post-img img {
	width: 100%;
	border-radius: 25px 25px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-post-info {
	position: relative;
	display: flex;
	padding: 18px 22px 24px;
	flex-direction: column;
}
.post-cat {
	position: relative;
	display: flex;
	color: #6B61C7;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.28px;
	margin-bottom: 12px;
	font-family: 'Poppins Medium';
}
.blog-post-info h3 {
	display: flex;
	gap: 16px;
	color: #101828;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 12px;
	font-family: 'Poppins Medium';
	align-items: flex-start;
	justify-content: space-between;
}
.blog-post-info h3 a {
	text-decoration: none;
	color: #101828;
}
.blog-post-info h3 a:hover {
	color: #6B61C7;
}
.post-arrow {
	position: relative;
	display: flex;
	width: 24px;
	min-width: 24px;
}
.blog-post-info p {
	color: #667085;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
}
.blog-post-auther p {
	color: #101828;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.blog-post-auther p a {
	color: #101828;
	text-decoration: underline;
}
.blog-post-auther p span {
	display: block;
	color: #667085;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; 
}
.pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 150px 0 0;
	border-top: 1px solid #EAECF0;
	padding-top: 20px;
	width: 100%;
}
.pagination::after, 
.pagination::before {
	display: none;
}
.pagination a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #667085;
	font-family: 'Poppins Medium';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
.pagination a img {
	width: 20px;
}
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.pagination ul li {
	display: flex;
	padding: 0;
	margin: 0;
	color: #2E2E2E;
	text-align: center;
	font-family: 'Poppins Medium';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
.pagination ul li span,
.pagination ul li a {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a:hover, .pagination button:hover,
.pagination ul li a:hover {
	background-color: transparent;
}
.pagination ul li a.active {
	border-radius: 8px;
background: rgba(119, 118, 236, 0.30);
	color: #6B61C7;
}
.video-title-info {
	display: block;
	max-width: 740px;
	text-align: center; 
	margin: -30px auto 65px; 
}
.blog-filter-row.video-filter {
	justify-content: center;
	margin-bottom: 40px;
}
.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color:#30DDC1;
	border-radius: 50%;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
}
.play-btn:hover {
	background-color: #7776EC;
}
.play-btn:after {
	content: '';
	display: flex;
	border-left: 35px solid #ffffff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin-left: 7px;
	margin-top: 2px;
}
.video-list .post-cat {
	margin-bottom: 0;
	font-weight: 700;
	font-family: 'Poppins Bold';
}
.post-date {
	position: relative;
	display: flex;
	color: #6B61C7;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.28px;
	margin-bottom: 0px;
	font-family: 'Poppins Medium';
}
.video-list .blog-post-info {
	padding: 15px 14px 19px 14px;
}
.video-list .blog-post-info h3 {
	margin-bottom: 0;
}
.video-list .blog-post-info a {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
	width: 100%;
}
.post-detail-section {
	padding: 115px 0 100px;
	display: block;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 70% !important;
}
.back-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: #30DDC1;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 30px;
}
.post-detail-title {
	position: relative;
	padding-left: 100px;
	max-width: 935px;
	margin-bottom: 50px;
}
.post-detail-title .post-cat {
	color: #7776EC;
	font-family: 'Poppins Medium';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-detail-title h1 {
	color: #2E2E2E;
	font-family: 'Poppins Medium';
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 53px; 
	text-transform: capitalize;
	margin-bottom: 22px;
}
.post-detail-title .blog-post-auther p {
	color: #101828;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
}
.post-detail-title .blog-post-auther p span {
	display: inline-block;
}
.post-detail-title .blog-post-auther p span:before {
	position: relative;
	display: inline-flex;
	content: '';
	margin: 0 10px;
	width: 2px;
	height: 26px;
	background-image: linear-gradient(#9747FF,#30DDC1);
	vertical-align: middle;
}
.post-detail-title .blog-post-auther p a {
	color: #7776EC;
	text-decoration: underline;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-decoration-line: underline;
}
.jq-selectbox__select {
	border: 0px solid #e5e5ee;
	height: 50px;
	width: 100%;
	padding: 0 14px;
	border-radius: 8px;
	background: #E8E8FF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.jq-selectbox__select-text {
	color: #344054;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	width: 100% !important;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 14px;
	height: 10px;
	color: #8d99ae;
	transform: translateY(-50%);
}
.jq-selectbox__trigger-arrow:before {
	content: '';
	display: flex;
	width: 14px;
	height: 8px;
	background: url(https://ai4.io/dev/wp-content/uploads/sites/64/2023/12/angle-down.svg) no-repeat center;
	background-size: contain;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #fff;
}
.blog-filter-row .jq-selectbox ul {
	margin: 0;
	display: block;
	padding: 0px;
	background-color: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 8px;
}
.blog-filter-row .jq-selectbox ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px 0 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #344054;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: inherit;
}
.jq-selectbox {
	min-width: 150px;
}
.post-detail {
	display: flex;
	gap: 35px;
	align-items: flex-start;
	position: relative;
}
.post-share {
	position: sticky;
	left: 0;
	top: 124px;
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-top: 7px;
}
.post-share label {
	color: #7776EC;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-share ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 14px;
}
.post-share ul li {
	display: flex;
	padding: 0;
	margin: 0;
}
.post-share ul li a {
	width: 38px;
	display: flex;
}
.post-share ul li:nth-child(3) a {
	width: 38px;
	height: 38px;
	background-color: rgba(119, 118, 236, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.post-share ul li:nth-child(3) a img {
	width: 22px;
}
.post-detail-info {
	max-width: 835px;
}
.post-detail-info p {
	color: #000;
	font-family: 'NotoSans Regular';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.post-detail-info h3 {
	color: #000;
	font-family: 'NotoSans Bold';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.latest-post-section {
	padding: 90px 0;
	background-color: #2E2E2E;
}
.latest-post-section .content-title {
	text-align: center;
	margin-bottom: 50px;
}
.latest-post-section .content-title h2 {
	color: #FBFBFB;
	text-align: center;
	font-family: 'Poppins Bold';
	font-size: 70px;
	font-style: normal;
	font-weight: 600;
	line-height: 85px; 
}
.btn-outer.center-align {
	text-align: center;
	margin-top: 40px;
}
.vide-btn {
	border-radius: 25px;
	border: 2px solid #7776EC;
	display: inline-flex;
	padding: 11px 26px;
	color: #7776EC;
	text-align: center;
	font-family: 'Poppins Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8px;
	transition: all 0.3s ease-out;
}
.vide-btn:hover {
	color: #ffffff;
	background-color: #30DDC1;
	border-color: #30DDC1;
}
.blog-filter-row.video-filter ul.category-for-desktop li {
	padding: 9px 40px;
}