@import "../fa/css/all.css";
@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tajawal.ttf");
}
@font-face {
  font-family: "cairo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cairo.ttf");
}
* {
  font-family: "tajawal";
  direction: rtl;
}

header {
  background: url("../images/bg-main.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  background-position: center center;
  display: flex;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.5s;
}
header h2 {
  z-index: 3;
  min-height: 150px;
  padding: 15px;
  border-radius: 15px;
  color: white;
  font-weight: 100 !important;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}
header nav {
  z-index: 3;
  position: absolute;
  color: white;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 130px;
  padding: 10px;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
header nav ul {
  display: flex;
  list-style: none;
}
header nav li {
  transition: 0.2s;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px;
}
header nav a {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 786px) {
  .achive .text {
    top: 210px;
  }
  .galery {
    display: none;
  }
  .structure .flex {
    gap: 0 !important;
    width: 100% !important;
  }
  .structure {
    width: 100% !important;
  }
  .card {
    margin: 0px auto !important;
    width: 230px;
    height: 310px;
  }
  nav {
    height: 80px !important;
    padding-top: 20px !important;
  }
  nav ul {
    top: 120px;
    width: 80%;
    opacity: 0%;
    transition: 0.2s;
    visibility: hidden;
    display: grid !important;
    position: absolute;
    background: rgba(65, 65, 65, 0.8);
    color: black;
    padding: 10px;
    border-radius: 15px;
  }
  nav ul li {
    margin-bottom: 10px;
  }
  .post {
    height: 200px;
    font-size: 10px !important;
  }
  .post .dimg {
    width: 100%;
    height: 200px;
  }
  .post .dtext {
    width: 260px !important;
    padding: 4px;
  }
  .post .dtext h2 {
    font-size: 15px;
  }
  .post .dtext p {
    width: 260px;
  }
  .post img {
    height: 200px !important;
    width: 100%;
  }
  nav {
    justify-content: space-between;
    align-items: center;
  }
  nav i {
    font-size: 30px;
  }
  nav p {
    margin-top: 10px;
    font-size: 14px;
  }
  .new {
    height: 180px !important;
    width: 100% !important;
  }
  .new img {
    height: 180px !important;
    width: 100% !important;
    bottom: 0;
  }
}
.about {
  padding: 30px;
  background: rgb(255, 255, 255);
}
.about .mop {
  width: 50%;
  padding: 0px !important;
  padding: 0px !important;
}
.about h3 {
  text-align: center;
}
.about p {
  position: relative;
}
.about .icont {
  width: 40%;
  border: solid 1px white;
  outline: solid 3px #727272;
  position: relative;
  overflow: hidden;
}
.about .icont .before {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0%;
  z-index: 9999;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.about .icont:hover > .before {
  height: 100%;
  bottom: 0;
}
.about .icont img {
  width: 100% !important;
  height: 100% !important;
  transition: 0.5s;
  transform: scale(1.05);
}
.about .icont:hover > img {
  transform: scale(1.2);
}

@media (max-width: 700px) {
  .mohafeztitle {
    margin-bottom: 30px;
  }
  #mohafez {
    flex-direction: column-reverse;
    direction: ltr !important;
  }
  .mop {
    width: 100% !important;
  }
  .mop p {
    padding: 0;
    margin: 0;
  }
  .about {
    padding: 3px;
  }
  .about .icont {
    margin-top: 50px !important;
    height: 200px;
    width: 100%;
    margin: 0px !important;
  }
}
.structure {
  position: relative;
  text-align: center;
  background: #dce8e9;
  padding: 35px;
}
.structure #cardslide {
  display: flex;
  flex-wrap: none;
  width: 9000PX;
  position: absolute;
  right: -300px;
  overflow: hidden;
  transition: 0.3s;
}
.structure .flex {
  overflow: hidden;
}
.structure .flex i {
  background: white;
  position: absolute;
  top: 40%;
  z-index: 9php 89;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure .flex #la {
  right: 0px;
}
.structure .flex #ra {
  position: absolute;
  left: 0px;
}
.structure i {
  color: rgb(25, 135, 84);
  position: absolute;
  top: 0;
  font-size: 50px;
}
.structure .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.structure .flex .card {
  position: relative;
  transition: 0.1s;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(120, 120, 120, 0.4);
  margin: 40px;
  text-align: start;
  background: #fff;
  width: 280px;
  height: 350px;
}
.structure .flex .card .text {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.structure .flex .card:hover {
  transform: scale(1.05);
}
.structure .flex .card:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(25, 135, 84);
  height: 3px;
  z-index: 99;
  width: 100%;
}
.structure .flex .card .imgs {
  position: relative;
  height: 130px;
}
.structure .flex .card .imgs svg {
  color: white;
  position: absolute;
  bottom: 0;
  bottom: -1px;
  left: 0;
  z-index: 5;
}
.structure .flex .card img[class=green] {
  width: 100%;
  height: 100%;
}
.structure .flex .card .avatar {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 9;
  left: 0px;
  margin: 0;
  position: absolute;
  height: 250px;
}

