body{
  overflow-x: hidden;
}
.eTitleHolder{
    display: block;
    background-color: rgba(0, 0, 0, .5);
    bottom: 50px;
    min-height: 60px;
}

/* ======================================= video player =========================================== */
.mainVideo{
  
}




 /* ============================== footer =================================== */

 #wave-footer{
    background-color: #17222b;
  }
   .mainFooter{
    background-color: #ecf0f1;
    width: 100%;
    height: auto;
   }
   .navar{
    color: #ebf0f4;
    width: 100%;
    height: auto;
    background-color: #00196b;
   }
   .mainFooter p, .mainFooter li, .mainFooter a{
    /* font-family: "BBC-Qalam-bold"; */
    font-size: 12px;
    font-family: "vazirR";

   }
   .bottomNav p{  
    color: crimson;
   }
   .rightSideFooter p{
    font-family: "vazirR";
   }
footer h4
{
  font-family: var(--ff-primary-Bold);
  font-size: .85rem;
  color: black;
}
    /* ============================================================================== */


    /* ================================= text font =================================== */
    #matnContainer p{
      font-family: 'vazirR';
    }
    #matnContainer img{
      /* width: 100%; */
    }
