.top-posts {
	border-top: 1px solid black;
	position: relative;
}
.top-posts:before {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #96BC90;
	position: absolute;
	top: -59px;
	right: 41px;
	filter: drop-shadow(0 0 66px #96BC90);
	border-radius: 50%;
	box-shadow: 0 0px 84px 51px #96BC90;
	z-index: 0;
}
.top-posts .top-wrap {
	max-width: 1322px;
	margin: 0 auto;
}
.top-posts .top-wrap .title-flex {
	display: flex;
	justify-content: space-between;
	margin: 57px auto 30px;
	width: 94%;
}
.top-posts .top-wrap .title-flex h3 {
	margin: 0;
	width: 107px;
	line-height: 23px;
	font-size: 19px;
	font-family: 'termina';
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-weight: 500;
}
.top-posts .top-wrap .title-flex ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	font-size: 9px;
	text-transform: uppercase;
	font-family: 'termina';
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 0.08rem;
	justify-content: flex-end;
	margin-top: -16px;
}
.top-posts .top-wrap .title-flex ul li.active {
	border: 1px solid black;
}
.top-posts .top-wrap .title-flex ul li:hover{
	border: 1px solid black;
	cursor: pointer;
}
.top-posts .top-wrap .title-flex ul li.active:after {
	content: "";
	display: block;
	width: 1px;
	height: 39px;
	background: black;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
}
.top-posts .top-wrap .title-flex ul li {
	width: 138px;
	text-align: center;
	height: 54px;
	border:none;
	border-radius: 50%;
	padding: 14px 20px;
	position: relative;
	transition: all 0.5s;
}
.all-top-posts li {
	display: none;
}
.all-top-posts li.active {
	display: block;
	border: 1px solid black;
	padding: 75px 40px 50px;
	position: relative;
}
.all-top-posts li .flex {
	display: flex;
	justify-content: space-between;
}
.all-top-posts li .flex .left {
	width: 49.1%;
}
.all-top-posts li .flex .highlights {
	display: flex;
	justify-content: space-between;
}
.all-top-posts li .flex .highlights article {
	width: 283px;
	height: 425px;
	position: relative;
}
.all-top-posts li .flex .highlights article img {
	width: 100%;
	height: 100%;
}
.all-top-posts li .flex .highlights article .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	background: rgba(242, 221, 131, 0.75);
	height: 100%;
	transition: all 0.5s;
}
.all-top-posts li.clicked-4 .flex .highlights article .hover, .all-top-posts li.clicked-7 .flex .highlights article .hover  {
	    background: rgba(150, 188, 144, 0.5);
}
.all-top-posts li.clicked-3 .flex .highlights article .hover, .all-top-posts li.clicked-8 .flex .highlights article .hover{
	    background: rgba(244, 130, 106, 0.58);
}
.all-top-posts li.clicked-2 .flex .highlights article .hover{
	    background: rgba(247, 246, 242, 0.84);
}
.all-top-posts li.clicked-5 .flex .highlights article .hover{
	    background: rgba(245, 239, 232, 0.76);
}
.all-top-posts li .flex .highlights article:hover .hover {
	opacity: 1;
}
.all-top-posts li .flex .highlights article .hover .border {
	width: 248px;
	height: 325px;
	border: 1px solid #1C1011;
	border-radius: 50%;
	padding: 0 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
}
.all-top-posts li .flex .highlights article .hover .border h2 {
	margin: 0;
	font-size: 30px;
	line-height: 32px;
}
.all-top-posts li .flex .highlights article .hover .border .rmore {
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'termina';
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin-top: 10px;
	display: block;
}
.all-top-posts li .flex .highlights article .hover .border .rmore img {
	width: 20px;
	height: auto;
	margin: 0 auto;
}
.all-top-posts li .flex .right {
	width: 46%;
	position: relative;
	height: 425px;
	display: table;
	padding-right: 2.5%;
}
.all-top-posts li .flex .right .button {
	width: 148px;
	height: 52px;
	border: 1px solid #96BC90;
	border-radius: 50%;
	color: #96BC90;
	text-decoration: none;
	text-align: center;
	margin: 20px auto 0;
	font-family: 'termina';
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.07rem;
	padding: 13px 20px;
}
.all-top-posts li .flex .right .button:hover {
	background: #96BC90;
	color: white;
}
.all-top-posts li .flex .right .features {
	border-top: 1px solid #707070;
}
.all-top-posts li .flex .right h2 {
	font-size: 52px;
	text-transform: capitalize;
	margin: 0 0 35px;
}
.all-top-posts li .flex .right .features article {
	border-bottom: 1px solid #707070;
	padding: 13px 0;
}
.all-top-posts li .icon {
	position: absolute;
	top: 0;
	right: 10%;
	height: 100%;
	object-fit: contain;
}
.all-top-posts li .flex .right .features article h2 {
	font-family: 'termina';
	font-size: 17px;
	line-height: 22px;
	background-image: url(../../assets/icons/utility/next-arrow.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding-right: 30px;
	background-position: right top;
	background-size: 30px;
	margin: 0;
	letter-spacing: 0.05rem;
}
.all-top-posts li .flex .right .features article a {
	color:black;
	text-decoration: none;
}
@media all and (max-width:1320px) {
	.top-posts .top-wrap {
		max-width: 1200px;
		margin: 0 auto;
	}
	.top-posts .top-wrap .title-flex ul li {
		width:124px;
		padding: 14px 14px;
	}
	.all-top-posts li.active {
		padding: 75px 16px 50px;
	}
	.all-top-posts li .flex .left {
		width: 51.1%;
	}
}
@media all and (max-width:1280px) {
	.top-posts .top-wrap {
		max-width: 1000px;
		margin: 0 auto;
	}
	.all-top-posts li .flex .right {
		width:44%;
	}
	.all-top-posts li .flex .right h2 {
		font-size:35px;
	}
	.all-top-posts li .flex .left {
		width: 52.1%;
	}
	.all-top-posts li .flex .highlights article {
		width: 48%;
		height: 366px;
		position: relative;
	}
	.all-top-posts li .flex .highlights article .hover .border {
		width:223px;
	}
	.top-posts .top-wrap .title-flex ul li {
		width: 103px;
		padding: 14px 8px;
		font-size: 8px;
	}
}
@media all and (max-width:1080px) {
	.top-posts .top-wrap {
		max-width: 700px;
		margin: 0 auto;
	}
	.top-posts .top-wrap .title-flex {
		width: 100%;
		display: block;
	}
	.top-posts .top-wrap .title-flex ul {
		width: 100%;
		justify-content: center;
	}
	.top-posts .top-wrap .title-flex ul li.active:after {
		display: none;
	}
	.top-posts .top-wrap .title-flex h3 {
		margin: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	.top-posts .top-wrap .title-flex ul li {
		width: 147px;
		padding: 14px 25px;
		font-size: 9px;
	}
	.top-posts .top-wrap .title-flex {
		margin: 57px auto 10px;
	}
	.all-top-posts li .flex {
		display: block;
	}
	.all-top-posts li .flex .left {
		width: 100%;
	}
	.all-top-posts li .flex .right {
		width: 100%;
		position: initial;
		height: auto;
		padding: 30px 0 0;
	}
	.all-top-posts li.active {
		padding: 75px 16px 17px;
	}
	.all-top-posts li .icon {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		object-fit: contain;
		opacity: 0.7;
	}
	.all-top-posts li .flex .right h2.main-title{
		position: absolute;
		top: 28px;
		text-align: center;
		width: 100%;
		left: 0;
	}
}

@media all and (max-width:768px) {
	.top-posts .top-wrap {
		max-width: 500px;
		margin: 0 auto;
	}
}
@media all and (max-width:550px) {
	.top-posts .top-wrap .title-flex {
		margin: 27px auto 10px;
	}
	.top-posts .top-wrap {
		max-width: 94%;
		margin: 0 auto;
	}
	.top-posts:before {
		right:0;
	}
	.all-top-posts li .flex .highlights {
	display: block;
	}
	.all-top-posts li .flex .highlights article {
		width: 100%;
		height: 366px;
		position: relative;
		margin: 0 auto 20px;
	}
}
