@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.navbar-nav {
  display: flex;
  gap: 15px;
  margin: 0;
}

.nav-item {
  font-size: 16px;
}

.navbar-nav .nav-link {
  margin: 0;
  color: #005a5a;
  padding: 10px 5px;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b79c62 !important;
  text-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
}

.btn-header {
  padding: 8px 24px;
  gap: 10px;
  width: 125px;
  height: 35px;
  background: linear-gradient(90deg, #005a5a 6.03%, #003b3b 88.54%);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  border-radius: 148px;
  border: none;
  color: white;
  transition: all 0.3s ease;
}
.btn-header:hover {
  background: linear-gradient(90deg, #007f7f 6.03%, #005c5c 88.54%);
  box-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
  color: white;
}
.btn-header:active {
  transform: scale(0.98);
  box-shadow: 0px 0px 10px rgba(0, 90, 90, 0.3);
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger .bar {
  width: 30px;
  height: 4px;
  background-color: rgb(78, 75, 75);
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.checkbox1:checked + label > .hamburger1 > .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px;
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}

.footer {
  background-color: #005a5a !important;
  color: #e1e1e1;
  padding: 40px 0;
  background-image: url("../imgs/footer.png");
  background-size: contain;
  background-position: center bottom;
  position: relative;
}
.footer .footer-logo {
  max-width: 150px;
}
.footer .btn-gold {
  background-color: #b79c62;
  color: #e1e1e1;
  border-radius: 50px;
  padding: 10px 33px;
  text-align: center;
}
.footer .btn-gold:hover {
  background: linear-gradient(90deg, #bfa165 0%, #a58447 100%);
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.footer .btn-gold:active {
  background: linear-gradient(90deg, #a58447 0%, #b79c62 100%);
  transform: scale(0.98);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}
.footer .mail {
  color: #b79c62;
}
.footer .social-icons a {
  display: inline-block;
  margin-right: 20px;
  transition: transform 0.4s ease-in-out;
}
.footer .social-icons a img {
  width: 30px;
  height: 30px;
}
.footer .social-icons a:last-child {
  margin-right: 0;
}
.footer .social-icons a:hover {
  transform: rotate(360deg);
}
.footer h5 {
  color: #b79c62;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer p,
.footer a {
  text-decoration: none;
  color: #e1e1e1;
  margin: 0;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 14px;
  color: #e1e1e1;
}
.footer ul li a:hover {
  color: #b79c62;
  text-decoration: none;
}
.footer .footer-bg {
  max-width: 100%;
  height: auto;
}
.footer .footer-divider {
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer {
    text-align: center;
  }
  .footer .footer .social-icons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .footer .btn-gold {
    margin-bottom: 30px;
  }
  .footer .footer .footer-logo {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: "Expo";
  src: url("../fonts/Expo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ExpoBold";
  src: url("../fonts/ExpoArabic-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ExpoSemiBold";
  src: url("../fonts/ExpoArabic-SemiBold-1.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoBook";
  src: url("../fonts/ExpoArabic-Book.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoLight";
  src: url("../fonts/Expo Arabic Medium.ttf") format("truetype");
}
/* GENERAL */
html,
body {
  font-family: "Expo", "ExpoBold", "ExpoSemiBold", "ExpoBook", "ExpoLight";
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #667e9b;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
html ::-moz-selection, body ::-moz-selection {
  background: #004f4f;
  color: #ffffff;
}
html ::selection,
body ::selection {
  background: #004f4f;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

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

.project-head {
  padding: 128px;
  height: 780px;
  background: linear-gradient(288.26deg, rgba(183, 156, 98, 0.9) 9.18%, rgba(3, 89, 89, 0.7) 101.07%), url("../imgs/projects-head.png") no-repeat center center;
  background-size: cover;
  background-color: #f0f0f0;
  color: #f0f0f0;
}
@media (max-width: 767px) {
  .project-head {
    height: 980px;
  }
}
.project-head h2 {
  line-height: 40px;
  margin-bottom: 25px;
}
.project-head h4 {
  font-size: 28px;
}
.project-head p {
  margin-top: 40px;
  font-weight: 200;
  font-size: 19px;
  line-height: 160%;
  text-align: right;
  color: #ffffff;
  text-align: justify;
}
.project-head .card-section {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #58595b;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);
  border-radius: 7.79355px;
  width: 515px;
  height: 178px;
  transition: background 0.3s ease;
}
.project-head .card-section .left-card,
.project-head .card-section .right-card {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 225.6px;
  height: 125px;
}
.project-head .card-section .left-card p,
.project-head .card-section .right-card p {
  margin: 0px;
  margin-top: 20px;
  color: #005a5a;
  width: 209.6px;
  text-align: center;
}
.project-head .card-section .img-hover {
  display: none;
}
.project-head .card-section:hover {
  background: #005a5a;
}
.project-head .card-section:hover .left-card p,
.project-head .card-section:hover .right-card p {
  color: #ffffff;
}
.project-head .card-section:hover .img-default {
  display: none;
}
.project-head .card-section:hover .img-hover {
  display: block;
}
.project-head .card-section:hover .vertical-line {
  background-color: #003b3b;
}
.project-head .card-section .vertical-line {
  width: 2px;
  height: 142px;
  background-color: #c7c9cf;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .project-head .card-section .vertical-line {
    width: 242px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .project-head {
    padding: 10px;
  }
  .project-head h2,
  .project-head h4,
  .project-head p {
    text-align: center;
  }
  .project-head .card-section {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .project-head .image-section {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .project-head {
    padding: 10px;
  }
  .project-head h2,
  .project-head h4,
  .project-head p {
    text-align: center;
    width: 100%;
  }
  .project-head .card-section {
    flex-direction: column;
    gap: 16px;
  }
}
.image-section {
  overflow: hidden;
}
.image-section img:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=single-project.css.map */