
.main-area{
	padding-bottom: 46px;
}

/*=================
Hero Section
==================*/

.hero-section.style1 .hero-carousel{
	position: relative;
}
.hero-section.style1 .hero-carousel .book-item .image img{
	border-radius: 6px;
}
.hero-section.style1 .hero-carousel .content{
	padding: 15px 0 0;
}
.hero-section.style1 .hero-carousel .title{
	margin-bottom: 5px;
}
.hero-section.style1 .hero-carousel .owl-nav .owl-prev,
.hero-section.style1 .hero-carousel .owl-nav .owl-next{
	position: absolute;
	top: 38%;
	color: #fff;
	font-size: 24px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: var(--primary-color);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.hero-section.style1 .hero-carousel:hover .owl-nav .owl-prev,
.hero-section.style1 .hero-carousel:hover .owl-nav .owl-next{
	opacity: 1;
	visibility: visible;
}
.hero-section.style1 .hero-carousel .owl-nav .owl-prev{
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hero-section.style1 .hero-carousel .owl-nav .owl-next{
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Style Two */

.hero-section.style2 .hero-carousel{
	position: relative;
}
.hero-section.style2 .hero-carousel .book-item {
	padding: 15px;
	background-color: rgba(255, 0, 6, 0.06);
	border: 1px solid rgba(255, 83, 73, 0.5);
	border-radius: 5px;
}
.hero-section.style2 .hero-carousel .book-item .image img{
	border-radius: 6px;
}
.hero-section.style2 .hero-carousel .content{
	padding: 15px 0 0;
}
.hero-section.style2 .hero-carousel .title{
	margin-bottom: 5px;
}
.hero-section.style2 .hero-carousel .book-item .book-author{
    margin-bottom: 5px;
}
.hero-section.style2 .hero-carousel .owl-nav .owl-prev,
.hero-section.style2 .hero-carousel .owl-nav .owl-next{
	position: absolute;
	top: 38%;
	color: #fff;
	font-size: 24px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: var(--primary-color);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.hero-section.style2 .hero-carousel:hover .owl-nav .owl-prev,
.hero-section.style2 .hero-carousel:hover .owl-nav .owl-next{
	opacity: 1;
	visibility: visible;
}
.hero-section.style2 .hero-carousel .owl-nav .owl-prev{
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hero-section.style2 .hero-carousel .owl-nav .owl-next{
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*=================
Categories
==================*/

.category-area.style1{
	padding: 50px 0 80px;
}
.category-area.style1 .category-grid{
	background-color: rgba(255, 0, 6, 0.06);
	border: 1px solid rgba(255, 83, 73, 0.5);
	border-radius: 5px;
	padding: 50px;
}
.category-area.style1 .category-item{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: all 2s ease;
}
.category-area.style1 .category-item h1{
	position: relative;
	font-size: 50px;
}
.category-area.style1 .category-item h1 a {
    color: var(--primary-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.category-area.style1 .category-item:first-child{
	grid-column: 1/4;
}
.category-area.style1 .category-item:nth-child(2){
	grid-column: 4/6;
}
.category-area.style1 .category-item:nth-child(3){
	grid-column: 1/3;
}
.category-area.style1 .category-item:nth-child(4){
	grid-column: 3/6;
}

/* Style Two */

.category-area.style2{
	padding: 80px 0 80px;
}
.category-area.style2 .category-grid{
	background-color: rgba(255, 0, 6, 0.06);
	border: 1px solid rgba(255, 83, 73, 0.5);
	border-radius: 5px;
	padding: 50px;
}
.category-area.style2 .category-item{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: all 2s ease;
}
.category-area.style2 .category-item h1{
	position: relative;
	font-size: 50px;
}
.category-area.style2 .category-item h1 a {
    color: var(--primary-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.category-area.style2 .category-item:first-child{
	grid-column: 1/4;
}
.category-area.style2 .category-item:nth-child(2){
	grid-column: 4/6;
}
.category-area.style2 .category-item:nth-child(3){
	grid-column: 1/3;
}
.category-area.style2 .category-item:nth-child(4){
	grid-column: 3/6;
}

/*=================
Section Title
==================*/

.section-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid transparent;
	border-image: url(../images/border.png) 30 round;
	margin-bottom: 40px;
}
.section-title h1{
	margin: 10px 0 10px;
}
.section-title a{
	color: #7a7a7a;
	flex-shrink: 0;
}
.section-title a i{
	color: var(--primary-color);
}

/*=================
Popular Post
==================*/

.popular-post{
	padding-bottom: 25px;
}
.popular-post .popular-item{
	margin-bottom: 42px;
}
.popular-post .popular-item .content{
	padding: 15px 0 0;
}
.popular-post .popular-item .image img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.popular-post .popular-item .content .title{
	margin-bottom: 5px;
}
.popular-post .popular-item .content .book-author{
	margin-bottom: 5px;
}

/* Style Two */

.popular-post.style2 .popular-item{
    padding: 15px;
    background-color: rgba(255, 0, 6, 0.06);
    border: 1px solid rgba(255, 83, 73, 0.5);
    border-radius: 5px;
}

/*=================
Featured Post
==================*/

.featured-post{
	padding-bottom: 50px;
}
.featured-post .featured-item{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.featured-post .featured-item .image{
	margin-right: 30px;
	flex-shrink: 0;
}
.featured-post .featured-item .image img{
	height: 250px;
	width: 418px;
	object-fit: cover;
}
.featured-post .featured-item .content .category{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 7px;
}
.featured-post .featured-item .content .category li{
	margin-right: 10px;
}
.featured-post .featured-item .content .category a{
	color: var(--primary-color);
}
.featured-post .featured-item .title a{
	color: var(--title-color);
}
.featured-post .featured-item .title a:hover{
	color: var(--primary-color);
}
.featured-post .featured-item .rating{
	margin-bottom: 5px;
}
.featured-post .featured-item .rating i{
	color: #ffb300;
}
.featured-post .featured-item .post-meta span{
	margin-right: 10px;
}
.featured-post .featured-item .post-meta i{
	color: var(--primary-color);
	margin-right: 5px;
}

/*=================
Videos
==================*/

.videos{
	padding-bottom: 100px;
}
.large-video{
	position: relative;
	height: 450px;
	margin-bottom: 30px;
}
.large-video::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 40%, rgba(0,212,255,0) 100%);
}
.large-video .video-icon{
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 35%;
	left: 50%;
	transform: translate(-50%);
}
.large-video .content{
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 100%;
	padding: 0 50px 30px;
	text-align: center;
}
.large-video .post-meta{
	margin-bottom: 20px;
}
.large-video .post-meta span{
	color: #fff;
	margin-right: 15px;
}
.large-video .post-meta i{
	margin-right: 10px;
}
.large-video .title a{
	color: #fff;
	font-size: 30px;
}


.videos .small-video{
	position: relative;
	height: 150px;
}
.videos .small-video::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,212,255,0) 100%);
}
.videos .small-video .video-icon{
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 25px;
	height: 50px;
	width: 50px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 34%;
	left: 50%;
	transform: translate(-50%);
}