/*all*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: "vz", Tahoma, sans-serif;
  }
  @font-face {
    font-family: "vz";
    src: url("fonts/Vazirmatn-Bold.ttf") format("ttf");
    src: url("fonts/Vazirmatn-Bold.eot") format("eot");
    src: url("fonts/Vazirmatn-Bold.woff") format("woff");
    src: url("fonts/Vazirmatn-Bold.woff2") format("woff2");
  }
  *,
  *:after,
  *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
a {
    text-decoration: none !important;
}
/*header*/
.hdr{
    z-index: 5;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee !important;
    border-radius: 0px 0px 25px 25px;
    position: fixed!important;
    top: 0!important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.977)!important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.hdr img {
    width: 400px;
    height: 30px;
    display: flex;
}
.bold {
    text-align: center;
    font-size: 48px;
    color: #198754;
    margin-top: 20px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
/*menu*/
body{
    margin-top: 70px;
    margin-bottom: 20px;
    background-color: #E0E5EC;
}
.sec-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.con{
    width: 120px;
    height: 120px;
    font-size: 17px;
    font-weight: bold;
    background-color: #ffffff;
    user-select: none;
    padding: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    text-align: center;
    margin: 10px;
}
.con:hover {
    box-shadow: 0px 0px 15px rgba(33, 255, 77, 0.599);
}
.menu {
    height: 100px;
    width: 100px;
    padding: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
}
.menu h4{
    color: #aeaeae;
}
.img-menu {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background-color: #1ABC9C;
    border-radius: 50%;
    transition: all .3s;
}
.img-menu:hover {
    background-color: #aeaeae;
}
.img-menu i{   
    margin-top: 15px;
    color: #fff;
    font-size: 30px;
}
/*list*/
.main{
margin: 5%;
text-align: justify;
}
.list {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.pan{
   background-color: #E0E5EC;
   height: 80px;
   width: 80px;
   display: flex;
   position:absolute;
   border-radius: 100%;
   box-shadow: inset 1px 1px 20px 0px rgb(0 0 0 / 19%);
  }
.img { grid-area: img; width: 68px; height:68px; display: flex; margin-top: 7px; margin-right: 0px;}
.tex { grid-area: tex; height: 80%;}
.date { grid-area: date; height: 100%;}
.img img{border-radius: 100%;
box-shadow: 0px 0px 1px 4px rgb(135 188 132 / 90%);
z-index: 2;
}
.sec{
  margin: 1%;
  justify-content: space-between;
  display: grid;
  grid-template-areas:
  'img tex tex tex tex tex tex date ';
  color: rgb(0, 0, 0);
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  height: 80px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 19%);
  background: #F0ECEC;
}
.sec:hover{
  background-color:#4242421a;
  color: white;
}
.item {
  width: 380px;
}
.tex {
  display: flex;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 12px;
  flex-direction: column;
  justify-content: center;
}
.tex p{
 color: #5d5d5d; 
 margin-top: 5px;
}
.tex h5{ 
  color: #aeaeae;
}
.date h5{ 
  font-size: 10px;
  text-align: center;
}
.item h3{
  padding-top:0px;
  color: #69c5afc2;
  font-size: 14px;
}
.item p{
  font-size: 12px;
}
.date {
  height: 80px;
  box-shadow: inset -20px 0px 20px 3px rgb(58 255 168 / 13%);
  display: flex;
  align-items: center;
  width: 30px;
  background-color: #69c5af;
  justify-content: center;
  color:whitesmoke;
}
.major{
  color: #69c5af;
}
.main pre{
  color: #979696;
  white-space: pre-wrap;
}

/*single*/
.imgshow{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.imgshow img{
  border-radius: 100%;
  height: 150px;
  width: 150px;
}
hr{
  margin-top: 10px;
  margin-bottom: 40px;
}
/*box*/
.box{
  border-radius: 5px;
  width: 90%;
  margin: 5%;
  display: flex;
  height: 60px;
  background: #fff;
  box-shadow: inset -20px 0px 20px 3px rgb(58 255 168 / 13%);
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.box button{
  width: 100px;
  height: 25px;
  color: #1ABC9C;
}
.box img{
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.box a{
text-align:center;
  cursor: pointer;
  border-radius: 5px;
}
.box a img,.box .ad1{
  cursor: pointer;
  width: 96%;
  height: 50px;
  border-radius: 5px;
}
.box a button{
 cursor: pointer;
}
.box p{
 text-align: center;
 color: #198754;
 font-size: 10px;
}
/*footer*/
.ftr{
    z-index: 5;
    background-color:#eeeeee !important;
    border-radius: 25px 25px 0px 0px;
    height: 20px!important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.977)!important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}