@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("/assets/font/ArbFONTS-DINNextLTArabic-Regular-4.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

html{scroll-behavior:smooth}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "DIN Next LT Arabic", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  padding-right: 0;
}

body {
  background-color: #f3f5fc;
}

.bc img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.content {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 60px 65px 70px;
}

.content2 {
  text-align: justify;
}

@media (min-width: 576px) {
  .content2 {
    padding-inline-end: 100px;
  }
}

.onTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  background-color: #f3f5fc;
}

.new-content {
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 16px 60px;
}

@media (max-width: 576px) {
  .new-content {
    padding: 20px 35px;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.zero ul {
  padding: 0;
}

.first {
  width: 53%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0;
}

.first li a {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.new-nav li a {
  color: #000000;
  cursor: pointer;
}

.second {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
}

.second p {
  margin-inline-start: 50px;
  margin-bottom: 0;
}

.second p a {
  text-decoration: none;
  color: #fff;
}

.mobile {
  display: none;
  width: 100%;
  position: relative;
}

.mobile .menu-bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mobile .menu-bar li {
  width: 50%;
}

.bar {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bar div {
  background: #fff;
  width: 40px;
  border-radius: 3px;
  height: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.bar div span {
  display: block;
  background-color: #743c7f;
  width: 25px;
  margin-top: 2px;
  margin-bottom: 4px;
  height: 2px;
}

.mobile .sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 260px;
  padding: 50px 10px;
  z-index: 999999;
  /* background-image: linear-gradient(#fff, #4486a0); */
  background-color: #4486a0;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in;
}

.mobile .sidebar.open {
  right: 0;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.list {
  margin-block-start: 50px;
  height: 100%;
}

.list ul {
  height: 100%;
}

.list ul li {
  margin-bottom: 25px;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

.list ul li:hover {
  border-bottom: 1px solid #743c7f;
}

.list ul li a {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
}

.overlay {
  z-index: 99999;
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100%;
  height: 1000vh;
  width: 200%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in;
}

.overlay.open {
  opacity: 1;
  right: 260px;
  pointer-events: auto;
}

.essential {
  margin-top: 150px;
  color: #fff;
}

.joun__essential {
  margin-top: 90px;
  color: #fff;
}

.joun__essential2 {
  position: absolute;
  bottom: 100px;
  width: 100%;
  margin-top: 90px;
  color: #fff;
}

.essential .headline {
  width: 100%;
}

.essential h2 {
  font-weight: 700;
}

.essential h2 span {
  color: #ddbddb;
}

.essential p {
  font-size: 24px;
  width: 550px;
  margin-top: 20px;
}

.essential .btn button {
  background: #743c7f;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 27px;
}

.essential .carousel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.essential .carousel img {
  width: 100%;
  object-fit: cover;
}

.essential .carousel .transparent {
  position: relative;
}

.essential .carousel .video {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 14px;
  right: 18px;
  border-radius: 10px;
}

.final {
  margin-top: 20px;
}

.final .social ul {
  display: flex;
  align-items: flex-end;
}

.final .social ul li {
  margin-inline-end: 19px;
  cursor: pointer;
}

#values,
#serv_id {
  position: relative;
}

.about,
.vision,
.values {
  display: flex;
  justify-content: space-between;
}

.about {
  display: flex;
  justify-content: space-between;
}

.vision {
  background: #f5f5f5;
}

.values div {
  width: 50%;
}

.values .content-values {
  margin-top: 80px;
  margin-left: 80px;
}

.values .image-values {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .content-about,
.vision .image-vision {
  width: 60%;
}

.about .image-about,
.vision .content-vision {
  width: 40%;
}

.about .image-about img,
.values .image-values img {
  width: 90%;
  height: 70%;
  object-fit: cover;
}

/* .content-about, */
.content-vision,
.content-values {
  padding: 69px 89px;
}

.content-about h2,
.content-vision h2,
.values .content-values h2,
.identity h2 {
  font-size: 64px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 5px solid #743c7f;
  width: fit-content;
}

.content-about p,
.content-vision p,
.values .content-values p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
}

.image-vision {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-values img {
  padding: 90px;
}

.identity {
  text-align: center;
  padding: 40px 100px;
}

.identity .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.identity p {
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  margin: 18px;
}

.identity .pics {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

.identity .pics .pic {
  margin-left: 23px;
}

.identity .pics .pic .pic-img {
  /* width: 100%; */
  overflow: hidden;
  border-radius: 30px;
}

.identity .pics .pic .pic-img img {
  transform: scale(1);
  cursor: pointer;
  transition: all 2.3s ease-in;
  overflow: hidden;
}

.identity .pics .pic img:hover {
  transform: scale(2);
}

.more-btn button {
  background: #743c7f;
  color: #fff;
  padding: 15px 53px;
  outline: none;
  border: none;
  box-shadow: 0px 10px 20px rgba(172, 87, 188, 0.3);
  border-radius: 15px;
  font-size: 10px;
  /* font-family: "Noto Sans Arabic", sans-serif; */
  margin-top: 90px;
  margin-bottom: 40px;
}

.contact {
  text-align: center;
}

.contact h2 {
  color: #333;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 45px;
}

.bc-contact {
  position: relative;
}

.contact-content {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-content .title {
  color: #f7d4f5;
  font-size: 32px;
}

.contact-content .data,
.contact-content .data a {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.bc-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty {
  height: 400px;
  z-index: 99;
  position: relative;
}

footer {
  background-color: #4486A0;
  padding: 10px;
}

footer .footer {
  background-image: url("../img/footer_bg_pattern.png");
  color: #fff;
  padding-top: 100px;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
}

footer .social_media {
  max-width: 160px;
  margin: 0 auto;
}

.about_image_new {
  background-image: url("/assets/img/test.png");
  width: 100%;
  height: 520px;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.img-vector {
  position: absolute;
  top: 150px;
  margin: auto 130px;
}

.img-vector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.links {
  padding-inline: 100px;
  padding-top: 70px;
  padding-bottom: 150px;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.up,
.social-empty,
.logo-footer {
  cursor: pointer;
  flex: 1;
}

.logo-footer {
  cursor: pointer;
  flex: 5;
  /* text-align: center; */
}

.up div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-empty ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 30px;
}

.social-empty ul li {
  margin-inline: 10px;
}

.up div:last-of-type {
  margin-top: 20px;
}

footer .contact-us {
  margin: 0 50px;
}

@media (max-width: 1200px) {
  footer .contact-us {
    margin: 0 20px;
  }
}

.important-links,
.contact-us {
  flex: 2;
}

.important-links ul li {
  text-decoration: none;
  margin-block-end: 12px;
}

.important-links ul li a {
  text-decoration: none;
}

.contact-us ul li {
  text-decoration: none;
  margin-block-end: 12px;
}

.contact-us ul li a {
  text-decoration: none;
}

.contact-us .title {
  font-weight: 600;
  font-size: 16px;
}

.contact-us .data {
  font-weight: 500;
  font-size: 14px;
}

.contact-us p a {
  cursor: pointer;
  text-decoration: none;
}

.social-empty {
  text-align: center;
}

@media (max-width: 1300px) {

  .contact-content .data,
  .contact-content .data a,
  .contact-content .title {
    font-size: 22px;
  }
}

@media (max-width: 1236px) {
  .identity {
    text-align: center;
    padding: 40px 50px;
  }

  /* .first {
    width: 70%;
  } */
}

@media (max-width: 1116px) {
  .center {
    display: flex;
    flex-wrap: wrap;
  }

  .center div {
    width: 50%;
  }

  .contact-content .data,
  .contact-content .data a,
  .contact-content .title {
    font-size: 32px;
  }

  .empty {
    height: 200px;
  }

  .img-vector {
    top: 90px;
  }
}

.footer-elm {
  width: 45%;
  margin-block-start: 1rem;
}

@media (max-width: 992px) {
  .footer-elm {
    padding-inline: 20px;
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .essential .carousel {
    display: none;
  }

  .essential p {
    width: auto;
  }

  .about,
  .vision,
  .values {
    display: block;
  }

  .first,
  .second,
  .zero {
    display: none;
  }

  .about .content-about,
  .about .image-about,
  .vision .image-vision,
  .vision .content-vision,
  .values div {
    width: 100%;
  }

  .image-values img {
    padding: 80px;
  }

  .identity {
    text-align: center;
    padding: 40px 50px;
  }

  .contact {
    text-align: center;
  }

  .img-vector {
    margin: 0px;
  }

  .links {
    padding-inline: 0;
    padding-bottom: 100px;
    display: block;
    text-align: center;
  }

  .social-empty ul {
    justify-content: center;
    margin-top: 40px;
  }

  /* .up,
  .social-empty,
  .logo-footer {
    margin-bottom: 60px;
  } */
}

@media (max-width: 816px) {
  .center {
    display: flex;
    flex-wrap: wrap;
  }

  .center div {
    width: 50%;
  }

  .contact-content .data,
  .contact-content .data a,
  .contact-content .title {
    font-size: 22px;
  }

  .footer {
    padding-top: 80px;
  }

  .links {
    padding-top: 0;
  }
}

@media (max-width: 630px) {
  .center {
    display: flex;
    flex-wrap: wrap;
  }

  .center div {
    width: 50%;
    margin-bottom: 10px;
  }

  p {
    margin-bottom: 0;
  }

  .contact-content .data,
  .contact-content .data a,
  .contact-content .title {
    font-size: 18px;
  }
}

@media (max-width: 555px) {
  .headline h2 {
    font-size: 34px;
  }

  .essential p {
    font-size: 16px;
  }
}

@media (max-width: 503px) {
  .vision .image-vision img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .identity .pics .pic {
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  .content {
    padding: 46px 22px;
  }

  .content2 {
    padding: 46px 0px 40px 22px;
  }

  .contact-content {
    top: 10px;
  }

  .center {
    display: flex;
    flex-wrap: wrap;
  }

  .center div {
    width: 50%;
    margin-bottom: 0px;
  }

  p {
    margin-bottom: 0;
  }

  .contact-content .data,
  .contact-content .data a,
  .contact-content .title {
    font-size: 18px;
  }

  .identity {
    padding: 0;
  }

  .identity .pics .pic {
    width: 80%;
  }
}

@media (max-width: 399px) {
  .empty {
    height: 100px;
  }

  .img-vector {
    top: 10px;
  }

  .links {
    padding-top: 0px;
  }
}

@media (min-width: 1600px) {
  .bc {
    background-size: 130%;
  }
}

.firsSection {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.firsSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #133048;
  z-index: 0;
  /* background: url('../img/header.png'); */
}

.firsSection2,
.about_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.133) 1%,
      rgba(0, 0, 0, 0.773) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.firsSection3 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.133) 1%,
      rgba(0, 0, 0, 0.773) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.firsSection2::before,
.about_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}

.firsSection2::before {
  background: url("../img/4.jpg");
  background-size: cover;
  background-position: top center;
}

.about_bg::before {
  background: url("../img/1.jpg");
  background-size: cover;
  background-position: top center;
}

.firsSection3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background: url("../img/joinForm.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 48%;
}

@media (min-width: 994px) {
  .hover-section:hover .hidden-section {
    transition: visibility 0.3s, opacity 0.3s;
    /* Add a transition effect */

    opacity: 1;
  }

  .hidden-section {
    transition: visibility 0.3s, opacity 0.3s;
    /* Add a transition effect */

    visibility: visible;
    opacity: 1;
  }

  .first_headline {
    visibility: hidden;
    /* Initially, set the visibility to hidden */
    opacity: 1;
    /* Initially, set opacity to 0 to make it completely transparent */
    transition: visibility 0.3s, opacity 0.3s;
    /* Add a transition effect */
  }

  .hover-section:hover .first_headline {
    visibility: visible;
    opacity: 1;
  }
}

.first_headline-color {
  color: #4486a0;
}


.first_headline-color {
  color: #ffffff;
}


.second_text {
  font-size: 80px;
}

.headline_second {
  position: absolute;
  top: 420px;
  /* font-family: "Noto Sans Arabic", sans-serif; */
}

/* .headline_second2 {
  position: absolute;
  top: 250px;
  font-family: "Noto Sans Arabic", sans-serif;
} */

.headline_therd {
  position: absolute;
  top: 570px;
  /* font-family: "Noto Sans Arabic", sans-serif; */
}

.headline_forth {
  position: absolute;
  top: 600px;
  /* font-family: "Noto Sans Arabic", sans-serif; */
}

/* .headline_forth2 {
  position: absolute;
  top: 360px;
  font-family: "Noto Sans Arabic", sans-serif;
} */

.content-new {
  position: absolute;
  top: 300px;
  /* font-family: "Noto Sans Arabic", sans-serif; */
}

.therd_text {
  font-size: 19px;
  text-align: justify;
  margin-inline-end: 7px;
}

.joun__therd_text {
  font-size: 19px;
  margin-block-start: 15px;
}

.first_headline-text {
  font-size: 85px;
}

.first_headline-text2 {
  font-size: 85px;
}

.avatar_content .avatar-card {
  max-width: 297px;
  text-align: center;
  margin: 0 60px 60px;
  display: inline-block;
}

.avatar_content .avatar-card .img-content img {
  width: 100%;
}

.avatar_content .avatar-card .info-content {
  max-width: 100%;
  padding: 20px 0;
  border-radius: 16px 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  margin-top: 17px;
}

.avatar_content .avatar-card .info-content .member-job {
  font-size: 16px;
  line-height: auto;
  font-weight: bolder;
  color: #4D849E;
  font-family: "DIN Next LT Arabic", serif;
}

.avatar_content .avatar-card .info-content .member-name {
  font-size: 24px;
  line-height: auto;
  color: #A0A1A2;
  font-weight: bolder;
  font-family: "DIN Next LT Arabic", serif;
  margin-bottom: 0;
}

.about__section {
  min-height: 100vh;
  margin-block-start: 7rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.about__section-2 {
  padding-top: 120px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.about__section-5 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.about__section-3 {
  margin: 0 0 7rem;
  padding-top: 120px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.image-about_section {
  width: 45%;
}

/* .image-about_section2 {
  width: 45%;
} */

.content-about_section {
  width: 45%;
  margin-inline-end: 9rem;
}

/* .content-about_section2 {
  width: 45%;
  margin-inline-start: 7rem;
} */

.content-about_section3 {
  /* width: 45%; */
  margin-inline-end: 9rem;
}

.content-about_section3.last {
  width: 100%;
  margin-inline-end: 0;
  max-width: 420px;
  margin: 0 80px;
}

@media (max-width: 1200px) {
  .content-about_section3.last {
    margin: 0 20px;
  }
}

@media (max-width: 992px) {
  .content-about_section3.last {
    margin: 0;
  }
}

.content-about_section3.last .justify-j {
  margin: 10px 0 0;
  color: #43434A;
  margin-top: 22px;
}


.content-about_section h2 {
  font-size: 75px;
}

.content-about_section2 h2 {
  font-size: 75px;
}

.content-about_section3 h2 {
  font-size: 75px;
}

.content-about_section-one {
  font-weight: 700;
  font-size: 85px !important;
}

.content-about_section-tow {
  font-weight: 700;
  font-size: 75px;
  color: #73ca9a;
}

.content-about_section-blue {
  font-weight: 700;
  font-size: 75px;
  color: #4d849e;
}

.content-about_section-orange {
  font-weight: 700;
  font-size: 75px;
  color: #ffb238;
}

.content-about_section-last {
  font-size: 75px;
  color: #000000;
}

.content-about_section-about {
  font-size: 75px;
  color: #000000;
}

.content-about_section-three {
  font-weight: 700;
  font-size: 75px;
  color: #ffb238;
}

.par-width {
  color: #43434a;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 75%;
}

/* .par-width2 {
  width: 60%;
} */

@media (max-width: 992px) {
  .par-width {
    width: 100%;
  }

  .par-width2 {
    width: 100%;
  }

  .content-about_section h2 {
    font-size: 55px;
  }

  .content-about_section2 h2 {
    font-size: 55px;
  }

  .content-about_section3 h2 {
    font-size: 55px;
  }

  .content-about_section-tow {
    font-size: 55px;
  }

  .content-about_section-last {
    font-size: 55px;
  }

  .content-about_section-about {
    font-size: 40px;
    font-weight: 600;
  }

  .content-about_section-three {
    font-size: 55px;
  }

  /* .first_headline-text {
    font-size: 52px;
  } */

  .first_headline-text2 {
    font-size: 42px;
  }

  .headline_second {
    top: 370px;
  }

  .headline_second2 {
    top: 370px;
  }

  .content-new {
    top: 200px;
  }

  .first_headline-text {
    font-size: 40px;
  }

  .second_text {
    font-size: 40px;
  }

  .headline_second {
    top: 305px;
  }

  .headline_second2 {
    top: 305px;
  }

  .headline_therd {
    top: 365px;
  }

  .headline_forth {
    top: 395px;
  }


  .headline_forth2 {
    top: 420px;
  }


  .firsSection {
    height: 90vh;
  }

  .firsSection2 {
    height: 100vh;
  }

  .firsSection3 {
    height: 100vh;
  }

  .about__section {
    /* height: 80vh; */
    margin: 3rem 1rem 3rem 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .about__section-2 {
    /* height: 80vh; */

    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 90px;
  }

  .about__section-5 {
    /* height: 80vh; */

    margin: 105px 0rem 145px 0rem;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }

  .about__section-3 {
    margin: 0 1rem 105px 1rem;
    padding-top: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
  }

  .image-about_section {
    width: 100% !important;
  }

  .image-about_section2 {
    width: 100% !important;
  }

  .content-about_section {
    width: 100% !important;
    margin: 0;
  }

  .content-about_section2 {
    width: 100% !important;
    margin: 0;
  }

  .content-about_section3 {
    width: 100% !important;
    margin: 0;
  }

  .content-about_section3 {
    width: 100% !important;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .first_headline-text2 {
    font-size: 30px;
  }

  .headline_second {
    top: 300px;
  }

  .second_text {
    font-size: 30px;
  }
  .firsSection3 {
    height: 90vh;
  }
}

.png-img {
  position: relative;
  width: 95%;
  max-width: 100%;
  margin: 20px auto 50px;
  z-index: 500;
}

.image-about_section {
  display: flex;
}

.image-about_section2 {
  display: flex;
}

.hover-section__2:hover .image-about_section {
  display: flex;
  opacity: 1;
}

.about__section {
  opacity: 0;
  transition: all 0.5s ease;
}

.about__sectionhover {
  opacity: 1;
}

/* .about_image {
  padding: 7rem 3rem 7rem 7rem;
}
.about_image_3 {
  padding: 7rem 7rem 7rem 3rem;
} */
.about_image_new {
  padding: 7rem;
}

.about_image2 {
  margin-inline-start: 7rem;
}

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

.image-tow_section {
  display: flex;
  animation: slideUp 1s ease;
}

.content-tow_section {
  display: flex;
}

.hover-section__2:hover .image-tow_section {
  display: flex;
  animation: slideUp 1s ease;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.text-size {
  position: absolute;
  top: 290px;
  left: 17%;
  z-index: 99;
  color: white;
  width: 180px;
  text-align: center;
  font-size: 23px;
}

@media (max-width: 1150px) {
  .about_image {
    padding: 1rem;
  }

  .about_image_3 {
    padding: 1rem;
  }

  .about_image_new {
    padding: 1rem;
  }
}

@media (max-width: 1370px) {
  .about_image2 {
    margin-inline-start: 1rem;
  }
}

@media (max-width: 992px) {
  .about_image {
    padding: 0rem;
  }

  .about_image_3 {
    padding: 0rem;
  }

  .about_image_new {
    padding: 0rem;
  }

  .about_image2 {
    margin-inline-start: 0;
  }

  .image-about_section {
    display: flex;
  }

  .content-about_section {
    display: unset;
  }
}

.new-content {
  display: none;
}

.aaa {
  /* font-family: Arial, sans-serif; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.image-section {
  overflow-x: scroll;
  white-space: nowrap;
  max-width: 100%;
}

.image-wrapper {
  display: inline-block;
  justify-content: center;
  margin: 10px;
  text-align: center;
}

.img5 {
  margin-inline: 4rem;
  border-radius: 5px;
  margin-right: 10px;
}

.image-section::-webkit-scrollbar {
  display: none;
}

.last_section {
  font-size: 18px;

  margin-top: 2rem;
  width: 30%;
  text-align: center;
}

@media (max-width: 992px) {
  .last_section {
    width: 76%;
    text-align: center;
  }
}

.last__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.sss {
  position: absolute;
  top: 0;
  left: 0;
}

.ssss {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 970px) {
.ssss {
  bottom: 30%;
}
}

/* .container {
  max-width: 1550px !important;
} */

@media (max-width: 800px) {
  .value-img {
    display: none !important;
  }

}


/* @media (max-width: 1300px) {
  .footer { 
    background-size: contain;
  }
} */
.value-img {
  justify-content: center;
  display: flex;
}

.justify {
  text-align: justify;
}

.move__text {
  position: absolute;
  font-size: 48px;
  color: white;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about__section-2 .about-para {
  font-size: 16px;
  max-width: 556px;
  margin-top: 45px;
  color: #43434A;
}

.about__section-2 h2,
.about__section-2 p {
  margin-bottom: 0;
}

@media (max-width: 1574px) {
  .move__text {
    font-size: 40px;
  }
}

@media (max-width: 1330px) {
  .move__text {
    font-size: 35px;
  }
}

@media (max-width: 1180px) {
  .move__text {
    font-size: 28px;
  }
}

@media (max-width: 1180px) {
  .move__text {
    font-size: 23px;
  }
}

.move__text {
  opacity: 0;
  transition: all 0.5s ease;
}

.move__texthover {
  opacity: 1;
}

.move__text2 {
  position: absolute;
  font-size: 46px;
  color: white;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 1574px) {
  .move__text2 {
    font-size: 30px;
  }
}

@media (max-width: 1330px) {
  .move__text2 {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .move__text2 {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .move__text2 {
    font-size: 20px;
  }
}

.button_custom {
  background-color: #4486a0;
  width: 236px;
  height: 80px;
  border-radius: 0px 25px;
  border: none;
  color: white;
  font-size: 18px;
  /* margin-block-start: 2rem; */
  margin-top: 100px;
}

.custom_button_2 {
  background-color: #73ca9a;
  padding: 10px 25px;
  border-radius: 0px 15px 0px 15px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
  font-size: 14px;
  width: 9rem;
}

@media (max-width: 540px) {
  .move__text2 {
    width: 60%;
    position: absolute;
    font-size: 24px;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1505px) {
  .logo-footer {
    flex: 3;
  }

  .social-empty {
    flex: 2;
  }
}

.move__text2 {
  opacity: 0;
  transition: all 0.5s ease;
}

.move__text2hover {
  opacity: 1;
}

.number {
  font-size: 150px;
  /* color:white; */
  position: absolute;
  right: 0;
  z-index: -99;
  top: -25px;
  color: transparent;
  text-shadow: 0 0 2px white;
  /* Add a text shadow with a blur to simulate a border */
}

/* .value-title {
  margin-right: 7rem;
} */
.value-title2 {
  display: none;
  margin-right: 7rem;
}

@media (max-width: 1010px) {
  .value-title {
    margin-right: 0;
  }

  .value-title2 {
    margin-right: 0;
  }
}

main .sec_2 .section-hint {
  font-size: 18px;
  /* font-family: "abd-elrady-regular"; */
  width: 140px;
  text-align: center;
  color: #d0a860;
  border-bottom: 1px solid #d0a860;
  padding-bottom: 10px;
}

main .sec_2 .values-list {
  margin-top: 130px;
}

@media (max-width: 991px) {
  main .sec_2 .values-list {
    margin-top: 40px;
  }
}

main .sec_2 .values-list .value-item:not(:last-child) {
  border-bottom: 0.3px solid #112023;
}

#myCarousel {
  margin: 200px auto 172px;
}

@media (max-width: 1200px) {
  #myCarousel {
    margin: 140px auto;
  }
}

@media (max-width: 576px) {
  #myCarousel {
    margin: 70px auto;
  }
}

#myCarousel .carousel-inner img {
  width: 100%;
}

#myCarousel .carousel-indicators {
  bottom: -47px !important;
  margin-bottom: 0 !important;
}

#myCarousel .carousel-indicators>button {
  margin: 0 8px;
  background-color: #4486A0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.5s ease;
}

#myCarousel .carousel-indicators>button.active {
  background-color: #4486A0;
  width: 24px;
  height: 8px;
  opacity: 1;
  border-radius: 32px;
}

main .sec_2 .values-list .value-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px 40px 10px;
  color: #032833;
  transition: all 0.5s ease;
  opacity: 0.2;
  height: 239px;
}

main .sec_2 .values-list .value-item:hover {
  opacity: 1;
}

main .sec_2 .values-list .value-item .value-title {
  font-size: 48px;
}

main .sec_2 .values-list .value-item .value-title2 {
  font-size: 28px;
  color: #73ca9a;
}

main .sec_2 .values-list .value-item .value-img {
  width: 272px;
  height: 318px;
  position: absolute;
  right: 48%;
  transform: translateX(50%);
  transition: all 0.5s ease;
  opacity: 0;
  top: -10%;
}

main .sec_2 .values-list .value-item:hover .value-img {
  opacity: 1;
}

main .sec_2 .value-img img {
  width: 100%;
}

main .sec_2 .values-list .value-item .value-desc {
  font-size: 21px;
  line-height: 40px;
  /* font-family: "abd-elrady-pro-regular"; */
  max-width: 390px;
  width: 100%;
}

#contact-form #success-msg {
  color: #73ca9a;
  width: 82%;
  text-align: center;
  margin: 40px auto 0 0;
  display: none;
}

@media (max-width: 576px) {
  #contact-form #success-msg {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .contact .contact-form {
    padding: 64px;
  }

  main .sec_2 .values-list .value-item {
    padding: 40px 10px 40px 10px;
  }

  main .sec_2 .values-list .value-item .value-img {
    width: 230px;
    height: 300px;
    right: 47%;
  }
}

@media (max-width: 1200px) {
  main .sec_2 .values-list .value-item {
    align-items: start;
    padding: 10px 15px;
    flex-direction: column;
    opacity: 1;
  }

  main .sec_2 .values-list .value-item .value-title {
    margin-bottom: 10px;
  }

  main .sec_2 .values-list .value-item .value-title2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  main .sec_2 .values-list .value-item {
    align-items: start;
    flex-direction: column;
    opacity: 1;
    height: auto;
    margin-bottom: 30px;
    justify-content: center;
  }

  /* main .sec_2 .values-list .value-item .value-title {
    margin-bottom: 25px;
  } */
  main .sec_2 .values-list .value-item .value-title2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  main .sec_2 {
    padding: 90px 0 60px;
  }

  main .sec_2 .values-list {
    margin-top: 60px;
  }

  main .sec_2 .values-list .value-item .value-title {
    font-size: 52px;
  }

  main .sec_2 .values-list .value-item .value-title2 {
    font-size: 28px;
  }

  main .sec_2 .values-list .value-item .value-desc {
    font-size: 23px;
  }
}

@media (max-width: 380px) {

  main .sec_2 .values-list .value-item .value-desc {
    font-size: 20px;
  }
}

.pattern-img {
  position: absolute;
  right: 0;
  margin-top: 240px;
}

@media (max-width: 1200px) {
  .pattern-img {
    margin-top: 140px;
  }
}

@media (max-width: 992px) {
  .pattern-img {
    margin-top: 600px;
  }
}

@media (max-width: 767px) {
  .pattern-img {
    margin-top: 550px;
  }
}

@media (max-width: 576px) {
  .pattern-img {
    margin-top: 100%;
  }
}

/* .joun__firs-hed {
  color: #FFF;
text-align: right;
 
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 94px;  
} */

.joun__firs-hed {
  color: #fff;
  text-align: right;

  font-size: 80px;
  font-style: normal;
  font-weight: 800;
}


.joun__firs-hed__en {
  color: #fff;
  text-align: left;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  position: absolute;
  bottom: 25%;
}

@media (max-width: 991px) {
  .joun__firs-hed__en {
    font-size: 60px;
    bottom: 20%;
  }
}

.joun__second-hed {
  color: #fff;
  text-align: right;

  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}

.joun__second-hed__en {
  color: #fff;

  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}

/* .joun_headline_therd {
  position: absolute;
  top: 570px;
  font-family: "Noto Sans Arabic", sans-serif;
} */

@media (max-width: 576px) {

  .joun__firs-hed,
  .joun__second-hed {
    font-size: 45px;
  }
  .joun__firs-hed__en,
  .joun__second-hed__en {
    font-size: 43px;
    bottom: 20%;
  }
}

.form-btn {
  width: 229px;
  height: 50px;
  padding: 0px 65px 0px 64px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 25px;
  background: #73ca9a;
  margin-block-start: 30px;
  color: #fff;
  border: none;
}

.joun_first_section {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
}


.joun_form_section {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin: auto;
}

.joun_second_section {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
  margin-block-start: 85px;
}

.joun_card {
  display: flex;
  width: 200px;
  /* padding: 40px 30px; */
  flex-direction: column;
  align-items: center;
  /* gap: 16px; */
  flex-shrink: 0;
  border-radius: 32px;
  /* border: 1px solid #cdcdcd; */
  margin-block-end: 3rem;
}

.width-50 {
  width: 50%;
  margin-block: 20px;
}

.width-40 {
  width: 40%;
  margin-block: 20px;
}

.joun_container {
  padding-block: 90px;
  margin-inline: 5rem;
}

.head-joun {
  color: #1c1c1c;
  text-align: right;
  text-align: justify;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 124.5%;
}

.desc-joun {
  text-align: justify;
  color: #1c1c1c;
  text-align: justify;
  width: 75%;
  font-size: 38px;
  font-style: normal;
  line-height: 124.5%;
}

@media (max-width: 576px) {
  .head-joun {
    text-align: right;
    margin-bottom: 25px;
  }

  .desc-joun {
    width: 100%;
    font-size: 30px;
    line-height: 120%;
    text-align: right;
  }
}

@media (max-width: 765px) {
  .therd_text {
    width: 94%;
  }

  .content {
    padding: 60px 35px 70px;
  }
}

@media (max-width: 991px) {
  .headline_second {
    top: 260px;
  }

  .headline_therd {
    top: 330px;
  }
}

.title_joun {
  color: #545454;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 142%;
}

@media (max-width: 1020px) {
  .joun_first_section {
    align-items: center;

    flex-direction: column;
  }

  .joun_form_section {
    align-items: center;

    flex-direction: column;
  }

  .width-50 {
    width: 75%;
  }


  .width-40 {
    width: 75%;
  }
}

@media (max-width: 750px) {
  .width-50 {
    width: 100%;
  }

  .width-40 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .joun_container {
    margin-inline: 1rem;
  }
}

.joun_second_section__container {
  display: flex;
  justify-content: space-between;
  /* gap: 3rem; */
  margin-block-end: 1rem;
}

.justify {
  text-align: justify;
}

@media (max-width: 1335px) {
  .joun_second_section__container {
    gap: 1rem;
  }
}

@media (max-width: 1260px) {
  .joun_second_section {
    flex-direction: column;
  }

  .joun_second_section__container {
    justify-content: center;
  }
}

@media (max-width: 585px) {
  .joun_second_section__container {
    flex-direction: column;
    align-items: center;
  }
}

.justify-j {
  text-align: justify;
  font-size: 21px;
}

.sssa {
  margin-bottom: 0;
}

.justifyr {
  display: none;
}


.line {
  line-height: 30px;
}

.max-w {
  width: 60%
}

@media (max-width: 650px) {
  .value-title {
    font-size: 36px !important;
  }

  .max-w {
    width: 100%
  }
}

.text__form {
  color: #8f8585;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 490px) {
  .joun__headline_second2 {
    width: 100%;
    max-width: 400px;
  }
  .joun__firs-hed,
  .joun__second-hed,
  .joun__firs-hed__en,
  .joun__second-hed__en {
    font-size: 32px;
  }
}

.form__al {
  margin-bottom: 1rem;
}

.form__al .phone-number {
  color: #000000 !important;
  text-decoration: none;
}

.form__al a[href^="tel"] {
  color: #000000;
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

.social-empty-form {
  display: flex;
}

.input-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 25px;
}


.input-con1 {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-block-end: 25px;
}

.input__style {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  width: 80%;
  height: 48px;
  flex-shrink: 0;
}


.input__style2 {
  padding: 10px;

  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  width: 80%;
  height: 100px;

  flex-shrink: 0;
}

.btn-sub {
  display: flex;
  width: 80%;
  height: 60px;
  padding: 25px 0px 21px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 8px;
  color: white;
  background: #73CA9A;
  border: none;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.social-empty-form ul li {
  margin-inline-end: 15px;
  margin-top: 5px;
}


.text-last {
  color: #171717;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-map {
  margin-top: 2rem;
  display: flex;
  height: 60px;
  padding: 0px 66px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 0px 8px;
  background: #73CA9A;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.form__al div:first-child {
  color: black;
  font-weight: 600;
}

.input-con div {
  color: black;
  font-weight: 600;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 370px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 370px;
  width: 100%;
}

/* 
@media (max-width: 1450px) {
  .content {
    padding: 70px 40px;
  }
} */


.content5 {
  position: relative;
  height: 100%;
}

.joun__essential2 {
  position: absolute;
  bottom: 100px;
  width: 100%;
  margin-top: 90px;
  color: #fff;
}

@media (max-width: 767px) {
  main .sec_2 .values-list .value-item:not(:last-child) {
    border-bottom: none;
  }
}

@media (max-width: 750px) {
  .new-cont {
    padding: 0;

  }


  
  main .sec_2 {
    padding: 0px 0 20px;
  }
}

#values .non-img,
#serv_id .non-img {
  display: block;
  position: absolute;
  left: -2%;
  top: 8%;
}

#values .non-img.right,
#serv_id .non-img.right {
  left: auto;
  right: -2%;
}

@media (max-width: 576px) {
  .footer {
    background-size: auto;
    background-position: center bottom;
    padding: 70px 40px;
    margin: 7px;
  }

  footer .important-links,
  footer .contact-us {
    margin-bottom: 37px;
  }

  footer .contact-us {
    margin-inline: 0;
  }

  footer .important-links ul li:first-child,
  footer .contact-us ul li:first-child {
    margin-bottom: 15px;
    font-weight: bold;
  }

  footer .social-empty>div {
    margin-bottom: 0 !important;
  }

  footer .social-empty ul {
    margin-top: 22px;
  }
}