@charset "UTF-8";
/**main colore**/
/** break point **/
html {
  scroll-behavior: smooth;
}

a,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-size: 12px;
  color: rgb(38.1888, 36.6912, 36.6912);
}

.site input[type=text], .site input[type=email] {
  font-family: "PeydaFaNumWeb" !important;
  border: 1px solid rgba(107, 114, 128, 0.1490196078) !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  height: 72px !important;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .site input[type=text], .site input[type=email] {
    font-size: 13.5px !important;
  }
}
.site input[type=text]::-webkit-input-placeholder, .site input[type=email]::-webkit-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:-moz-placeholder, .site input[type=email]:-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]::-moz-placeholder, .site input[type=email]::-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:-ms-input-placeholder, .site input[type=email]:-ms-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(150.336, 146.064, 146.064);
}
.site input[type=text]:focus, .site input[type=email]:focus {
  outline: none;
}
.site input[type=submit] {
  border: none;
  background-color: #59B20F !important;
  display: flex !important;
  width: 100% !important;
  border-radius: 16px !important;
  font-size: 14.5px !important;
  font-family: "PeydaFaNumWeb" !important;
  cursor: pointer !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all ease-in-out 0.3s !important;
  height: 64px !important;
  outline: none !important;
  box-shadow: none !important;
}
.site input[type=submit]:hover {
  background-color: rgb(35.3432258065, 100.2174193548, 183.0567741935) !important;
}
.site textarea {
  border: none;
  background-color: rgb(246.582253886, 252.429507772, 241.720492228);
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 13.5px;
  border: 1px solid rgb(232.8, 232.8, 232.8);
  box-shadow: 0 5px 7px 0 rgba(232.8, 232.8, 232.8, 0.2);
  font-family: "PeydaFaNumWeb" !important;
  resize: none;
}
.site textarea::-webkit-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(124.236, 119.364, 119.364);
}
.site textarea:-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(124.236, 119.364, 119.364);
}
.site textarea::-moz-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(124.236, 119.364, 119.364);
}
.site textarea:-ms-input-placeholder {
  font-family: "PeydaFaNumWeb" !important;
  color: rgb(124.236, 119.364, 119.364);
}
.site textarea:focus {
  outline: none;
}

/** general style **/
body {
  direction: rtl;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: PeydaFaNumWeb !important;
  color: #212121;
  margin: 0 !important;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  direction: rtl;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .mainView {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 16px;
    padding-right: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
  color: #212121;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.gform_required_legend {
  display: none !important;
}

.gfield {
  position: relative !important;
}
.gfield .validation_message {
  position: absolute !important;
  top: -9px !important;
  left: 2em !important;
  width: -moz-max-content !important;
  width: max-content !important;
  right: auto !important;
  background: #fff !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 3px 10px !important;
  font-size: 11.5px !important;
  font-weight: bold !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.globalHeaderBack.blogs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs {
    row-gap: 8px;
  }
}
.globalHeaderBack.blogs .categorySecParent.highMargined.filter-form {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 480px) {
  .globalHeaderBack.blogs .categorySecParent.highMargined.filter-form {
    display: none;
  }
}
.globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #category-filter {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  background: #fff;
  border: 1px solid #ededed !important;
  background: #fff;
  padding: 18px 26px;
  border-radius: 16px;
  font-size: 15.4px;
  color: #0F0F0F;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 8.417 6.587 6.587a2.013 2.013 0 0 0 2.826 0L20 8.417' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 4em;
}
@media (max-width: 1080px) {
  .globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #category-filter {
    padding: 18px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #category-filter {
    padding: 14px;
    font-size: 13px;
  }
}
.globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #filter-button {
  height: 60px;
  border: none;
  border-radius: 12px;
  min-width: 90px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  color: #fff;
  background: #1354A7;
}
.globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #filter-button:hover {
  background: rgb(25.6193548387, 113.264516129, 225.1806451613);
}
@media (max-width: 1080px) {
  .globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #filter-button {
    min-width: 80px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs .categorySecParent.highMargined.filter-form #filter-button {
    min-width: 64px;
    font-size: 13px;
  }
}
.globalHeaderBack.blogs .post-filters {
  display: flex;
  align-items: center;
  justify-content: end;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  padding: 18px 26px;
  height: 60px;
  gap: 20px;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 1080px) {
  .globalHeaderBack.blogs .post-filters {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs .post-filters {
    gap: 10px;
    padding: 18px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .globalHeaderBack.blogs .post-filters {
    width: 100%;
    justify-content: start;
    gap: 14px;
  }
}
.globalHeaderBack.blogs .post-filters p {
  margin: 0;
  color: #8F8F8F;
  font-size: 16px;
}
@media (max-width: 1080px) {
  .globalHeaderBack.blogs .post-filters p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs .post-filters p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .globalHeaderBack.blogs .post-filters p {
    font-size: 12.5px;
  }
}
.globalHeaderBack.blogs .post-filters .filter-link.active {
  color: #1354A7;
}
.globalHeaderBack.blogs .post-filters .filter-link {
  font-size: 16px;
  transition: all 0.3s var(--ease2);
  color: #4D4D4D;
}
@media (max-width: 1080px) {
  .globalHeaderBack.blogs .post-filters .filter-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .globalHeaderBack.blogs .post-filters .filter-link {
    font-size: 13.5px;
  }
}
.globalHeaderBack.blogs .post-filters .filter-link:hover {
  color: #1354A7;
}

#posts-wrapper {
  position: relative;
  min-height: 300px; /* برای اینکه فضا داشته باشه */
}

#posts-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#posts-wrapper.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #F1F5FA;
  border-top: 4px solid #1354A7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}

.GridPostBlogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 32px;
  padding-bottom: 6em;
}
@media (max-width: 1260px) {
  .GridPostBlogs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .GridPostBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .GridPostBlogs {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#category-filter {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* سایر مرورگرها */
}

#load-more {
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  color: #59B20F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 8px;
}
#load-more svg {
  transition: all ease-in-out 0.3s;
}
#load-more:hover {
  color: rgb(71.2, 142.4, 12);
}
#load-more:hover svg {
  scale: 1.1;
}/*# sourceMappingURL=blog-style.css.map */