

.title_of_category{
    text-align: center;
    text-align: -webkit-center;
    margin-top: 30px;
    margin-bottom: 45px;
}

.title_of_category h3 span{
    font-size: 24px;
    background-color: #ffd300;
    color: #643c76;
    max-width: fit-content;
    padding-left: 10px;
    padding-right: 11px;
    font-family: 'Cairo', sans-serif !important;
}
.type_of_category{
    list-style: none;
    padding-bottom: 52px;
}
.type_of_category li{
display: inline-block;

}
.type_of_category li img{
    width: 150px;
}
.type_of_category li a {
    display: flex;
    align-items: center;
 
  }

  .type_of_category li a:before,
  .type_of_category li a:after {
    flex: 1;
    content: '';
    height: 5px;
    background: #703a78;
    width: 40px;
  }
  .type_of_category li:nth-child(even) a:after,
  .type_of_category li:nth-child(even) a::before
 {
    flex: 1;
    content: '';
    height: 5px;
    background: #703a78;
    width: 0px;
  }
 
  .first-category_type::before{
    flex: 0!important;
    content: '';
    height: 5px;
    background: #703a78;
    width: 0px!important;
  }
  .book-bg .bg{
      background-image: url('../img/book-about.png');
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-size: cover;
  }
  .title_of_category2 h3 span{
    font-size: 24px;
    background-color: #ffd300;
    color: #643c76;
    max-width: fit-content;
    padding-left: 10px;
    padding-right: 11px;
    font-family: 'Cairo', sans-serif !important;
}
p{
    font-family: 'Cairo', sans-serif !important;

}
 .paragraph_of_title{
    font-size: 14px;
    padding-top: 8px;
    
}
.mt-75{
    margin-top: 71px;
}
.category_of_one{
    font-size: 23px;
    font-family: 'Cairo', sans-serif !important;
    margin-top: 10px;
    color: #703a78;
    cursor: pointer;

}
.book-bg{
    padding: 0px!important;
}
.pr-143{
    
    padding-right: 143px;
}
/* modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content img{
    width: 150px;
  }
  .modal-content p{
    padding-top: 22px;
    /* padding: 22px 73px; */
    padding-right: 37px;
    padding-left: 37px;
    line-height: 2;
    text-align: right;
  }
  /* end modal */
@media (max-width: 768px) {
    .pr-143{
    
        padding-right: 0px;
    }
  }
  @media (max-width: 911px) {
    .type_of_category li a:before,
    .type_of_category li a:after {
      flex: 1;
      content: '';
      height: 1px;
      background: black;
      width: 0px;
    }
  }