@import url("colors.css");
@import url("fonts.css");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Shabnam";
}

body main .imageHeader {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../../images/factory.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/factory.jpg");
  background-size: cover;
  text-align: center;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .imageHeader h2 {
  color: var(--color-white);
  font-family: "Shabnam-bold";
  font-size: 2em;
}

body main .imageHeader h3 {
  color: #bababa;
  font-size: 0.8em;
}

body main .posts {
  margin-top: 2rem;
}

body main .posts .col-md-9 {
  padding: 0 0 0 0.5rem;
}

body main .posts .col-md-9 .row {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

body main .posts .col-md-9 .row .col-md-4 {
  margin: 0 0 2rem;
  width: 32%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.216);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.216);
  padding: 0 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-9 .row .col-md-4 a img {
  width: 100%;
}

body main .posts .col-md-9 .row .col-md-4 a img:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body main .posts .col-md-9 .row .col-md-4 h2 {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

body main .posts .col-md-9 .row .col-md-4 h2 a {
  text-align: center;
  text-decoration: none;
  color: var(--color-black);
  font-size: 0.6em;
  font-weight: 600;
}

body main .posts .col-md-9 .row .col-md-4 h2 a:hover {
  color: var(--color-main-green);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-9 .row .col-md-4 p {
  text-align: justify;
  color: var(--color-gray);
  padding: 0 2rem;
  font-size: 0.8em;
}

body main .posts .col-md-9 .row .col-md-4 .footer {
  padding: 0 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts .col-md-9 .row .col-md-4 .footer .right {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts .col-md-9 .row .col-md-4 .footer .right img {
  width: 2.5rem;
  border-radius: 50%;
}

body main .posts .col-md-9 .row .col-md-4 .footer .right span {
  margin-right: 0.5rem;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 600;
}

body main .posts .col-md-9 .row .col-md-4 .footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts .col-md-9 .row .col-md-4 .footer .left i {
  color: var(--color-yellow);
  font-size: 1.2em;
}

body main .posts .col-md-9 .row .col-md-4 .footer .left span {
  font-weight: 700;
  margin-left: 0.2rem;
  position: relative;
  top: 0.1rem;
}

body main .posts .col-md-9 .row .pOne, body main .posts .col-md-9 .row .pTwo, body main .posts .col-md-9 .row .pThree {
  padding: 0 2rem;
}

body main .posts .col-md-9 .row .pOne h2, body main .posts .col-md-9 .row .pTwo h2, body main .posts .col-md-9 .row .pThree h2 {
  font-family: "Shabnam-bold";
  font-size: 1.5em;
  margin-bottom: 1rem;
}

body main .posts .col-md-9 .row .pOne img, body main .posts .col-md-9 .row .pTwo img, body main .posts .col-md-9 .row .pThree img {
  width: 100%;
}

body main .posts .col-md-9 .row .pOne pre, body main .posts .col-md-9 .row .pTwo pre, body main .posts .col-md-9 .row .pThree pre {
  white-space: pre-wrap;
  width: 100%;
  font-family: "Shabnam";
  text-align: justify;
  font-size: 1em;
}

body main .posts .col-md-9 .row .comments {
  width: 80% !important;
}

body main .posts .col-md-9 .row .comments form {
  margin-bottom: 1.5rem !important;
}

body main .posts .col-md-9 .row .comments form button {
  background-color: var(--color-main-green) !important;
  border: none !important;
}

body main .posts .col-md-9 .row .comments form button:hover {
  border: none !important;
  background-color: var(--color-main-green-hover) !important;
}

body main .posts .col-md-9 .row .comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  border-top: 1px solid var(--color-gray);
  padding-top: 1rem;
}

body main .posts .col-md-9 .row .comments .comment img {
  width: 4rem;
  border-radius: 50%;
  margin-left: 1rem;
}

body main .posts .col-md-9 .row .comments .comment h4 {
  color: var(--color-main-green);
  font-size: 1em;
  font-weight: bold;
}

body main .posts .col-md-9 .row .comments .comment pre {
  width: calc(100%);
  white-space: pre-line;
  word-wrap: break-word;
  direction: rtl !important;
  text-align: justify;
  font-family: "Shabnam";
}

body main .posts .col-md-3 .filter {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.216);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.216);
  padding: 1.5rem 1.5rem;
  border-radius: 5px;
}

body main .posts .col-md-3 .filter .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts .col-md-3 .filter .header h4 {
  font-weight: 600;
  font-size: 0.9em;
  color: var(--color-main-green);
  margin: 0 !important;
}

body main .posts .col-md-3 .filter .header i {
  color: var(--color-main-green);
}

body main .posts .col-md-3 .filter .main {
  margin-top: 2rem;
}

body main .posts .col-md-3 .filter .main button {
  padding: 0 !important;
  background-color: transparent !important;
  border: none;
  color: var(--color-black);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

body main .posts .col-md-3 .filter .main button i {
  font-size: 1.3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-3 .filter .main button[aria-expanded=true] {
  color: var(--color-main-green);
}

body main .posts .col-md-3 .filter .main button[aria-expanded=true] i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-3 .filter .main a {
  width: 100%;
  display: block;
  direction: rtl;
  color: var(--color-black);
  margin-bottom: 1rem;
  text-decoration: none;
}

body main .posts .col-md-3 .filter .main a i {
  position: relative;
  top: 0.2rem;
}

body main .posts .col-md-3 .filter .main a:hover {
  color: var(--color-main-green);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-3 .filter .main .form-check-reverse {
  margin-bottom: 1rem !important;
}

body main .posts .col-md-3 .filter .main button[type=submit] {
  background-color: var(--color-main-green) !important;
  color: var(--color-white) !important;
  width: auto !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.9em !important;
  font-weight: 500 !important;
  border-radius: 5px;
}

body main .posts .col-md-3 .filter .main button[type=submit]:hover {
  background-color: var(--color-main-green-hover) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts .col-md-3 .filter .main .searchbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts .col-md-3 .filter .main .searchbox div {
  width: 100%;
  position: relative;
}

body main .posts .col-md-3 .filter .main .searchbox div input {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.7rem 3rem 0.7rem 1rem;
  font-family: 'Shabnam';
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.096);
          box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.096);
}

body main .posts .col-md-3 .filter .main .searchbox div input:focus-visible {
  outline: none !important;
  border: none !important;
}

body main .posts .col-md-3 .filter .main .searchbox div button {
  position: absolute;
  top: 0.4rem;
  right: 0.3rem;
  background-color: transparent !important;
  border: none;
  color: var(--color-main-green) !important;
  font-size: 1.2em;
}

body main .posts .col-md-3 .filter .main .searchbox div button:hover {
  background-color: transparent !important;
  color: var(--color-black) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts nav {
  width: 100%;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .posts nav ul {
  margin: 0;
  padding: 0;
}

body main .posts nav ul li {
  margin: 0 0.2rem;
}

body main .posts nav ul li a,
body main .posts nav ul li span {
  -webkit-transition: none !important;
  transition: none !important;
  border-radius: 5px !important;
  border: none;
  background-color: #c8c8c8;
  color: var(--color-main-green);
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts nav ul li a:hover,
body main .posts nav ul li span:hover {
  color: var(--color-white);
  background-color: var(--color-main-green);
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}

body main .posts nav ul li span[aria-hidden=true],
body main .posts nav ul li a[rel=next],
body main .posts nav ul li a[rel=prev] {
  background-color: var(--color-main-green) !important;
  color: var(--color-white);
  font-size: 1.2em;
}

body main .posts nav ul li span[aria-hidden=true] i,
body main .posts nav ul li a[rel=next] i,
body main .posts nav ul li a[rel=prev] i {
  position: relative;
  top: 0.25rem;
}

body main .posts nav ul li span[aria-hidden=true]:hover,
body main .posts nav ul li a[rel=next]:hover,
body main .posts nav ul li a[rel=prev]:hover {
  background-color: #c8c8c8 !important;
  color: var(--color-main-green);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .posts nav ul li[aria-disabled=true] span {
  -webkit-transition: none !important;
  transition: none !important;
  border-radius: 5px !important;
  border: none;
  background-color: #c8c8c8 !important;
  color: var(--color-main-green);
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .posts nav ul li[aria-disabled=true] span:hover {
  color: var(--color-white);
  background-color: var(--color-main-green);
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}

body main .posts nav ul .active span {
  background-color: var(--color-main-green-hover);
}

body main .posts nav ul .active span:hover {
  background-color: var(--color-main-green-hover);
}

@media only screen and (max-width: 768px) {
  .col-md-9 {
    overflow-x: hidden !important;
    padding: 0.5rem 0 0 0 !important;
  }
  .col-md-4 {
    width: 90% !important;
  }
}
/*# sourceMappingURL=index.css.map */