html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  /* font-family: iransans; */
  background-color: #fff;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
ul {
  /* font-family: iransans; */
}

.num {
  font-family: byekan !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.txt-lft {
  text-align: left;
}

.txt-center {
  text-align: center;
}


.text-lined {
  text-decoration: line-through;
  color: maroon;
}

.fars-standard {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02"
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: none;
  }

.head-color {
  color: #414141;
  font-weight: bold;
}

.texting-color {
  color: #838383;
}

.light-text {
  color: #aeaeae;
}

/************** styles ****************/


.flex-container-head {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}


* {
  box-sizing: border-box;
}

.all-view {
  text-align: center;
  border: solid 1px darkgoldenrod;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;
  color: #414141;
  background-color: #eee;
}

  .all-view:hover {
    background-color: #dee;
  }

.flex-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.flex-item-box {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.flex-item-page-small {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.flex-item-page-larg {
  flex: 0 0 auto;
  width: 66.66666666%;
}

.flex-item-page-small-side {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.flex-item-page-larg-side {
  flex: 0 0 auto;
  width: 66.66666666%;
}

@media (max-width: 900px) {
  .flex-item-page-small-side {
    width: 100%;
    order: 6 !important;
  }

  .flex-item-page-larg-side {
    width: 100%;
  }
}

.flex-item-100 {
  flex: 0 0 auto;
  width: 100%;
}

.card-box {
  margin: 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

  .card-box:hover {
   /* box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .075) !important;*/
  }

/* Responsive layout - makes a one column-layout instead of two-column layout */

@media (max-width: 800px) {
  .flex-item-box {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .flex-item-box {
    width: 50%;
  }
	.normall-text {
 display:none;
}
}

.image-blog {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

  .image-blog img {
    width: 100%;
    margin: auto;
    height: 250px;
    object-fit: contain;
  }

    .image-blog img:hover {
      scale: 1.1;
      transition: 1s;
    }

.content-blog {
  text-align: right;
  padding: 15px;
}

.small-text {
  height: 34px;
  line-height: 1.4;
  overflow: hidden;
}

.head-text {
  height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.normall-text {
  height: 45px;
  line-height: 1.4;
  overflow: hidden;
}

.side-bar-blog {
  border: solid 1px #e3e3e3;
  box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .075) !important;
  border-radius: 15px;
  padding: 15px;
  margin: 15px;
}

.last-blog-image {
  width: 100%;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
}

  .last-blog-image img {
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
  }

.last-blog-text {
  padding: 10px;
  text-align: justify;
  direction: rtl;
  line-height: 1.4;
}

.side-blog-head {
  height: 60px;
  overflow: hidden;
}

.last-blog {
  margin-top: 5px;
  margin-bottom: 5px;
}

.flex-container-cat {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.counter-cat {
  background-color: darkblue;
  border-radius: 100%;
  padding: 5px 8px;
  color: #fff;
}

.swip-contain {
  width: 1820px;
  margin: auto;
}

.swiper-container .swiper-button-prev {
  background-image: none !important;
  margin-right: 2px;
}

.swiper-container .swiper-button-next {
  background-image: none !important;
  margin-left: 2px;
}

.details-blog {
  color: darkcyan;
  display: inline-block;
  margin: 10px;
  font-size: 12px;
  opacity: 0.8;
}

.det-blog {
	color: #198754 !important;
    padding-right: 5% !important;
    padding-left: 5% !important;
	text-align: center;
    display: flex;
    justify-content: space-between;
    padding-right: 15%;
    padding-left: 15%;
    background-color: #fafffa;
    margin-bottom: 15px;
    border-radius: 10px;
}

/********** share *******/

.dropbtn {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: darkcyan;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 5px 15px;
}

.dropdown-content {
  display: none;
  background-color: #fff;
  position: absolute;
  min-width: 160px;
  box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .075);
  z-index: 1;
}

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

    .dropdown-content a:hover {
      background-color: #ddd;
    }

.dropdown:hover .dropdown-content {
  display: block;
}

/********** accordion **************/

.faq {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px;
}

.accordion {
  background-color: #dee;
  color: #444;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px;
  border-radius: 5px;
}

  .active,
  .accordion:hover {
    background-color: #ccc;
  }

  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
  }

.active:after {
  content: "";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

  .panel p {
    color: #616161;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
  }

/********* more read ***********/

.more_read {
  background-color: #eee;
  color: maroon;
  width: 100%;
  padding: 15px;
  text-align: right;
  border-left: solid 6px maroon;
  border-radius: 2px
}

/*************************************/

.card-audio {
  background-color: #dee;
  padding: 25px;
  width: 100%;
  border-radius: 10px;
}

  .card-audio audio {
    width: 100%;
  }

/***************************/

.search-blog {
  border: solid 1px #cdcdcd;
  padding: 16px;
  border-radius: 0px 20px 20px 0px;
  width: 70%;
}

.btn-search2 {
  width: 28%;
  height: 49px;
  padding: 10px;
  border: solid 1px #cdcdcd;
  border-radius: 20px 0px 0px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #adadad;
}


.owl-item {
  background-color: white;
}


/************** comment ****************/

.comment-write {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
  width: 100%;
}

  .comment-write textarea {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
  }

  .comment-write input {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
  }

.comment-btn {
  background-color: green;
  color: #fff;
  border: solid 1px green;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 15px;
}

.comment-read {
  background-color: #eff;
  border-radius: 10px;
  padding: 25px;
  margin-top: 15px;
  width: 100%;
}

.comment-user {
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}

.comment-answer {
  background-color: #eaeaff;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 15px;
  margin-top: 5px;
  margin-right: 50px;
}

.user-com-image {
  width: 110px;
}

  .user-com-image img {
    width: 100%;
    margin: auto;
  }

.answer-btn {
  background-color: #414141;
  color: #fff;
  font-size: 12px;
  padding: 5px 25px;
  border: solid 1px #414141;
  margin-top: 15px;
  border-radius: 10px;
  cursor: pointer;
}
/********** rate *******/

#starbox {
  color: #9e9e9e;
  cursor: pointer;
}

.rate-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.show-rate {
  margin-right: 15px;
}

.flex-item-box a, .owl-item {
  background: white !important;
  border-radius: 20px !important;
}

.catImg {
  margin-top: -1.2em;
}
