:root {
    --main_color: rgb(128, 21, 53);
    --main_color_light: rgb(255, 0, 51);
    --main_color_opacity: rgba(138, 21, 56, 0.5);
    --main_color_black:  #00081f;
}

@font-face {
    font-family: Amiri-Regular;
    src: url('Amiri-Regular.ttf');
  }

p {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

#text {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 2px 20px 0 rgb(0 0 0 / 30%);
    width: 100%;
    padding: 20px;
    /*white-space: pre-wrap;*/
    /*text-align: justify;*/
    border-radius: 5px;
    direction: rtl;
    margin: 0 0 20px 0;
    font-size: 18px !important;
    word-wrap: break-word;
    line-height: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  /*#text p, #text h1, #text li p, #text span, #text ol {
    /*font-size: 18px;*/
    /*font-family: 'Times New Roman', Times, serif !important;
    font-weight: 400;
    /*line-height: 21px;*/
  /*}
  
  #text:hover, #text:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.60);
  }*/

#footer {
    background-color:var(--main_color);
    color:rgb(255, 255, 255);
    margin-top:30px;
    padding-top:30px;
}

#nav_color {
    background-color: var(--main_color)!important;
}

#post_border {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 2px 20px 0 rgb(0 0 0 / 30%);
}

#post_border:hover, #post_border:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.60);
}

#post_footer {
    padding: 10px !important;
}

#post_title {
    text-align: center;
    font-weight: bold;
}

#tags li a {
    background-color: var(--main_color) !important;
    color: white !important;
}

#tag_in_img {
    background-color: var(--main_color);
}

#post-meta-inner span, #post-meta-inner span a {
    color: var(--main_color) !important;
}



/****** contact *******/


  #contact_input input, #contact_input textarea, #contact_input2 input, #contact_input2 textarea, #select_option select, #input input,#input textarea {
    border: white solid 3px;
}

#contact_input input:hover, #contact_input input:focus, #contact_input textarea:hover, #contact_input textarea:focus,#contact_input2 input:hover, #contact_input2 input:focus, #contact_input2 textarea:hover, #contact_input2 textarea:focus,#select_option:hover, #select_option:focus, #input input:hover, #input input:focus, #input textarea:hover, #input textarea:focus {
    background-color: white;
    box-shadow: 0px 0px 20px var(--main_color_light);
    color: white;
    border: white solid 1px;
    font-weight: bolder;
}

#footer2{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
}

/******contact *****/