/* global */
@font-face {
  font-family: "GESSTwoMedium-Medium";
  src: url("../fonts/GESSTwoMedium-Medium.ttf");
}
* {
  direction: rtl;
  box-sizing: border-box;
  text-align: right;
  font-family: "GESSTwoMedium-Medium", "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 13px;
  }
}
.main-color {
  color: #cc147f;
}

/* Navbar */

.navbar {
  background: linear-gradient(
    90deg,
    rgba(35, 31, 32, 1) 16%,
    rgba(138, 5, 84, 1) 42%,
    rgba(138, 5, 84, 1) 54%,
    rgba(35, 31, 32, 1) 82%
  );
}

.eagle {
  height: 55px;
}

.nav-item a {
  color: #fff !important;
}

.nav-item a:hover {
  border-bottom: 3px solid #cc147f;
  text-shadow: 2px 2px 4px gray;
  transition: all 250ms ease-in;
}

.brand-logo a:hover i {
  border-bottom: none;
}

.brand-logo i {
  font-size: 50px;
  display: inline-table;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  color: #000;
  background-color: #f1f1f1;
}

.brand-logo i:hover {
  border-radius: 50%;
  text-shadow: 2px 2px 4px gray;
  color: #fff;
  background-color: #000;
  transition: all 200ms ease-in;
}

.brand-logo-collapsed {
  display: none;
}

.hot-line-full {
  display: none;
}

.hot-line-collapsed {
  display: none;
}

.hot-line-collapsed .row {
  background: linear-gradient(
    90deg,
    rgba(35, 31, 32, 1) 16%,
    rgba(138, 5, 84, 1) 42%,
    rgba(138, 5, 84, 1) 54%,
    rgba(35, 31, 32, 1) 82%
  );
}

.hot-line-collapsed img {
  width: 100%;
}

.brand-logo-full {
  height: 50px;
  margin: 0;
}
.brand-logo-full:hover {
  text-decoration: none;
}

/*  */
/*  ticker */
.news-tab-text {
  font-size: 1.2rem;
}

.ticker div {
  display: inline-block;
  word-wrap: break-word;
}

.ticker a{
  text-decoration:none;
  color: Black;
  font-size:1.1rem;
}

/*First Section  */
/* News Slider  */
.news-slider {
  padding: 0;
}

.news-slider .carousel-item {
  height: 550px;
}

.carousel-item img {
  /* filter: brightness(50%); */
  height: 100%;
  width: 100%;
}

.news-slider .carousel-control-next-icon,
.news-slider .carousel-control-prev-icon {
  width: 25px;
  height: 25px;
  border-radius: 51px;
  background-color: rgba(0, 0, 0, 0.66);
}
/* .news-slider .carousel-control-prev-icon,
.news-slider .carousel-control-next-icon {
  background: none;
} */

.news-slider .carousel-caption {
  color: #fff;
  right: 4%;
  left: 4%;
}

