body {
  /*font-family: peyda !important;*/
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

a {
  text-decoration: none !important;
}

/* .w-label{
  @media screen and (max-width:426px) {
    width: 20rem;
  }
  @media screen and (max-width:380px) {
    width: 10rem;
  }
  @media screen and (max-width:321px) {
    width: 15rem;
  }
} */

.text-j {
  text-align: justify;
  text-justify: inter-word;
  font-family: Peyda-Light !important;
}

.news-items-container {
  width: 80%;
  @media (max-width: 426px) {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}

/* Diection Section Style Start  */

.dir-container {
  margin-right: 2rem;
  margin-top: 8rem;

  @media (max-width: 426px) {
    margin-right: 0rem;
    margin-top: 5rem;
  }
}

.dir-title {
  font-size: 0.9rem;
  color: #575757;
  font-family: peydaBold;

  @media (max-width: 426px) {
    font-size: 0.8rem;
  }
}
/* Grouping Header Items Style Start */

.grouping-header-items-container {
  @media (min-width: 767px) {
    width: 38rem !important;
  }
  @media (min-width: 1023px) {
    width: 45rem !important;
  }
}

.dir-title-header-g {
  font-size: 0.8rem;
  color: #575757;

  @media (max-width: 426px) {
    font-size: 0.7rem;
  }
}

.dir-title-header-g-a {
  font-size: 0.8rem;
  color: #575757;

  &:hover {
    color: black;
  }

  @media (max-width: 426px) {
    font-size: 0.7rem;
  }
}
/* Grouping Header Items Style End */

.grouping-header-container-items-respo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  @media (max-width: 992px) {
    flex-direction: column !important;
  }
}

.hr-line {
  background-color: #000000;
  width: 70%;
  height: 0.01rem;
  margin: 1.5rem auto;

  @media (max-width: 426px) {
    width: 85%;
  }
}

/* The main content of the page Style Start  */

#news_content p {
  font-family: peyda-light !important;
  text-align: justify;
}

/* IMG */
#news_content .wp-block-image {
  overflow: hidden;
  border-radius: 2rem;
  z-index: 1000;
  margin: 2rem 0;

  @media (max-width: 769px) {
    border-radius: 1rem !important;
  }
}

#news_content .wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

  &:hover {
    transform: scale(1.05);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
/* About Extra Title & Pic Start */

.extra-section {
  position: relative;
  overflow: hidden;

  &:hover {
    .extra-text {
      visibility: visible !important;
      z-index: 1 !important;
      height: 8rem !important;

      @media (max-width: 769px) {
        height: 7rem !important;
      }

      @media (max-width: 426px) {
        height: 4.5rem !important;
      }

      /* @media (max-width: 376px) {
        height: 4.5rem !important;
      } */

      @media (max-width: 321px) {
        height: 6.1rem !important;
      }
    }
  }

  @media (max-width: 426px) {
    margin-bottom: 1rem;
  }
}

.extra-img-container {
  height: 26rem;
  width: 46rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 1000;
  margin-bottom: 1.25rem;

  @media (max-width: 769px) {
    height: 25rem;
    width: 43rem;
    border-radius: 1rem !important;
  }

  @media (max-width: 426px) {
    height: 20rem;
    width: 24rem !important;
    overflow: hidden;
    border-radius: 0.75rem;
    z-index: 1000;
    margin-bottom: 0.25rem;
  }

  @media (max-width: 376px) {
    height: 20rem;
    width: 21rem !important;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 1000;
  }

  @media (max-width: 321px) {
    height: 20rem;
    width: 17rem !important;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 1000;
  }
}

.extra-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

  &:hover {
    transform: scale(1.05);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}

.overlay-text {
  height: 2rem;
  width: 100%;
}
.extra-text {
  z-index: 0;
  visibility: hidden;
  position: absolute;
  /* bottom: .1rem; */
  top: 30rem;
  height: 0;
  width: 40rem;
  border-radius: 0.5rem;
  transition: 0.5s !important;
  color: #575757;
  background-color: #d2d2d2;
  font-size: 0.9rem;

  @media (max-width: 769px) {
    width: 43rem;
  }

  @media (max-width: 426px) {
    /* height: 4rem; */
    width: 24rem;
    font-size: 0.8rem;
  }

  @media (max-width: 376px) {
    width: 21rem;
    font-size: 0.8rem;
  }

  @media (max-width: 321px) {
    width: 17rem;
    font-size: 0.8rem;
  }
}

/* About Extra Title & Pic End */

.labels-social-container {
  width: 50rem !important;

  @media (max-width: 769px) {
    width: 100% !important;
  }

  @media (max-width: 376px) {
    flex-direction: column !important;
  }
}

.labels-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: center;

  @media (max-width: 769px) {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  @media (max-width: 426px) {
    flex-direction: column !important;
    align-items: start !important;
  }
}

.label-tx-item {
  position: relative;
  margin-left: 3rem;

  @media (max-width: 426px) {
    font-size: 0.8rem;
    margin-bottom: 0.5rem !important;
  }
  /* 
  @media (max-width: 376px) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  } */
}

.line-sort::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 1px solid #5f5f5f;
  top: 50%;
  right: 5rem;
  width: 40px;
  height: 0;
  margin-top: -1px;
}

