@font-face {
  font-family: thefont;
  src: url(/fonts/Sahel.ttf), url("https://cdn.fontcdn.ir/Font/Persian/Sahel/Sahel.ttf") format("truetype");
}
body {
  background-color: #f4f8fb;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ani-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ani-none {}
body {
  direction: rtl;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: thefont;
  overflow-y: auto;
  overflow-x: hidden;
}
body * {
  margin: 0px;
  padding: 0px;
  font-family: thefont;
  animation-name: ani-enter;
  animation-duration: 1.25s;
  transition: 0.5s background-color, 0.25s color;
}
body *.ltr {
  direction: ltr !important;
}
body p {
  font-size: 12px;
}
body div#main-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-width: calc(80% + 50px);
  padding: 0px 25px;
  height: -moz-max-content;
  height: max-content;
  overflow-y: auto;
}
@media screen and (max-width: 890px) {
  body div#main-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    max-height: 100%;
    height: 100%;
  }
}
body div#main-container div#content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  overflow: visible;
  height: -moz-max-content;
  height: max-content;
}
body div#main-container div#content div.margin {
  width: 100%;
  height: 20px;
  visibility: hidden;
}

body div#main-container div.row {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding: 10px 0px;
  position: relative;
}
body div#main-container .centering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body div#main-container .centering * {
  text-align: center;
}
@media screen and (max-width: 890px) {
  body div#main-container .pc {
    display: none;
  }
}
@media screen and (max-width: 890px) and (max-width: 10000px) {
  body div#main-container .mobile {
    display: none;
  }
}

body div#main-container div#content div.part {
  display: flex;
  flex-direction: column;
  align-self: center;
  border: 1px solid 1px solid #0d47a1;
  padding: 0px 20px;
  width: calc(100% - 40px);
  padding: 10px 20px;
  border-radius: 3px;
  border-top-left-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px #0d47a1;
  transition: box-shadow 1s;
  height: -moz-max-content;
  height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #e3f2fd;
  color: black;
  overflow: hidden;
}
@media screen and (max-width: 890px) {
  body div#main-container div#content div.part {
    max-width: calc(100% - 80px);
  }
}
body div#main-container div#content div.part:hover {
  box-shadow: 0px 0px 30px 0px #bbdefb;
}
body div#main-container div#content div.part h3,
body div#main-container div#content div.part h4 {
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px;
}
body div#main-container div#content div.part h3 {
  width: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-right: -20px;
  margin-top: -10px;
}
body div#main-container div#content div.part a.link {
  position: relative;
  width: 100%;
  margin: 5px 0px;
  padding: 5px 15px;
  max-width: 350px;
  align-self: center;
  background-color: #003566;
  color: white;
  border-radius: 15px;
  border: 1px solid white;
  text-align: center;
}
body div#main-container div#content div.part a.link:hover {
  box-shadow: 0px 0px 5px 0px #003566;
  cursor: pointer;
}
body div#main-container div#content div.part a.link:active {
  top: 3px;
  left: 3px;
}
body div#main-container div#content div.part div.text p {
  text-align: justify;
}
body div#main-container div#content div.part div.row {
  display: flex;
  flex-direction: row;
  height: -moz-max-content;
  height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
body div#main-container div#content div.part div.row > * {
  margin-left: 15px;
  flex-grow: 1;
}
body div#main-container div#content div.part div.row > *:last-child {
  margin-left: 0px;
}
body div#main-container div#content div.part div.row.wrap {
  flex-wrap: wrap;
}
body div#main-container div#content div.part div.row div.card {
  padding: 5px 10px;
}
body div#main-container div#content div.part div.row div.card h4 span {
  color: darkgray;
  font-size: 9.6px;
}
body div#main-container div#content div.part div.row div.card.border {
  border: 1px solid darkslateblue;
  border-radius: 10px;
}
body div#main-container div#content div.part div.row div.card ul {
  padding-right: 15px;
}
body div#main-container div#content div.part img {
  height: 150px;
}

body div#main-container {
  animation-name: ani-none;
}
body div#main-container div#besm {
  flex-direction: row;
  animation-name: ani-none;
}
body div#main-container div#besm p {
  margin: 0px 10px;
  animation-name: ani-none;
}
body div#main-container div#header {
  background: linear-gradient(to bottom left, #0d47a1, #0d47a1);
  color: white;
  animation-duration: 0.5s;
  border-radius: 3px;
}
body div#main-container div#header * {
  animation-duration: 0.5s;
}
body div#main-container div#html {
  display: none;
}
body div#main-container div#html p {
  font-size: 9.6px;
}
body div#main-container div#nav {
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  padding: 0px;
  align-self: center;
  padding: 10px 0px;
  border-radius: 3px;
  background-color: #1976d2;
  color: white;
  flex-wrap: wrap;
  animation-duration: 0.75s;
  margin-top: 20px;
}
body div#main-container div#nav div#nav-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
body div#main-container div#nav img.logo {
  height: 30px;
}
body div#main-container div#nav p.title {
  margin-right: 5px;
}
body div#main-container div#nav * {
  animation-duration: 0.75s;
  transition: background-color 0.25s;
  color: white;
}
body div#main-container div#nav p {
  font-weight: bold;
  margin: 0px 20px;
}
body div#main-container div#nav a {
  position: relative;
  margin: 0px 0px;
  padding: 10px 10px;
  text-decoration: none;
  border-left: 1px solid gray;
}
body div#main-container div#nav a:hover:not(.active) {
  background-color: rgb(250, 217, 132);
}
body div#main-container div#nav a:last-of-type {
  border-left: unset;
}
body div#main-container div#nav a.active {
  font-weight: bold;
  color: darkblue;
  text-decoration: none;
  cursor: default;
  background-color: #bbdefb;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 890px) {
  body div#main-container div#nav {
    max-width: calc(100% - 20px);
    align-self: center;
    padding: 0px 10px;
    top: -100px;
  }
  body div#main-container div#nav img.logo {
    height: 100px;
  }
  body div#main-container div#nav p.title {
    margin-bottom: 15px;
  }
  body div#main-container div#nav div.menu_btn {
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: black;
  }
  body div#main-container div#nav p.title {
    width: calc(100% - 45px);
  }
  body div#main-container div#nav a,
  body div#main-container div#nav p {
    padding: 0px;
    margin: 0px 10px;
  }
  body div#main-container div#nav a {
    padding: 5px 10px;
    white-space: nowrap;
  }
}

body div#main-container div#content div#summary {
  z-index: 1;
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  body div#main-container div#content div#summary div.row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 890px) {
  body div#main-container div#content div#summary div.row img {
    width: 250px;
    height: 250px;
    align-self: center;
    justify-self: center;
  }
}/*# sourceMappingURL=style.css.map */