#acheiv {
  background: #dce8e9;
  padding: 50px 0px;
}
#acheiv .tabs ul {
  padding: 0 !important;
}
#acheiv .tabs ul a {
  color: black !important;
  background: #eee;
}
#acheiv .tabs ul .active {
  background: #Fff;
  color: rgb(25, 135, 84) !important;
}

@media (max-width: 700px) {
  #acheiv ul a {
    font-size: 10px;
  }
}
.posts {
  background: #dce8e9;
  position: relative;
  transition: 0.5s;
  padding: 50px 0px;
}
.posts .tabs ul {
  padding: 0 !important;
}
.posts .tabs ul a {
  background: #fff;
  width: 100px;
  display: block;
  padding: 5px;
  border-radius: 20px;
  margin: 10px 5px !important;
  color: black !important;
}
.posts .tabs ul .active {
  background: rgb(25, 135, 84) !important;
  color: white !important;
}
.post {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(120, 120, 120, 0.3);
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.post img {
  width: 100%;
  transform: scale(1.2);
  height: 80vh;
}
.post .dimg {
  background: black;
  padding: 0;
  width: 100%;
  position: relative;
}
.post .dimg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.post .dtext {
  transition: 1s;
  position: absolute;
  color: white !important;
  bottom: -550px;
  width: 1000px;
}
.post .dtext p {
  color: white !important;
}
.post div {
  padding: 30px;
}
.post:hover > .dtext {
  bottom: 0px;
}

.photos .photo {
  overflow: hidden !important;
  margin-bottom: 20px;
}
.photos .photo .icont {
  height: 230px !important;
  position: relative;
  box-shadow: rgba(120, 120, 120, 0.3) 0px 0px 5px;
  overflow: hidden;
  border: solid 5px white;
}
.photos .photo .icont:hover > img {
  transform: rotate(10deg) scale(1.3);
}
.photos .photo .icont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: 0.4s;
  z-index: 99;
  background: #000;
  opacity: 0.6;
}
.photos .photo .icont:hover:before {
  width: 100%;
}
.photos .photo .icont .title {
  position: absolute;
  left: -500px;
  top: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 100;
  font-size: 20px;
  transition: 0.8s;
}
.photos .photo .icont .title i {
  font-size: 25px;
  margin-top: 10px !important;
}
.photos .photo .icont:hover > .title {
  left: 0;
}
.photos .photo img {
  height: 230px !important;
  width: 100% !important;
  transition: 0.4s;
}

.videos .mainvid {
  height: 510px !important;
  padding: 0px !important;
}
.videos .video {
  height: 250px;
  border: solid 5px white;
}

.news {
  background: #dce8e9;
  background: dce8e9;
  padding: 30px;
}
.news h2 {
  margin-bottom: 40px;
  text-align: center;
}
.news .new {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  width: 350px;
}
.news .new:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .new img {
  height: 100%;
  width: 100%;
}
.news .new .text {
  position: absolute;
  color: white;
  z-index: 99;
  bottom: 0;
  right: 15px;
}

footer {
  background: #4a4a4a;
  text-align: center;
  border-top: rgb(202, 202, 202) 0.1px solid;
  padding: 20px;
  color: white;
}