.line-sort {
  @media (max-width: 426px) {
    display: none;
  }
}

.labels-section {
  display: flex;
  flex-direction: row !important;
  justify-content: start !important;

  @media (max-width: 426px) {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 1rem;
    /* width: 20rem !important; */

    /* align-items: end !important; */
  }
}

.tag-label-a {
  width: max-content;
  margin: 0 0.25rem;
  padding: 0.25rem 0.75rem;
  color: #575757;
  background-color: #d2d2d2;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;

  &:hover {
    color: #c1c1c1;
    background: #222;
  }

  @media (max-width: 426px) {
    font-size: 0.6rem;
    padding: 0.25rem 0.5rem;
    margin: 0 0.2rem;
  }
}

.overlay-icons {
  width: 3rem;
  height: 5rem;
}

.share-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000bb;
  color: #ffffff;
  position: relative;
  cursor: pointer;

  @media (max-width: 426px) {
    width: 25px;
    height: 25px;
    margin-top: 1rem;
  }
}

.hidden-social-items {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90%;
  right: 0rem;
  width: fit-content;
  height: auto;
  pointer-events: none;
  padding: 0.375rem 0 0.375rem 0.375rem !important;
  translate: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.4s ease;
}

.share-icon.share-icon {
  text-align: center;
  background-color: #000000d6;
  &:hover {
    background-color: transparent;
    color: black;
    margin-left: 2rem;

    .hidden-social-items {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
    }
  }
}

