/* news  */

.NewsSwiper {
  .swiper-slide {
    height: unset !important;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--accent-color3);
    border: 1px solid #000;
  }
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 12px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 12px)
    );
    opacity: unset;
    background: #f9eddd;
  }
}
.ItemDsecSlider {
  top: 5rem;
  right: 0;
  left: 0;
}

.ItemTitleSlider {
  /* background: linear-gradient(
    -90deg,
    hsl(179deg 92% 20% / 20%),
    rgb(4 98 96 / 5%)
  ); */

  .ItemTitleDepartment {
    text-align: center;
    color: var(--accent-color);
    font-size: 2.14rem;
    font-weight: 900;
    img {
      width: 70%;
      top: 1rem;
      position: relative;
    }
  }
  .ItemDescDepartment {
    color: var(--accent-color);
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center
    ;
  }
}

.NewsSwiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
}
.imageblog {
  border-radius: 0.8rem 0.8rem 0 0;
}

.news_description {
  border-radius: 0 0 1.1rem 1.1rem;
  border: 0.1rem solid #e7e8e8;
  border-top: none;
}

.OnePagenews_description {
  border-radius: 0.5rem 0 0 0.5rem;
  .Lsilver {
    font-size: 1.3rem;
  }
}
.decription_article {
  color: #313131;
}
.preview_arrow {
  transform: scale(-1, 1);
}
.arrows-blog-home .swiper-button-disabled,
.arrows-lab-home .swiper-button-disabled {
  filter: grayscale(100%);
}

/* comments  */

.frame {
  .container-message {
    border-top: 0.1rem solid var(--LittleBrown);
  }
  background-color: var(--CustomColor7);

  .iconAvtar {
    border-radius: 50%;
    width: 50px;
    min-width: 2rem;
    height: 50px;
    background-color: var(--LittlePink);
  }
  padding: 1.5rem;
}
.edNews__noChildComments {
  background-color: var(--CustomColor7);
}
.comments-frame {
  background-color: var(--CustomColor3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 1.5rem;
}

.comments-form {
  .sec-title {
    display: block;
    color: var(--Black);
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .field-holder {
    position: relative;

    display: flex;

    justify-content: start;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* padding: 0px 1rem; */
    margin-bottom: 1rem;

    svg {
      min-width: 18px;
      width: 5rem;
      /* height: 15px;  */
      stroke: #1b2c65;
      margin-left: 0.8rem;
    }

    .form-control {
      width: 100%;
      height: 42px;
      border: none !important;
      outline: none;
      font-size: 1rem;
      padding: 0.5rem 0;
      resize: none;
      text-align: right;

      &::placeholder {
        color: #959595;
        font-size: 1rem;
        font-weight: normal;
      }

      &:disabled {
        background-color: transparent;
      }
    }

    textarea {
      background-color: var(--CustomColor8);
      min-height: 6.15rem;
      border-radius: 0.6rem;
    }
  }

  .rating-in-comment {
    .caption {
      color: var(--Black);
    }
  }

  .submit-btn {
    font-size: 1rem;
    color: var(--White);
    border: none;
    padding: 0.3rem 1.5rem;
    border-radius: 5px;
    background-color: var(--accent-color2);
    cursor: pointer;
  }
}

.comments-list {
  background-color: var(--CustomColor3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 3rem 1.2rem;
  margin-bottom: 2rem;

  .avatar {
    width: 4rem;
    min-width: 50px;
    height: 4rem;
    background-color: var(--LittlePink);
    border-radius: 5px;
    z-index: 9999;
    border-radius: 50%;
    transform: translateY(-0.5rem);
    /* margin-left: 1rem; */
  }

  .comment-head {
    width: 100%;
    height: 50px;
    padding: 0.4rem 1rem;
    background-color: var(--LittlePink);
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    margin-right: -0.9rem;

    .author {
      font-size: 1rem;
      color: #000;
    }

    .dete {
      .item {
        font-size: 0.8rem;
        color: #000;

        svg {
          width: 14px;
          height: 14px;
          margin-left: 0.5rem;
          stroke: var(--accent-color);
        }
      }
    }

    @media (max-width: 760px) {
      display: block !important;
      height: auto;

      .dete {
        flex-direction: column;
      }
    }
  }

  .comment-body {
    padding: 1rem;

    .comment-content {
      font-size: 1rem;
      color: var(--Black);
    }

    .action-btns {
      svg {
        cursor: pointer;
      }

      .like {
        .like-couner {
          color: var(--Black);
          margin-top: -3px;
          margin-left: 2px;
        }
      }
    }

    @media (max-width: 760px) {
      display: block !important;
      height: auto;
    }
  }
}

.containeter-Filed-holder {
  .field-holder {
    flex: 0 0 calc(100% / 2 - 0.4rem);
    flex-direction: column;
    width: 100%;
    input {
      border-radius: 0.6rem;
      background-color: var(--CustomColor8);
    }
  }
}

.edNews__commentsListContainer {
  display: flex;
  flex-direction: column-reverse;
}
.Top-imageslider {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0.8rem 0.8rem 0;
}

.breadcrumb-detail {
  .pagetitle {
    color: #595959;
  }
}

/* ------[Start FAQ Accordian Css]------*/
.FaqPages .accordion-second .item {
  cursor: pointer;
  list-style-type: none;
  counter-increment: item;
  transition: all ease-in-out 300ms;
  border-bottom: 0.1em solid var(--Lsilver);
  gap: 1rem;
}

.FaqPages .accordion-second .item svg {
  transition: all ease-in-out 0.3s;
  width: 0.8rem;
}

.FaqPages .accordion-second .item:has(+ .answer:not(.hideanswer)) svg {
  transform: rotate(180deg);
  display: block;
}

.FaqPages .accordion-second .answer.hideanswer {
  max-height: 0;
  transition: all ease-in-out 0.3s;
  padding: 0 1em;
}

.FaqPages .accordion-second .answer {
  max-height: 14em;
  transition: all ease-in-out 0.3s;
  overflow: auto;
  margin-bottom: 1rem;
  padding: 1em;
}

.backgroundart {
  box-shadow: 0 3px 3px #d8d8d8;
}

.morebuttomarticle {
  background-color: var(--accent-color);
  left: 0%;
  top: -23%;
  cursor: pointer;
  transition: 400ms ease-in-out all !important;
}

.morebuttomarticle:hover {
  background-color: var(--button-hover-color);
}

.nameart {
  left: 2%;
  bottom: 5%;
  background-color: #c24b5981;
  z-index: 21;
  pointer-events: none;
}

.iradius {
  border-radius: calc(var(--b-radius) * 3) calc(var(--b-radius) * 3) 0 0;
}

/* ------[End FAQ Accordian Css]------*/

/* Deatils blog  */
.in_article_image {
  img {
    width: 100%;
    height: 100%;
  }
}

.box-comment {
  position: relative;
}

.box-comment::before {
  content: "";
  height: 100%;
  border-right: 0.1rem solid var(--LittleBrown);
  width: 0.1rem;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 1.5rem;
  z-index: 1;
}

.box-comment::after {
  content: "";
  height: 0.1rem;
  border-bottom: 0.1rem solid var(--LittleBrown);
  width: 97%;
  right: 1.5rem;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.main-cover {
  height: calc(100vh - 5.71rem);
  @media (max-width: 760px) {
    height: calc(35vh - 3rem);
  }
}

/* start slider home  */
@media(min-width:960px) {
  .SwiperSliderHome {
    .InnerSwiper {
      margin-top: 5rem;
    }
  }
}
/* end slider home  */