@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700&display=swap");
* {
  font-family: "Cairo", sans-serif;
}

:root {
  --backGroundColor: #14141b;
  --secondColor: #1d1d25;
  --mainColor: #527c2d;
}

html {
  scroll-behavior: smooth !important;
}

body {
  direction: rtl;
  background-color: var(--backGroundColor);
  /*----------our-team----------*/
  /*--------------projects-------------------*/
  /*--------------footer--------------------*/
}
body .loadingOver {
  position: fixed;
  z-index: 55566;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--backGroundColor);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}
body .loadingOver .pulsar {
  --uib-size: 40px;
  --uib-speed: 1.5s;
  --uib-color: var(--mainColor);
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
}
body .loadingOver .pulsar::before,
body .loadingOver .pulsar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: pulse var(--uib-speed) ease-in-out infinite;
  transform: scale(0);
}
body .loadingOver .pulsar::after {
  animation-delay: calc(var(--uib-speed) / -2);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.25;
  }
}
body .removeLoading {
  top: -150%;
}
body .navbar {
  padding: 25px 0 !important;
  position: absolute !important;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-out;
}
body .navbar .logo a img {
  width: 80px;
}
body .navbar .nav-items .nav-link {
  display: inline;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body .navbar .nav-items .active {
  color: #75ad43;
  font-weight: 900 !important;
}
body .navbar .nav-items .nav-link:hover {
  color: var(--mainColor);
}
body .navbar .fa-bars {
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  display: none;
}
body .navbar .fa-bars:hover {
  color: var(--mainColor);
}
body .head {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../images/385447-4k-wallpaper.jpg) center center no-repeat;
  background-size: cover;
}
body .head .container {
  height: 100%;
}
body .head .container .row {
  height: 100%;
  align-items: center;
}
body .head .container .row img {
  max-width: 90%;
  float: left;
}
body .head .container h1 {
  color: #fff;
  font-weight: bolder;
  font-size: 50px;
  color: #75ad43;
  margin-bottom: 30px;
  text-align: center;   
}
body .head .container p {
  color: #e7e7e7;
  max-width: 550px;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: center;
}
body .head .container a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #75ad43;
  width: -moz-fit-content;
  width: fit-content;
  width: 200px;
  text-align: center;
  padding: 10px 20px;
}
body .head .arrow {
  position: absolute;
  bottom: 80px;
  left: 50%;
  color: #e7e7e7;
  animation: toggleArrow 1s infinite ease-in-out;
}
body .head .arrow i {
  font-size: 30px;
}
@keyframes toggleArrow {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 85px;
  }
  100% {
    bottom: 80px;
  }
}
body .navbar-fixed {
  position: fixed !important;
  background: var(--secondColor);
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(117, 116, 116, 0.2549019608);
}
body .about-us {
  margin: 140px 0;
}
body .about-us .row {
  align-items: center;
}
body .about-us .col-lg-6:first-child img {
  margin-bottom: 0px;
}
body .about-us .col-lg-6:first-child h1 {
  color: #fff;
  margin-bottom: 30px;
}
body .about-us .col-lg-6:first-child p {
  color: #e7e7e7;
  font-size: 15px;
  line-height: 35px;
}
body .about-us .col-lg-6:last-child {
  display: flex;
  justify-content: end;
}
body .about-us .col-lg-6:last-child .image {
  width: calc(100% - 50px);
  position: relative;
}
body .about-us .col-lg-6:last-child .image img {
  width: 100%;
  min-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .about-us .col-lg-6:last-child .image::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 25px;
  border: 1px solid #75ad43;
  width: 100%;
  height: 100%;
}
body .services {
  margin: 100px 0;
}
body .services h1 {
  margin-bottom: 70px;
  text-align: center;
  color: #e7e7e7;
}
body .services .row {
  position: relative;
  align-items: center;
}
body .services .row .col-lg-6 {
  margin-bottom: 20px;
}
body .services .row .col-lg-6 .col {
  margin-bottom: 20px;
}
body .services .row .col-lg-6 .service {
  position: relative;
  background-color: var(--secondColor);
  padding: 20px 20px 30px;
  border-radius: 5px;
  color: #e7e7e7;
  overflow: hidden;
  cursor: pointer;
}
body .services .row .col-lg-6 .service a {
  text-decoration: none;
  color: #75ad43;
  font-size: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
  opacity: 0;
  transition: 400ms;
}
body .services .row .col-lg-6 .service a i {
  margin-right: 5px;
}
body .services .row .col-lg-6 .service:hover a {
  transform: translateX(0%);
  opacity: 1;
}
body .services .row .col-lg-6 .service::after {
  content: "";
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #75ad43;
  bottom: 10px;
}
body .services .row .col-lg-6 p {
  font-size: 13px;
}
body .services .row .col-lg-6 img {
  width: 100%;
}
body .works {
  margin: 100px 0;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../images/bg.jpg) fixed center center no-repeat;
}
body .works .container {
  padding: 70px 0 140px 0;
}
body .works h1 {
  color: #e7e7e7;
  text-align: center;
  margin-bottom: 40px;
}
body .works .mySwiper {
  margin: 0 50px;
  padding-bottom: 30px;
}
body .works .mySwiper .swiper-pagination {
  bottom: 0;
}
body .works .mySwiper .swiper-pagination span {
  background-color: #75ad43;
  width: 12px;
  height: 4px;
  border-radius: 0;
  margin: 0;
}
body .works .mySwiper .swiper-button-next,
body .works .mySwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #75ad43;
}
body .works .mySwiper .swiper-button-next::after,
body .works .mySwiper .swiper-button-prev::after {
  font-size: 20px;
}
body .works .work {
  position: relative;
  cursor: pointer;
}
body .works .work img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .works .work .desc {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-color: #75ad43;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  color: #fff;
}
body .works .work .desc h4,
body .works .work .desc p {
  transform: translateY(-25px);
  transition: 700ms;
}
body .works .work .desc p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
body .works .work:hover .desc {
  opacity: 1;
  visibility: visible;
}
body .works .work:hover .desc h4,
body .works .work:hover .desc p {
  transform: translateY(0px);
}
body .works a {
  display: block;
  text-decoration: none;
  color: #75ad43;
  border: 2px solid #75ad43;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  margin: 50px auto 0;
}
body .our-team {
  color: #e7e7e7;
  margin: 120px 0;
}
body .our-team h1 {
  text-align: center;
  margin-bottom: 30px;
}
body .our-team .team-members .member {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
body .our-team .team-members .member:hover > .info {
  background-color: var(--mainColor);
}
body .our-team .team-members .member:hover > .image .member-contact {
  opacity: 1;
}
body .our-team .team-members .member .image {
  position: relative;
}
body .our-team .team-members .member img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
body .our-team .team-members .member .info {
  padding: 20px;
  border-top: 3px solid var(--mainColor);
  background-color: var(--secondColor);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
body .our-team .team-members .member .info p {
  margin-top: 12px;
  font-size: small;
  font-weight: 300;
}
body .our-team .team-members .member .image .member-contact {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.3843137255);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
body .our-team .team-members .member .image .member-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3 ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
body .our-team .team-members .member .image .member-contact a:hover {
  background-color: #fff;
  color: var(--mainColor);
}
body .our-team .team-members .member .image .member-contact a i {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
body .our-team .team-members .member .image .member-contact a:hover > i {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
body .header {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.6)), url(../../images/bg.jpg) fixed center center no-repeat;
}
body .header .container {
  position: relative;
  height: 100%;
}
body .header .container h1 {
  position: absolute;
  top: 60%;
  color: #fff;
  font-weight: 900;
  font-size: 60px;
}
body .projects {
  margin: 100px 0;
}
body .projects .col-lg-7 {
  margin-top: 20px;
}
body .projects .mySwiper {
  padding-bottom: 60px;
}
body .projects .mySwiper .swiper-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .projects .mySwiper .swiper-pagination span {
  background-color: var(--mainColor);
}
body .projects .mySwiper .swiper-button-prev,
body .projects .mySwiper .swiper-button-next {
  top: unset;
  bottom: 0px;
  left: 70px;
  color: #fff;
  z-index: 555;
}
body .projects .mySwiper .swiper-button-prev::after,
body .projects .mySwiper .swiper-button-next::after {
  font-size: 25px;
}
body .projects .mySwiper .swiper-button-prev {
  right: 70px;
}
body .projects .col-lg-5 {
  position: relative;
}
body .projects .project-description {
  position: absolute;
  top: 20px;
  height: 100%;
  display: none;
}
body .projects .project-description h2 {
  color: #fff;
  margin-bottom: 35px;
}
body .projects .project-description p {
  color: #7e7f83;
  line-height: 33px;
}
body .projects .open-project {
  display: block;
  animation: fadeInRight 600ms ease-in-out;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body .projects2 {
  margin: 100px 0;
}
body .projects2 .col {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
body .projects2 .col img {
  border-radius: 5px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .projects2 .col .desc {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-color: #75ad43;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  color: #fff;
}
body .projects2 .col .desc h4,
body .projects2 .col .desc p {
  transform: translateY(-25px);
  transition: 700ms;
}
body .projects2 .col .desc p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
body .projects2 .col:hover .desc {
  opacity: 1;
  visibility: visible;
}
body .projects2 .col:hover .desc h4,
body .projects2 .col:hover .desc p {
  transform: translateY(0px);
}
body .contact-form {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../images/contactform-bg.jpg);
  background-size: cover;
  position: relative;
  margin: 100px 0 0;
}
body .contact-form .cross .t2 {
  background-color: var(--secondColor) !important;
}
body .contact-form .container {
  padding: 150px 0;
  height: 100%;
}
body .contact-form .container h1 {
  color: #e7e7e7;
  text-align: center;
  margin-bottom: 50px;
}
body .contact-form form {
  width: 60%;
  margin: 40px auto;
}
body .contact-form form .row div {
  position: relative;
  margin-bottom: 35px;
}
body .contact-form form .row div label {
  position: absolute;
  right: 0;
  width: 52px;
  height: 100%;
  background-color: var(--mainColor);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .contact-form form .row div label i {
  color: #fff;
  font-size: 19px;
}
body .contact-form form .row div input {
  width: 100%;
  padding: 12px 60px 12px 12px;
  border-radius: 25px;
  border: none;
}
body .contact-form form .row div textarea {
  width: 100%;
  border-radius: 25px;
  padding: 12px;
  resize: none;
  border: none;
}
body .contact-form form .row div textarea:focus,
body .contact-form form .row div input:focus {
  outline: none;
  border: none;
}
body .contact-form form .row div button {
  width: 100%;
  max-width: unset;
  position: relative;
  color: #fff;
  background-color: #75ad43;
  padding: 12px 20px 12px 27px;
  font-size: 14px !important;
  font-weight: bold !important;
  max-width: 350px;
  border: none;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}
body footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 350px;
  background-color: var(--secondColor);
  color: #e7e7e7;
}
body footer .col-lg-3:first-child {
  text-align: start;
}
body footer .contact-info {
  margin-top: 30px;
}
body footer .contact-info a {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  color: #e7e7e7;
}
body footer .contact-info a i {
  margin-left: 10px;
}
body footer .socials a {
  display: inline-block;
  color: var(--mainColor);
  margin: 0 5px;
  border: 2px solid var(--mainColor);
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
body footer .row {
  align-items: center;
}
body footer .logo img {
  width: 100px;
}
body footer .links a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
body footer .links a:first-child {
  margin-left: 25px;
}
body footer .socials a:hover {
  background-color: var(--base);
  color: #fff;
}
body footer .socials a i {
  font-size: 18px;
  margin-top: 3px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
body footer .socials a:hover > i {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
body .cross {
  width: 100%;
  position: relative;
  top: -70px;
  z-index: 8;
}
body .cross .t1 {
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: var(--mainColor);
  -webkit-clip-path: polygon(103% 14%, 100% 103%, -32% 100%);
          clip-path: polygon(103% 14%, 100% 103%, -32% 100%);
}
body .cross .t2 {
  width: 100%;
  height: 71px;
  position: absolute;
  background-color: var(--backGroundColor);
  -webkit-clip-path: polygon(123% 36%, 100% 100%, -55% 100%);
          clip-path: polygon(123% 36%, 100% 100%, -55% 100%);
}
body .cross-top {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -5px;
}
body .cross-top .t1 {
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: var(--backGroundColor);
  -webkit-clip-path: polygon(113% 0%, -50% 100%, 0% 0%);
          clip-path: polygon(113% 0%, -50% 100%, 0% 0%);
}

@media (max-width: 992px) {
  footer {
    height: 460px !important;
  }
  footer .col-lg-6 {
    margin: 40px 0;
  }
  body footer .col-lg-3:first-child {
    text-align: center;
  }
  body .about-us .col-lg-6:last-child .image {
    display: none;
  }
  body .about-us .col-lg-6:last-child {
    margin-top: 50px;
  }
  .projects .row {
    flex-direction: column-reverse;
  }
  .projects .col-lg-5 {
    margin-top: 30px;
    height: 270px;
  }
  body .services .row .col-lg-6 img {
    display: none;
  }
}
@media (max-width: 768px) {
  .head .row .col-lg-6 {
    text-align: center;
  }
  .head .row .col-lg-6 a {
    margin: auto;
  }
  .head .row .col-lg-6:last-child {
    display: none;
  }
  body .works .mySwiper {
    margin: 0 10px;
  }
  .navbar .fa-bars {
    display: block !important;
  }
  .navbar .nav-items {
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: -230px;
    width: 200px;
    height: 100vh !important;
    background-color: var(--secondColor);
    overflow: hidden;
    display: flex;
    transition: all 300ms ease-in-out;
    flex-direction: column;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    z-index: 5;
    box-shadow: 0 0 9px 10px rgba(8, 8, 8, 0.3490196078);
  }
  .navbar .nav-items .nav-link {
    padding: 16px 20px !important;
  }
  .open-nav {
    right: 0 !important;
  }
}
@media (max-width: 400px) {
  body .navbar .nav-items .nav-link:first-child {
    margin-left: 10px;
  }
  body .header .container h1 {
    top: 45%;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */