/* Details Page Start */
.content-details-sindhi{
    display: flex;
    flex-direction:row-reverse;
    margin-top: 8rem;
    gap: 1.5rem;
}
.content-details .card{
    flex: 1 1 65rem;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin:auto;
}
.content-details .details{
    flex: 1 2 65rem;
}
.cardd {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    background-color: var(--bg);
    margin:.5%;
  }
  
  .cardd:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .cardd .container {
    padding: 2px 16px;
  }
.cimage{
    width:100%;
    height:25vh;
  }

/* Details Page End */
.container{
    margin: 2rem;
  }
  /* Column container */
  .row {  
    display: flex;
    flex-direction:row-reverse;
  }
  
  /* Create two unequal columns that sits next to each other */
  /* Image Container*/
  .image-container{
    flex: 40%;
  }
  /* Sidebar/left column */
  .side {
    display: flex;
    flex:100%;
    justify-content: flex-start;
    flex-direction:row-reverse;
    /* background-color: #D4D1D1; */
  }
  
  /* Main column */
  .main {
    flex: 50%;
  }
  .Recm-books{
    flex:100%;
    background-color: #D4D1D1;
    margin: 2rem;
    padding: 1.3rem;
  }
  .R-Heading{
    flex: 100%;
  }
  .left{
    float: left;
    margin: 1rem;
  }
  
  /* Fake image, just for this example */
  .fakeimg {
    background-color: #F2E7FF;
    flex: 33%;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
      max-width: 300px;
      margin:auto;
  }
  .about-book{
      flex:60%;
      padding : 20px;
      padding-top:0%;
  }

  /* Table */
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  
  th, td {
    text-align: right;
    padding: 8px;
  }

  tr:nth-child(even){background-color: #f2f2f2}

  .h3{
    font-size: 2rem;
    font-weight: bold;
  }
  .h4{
    font-size: 1.4rem;
    font-weight: bold;
  }
  .h5{
    font-size: 1.3rem;
  }
  .share{
    padding: 1rem;
  }
  .db{
    background-color: var(--grey);
    border-radius: .3rem;
    color: white;
    padding: .5rem 1.6rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  section{
    padding: 2rem 9%;
}
.heading{
    text-align: right;
    padding-bottom: 3rem;
    font-size: 4rem;
    color:var(--black);
}
.heading span{
    color:var(--yellow);
    border-radius: .5rem;
    background: var(--bg);
    padding: 0 1.5rem;
}
