@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
  font-family: Hance Regular;
  src: url(../Fonts/Hacen\ Samra\ Lt.ttf);
}

@font-face {
  font-family: Hance;
  src: url(../Fonts/Hacen\ Samra.ttf);
}

.ftco-section {
  padding: 3em 0 !important;
}

.newsHeading {
  /* color:#983369!important ; */
  color: white !important;

  /* font-weight: bold !important; */
  /* font-family:Hance Regular !important; */

}

.coverNews {
  background-color: #0b1c46 !important;
  color: white !important;
  text-align: center !important;

}

.newsHeading:hover {
  transition: 2s;


  font-size: 20px !important;

  /* text-decoration: underline 3px #eecd77 !important; */
  /* box-shadow: 5px 5px 5px gray !important; */
}


/* news links */
button {
  background-color: transparent;
  border: none;
}

.newsContent {
  text-align: right;
}

/* عن القطاع */
.heading {
  display: flex !important;
  flex-wrap: wrap-reverse !important;
  justify-content: flex-start !important;
  align-items: baseline !important;

}

.textHeading {
  font-size: xx-large !important;
  font-family: initial !important;
  color: #983369 !important;
  font-weight: bold !important;
  /* border:black solid; */
  width: auto !important;
}

.hrLine {
  border-top: #97b1f0 inset !important;
}

.Paragraph {
  font-family: monospace !important;
  font-weight: bolder !important;
  color: rgb(109, 108, 108) !important;
}

.ContainerImge {
  width: 236px !important;
  height: fit-content !important;
  border: #eecd77 solid !important;
}

/* .imageCenter
{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content:space-evenly !important;
} */


.imageCenter {
  width: 300px !important;
  min-height: 270px !important;
  overflow: hidden !important;
}

@media (max-width: 576px) {
  .hrLine {
    width: 50% !important;
  }

  .imageCenter {
    margin: auto !important;
  }
}

@media (min-width: 768px) {
  .imageCenter {
    margin: auto !important;
  }
}

/* 751 */
@media (max-width: 768px) {
  .imageCenter {
    margin: auto !important;
  }
}


/* carousel gallery */
.carousel {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  background: rgba(255, 255, 255, .3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}

#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}

#carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, .3);
}

#carousel-thumbs .selected img {
  border-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}

@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}

@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

/*  */
.NewsHeading {
  /* color:#0b1c46; */
  color: #983369;

  font-family: monospace;
  font-weight: 800;
}


/* share news over social meadia */

.share__wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
}

.share__title {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.share__list {
  display: flex;
  flex: 1;
  margin: 0;
  list-style: none;
}

.share__item {
  & + & {
    margin-left: 1rem;
  }
}

.share__link {
  border: none;  
  
  > * {
    pointer-events: none;
  }
}
.iconShare
{
  font-size: x-large
}
.facebookIcon
{
  color: #3b5998;
}
.twitterIcon
{
  color:#1DA1F2
}
.bi-google
{
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.bi-whatsapp
{
  background-color: #25d366; color: white;
}

.bi-share-fill::before
{
  transform: rotateY(178deg) !important;
}