@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");
}
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

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-section {
  padding: 80px 317px 50px;
}
@media (max-width: 767px) {
  .project-section {
    padding: 10px;
  }
}
.project-section .main-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.project-section .main-image img {
  border-radius: 11.53px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.project-section .main-image:hover {
  transform: scale(1.1);
}
.project-section .content {
  padding-top: 20px;
  gap: 64px;
}
.project-section .content .image-box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-section .content .row .col-md-4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .project-section .content .row .col-md-6 {
    margin-top: 20px;
  }
}
.project-section .content h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #005a5a;
}
.project-section .content .date {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #bababa;
}
.project-section .content img {
  border-radius: 4.59px;
}
.project-section .content img:hover {
  transform: scale(1.1);
}
.project-section .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #58595b;
}
.project-section .content .text-section {
  padding-top: 40px;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
}
.news-section {
  padding: 20px 50px 20px;
}
@media (max-width: 767px) {
  .news-section {
    padding: 10px;
  }
}
.news-section h1 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #b79c62;
}
.news-section .carousel {
  gap: 30px;
  padding: 80px 10px 80px;
}
.news-section .carousel img {
  border-radius: 24px;
}
.news-section .carousel span {
  font-size: 14px;
  color: #bababa;
}
.news-section .carousel h2 {
  font-weight: 600;
  font-size: 28px;
  color: #b79c62;
}
.news-section .carousel p {
  font-weight: 400;
  font-size: 16px;
  color: #005a5a;
}
.news-section .carousel .carousel-item .col-md-4 {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-section .carousel .carousel-item .col-md-4:hover {
  animation: heartbeat 0.6s ease-in-out;
}
.news-section .carousel .carousel-item img {
  transition: transform 0.3s ease;
}
.news-section .carousel .carousel-item .col-md-4:hover img {
  transform: scale(1.02);
}
.news-section .carousel .carousel-item .text-container h2 {
  transition: color 0.3s ease;
}
.news-section .carousel .carousel-item .col-md-4:hover .text-container h2 {
  color: #7a6539;
}/*# sourceMappingURL=single.css.map */