@font-face {
    font-family: yekan;
    src: url(../fonts/B_Yekan/Yekan.ttf);
  }
  @font-face {
    font-family: vaz;
    src: url(../fonts/Vazirmatn-VariableFont_wght.ttf);
  }
  
  * {
    direction: rtl;
    font-family: vaz;
  }
  body{
    background-color: rgb(255, 255, 255);
  }
  
  #main {
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #header {
    width: 100%;
    height: 25%;
    position: fixed;
    z-index: 2;
  }
  #body {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    margin-bottom: auto;
  }
  #footer {
    width: 100%;
    height: 25%;
    margin-top: auto;
    background-color: #5800ff;
    float: right;
  }
  #right_side_section {
    width: 40%;
    height: 80%;
    float: right;
    margin: 5%;
  }
  #left_side_section {
    width: 40%;
    height: 60%;
    float: left;
    margin: 5%;
  }
  
  /*******************/
  #first_left_sc_crd {
    width: 45%;
    height: 100%;
    margin: auto;
    box-shadow: 30px 20px 30px #888888;
    position: relative;
    top: 30px;
  }
  
  /*********************/
  #second_right_sc_crd {
    width: 45%;
    height: 100%;
    margin: auto;
  }
  #first_right_sc_crd {
    width: 45%;
    height: 100%;
    margin: auto;
  }
  #second_left_sc_crd {
    width: 45%;
    height: 100%;
    margin: auto;
  }
  #first_text_bd {
    margin: 0%;
    padding: 2%;
    color: #000000;
    font-size: 150%;
  }
  #menu_login_friend {
    margin-top: 6%;
    position: relative;
    left: 9%;
  }
  .vertical-menu {
    width: 300%; /* Set a width if you like */
    display: none;
    flex-direction: column;
    position: relative;
    left: 2%;
    height: 0px;
    /* visibility: hidden; */
    margin-top: 2%;
    font-size: 12px;
    font-weight: bold;
    z-index: 400px;
  }
  
  .vertical-menu a {
    background-color: #ffffff; /* Grey background color */
    color: rgb(99, 99, 99); /* Black text color */
    display: flex; /* Make the links appear below each other */
    padding: 7px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid rgb(151, 151, 151);
    align-items: center;
  
  }
  #navbar_main {
    background-color: #5800ff;
  }
  #navbar_main li a {
    color: #000000;
  }
  #head_li {
    color: #000000;
  }
  .card-body {
    background-color: #000000;
    color: #ffffff;
  }
  .copy_wr_footer {
    color: #ffffff;
  }
  #left_main_page_posts{
      width: 95%;
  }
  #right_main_page_posts{
    width: 5%;
    float: right;
  }
  #login_form{
    padding: 6%;
    position: relative;
    padding-top: 12%;
  }
  #sign_up_form{
    padding: 12%;
    padding-top: 45%;
  }
  #tot_about_us {
    width: 90%;
    height: 90%;
    margin: 10%;
  }
  #right_about_us {
    width: 45%;
    float: right;
  }
  #left_about_us {
    width: 45%;
    float: left;
  }
  #img_left_about_us{
    width: 70%;
  }
  #icon_media_link {
  text-decoration: none;
  text-transform: none;
  }
  #pagination {
    height: 10%;
    width: 100%;
    float: right;
    padding-top: 5%;
  }
  #posts_present {
    height: 70%;
    width: 100%;
    float: right;
  }
  #broaching {
    width: 100%;
    height: 15%;
    float: right;
    padding-top: 5%;
  }
  #link_card {
    list-style: none;
    text-decoration: none;
    text-transform: none;
  }