@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;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: 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;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html ::-moz-selection, body ::-moz-selection {
  background: #004f4f;
  color: #ffffff;
}
html ::selection,
body ::selection {
  background: #004f4f;
  color: #ffffff;
}
html a:hover,
body a:hover {
  text-decoration: none;
}
html img,
body img {
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.contact-header {
  margin-top: 10px;
  background-color: #005a5a;
}
@media (max-width: 767px) {
  .contact-header img {
    width: 100%;
  }
}

.contatcard {
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contatcard {
    padding: 10px;
    margin: 0px;
    display: block;
  }
}
.contatcard form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 358px;
}
.contatcard p {
  font-size: 56px;
  color: #b79c62;
}
@media (max-width: 767px) {
  .contatcard p {
    font-size: 36px;
    width: 200px;
  }
}
.contatcard input {
  margin-top: 5px;
  background: #f2f2f2;
  border-radius: 12px;
  width: 358px;
  height: 37px;
  display: block;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px 16px;
  gap: 2px;
  left: 0px;
  top: 235px;
  border: none;
}
.contatcard label {
  margin-top: 10px;
  left: 0px;
  top: 280px;
  font-size: 16px;
  color: #005a5a;
}
.contatcard input:focus,
.contatcard textarea:focus {
  outline: none;
  box-shadow: inset 0px 0px 4px 2px rgba(0, 90, 90, 0.6);
}
.contatcard .cardraduise {
  border: 1px solid #005a5a;
  border-radius: 16px;
  padding: 36px;
  padding-top: 16px;
  height: 290px;
  width: 371px;
}
@media (max-width: 767px) {
  .contatcard .cardraduise {
    margin-top: 20px;
  }
}
.contatcard button {
  display: block;
  font-size: 16px;
  width: 104px;
  height: 40px;
  padding: 8px 32px;
  background: linear-gradient(90deg, #005a5a 6.03%, #003b3b 88.54%);
  box-shadow: 0px 0px 18.4689px rgba(0, 0, 0, 0.25);
  border-radius: 210.261px;
  color: #e7f3fd;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.contatcard button: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;
}
.contatcard textarea {
  padding: 8px 16px;
  margin-top: 20px;
  width: 358px;
  height: 86px;
  left: 0px;
  top: 304.55px;
  border-radius: 12px;
  background: #f2f2f2;
  border: none;
}
.contatcard textarea::-moz-placeholder {
  color: #c8c8c9;
}
.contatcard textarea::placeholder {
  color: #c8c8c9;
}
.contatcard input::-moz-placeholder {
  color: #c8c8c9;
}
.contatcard input::placeholder {
  color: #c8c8c9;
}
.contatcard span {
  color: #005a5a;
  font-weight: 550;
  font-size: large;
  margin-bottom: 40px;
}
.contatcard h4 {
  color: #58595b;
  font-weight: 500;
  margin: 0px;
}
.contatcard svg {
  margin-left: 10px;
  transition: transform 0.4s ease-in-out;
}
.contatcard svg:hover {
  transform: rotate(360deg);
}
.contatcard .info {
  margin-bottom: 10px;
}

.map {
  height: 310px;
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .map {
    display: none;
  }
}/*# sourceMappingURL=contact.css.map */