.sub-header {
	min-height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(88, 94, 204, .336), rgba(143, 148, 251, .336)), url(blogs.avif);
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	border: 2px solid #000
}

.fa-heart-o,
.icons .fa {
	color: #f44366
}

.sub-header nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center
}

.sub-header nav img {
	width: 120px;
	transition: .3s;
	background: #ffffff7c;
	border-radius: 100%
}

.sub-header nav img:hover {
	opacity: .7;
	filter: brightness(.8);
	cursor: pointer
}

.sub-header .nav-links {
	flex: 1;
	text-align: right
}

.sub-header .nav-links ul {
	margin: 0;
	padding: 0
}

.sub-header .nav-links ul li {
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
	transition: transform .3s, color .3s
}

.sub-header .nav-links ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 500;
	transition: .5s ease-out
}

.sub-header .nav-links ul li:hover {
	transform: rotateX(30deg) scale(1.15)
}

.sub-header .nav-links ul li a:hover {
	color: #c6df3a
}

.sub-header h1 {
	text-align: center;
	margin-top: 100px;
	font-size: 2.5rem;
	font-family: sans-serif
}

.section-divider {
	border: none;
	height: 3px;
	background: linear-gradient(#fff, #000, #fff);
	margin: 0
}

.blog-content {
	width: 80%;
	margin: auto;
	padding: 60px 0
}

.blog-left img,
.footer {
	width: 100%
}

.blog-content .row {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	align-items: flex-start
}

.blog-left {
	flex: 1 1 70%;
	min-width: 0
}

.blog-left h2 {
	color: #222;
	font-weight: 600;
	margin: 30px 0
}

.blog-left p {
	color: #999;
	padding: 0
}

.blog-right {
	flex: 0 0 250px;
	max-width: 250px;
	margin-left: 40px
}

.blog-right h3 {
	background: #f44366;
	color: #fff;
	margin-left: 4px;
	padding: 7px 0;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 20px
}

.blog-right div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	padding: 8px;
	box-sizing: border-box
}

.comment-box {
	border: 1px solid #ccc;
	margin: 50px 0;
	padding: 10px 20px
}

.comment-box h3 {
	text-align: left
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	box-sizing: border-box;
	border: none;
	outline: 0;
	background: #f0f0f0;
	resize: none
}

.comment-form button {
	margin: 10px 0
}

.footer {
	text-align: center;
	padding: 30px 0
}

.footer f4 {
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 600
}

.icons .fa {
	margin: 0 13px;
	cursor: pointer;
	padding: 18px 0
}