/*share*/
.shareBtnContainer.share-active *:hover {
  opacity: 1;
}
.share-overlay > a {
  width: 1.1rem;
}
.shareBtnContainer.share-active .share-icon {
  display: none;
  opacity: 0;
  transition: all 0.3 ease-out;
}

.share-close-button {
  display: none;
}
.shareBtnContainer.share-active .share-close-button {
  transition: all 0.3 ease-out;
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--redColor);
  color: var(--white) !important;
  opacity: 1;
}
.share-button {
  display: flex;
  align-items: center;
}
.share-active .share-button {
  display: none;
}

.share-overlay {
  display: none !important;
}
.share-active .share-overlay {
  display: flex !important;
  margin-top: -36px;
  padding: 0 50px;
}
.arabic-version .share-active .share-overlay {
  margin-inline-end: 45px;
  margin-inline-start: unset;
}
@media (max-width: 575.98px) {
  .share-active .share-overlay {
    margin-top: -30px;
  }
}

.share-overlay a {
  text-decoration: none;
  color: var(--primary-color);
  z-index: 10;
}
.share-overlay a:hover {
  color: var(--primary-color);
}
.shareBtnContainer i {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.share-button.btn {
  color: var(--primary-color);
}
.share-overlay > a {
  width: 2rem;
}
.pointer {
  cursor: pointer;
}




.news-inner-btn {
  background-color: transparent;
  color: var(--primary-color);
  border-radius: 50px;
  padding: 0.3rem 1.6rem;
  text-decoration: none;
  border: var(--primary-color) 1px solid;
  transition: all 0.5s ease-in-out;
}

.news-inner-btn:hover{
 background-color: var(--primary-color);
 color: #fff;
}

.main-image {
  width: 58.85%;
  margin: auto;
}

.main-title {
  width: 53%;
  margin: auto !important;
}

.calendar {
  width: 1.125rem;
  padding-bottom: 0.2rem;
}

.specialzed-news-inner .card-body{
  padding: 1rem 0 !important;
  margin: 0 !important;
}

a {
  color: var(--primary-color);
}

.separator {
  width: 10%;
  height: 50%;
  transform: rotate(90deg);
  transform-origin: center;
  padding: 0 5rem;
}

a > svg {
  fill: var(--primary-color);
  width: 1.4rem;
}

/*---------------------*/

.pagination-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  background-color: var(--primary-color);
  margin: 0 3rem;
}

@media (max-width: 991.88px) {
  .pagination-arrow.prev {
    width: 2rem;
    height: 2rem;
    margin-inline-start: 0 !important ;
  }

  .pagination-arrow.next {
    width: 2rem;
    height: 2rem;
    margin-inline-end: 0 !important ;
  }

  .main-image{
    width: 90%;
  }

  .share-close-button{
   padding-bottom: 0.8rem !important;
  }
}
.splide__track {
  padding-bottom: 1rem !important;
}
.main-image img {
    border-radius: var(--bs-border-radius);
}
.latest-news-content-slide {
    padding-block: 2rem;
}
