.wrapper {
	margin-top: 20px;
	margin-left: 10px;
}

.search-box {
	width: 100%;
	height: 20px;
	position: relative;
	float: left;
}

.input {
	position: absolute;
	top: 7px;
	left: 20px;
	box-sizing: border-box;
	width: 0px;
	height: 45px;
	border: 1px solid #c22f03;
	border-radius: 50px;
	padding: 0 20px;
	outline: none;
	font-size: 18px;
	color: white;
	transition: all 0.8s ease;
	background: #001628;
}

.input.active {
	width: 280px;
}

.search-btn {
	position: absolute;
	height: 65px;
	width: 65px;
	background: #001628;
	border-radius: 50px;
	top: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
	line-height: 65px;
	font-size: 20px;
	transition: all 0.8s ease;
	color: #FF8905;
	border: 1px solid #c22f03;
}

.search-btn.animate {
	transform: rotate(-350deg);
}

.bookcontainer {
	position: relative;
	width: 50%;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #001628;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
	margin-top: 0px;
	margin-left: 0px;
	transition: .5s ease;
	border-top-left-radius: 35px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-color: #FF8905;
}
.bookcontainer:hover .overlay {
	width: 100%;
}

.text {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: right !important;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 5px;
}

.author {
	background: blanchedalmond;
	height: 1005;
	width: 100%;
	/* margin-top: -10xp; */
}

.author img {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	float: right;
	shape-outside: circle();
	padding: 65px;
}

.author h1 {
	color: brown;
	position: absolute;
	top: 370px;
	right: 90px;
	margin-top: 5px;
}

.note-ar {
	/* margin-left: 0px; */
	color: black;
	/* margin-top:120px; */
	padding: 20px;
	text-align: justify;
}


@media (min-width: 1264px){
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1350px !important;
    margin: 0 auto;
  }
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1350px !important;
  }
}