.social-icons-share {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #d2d2d2;
  color: black;
  border-radius: 50%;

  &:hover {
    background-color: black;
    color: #d2d2d2;

    .eita-icon {
      display: none !important;
    }
    .eita-icon-black {
      display: block !important;
      /* background-color: #d2d2d2 !important;
      color: black; */
    }
  }

  @media (max-width: 426px) {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.like-section-tx {
  @media (max-width: 426px) {
    font-size: 0.9rem;
    /*margin-top: 2rem;*/
  }
}

.eita-container {
  width: 20px;
  height: 20px;
}

.eita-icon {
  width: 100%;
  height: 100%;
}
.eita-icon-black {
  width: 100%;
  height: 100%;
  display: none;
}

/* The main content of the page Style End  */

.slide-container {
  max-width: 1120px;
  width: 100%;
}

.slide-content {
  margin: 0 2.5rem;
}

.cart {
  width: 20rem;
  background-color: black;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  color: #d2d2d2;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 0.875rem;
}

.image-content {
  position: relative;
  row-gap: 5px;
  border-radius: 25px 25px 0 25px;
  padding: 1.5rem;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #575757;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #575757;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: black;
}

.card-image {
  position: relative;
  height: 12rem;
  width: 16rem;
  padding: 0.1875rem;
  border-radius: 25px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.description {
  text-align: center;
}

/* Carousel Section Style Start */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /*max-height: 22rem;*/
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  &:hover {
    .carousel-img {
      transform: scale(1.05) !important;
      -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
      filter: grayscale(0%) !important;
    }
    .carousel-description-title {
      color: #ffffff !important;
    }
    .carousel-description {
      color: #ffffff !important;
    }
  }
}

.swiper-slide-img-sec {
  max-height: 10rem;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.carousel-img-container {
  height: 10rem;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  object-fit: cover;
  overflow: hidden;
}

.carousel-img-container img {
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  object-fit: cover;
  transition: all 0.2s ease-out;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.carousel-img {
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  object-fit: cover;
  transition: all 0.2s ease-out;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.carousel-description-container {
  width: 100%;
  /*min-height: 12.5rem;*/
  /*max-height: 12.5rem;*/
  background-color: black;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  color: #ffffff;
  padding: 0.25rem 1rem;
}

.carousel-description-title {
  max-height: 4rem;
  margin-bottom: 0.5rem;
  color: #d2d2d2 !important;

  transition: all 0.3s ease-in-out;
}

.carousel-description {
  /*width: 13rem;*/
  max-height: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  color: #d2d2d2;
  transition: all 0.3s ease-in-out;
  text-align: justify;
  text-align-last: center;
  padding-bottom: 1rem;
}

.btn-carousel {
  background-color: #000000;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  padding: 0.8rem 0.75rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  margin: 0.5rem 0.25rem;
}

.carousel-icon {
}

/* Carousel Section Style End */

.hr-line2 {
  background-color: #000000;
  width: 80%;
  height: 0.01rem;
  margin: 0 auto 5rem;

  @media (max-width: 426px) {
    margin: 3rem auto 2rem;
  }
}

.hr-line3 {
  background-color: #000000;
  width: 80%;
  height: 0.01rem;
  margin: 1rem auto 5rem;

  @media (max-width: 426px) {
    margin: 0 auto 2rem;
  }
}

/* Main section of User Opinion Style Start */

.question-sec-container {
  /*@media (max-width: 426px) {*/
  /*  display: block;*/
  /*  width: 100% !important;*/
  /*}*/
}

.user-icon {
  background-color: #575757;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 50%;

  @media (max-width: 769px) {
    padding: 0.5rem;
  }

  @media (max-width: 426px) {
    padding: 0.5rem 0.75rem;
  }

  @media (max-width: 376px) {
    margin-bottom: 1.5rem;
  }
}
.icon {
  width: 1rem;
  height: 1rem;

  @media (max-width: 769px) {
    width: 1.5rem;
    height: 1.2rem;
  }

  @media (max-width: 426px) {
    width: 1rem;
  }
}

.user-opinion-name, .user-opinion-name span {
  color: black;
  font-family: Peyda-Black !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: end;
  align-items: start;
  @media (max-width: 769px) {
    /*font-size: 1.1rem;*/
  }
  @media (max-width: 426px) {
    /*font-size: 1rem;*/
    /* margin-bottom: .5rem; */
  }
}

.user-opinion-date-under-name {
  display: none;
  font-size: 0.7rem;

  @media (max-width: 376px) {
    display: block;
    margin-top: 1rem;
  }
}

.user-opinion-date {
  font-size: 0.9rem;
  @media (max-width: 426px) {
    font-size: 0.9rem;
  }

  @media (max-width: 376px) {
    display: none !important;
  }
}

.user-opinion {
  width: 75rem !important ;

  @media (max-width: 769px) {
    width: 38rem !important;
  }

  @media (max-width: 426px) {
    width: 23rem !important;
    text-align: center;
  }

  @media (max-width: 376px) {
    width: 21rem !important;
    text-align: right;
  }
  @media (max-width: 321px) {
    width: 17rem !important;
  }
}

.opinion-btn {
  border: 0;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background-color: #d2d2d2;
  color: #575757;
  word-spacing: 0.1rem;

  @media (max-width: 426px) {
    padding: 0.25rem 0.75rem;
  }

  @media (max-width: 426px) {
    border-radius: 0.75rem;
  }
}

.like-number-opinion {
  display: flex;
  flex-direction: row;

  @media (max-width: 426px) {
    font-size: 0.9rem;
  }
}

.user-reply-container {
  @media (min-width: 900px) {
    width: 70rem !important;
    float: left;
  }

  @media (max-width: 769px) {
    width: 50rem !important;
    float: left;
  }

  @media (max-width: 426px) {
    width: 22rem !important;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  @media (max-width: 374px) {
    width: 18rem !important;
  }
}

.logo-opinion {
  width: 2.5rem;
  height: 2.5rem;

  @media (max-width: 426px) {
    width: 2rem;
    height: 2rem;
  }
}

.logo-opinion-img {
  /* width: 100%;
  height: 100%; */
  background-color: #575757;
  /* color: #ffffff; */
  border-radius: 50%;
  padding: 1.25rem;
}

.admin-items-reply {
  @media (max-width: 769px) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: end;
    align-items: start;
    padding-top: 1.25rem;
  }

  @media (max-width: 426px) {
    margin-right: 0.9rem;
    padding-top: 2rem;
  }
}

.user-reply-opinion {
  font-size: 0.9rem;
}

.respo-like {
  @media (max-width: 426px) {
    display: none;
  }
}
.respo-like-container {
  display: none;
  @media (max-width: 426px) {
    display: block;
    float: left;
    font-size: 0.8rem;
  }
}

.admin-reply-name {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: Peyda-Black !important;
  color: #575757;
  @media (max-width: 426px) {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
}

.user-opinion-reply-date-under-name {
  display: none;
  font-size: 0.7rem;

  @media (max-width: 769px) {
    display: block;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }
  @media (max-width: 426px) {
    margin-right: 0;
  }
}

.user-opinion-reply-date-hide {
  font-size: 0.85rem;
  @media (max-width: 769px) {
    display: none;
  }
}

.reply-like-number-opinion {
  justify-content: end;
  font-size: 0.9rem;

  @media (max-width: 426px) {
    font-size: 0.9rem;
    justify-content: center !important;
    margin-top: 1.5rem;
  }
}

/* Main section of User Opinion Style End */

/* About More BTN in Reply Section Style */

.square-style2 {
  margin: 2rem auto;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  border: 1px solid #000000;
  position: relative;

  @media (max-width: 426px) {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.btn-more2 {
  background-color: #ffffff;
  border: none;
  position: absolute;
  left: 1.5rem;
  top: 0.75rem;
  color: black;
  font-family: Peyda-Black !important;
  transition: all 0.2s ease-in;
  font-size: 0.75rem;

  @media (max-width: 426px) {
    font-size: 0.7rem;
    left: 1.25rem;
    top: 0.7rem;
  }
}

.square-style2:hover {
  .btn-more {
    left: 2.5rem;

    @media (max-width: 426px) {
      left: 2rem;
    }
  }
}

.hr-diving-line {
  border: none;
  border-top: 3px dotted #575757;
  width: 60%;
  margin: 1.5rem auto;
}

/* About More BTN Style */

.square-style {
  margin: 2rem auto 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  border: 1px solid #000000;
  position: relative;

  @media (max-width: 426px) {
    width: 3rem;
    height: 3rem;
  }
}

.btn-more {
  background-color: #ffffff;
  border: none;
  position: absolute;
  left: 2rem;
  top: 1rem;
  font-family: Peyda-Black !important;
  color: black;
  font-size: 0.9rem;
  transition: all 0.2s ease-in;

  @media (max-width: 426px) {
    font-size: 0.9rem;
    left: 1.5rem;
    top: 0.9rem;
  }
}

.square-style:hover {
  .btn-more {
    left: 2.5rem;

    @media (max-width: 426px) {
      left: 2rem;
    }
  }
}

.hr-line4 {
  background-color: #000000;
  width: 90%;
  height: 0.01rem;
  margin: 5rem auto 5rem;
}

/* Write your point of view Section Start Style */

.write-point-title {
  text-align: right;
  word-spacing: 0.25rem;
  @media (max-width: 321px) {
    font-size: 1.35rem;
  }
}

.logged-in-as {
  text-align: right;
  margin-bottom: 30px;
}

.comment-notes {
  text-align: right;
  margin-bottom: 70px;
}

.form-container {
  width: 80vw;
  vertical-align: middle !important;

  @media (max-width: 769px) {
    margin-top: 3rem !important;
  }
}

.name-emain-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;

  @media (max-width: 426px) {
    flex-direction: column;
  }
}

input::placeholder {
  color: #000000;
}

.form-control-style {
  border-bottom: 1px solid black;
  transition: all 0.3s ease-in-out;
  &:hover {
    border-color: red;
  }

  @media (max-width: 426px) {
    margin-bottom: 2.5rem;
  }
}

.form-style {
  border: none;
  outline: none;
  color: #000000;
  font-family: "Peyda-Black" !important;
  font-size: 0.9rem;

  @media (max-width: 321px) {
    font-size: 0.85rem;
  }
}

.view-point-textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  text-align: center;
  line-height: 1rem;
  font-family: "Peyda-Black" !important;
  font-size: 0.9rem;
  width: 75vw !important;

  transition: all 0.3s ease-in-out;
  &:hover {
    border-color: red;
  }

  /* @media (min-width:900px) {
  width: 80vw;
    
  } */

  @media (max-width: 769px) {
    width: 100% !important;
    height: 5rem !important;
    margin-bottom: 3rem;
  }

  @media (max-width: 321px) {
    font-size: 0.85rem;
  }
}

.view-point-textarea::placeholder {
  color: #000000;
}

.comment-field {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .comment-field {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* Write your point of view Section End Style */
