.main{
    font-family: 'Gothic A1', sans-serif;

}
.welcome-reader{
font-size: 24px;
}

.carousel {
    margin: 30px 0;
    background: #ccc;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.carousel:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    height: 60px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    border-radius: 100px / 20px;
}

.carousel .item {
    text-align: center;
    overflow: hidden;
    height: 475px;
}

.carousel .item img {
    max-width: 100%;
    margin: 0 auto;
}

.banner-image {
    height: 60vh !important;
    width: 100% !important;
    border-radius: 15px;
    object-fit: cover;
    object-position: 25% 25%; 


}

.carousel .carousel-control {
    width: 50px;
    height: 50px;
    background: #000;
    margin: auto 0;
    opacity: 0.8;
}

.carousel .carousel-control:hover {
    opacity: 0.9;
}

.carousel .carousel-control i {
    font-size: 41px;
}

.carousel-caption h3,
.carousel-caption p {
    color: #fff;
    display: inline-block;
    text-shadow: none;
    margin-bottom: 20px;
}

.carousel-caption h3 {
    background: #465C3A;
    padding: 12px 24px;
    font-size: 40px;
    text-transform: uppercase;
}

.carousel-caption p {
    background: #465C3A;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 300;

}

.carousel-action {
    padding: 10px 0 30px;
}

.carousel-action .btn {
    min-height: 34px;
    border-radius: 0;
    margin: 3px;
    min-width: 150px;
    text-transform: uppercase;
}

.carousel-action .btn-primary {
    border-color: #000;
    background: none;
    color: #000;
}

.carousel-action .btn-primary:hover {
    background: #000;
    color: #fff;
}

.carousel-action .btn-success {
    background: #465C3A;
    border: none;
}

.carousel-action .btn-success:hover {
    background: #465C3A;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 1px 6px;
}

.carousel-indicators li {
    background: transparent;
    border: 1px solid #fff;
}

.carousel-indicators li.active {
    background: #465C3A;
    border-color: #465C3A;
}
.book-summaryContainer{
    margin-top: 50px;
    background-color: #a7ae7f;
    padding: 20px;
    
}
.for-you{
    font-family: 'Gothic A1', sans-serif;
    margin-top: 50px;

}
.parts{
    padding-top: 5px;
}

.ongoing{
    background-color: #DBAD30;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
}
.read-buttonStyle{
        margin-right: 100px;

}
.read-button{
    border-radius: 25px;
    background-color:#465C3A ;
    padding: 5px 15px;
    border-radius:20px;
    color: #f0f0f2;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    margin-right: 100px;
}
.read-button:hover {
    color: #f0f0f2;
    background-color: #DBAD30;

}
.book-summary p{
margin-top: 10px;
}
.new_hot{
    margin-top: 50px;
}