body, html{
    font-family: Parastoo, Yekan, Arial;
}

@font-face {
 font-family: 'Parastoo';
 src: url('Parastoo.ttf')  format('truetype');
}

.css-3d-text {
    text-align: center;
    direction: rtl;
    font-size: 54px;
    color: #0762ff;
    font-family: "Parastoo", Yekan, Arial;
    text-shadow: 0px 0px 0 rgb(1,92,249),
                0px 1px 0 rgb(-4,87,244),
                0px 2px 0 rgb(-10,81,238),
                0px 3px 0 rgb(-16,75,232),
                0px 4px 0 rgb(-22,69,226),
                0px 5px 0 rgb(-27,64,221),
                0px 6px 0 rgb(-33,58,215),
                0px 7px 0 rgb(-39,52,209),
                0px 8px 0 rgb(-45,46,203),
                0px 9px 0 rgb(-50,41,198),
                0px 10px 0 rgb(-56,35,192),
                0px 11px 0 rgb(-62,29,186),
                0px 12px  0 rgb(-68,23,180),
                0px 13px 12px rgba(0,0,0,1),
                0px 13px 1px rgba(0,0,0,0.5),
                0px 0px 12px rgba(0,0,0,.2);
 }

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 2px black solid;
    text-align: center;
    direction: rtl;
    outline: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .panel {
    padding: 0 18px;
    background-color: gray;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .panel p {
      margin-bottom: 10px;
      margin-left: 3px;
      margin-right: 3px;
      /* overflow-x: hidden;
      overflow-y: scroll; */
      text-align: justify;
      direction: rtl;
      justify-content: right;
      line-height: 30px;
      font-size: 1.1rem;
  }