/********************Blog********************/

.Box_Blogs {
  border-radius: var(--b-radius);
  overflow: hidden;
}

.LinkReadMore {
  border-bottom: 0.1rem solid var(--accent-color);
}

/*********************Faq*********************/
.FaqPages .accordion-second .answer.hideanswer {
  max-height: 0;
  transition: all ease-in-out 0.3s;
}

.FaqPages .accordion-second .answer {
  max-height: 14em;
  transition: all ease-in-out 0.3s;
  overflow: hidden;

  margin-bottom: 1rem;
  padding: 0 1em;
}

.FaqPages .accordion-second .item {
  position: relative;
  transition: all ease-in-out 300ms;
  height: 3.5em;
  display: flex;
  align-items: center;
  padding: 0 1em;
  cursor: pointer;
  border: 0.1rem solid var(--LSilver);
  border-radius: 0.1rem 0.1rem 0 0;
  border-bottom: none;
}

.FaqPages .accordion-second .item::after {
  transition: all ease-in-out 300ms;
  position: absolute;
  content: "+";
  font-size: 2em;
  font-weight: 100;

  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  display: block;
  line-height: 1.6rem;
  text-align: center;
  color: var(--accent-color);
  left: 0.5em;
  top: 0.5em;
}

.FaqPages .accordion-second .item:has(+ .answer:not(.hideanswer)):after {

  color: var(--accent-color);
  transform: rotate(45deg);
}

.FaqPages .accordion-second .answer {
  border: 0.1rem solid var(--LSilver);
  border-top: none;
  border-radius: 0 0 0.1rem 0.1rem;
}

.FaqPages .accordion-second :where(h1, h2, h3, h4, h5, h6, strong) {
  font-size: 1.05rem;
  font-weight: normal;
}

.HomeSlider .pagination {
  z-index: 999;
  bottom:1.5rem
}

.HomeSlider .swiper-pagination-bullet {
  background-color: var(--LSilver);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem
}

.HomeSlider .swiper-pagination-bullet-active {
  background: none;
  border: 0.2rem solid var(--White);
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}

.HomeSlider .swiper-pagination-bullet-active::after {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  background-color: var(--White);
  position: absolute;
  top: 0.1rem;
  border-radius: 0.5rem;
  text-align: center;
  right: 0.1rem;
}
.TitleSliderImg {
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgb(0 0 0 / 45%);
  padding:1rem 1rem
}


/* list namayegah  */
.list-namayshgah {
  height: 100vh;


  .button-container {
    text-align: center;
  }
  
  .enter-button {
    /* color: white; */
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .enter-button:hover {
  
    transform: scale(1.05);
  }
  
  .enter-button:active {
    transform: scale(0.98);
  }
}