﻿

/* Ebook AND author  START*/

.ebook-boxs
{
    width: 90%;
    width: 280px;
    height: 340px;
    margin: 15px;
    background: var(--clr1);
    border: 2px solid var(--clr1);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease;
    direction: rtl;
    box-shadow: .5px .5px 2px .5px #434343, 0 0 0 4.5px #c9c9c9, 0 0 0 6.5px #fff, 0 0 0 8px #787878, 1px 1px 16px #5d5d5d, 1px 1px 20px #5d5d5d;
}

.ebook_img
{
    width: 100%;
    height: 72%;
    margin: auto;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    place-items: center;
    border-radius: 0px;
}

.ebook_tit1
{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0px 0px 0px 7px;
    text-align: center;
    border-radius: 8px;
    
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Cairo' , 'Tahoma' , sans-serif;
}

.ebook_tit2
{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0px 0px 0px 7px;
    text-align: center;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Cairo' , 'Tahoma' , sans-serif;
}
.books-container {
    display: flex;
    flex-wrap: wrap;  
    gap: 20px;       
    justify-content: center; 
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

 
.book-card {
    background: #fff;
    
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    
     
    width: 220px; 
    box-sizing: border-box;
}

.book-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

 
@media (max-width: 768px) {
    .book-card {
        width: 90% !important;  
        margin: 0 auto;        
    }
}









.author-header-full1
{
    width: 100%;
    height: 45px;
    padding: 5px 0 5px 0;
    margin-top: -10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00008B;
    border: 2px solid #333399;
    gap: 11px;
    font-size: 11px;
    direction: ltr;
}

.Lauthor_namecss
{
    height:50px;
    font-size: 20px;
   display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #FFFFFF; 
    font-family: 'Cairo' , 'Tahoma' , sans-serif;
    unicode-bidi: isolate;
}






.author-descbox
{
    width: 98%;
    padding: 8px;
    
    font-size: 18px;
    font-weight: bold;
    color: #00008B;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}


.Lauthor_desc2
{
    width: 100%;
    padding: 12px;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00008B;
    border: 2px solid #3333CC;
    gap: 11px;
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'Cairo' , 'Tahoma' , sans-serif;
    font-weight: 400;
    direction: rtl;
    border-radius: 10px;
}

.Lauthor_name_CSS
{
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
}




.authorimg_page
{
    width: 200px;
    height: 250px;
    min-width: 200px;
    max-width: 600px;
    max-height: 300px;
    margin: 4px auto 21px auto;
    padding: 4px;
    display: block;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    place-items: center;
    border: 6px solid #333399;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 #528ecc;
    box-shadow: 0 1px 2px #eee, 0 2px 2px #e9e9e9, 0 3px 2px #ccc, 0 4px 2px #c9c9c9, 0 5px 2px #bbb, 0 6px 2px #b9b9b9, 0 7px 2px #999, 0 7px 2px rgba(0,0,0,.5), 0 7px 2px rgba(0,0,0,.1), 0 7px 2px rgba(0,0,0,.73), 0 3px 5px rgba(0,0,0,.3), 0 5px 10px rgba(0,0,0,.37), 0 10px 10px rgba(0,0,0,.1), 0 20px 20px rgba(0,0,0,.1);
}


.author-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
    color: #FFFFFF;
    font-size: 20px;
    color: #ffffff; 
    direction : ltr ; 
}
 
/* Ebook AND author  END*/ 