.hero-banner{
    width: 100%;
    height: 80vh;
}

.col-6{
    width: 49%;
}

.detail-banner{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-banner{
    font-size: 40px;
}

.title-banner span{
    color: gold;
}

.detail-title > P{
    font-size: 18px;
    margin-top: 30px;
}

.btn-style{
    width: 150px;
    height: 45px;
    background-color: gold;
    color: white;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #4e4e4e;
}

.placeholder-white::placeholder{
    color: white !important;
}

.mt-5{
    margin-top: 90px;
}

.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my{
    row-gap: 30px;
}

.col-2{
    width: 20%;
}

.col-10{
    width: 78%;
}

.col-4{
    width: 28%;
}

.scal{
    transform: scale(1.25);
}

.three-book{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-three-book{
    width: 100%;
    height: 260px;
    overflow: hidden;
    border: 5px solid rgb(163, 163, 163);
}

.img-three-book > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.box-type-book{
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #363636;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.type-book{
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: darkblue;
    color: white;
}


.mt-2{
    margin-top: 50px;
}

.title{
    width: 230px;
    height: 50px;
    padding-left: 30px;
    background-color: rgb(19,112,184);
    color: white;
    line-height: 50px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 75% 100%, 0% 100%);
    /* clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
}



.book-link{
    padding: 10px 20px;
    background-color: #eeeeee;
    color: #363636;
    border-radius: 8px;
    transition: 0.5s;
}

.book-link:hover{
    background-color:#1372AA;
    color: #fff;
}

.d-flex{
    display: flex;
}

.justi-between{
    justify-content: space-between;
}

.aling-center{
    align-items: center;
}

.book-search{
    border-bottom: 1px solid #363636;
}

.book-search>input{
    width: 200px;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.book{
    padding: 20px 0;
    background-color: #ecf0fb;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.col-3{
    width: 23%;
}

.book-img{
    width: 60%;
    height: 250px;
    margin: auto;
    border: 1px solid #363636;
    overflow: hidden;
}

.book-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-book{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 10px;
}

.detail-book > h3{
    text-align: center;
    color: #363636;
}

.icon-rate-book{
    text-align: center;
    color: gold;
    font-size: 14px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 24px;
}

.donw{
    padding: 7px 30px;
    background-color: dodgerblue;
    margin: auto;
    border-radius: 5px;
    color: white;
}