.news-slider .carousel-caption .header,
.news-slider .carousel-caption .article {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-slider .carousel .carousel-indicators > li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.news-slider .carousel-control-next,
.news-slider .carousel-control-prev {
  width: 3%;
}

/* Counter */
.counter-container {
  background-color: #000;
  border-right: 5px solid #fff;
}

.counter {
  background-color: black;
  height: 100%;
}
.counter img {
  height: 4rem;
}

.counter h2 {
  display: inline;
}
.number-header {
  margin-top: 5rem;
}
.number-header h2 {
  color: #fff;
  display: inline-block;
  margin-right: 2rem;
}
.counter-circle {
  padding-top: 1rem;
  z-index: 1;
}
.counter-circle span {
  font-size: 2rem;
  font-weight: 600;
}

.counter-circle h4 {
  color: #fff;
  width: 10rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.progress {
  width: 110px;
  height: 110px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: transparent;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value span {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
  color: #000;
  line-height: 100px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.purple .progress-bar {
  border-color: #8b4e9a;
}
.progress.purple .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.purple .progress-value span {
  color: #8b4e9a !important;
}
.progress.red .progress-bar {
  border-color: #ff0000;
}
.progress.red .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}
.progress.red .progress-value span {
  color: #ff0000 !important;
}
.progress.green .progress-bar {
  border-color: #33cc33;
}
.progress.green .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-value span {
  color: #33cc33 !important;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}

/* Second Section */
/* government */

#government {
  padding: 1rem;
}

.government-links {
  border: 1px solid #b6b5b5;
}

.government-links a {
  color: #000;
}
.date {
  color: #808080;
  /* float: left; */
}

.show-more a {
  text-decoration: none;
  border: 1px solid rgba(86, 61, 124, 0.15);
  background: rgb(158, 31, 99);
  padding: 5px 40px;
  color: #fff;
}

.show-more a:hover {
  background-color: #000;
  color: #f1f1f1;
  transition: all 300ms ease;
}

/* Third section */
/* about-virus */
.about-virus,
.who {
  border: 10px solid #000;
  border-bottom: 40px solid #000;
}

.about-virus .header,
.who .header {
  background: #000;
}

.who .header img {
  height: 55px;
}

/* WHO */

/* <!-- image popup --> */

.who-slider {
  background-color: #bedbef;
  padding: 4rem;
  /* min-height: 500px; */
}
.who-slider .carousel-control-next {
  right: -60px;
}
.who-slider .carousel-control-prev {
  left: -60px;
}
.who-slider .carousel-control-next-icon,
.who-slider .carousel-control-prev-icon {
  width: 50px;
  height: 44px;
}
.who-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='purple' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.who-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='purple' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.pop-up img {
  cursor: pointer;
}
.showing {
  z-index: 9999;
  display: none;
}
.showing .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
}
.showing .img-showing {
  height: 70vh;
  max-height: 70vh;
  width: 70vw;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10000;
}
.img-showing span {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.img-showing img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/*  Forth Section */
/* <!-- Global --> */
#global {
  background-color: #fff;
}


/* ===================================================================
 * # stats 
 *
 * ------------------------------------------------------------------- */
.s-stats {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050505;
  background-image: url("./images/stats-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.s-stats::before {
  display: block;
  content: "";
  background-color: #050505;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.stats {
  width: 68%;
  text-align: center;
  direction: ltr !important;
}
.stats__col {
  margin: 5.4rem 0;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.stats__count {
  font-family: "Droid Arabic Kufi", Tahoma;

  font-size: 4rem;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.stats__count::after {
  display: block;
  content: "";
  height: 1px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.stats h5 {
  font-family: "Droid Arabic Kufi", Tahoma;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.8rem;
  position: relative;
}

/*  */
/* Advice Slider  */
.advice-slider {
  padding: 0;
}

.advice-slider .carousel-item {
  height: 650px;
}

.advice-slider .carousel-item img {
  height: 100%;
  width: 100%;
}

.advice-slider .carousel .carousel-indicators > li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/*  */
/* knowledge */
.knowledge,
.infographic {
  border-top: 10px solid #4d0535;
  border-right: 25px solid #4d0535;
  border-left: 25px solid #4d0535;
  border-bottom: 40px solid #4d0535;
}
.knowledge {
  background: #c9c9c9;
}
.knowledge-img {
  background: #f1ecf0;
}
.knowledge .header,
.infographic .header {
  background: #4d0535;
}

/*
.knowledge .header img,
.infographic .header img {
  height: 76px;
}
*/
.knowledge .borchure-link:hover {
  color: #000;
  text-decoration: none;
}

.infographic {
  background: #f1ecf0;
}

/* Footer */
.social h3 {
  color: #8e4dc1;
}

.social a {
  filter: brightness(85%);
}
.social a:hover {
  filter: brightness(100%);
}

.other-sites h4 {
  color: #8e4dc1;
}

.other-sites a {
  color: #fff;
}

.other-sites a:hover {
  color: #cc147f;
  text-decoration: none;
}
/*  */
/* 
/* Tab */
/* Breadcrumb */

.ViewHeader {
  padding: 10px;
  background-color: #e9ecef;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb a {
  text-decoration: none;
  color: #505050;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
   
}

.breadcrumb-item.active{
  color:#cc147f;
}

/*  */
.tab {
  overflow: hidden;
  border: 0.2px solid #e0e0e0;
  background-color: hsl(0, 0%, 95%);
}

.tab button {
  text-align: center;
  background-color: inherit;
  /* border: none; */
  border: 0.2px solid #e0e0e0;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab .active {
  background-color: #740a49;
  color: #fff;
}

.tab .active:hover {
  background-color: #740a49;
}

.tabcontent {
  display: none;
}
#about-virus {
  display: block;
}
/* */

/* About Virus */
/*  */
.process-right-col,
.process-left-col,
.padding-side {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* About Virus Slider */
.about-virus-slider .carousel-item {
  height: 450px;
}
.about-virus-slider .carousel-item img {
  /* filter: brightness(50%); */
  height: 100%;
  width: 100%;
}




/* Media Queries */

@media (max-width: 1290px) {
  .navbar-brand {
    margin: 0;
  }
  .eagle {
    height: 50px;
  }
  .nav-item a {
    font-size: 14px;
    color: #fff !important;
  }
  .counter h2 {
    font-size: 1.5rem;
  }
  .about-virus h3,
  .who h3,
  .knowledge h3,
  .infographic h3 {
    font-size: 25px;
  }
  .dowmlaod .show-more a {
    padding: 5px 10px;
}
}

@media (max-width: 1200px) {
  .about-virus h3,
  .who h3,
  .knowledge h3,
  .infographic h3 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  nav.navbar {
    padding: 0;
  }

  .hot-line-full {
    display: block;
  }

  .brand-logo-collapsed {
    display: block;
  }
  .brand-logo-full {
    display: none !important;
  }
  .counter-container {
    background-color: #000;
    border-right: none;
  }
}

@media (max-width: 768px) {
  /* .carousel-caption .header,
  .carousel-caption .article {
    padding: 0;
    margin-bottom: 0 !important;
  } */
}

@media (max-width: 576px) {
  .hot-line-full {
    display: none;
  }
  .hot-line-collapsed {
    display: block;
  }
  .brand-logo i {
    font-size: 38px;
    height: 9px;
    line-height: 49px;
  }
  .brand-logo {
    height: 50px;
  }
  .eagle {
    height: 53px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .care-logo {
    height: 53px;
  }

  .carousel-caption .header,
  .carousel-caption .article {
    font-size: 95%;
  }
  .carousel-caption .header p,
  .carousel-caption .article p {
    margin-bottom: 0.2rem;
  }

  .who .header h3 {
    font-size: 1.5rem;
  }
}

/*service box egypt level*/
.egypt-level {
  font-size: 70%;
  background: none;
  background-image: url(../images/world-map.png);
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 5rem; */
  margin-bottom: 5rem;
  padding-top: 1rem;
}
.abs {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.01);
}
.egypt-level h3 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.egypt-level h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  /* font-size: 2.5rem; */
}
.services-wrap {
  position: relative;
  z-index: 0;
}

.services {
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .services {
    margin-bottom: 30px;
  }
}
.services .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  /*      background: rgba(0, 0, 0, 0.05);*/
  background-color: rgb(158, 31, 99);
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .icon span {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 10rem;
}
.text p {
  font-weight: 500;
  font-size: 18px;
}
.services:hover .icon {
  background: #001133;
}
.services:hover .icon span {
  color: #fbd341;
}
.services:hover .btn-custom {
  opacity: 1;
  bottom: -25px;
}

.services-wrap {
  width: 100%;
}
.services-wrap .services-list {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #fff;
  color: #000000;
  border-radius: 4px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .services-wrap .services-list {
    padding-right: 50px;
  }
}
.services-wrap .services-list .btn-custom {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4e9525;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-wrap .services-list .btn-custom span {
  color: #fff;
}
@media (max-width: 767.98px) {
  .services-wrap .services-list .btn-custom {
    right: 0;
  }
}
.services-wrap .services-list:hover {
  background: #4e9525;
  color: #fff;
}
.services-wrap .services-list:hover .btn-custom {
  background: #fbd341;
}
.services-wrap .services-list:hover .btn-custom span {
  color: #4e9525;
}

