body {
  font-family: 'Tajawal', sans-serif;
  margin: 0;
  padding: 0;
  background-color:#182719;
  color:  #f1f1f1;
  box-sizing: border-box;
  font-size: larger;
  font-weight: lighter;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #1a4d2e;
}

/*start navbar*/
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000000;
}

.nav-link {
  color: #000000;
}

.navbar-expand-lg {
  width: 100%;
  position: fixed;
  z-index: 1;
  opacity: 0.9;
}

.navbar-nav {
  --bs-nav-link-hover-color: var(--bs-nav-link-hover-color);
}

.nav-link:hover {
  color: #000000;
}

.navbar-custom {
  background-color: #0000;
}

.navbar-transparent {
  background-color: transparent;
  transition: background-color 1s ease;
}

.dropdown-item {
  color: #000000;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #ACD3A8;
  background-color:#ACD3A8;
}

nav img {
  width: 25%;
}

.navbar{
  background-color: rgba(172, 211, 168, 0.5);
}
.navbar-scrolled {
  background-color:#ACD3A8;}


/*end nav bar */
/*start header*/

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/Home\ Header.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  text-shadow: 2px 2px 8px #000000;
}

.hero-text p {
  margin: 0;
  font-weight: 700;
}

.hero-text h2,
.hero-text h1 {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.hero-text.visible {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.hero img {
  transition: transform 0.5s ease-in-out;
}

.hero-text.visible+img {
  transform: scale(1.3);
}

/*end header*/
/*start content*/

h1,
h2 {
  color: #f1f1f1;
}

.line {
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}

.hh {
  margin-bottom: 50px;
}
.equal-img {
  height: 450px; /* أو أي ارتفاع يناسبك */
  object-fit: cover;
  width: 100%;
}

/*end content*/

/* start footer */

.foter {
  background: linear-gradient(135deg, #acd3a8, #d4eac9);
  color: #000;
  transition: background 0.5s ease-in-out;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.logoH {
  height: 100px;
}

.foter a {
  color: #000;
  transition: all 0.3s ease;
}

.foter a:hover {
  color: #2f6f38;
  text-decoration: underline;
  transform: translateX(3px);
}

.foter h5 {
  border-bottom: 2px solid #2f6f38;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.foter i {
  transition: transform 0.3s ease;
}

.foter a:hover i {
  transform: scale(1.2);
}

.foter p {
  margin-bottom: 10px;
}

/* Small screen adjustments */
@media (max-width: 768px) {
  .logoH {
    height: 150px;
    margin-bottom: 20px;
  }

  .foter h5 {
    font-size: 18px;
  }

  .foter p, .foter a {
    font-size: 14px;
  }
}

/* end footer */


/*start media query*/
@media only screen and (max-width: 992px) {
  .reverse {
    flex-direction: column-reverse !important;
  }

  .itemm1 {
    text-align: center;
  }

  .itemm2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .itemm3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mttt {
    margin-top: 20px;
  }

  .hero {
    height: 60vh;
  }

  .hh {
    margin-top: 20px;
  }

  .container {
    width: 90%;
  }

  .navbar-brand img {
    width:60%;
    
  }
}

  /*end media query */