@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-thin.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-Light.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-Regular.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-SemiBold.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-Bold.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-Black.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/yekanbakhfanum/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"), url("../fonts/yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}
html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yekan Bakh FaNum" !important;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #384955;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

button, input, textarea {
  font-family: "Yekan Bakh FaNum" !important;
}

label {
  font-size: 15px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #384955;
}
label .required {
  color: red;
}

input, textarea {
  width: 100%;
  border: none;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  padding: 18px 25px;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input:focus, textarea:focus {
  border: 1px solid grey;
}

input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  background-color: #3F95B4;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
input[type=submit]:hover {
  background-color: #337992;
}

.latestBlogParent {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.bestBlogCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .bestBlogCard {
    padding-top: 30px;
  }
}
.bestBlogCard .bestBlogWithImg {
  width: 47%;
}
@media (max-width: 992px) {
  .bestBlogCard .bestBlogWithImg {
    width: 100%;
  }
}
.bestBlogCard .bestBlogWithImg a {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.bestBlogCard .bestBlogWithImg a:hover img {
  scale: 1.03;
}
.bestBlogCard .bestBlogWithImg a:hover .text h2 {
  color: #337992;
}
.bestBlogCard .bestBlogWithImg a .photo {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
.bestBlogCard .bestBlogWithImg a .photo img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  display: block;
}
.bestBlogCard .bestBlogWithImg a .user {
  font-size: 13px;
  font-weight: 600;
  color: #C1C8CD;
  padding: 18px 20px;
}
@media (max-width: 992px) {
  .bestBlogCard .bestBlogWithImg a .user {
    padding: 18px 0;
  }
}
.bestBlogCard .bestBlogWithImg a .user .middle {
  padding: 0 10px;
}
.bestBlogCard .bestBlogWithImg a .text {
  padding: 0px 20px;
}
@media (max-width: 992px) {
  .bestBlogCard .bestBlogWithImg a .text {
    padding: 0;
  }
}
.bestBlogCard .bestBlogWithImg a .text h2 {
  font-size: 20px;
  font-weight: 800;
  color: #384955;
  margin: 0;
  padding-bottom: 8px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .bestBlogCard .bestBlogWithImg a .text h2 {
    font-size: 18px;
  }
}
.bestBlogCard .bestBlogWithImg a .text p {
  font-size: 14px;
  font-weight: 400;
  color: #384955;
  margin: 0;
}
@media (max-width: 768px) {
  .bestBlogCard .bestBlogWithImg a .text p {
    font-size: 13px;
  }
}
.bestBlogCard .bestBlogNoImgParent {
  width: 50%;
}
@media (max-width: 992px) {
  .bestBlogCard .bestBlogNoImgParent {
    width: 100%;
  }
}
.bestBlogCard .bestBlogNoImgParent .listCardBadg {
  font-size: 15px;
  font-weight: 700;
  color: #00ABE8;
  display: flex;
}
@media (max-width: 992px) {
  .bestBlogCard .bestBlogNoImgParent .listCardBadg {
    padding: 20px 0 0;
  }
}
.bestBlogCard .bestBlogNoImgParent .listCard {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EFEFEF;
}
.bestBlogCard .bestBlogNoImgParent .listCard:last-of-type {
  border: none;
}
.bestBlogCard .bestBlogNoImgParent .listCard:hover .text h2 {
  color: #337992;
}
.bestBlogCard .bestBlogNoImgParent .listCard .text {
  padding-top: 15px;
}
.bestBlogCard .bestBlogNoImgParent .listCard .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #384955;
  margin: 0;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .bestBlogCard .bestBlogNoImgParent .listCard .text h2 {
    font-size: 16px;
  }
}
.bestBlogCard .bestBlogNoImgParent .listCard .text p {
  font-size: 14px;
  font-weight: 400;
  color: #68859A;
  margin: 0;
}
@media (max-width: 768px) {
  .bestBlogCard .bestBlogNoImgParent .listCard .text p {
    font-size: 13px;
  }
}
.bestBlogCard .bestBlogNoImgParent .listCard .user {
  font-size: 13px;
  font-weight: 600;
  color: #C1C8CD;
  padding-bottom: 10px;
}
.bestBlogCard .bestBlogNoImgParent .listCard .user .middle {
  padding: 0 10px;
}

.blogCategoryParent {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.blogCategoryParent .blogCategory {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
.blogCategoryParent .blogCategory::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18%;
  height: 100%;
  z-index: 10;
  background: RGBA(237, 240, 242, 0.97);
  background: linear-gradient(90deg, rgba(237, 240, 242, 0.99) 0%, rgba(236, 239, 242, 0.5) 40%, rgba(226, 232, 242, 0) 74%, rgba(225, 232, 242, 0) 100%);
}
@media (max-width: 768px) {
  .blogCategoryParent .blogCategory::after {
    width: 25%;
  }
}
.blogCategoryParent .blogCategory .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(214, 212, 212, 0.541);
}
.blogCategoryParent .blogCategory div div a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.blogCategoryParent .blogCategory div div a:hover img {
  scale: 1.03;
}
.blogCategoryParent .blogCategory div div a img {
  height: 235px;
  width: 100%;
  transition: all 0.4s;
}
.blogCategoryParent .blogCategory div div a span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(6, 91, 121, 0.7);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.blogCategoryParent .titr .title {
  font-size: 18px;
}

.latestBlog .titr .title {
  font-size: 18px;
}

.latestBlog .latestBlogParent {
  margin: 35px auto 0;
}
@media (max-width: 992px) {
  .latestBlog .latestBlogParent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .latestBlog .latestBlogParent {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.archiveBack {
  padding-top: 30px;
  padding-bottom: 30px;
}

.archiveBanner {
  border-radius: 15px;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.archiveBanner img {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
  filter: blur(4px);
}
.archiveBanner div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 91, 121, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.archiveBanner div > span {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}
.archiveBanner div h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .archiveBanner div h1 {
    font-size: 30px;
  }
}/*# sourceMappingURL=archive.css.map */