#ndfooter {
  background: #3d3d3d;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(25, 135, 84);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

.progress {
  direction: ltr;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 2px !important;
  background: #eee;
  width: 100%;
  border-radius: 0 !important;
  z-index: 9999;
}
.progress .pbar {
  transition: 0.1s;
  width: 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: rgb(25, 135, 84);
}

.totop {
  z-index: 9999;
  position: fixed;
  bottom: -500px;
  right: 0px;
  margin: 30px;
  background: rgb(25, 135, 84);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.swiper-pagination, .swiper-scrollbar, .swiper-button-next, .swiper-button-prev {
  color: white !important;
}

.swiper-pagination-bullet-active {
  background: rgb(25, 135, 84) !important;
}

.heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.heading:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: -15px;
  left: 0%;
  background: #444;
  height: 3px;
  border-radius: 50px;
}
.heading:after {
  content: "";
  width: 8px;
  position: absolute;
  bottom: 0;
  bottom: -17px;
  left: 48%;
  background: #555;
  height: 8px;
  border-radius: 50px;
}

.new {
  margin: 10px !important;
}

.swiper-button-next2, .swiper-button-prev2 {
  display: none !important;
}

.swiper3 {
  overflow-x: hidden;
  margin-top: 30px;
}

.achive {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 250px !important;
  border-radius: 5px;
  box-shadow: rgba(121, 121, 121, 0.1) 0px 1px 5px;
  border-bottom: solid 3px rgb(25, 135, 84);
  max-width: 350px;
  margin: 15px auto;
  transition: 0.1s;
}
.achive img {
  width: 100%;
  height: 200px;
}
.achive .text {
  transition: 0.5s top;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 205px;
  z-index: 10;
  text-align: center;
  padding: 10px;
}
.achive .text h5 {
  font-size: 18px;
}
.achive .text p {
  color: rgb(167, 167, 167);
}
.achive:before {
  content: "";
  transition: 0.8s;
  position: absolute;
  top: 0px;
  height: 0%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 9;
  left: 0px;
}
.achive:hover:before {
  height: 100%;
}
.achive:hover > .text {
  top: 30%;
}
.achive .img {
  transition: 0.5s;
}
.galery {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: white;
  visibility: hidden;
  transition: 0.4s;
}
.galery i {
  font-size: 60px;
  position: absolute;
  top: 50px;
  right: 50px;
}
.galery img {
  display: block;
  margin: 25vh auto;
  width: 500px;
}

/* buttons */
.button-29 {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5affba 0, rgb(25, 135, 84) 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(35, 66, 57, 0.4) 0 2px 4px, rgba(35, 66, 51, 0.3) 0 7px 13px -3px, rgba(58, 111, 84, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #0a5739 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:focus {
  box-shadow: #3ce07b 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3ce0a9 0 -3px 0 inset;
}

.button-29:active {
  box-shadow: #0f6d36 0 3px 7px inset;
  transform: translateY(2px);
}

.button-29-2 {
  background-image: radial-gradient(100% 100% at 100% 0, #c0c0c0, #838383 100%);
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #4d4d4d 0 -3px 0 inset;
}

.button-29-2:active {
  box-shadow: #5f5f5f 0 3px 7px inset;
  transform: translateY(2px);
}

.button-29-2:focus {
  box-shadow: #b1b1b1 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3ce0a9 0 -3px 0 inset;
}

.swiper3 {
  position: relative;
}
.nav-tabs {
  display: flex !important;
  justify-content: center;
  text-align: center !important;
  padding: 0 !important;
}

@media (max-width: 700px) {
  .videos .mainvid {
    height: 250px !important;
    width: 100%;
  }
  .videos .video {
    height: 250px;
    border: solid 5px white;
    width: 100%;
  }
  .vidcon {
    padding: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 700px) {
  .button-29, .button-29-2 {
    font-size: 12px;
    height: 39px;
  }
  .loading {
    font-size: 13px !important;
    display: grid;
  }
  .loading .spinner-border {
    width: 20px;
    height: 20px;
    font-size: 10px !important;
  }
}
.headeingnews {
  transoform: rotate();
}/*# sourceMappingURL=main.css.map */