* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	background-color: #e1dfdb;
}

.home {
	background-image: url("../images/home__bg.jpeg");
	background-repeat: no-repeat;
    background-size: 100% 200%;
    background-position: center;
}

.worksMobile__down {
	font-size: 14px;
	padding: 0px 5px;
}

.worksMobile__up {
	font-size: 14px;
	padding: 0px 5px;
}

.writer {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 40px 0px 0px 0px;
	padding-bottom: 100px;

}

.writer__name {
	border: 6px solid white;
	padding: 40px 10%;
	font-size: 40px;
	font-weight: 500;
	color: white;
}

.books {
	background-color: #e1dfdb;
}

.bookList {
	width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.book {
	padding: 30px 80px;
	cursor: pointer;
}

.book__name {
	text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
	height: 70px;
	display: flex;
    flex-direction: column;
}

.book__name a{
	color: #000;
}

.book__image {
	width: 250px;
}

.book__image img {
	width: 100%;
}

.stories {
	background-color: #e1dfdb;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.stories__wrap {
	border-top: 2px solid #bfbeba;
	width: 80%;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.story {
	width: auto;
    padding: 0px 50px;
    max-width: 500px;
    min-width: 350px;
	text-align: justify;
}

.story__title {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
	padding-bottom: 10px;
}

.story__title a{
	color: #000;
}

.story__desc a{
	color: #000;
	line-height: 1.4;
}

.footer {
	padding: 20px 0px;
	background-color: #000;
}

.books__slider {
	display: flex;
	align-items: center;
}

.books__slider i {
	font-size: 35px;
	cursor: pointer;
}


.book__subTitle {
	font-size: 16px;
}

.hidden {
	display: none !important;
}

.works {
	position: relative;
}

.works i{
	font-size: 14px;
}

.subMenu {
	position: absolute;
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
}

.subMenu__item {
	padding: 5px 0px;
}

.search {
	position: relative;
}

.searchInput {
	position: absolute;
	right: 35px;
	height: 35px;
	bottom: -6px;
	width: 240px;
	border-radius: 5px;
    border: none;
	padding-left: 15px;
}

.bookImage {
	width: 250px;
	height: 320px;
}
.slider {
	display: flex;
}










/* media */

@media (max-width: 1400px) {
	.book {
		padding: 30px 55px;
	}
}


@media (max-width: 1200px) {
	.writer__name {
		font-size: 30px;
	}

	.book3 {
		display: none;
	}
}

@media (max-width: 1024px) {
	.writer__name {
		font-size: 30px;
	}

	.book {
		padding: 30px 20px;
	}

	.book__image {
		width: 200px;
		margin: 0 auto;
	}

	.book__name {
		font-size: 18px;
	}


	.book__image img{
		height: 260px;
	}
}

@media (max-width: 768px) {
	.writer__name {
		font-size: 20px;
		padding: 25px 10%;
	}

	.book2 {
		display: none;
	}

	.menu__item {
		display: none;
	}
	
	.book__name {
		height: 60px;
	}
	
	.search {
		display: block;
	}

	.mobile__menu {
		display: inline-block;
		font-size: 16px;
		padding-right: 10px;
		cursor: pointer;
	}

	.story2 {
		display: none;
	}
}

@media (max-width: 480px) {
	.book__image {
		width: 200px;
	}

	.writer__name {
		padding: 25px 0%;
	}

	.story {
		min-width: 300px;
	}

	.writer__name {
		padding: 20px;
	}

}
