* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@font-face {
  font-family: "Pinar";
  src: url("../assets/fonts/Pinar-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Pinar";
  src: url("../assets/fonts/Pinar-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

body {
  font-family: "Pinar";
}

:root {
  --primary-color: #c0aa85;
  --secondary-color: #ead7bf;
  --third-color: #42253b;
  --card-bg-color: #ffffff;
  --card-color: #42253b;
  --text-colo: #02323c;
  --text-color-secondary: #9fa088;
  --bg-page: #859e7e;
}

html {
  scroll-behavior: smooth;
}

a,
button {
  cursor: pointer;
}
.btn {
  color: white;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 32px;
  border-radius: 48px;
  transition: all 0.3s ease;
  border: none;
  text-wrap: nowrap;
}

.btn-primary {
  background-color: var(--third-color);
}
.btn-primary:hover {
  opacity: 0.8 !important;
  background-color: var(--third-color);
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: var(--primary-color);
  color: #192b41;
}
.btn-secondary:hover {
  opacity: 0.8 !important;
  background-color: var(--primary-color);
  transform: translateY(-2px);
}

.btn-outline {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff14;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

/*  Navbar */
.header {
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.logo {
  width: 110px;
  height: 56px;
}
.nav-link {
  color: white !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  text-decoration: none;
}

.nav-link.active {
  color: var(--primary-color) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 15%;
  width: 32px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}
.btn-navbar {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-shrink: 0;
}
.btn-navbar:focus {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  outline: none !important ;
  border: none !important;
}
.section-gap {
  padding: 196px 0;
}

/* Footer custom styles */
.footer {
  background-color: var(--card-bg-color);
}
.footer .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: right;
  color: var(--text-colo);
}
.footer a:hover {
  color: var(--primary-color) !important; /* اللون الأساسي عند الهوفر */
}

.footer p {
  font-size: 14px;
}
.footer-icon a {
  font-size: 16px;
}
.footer-link {
  color: #02323c;
}
/* Frame 2147224221 */

/* ================ start contact section =============== */
.overlay-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--third-color);
  opacity: 0.9;
  z-index: 1;
}
.contact {
  background-image: url("../images/f8dae270d3734f9d49ead216c7bcd90bd4c4d341.png");
  background-size: cover;
  background-position: center;
  background-position: center 10%;

  height: 478px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .container {
  position: absolute;
  bottom: 55px;
  z-index: 2;
  margin: auto;
  padding: 0 20px;
}

.contact .content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.contact .text {
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.contact .text h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 140%;
  color: var(--primary-color);
}

.contact .text span {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
}

.contact .text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--card-bg-color);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ==================== Responsive  ==========*/
@media (max-width: 992px) {
  .section-gap {
    padding: 96px 0;
  }
  .header {
    padding: 8px 0;
    background-color: var(--third-color);
  }
  .nav-link.active {
    color: var(--primary-color) !important;
  }
  .nav-link.active::after {
    display: none;
  }
  /* ================ start contact section =============== */
  .contact {
    height: 400px;
  }
  .contact .text h2 {
    font-size: 40px;
  }
  .contact .text span {
    font-size: 20px;
  }
  .contact .text p {
    font-size: 14px;
  }
  /* ================ end contact section =============== */
}
