* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: bolder;
    
}
body {
  font-family: 'Tajawal', sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Quicksand variant0", Tofu;
}

.container {
    max-width: 1100px;
    margin: auto;
}


/* utility classes */

.primary-text {
    color: #e4b95b;
}

/* .btn {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
}

.btn-primary {
    color: white;
    border: 1px solid white;
}

.btn-secondary {
    color: #fff;
    background: #383848;
    margin-top: 2rem;
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #e4b95b;
} */


/* header start */

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.6), 
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
  z-index: 5;
  pointer-events: none; /* علشان ما يمنع الضغط على الأسهم أو الأزرار */
}

.hero-section .contect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10;
  /* background-color: rgba(0, 0, 0, 0.4);  */
  padding: 20px;
  border-radius: 10px;
}

.hero-section img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 20;
  border-radius: 50%;
  transition: background 0.3s;
}

.custom-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.custom-arrow.prev {
  left: 20px;
}

.custom-arrow.next {
  right: 20px;
}
.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active {
  opacity: 1;
  position: relative;
}



#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(224, 222, 222);
  padding: 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #eee;
  transition: top 0.4s ease; 
}
/* h4{
    font-size: 60px;
    color: aliceblue;
} */

#navbar img {
    max-width: 120px;
  height: auto;
}

#navbar ul {
    display: flex;
  list-style: none;
  gap: 20px;
    /* margin-right: 100px; */
}

#navbar ul li a {
    padding: 15px 20px;
    color: rgb(57, 35, 5);
    font-weight: 600;
    transition: 0.3s;
}

#navbar ul li a:hover {
    border-bottom: 2px solid #e4b95b;
}

/* header end */


/* about start */

#about {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(242, 236, 236, 0.6);
    background-position: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 20px;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

/* عنوان القسم */
#about .title {
    text-align: center;
    margin-bottom: 3rem;
}

#about h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
}

#about .title h3 {
    color: #333;
    font-weight: 600;
}

/* محتوى القسم */
#about .about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; /* عشان لما تصغر الشاشة العناصر تنزل تحت بعض */
}

/* الصورة */
#about .about-content img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    object-fit: cover;
}

/* النص */
#about .about-content p {
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    font-size: 18px;
    max-width: 600px;
    text-align: justify;
}

/* 📱 التصميم للموبايل */
@media (max-width: 768px) {
    #about {
        padding: 40px 15px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #about h2 {
        font-size: 28px;
    }

    #about .about-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #about .about-content img {
        max-width: 90%;
        margin: 0 auto;
    }

    #about .about-content p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
}

/* about end */
/* contact-bar */
.contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgb(224, 222, 222);
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

/* كل عنصر */
.contact-bar .item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-size: 15px;
}

/* تنسيق الأيقونات */
.contact-bar i {
  font-size: 20px;
}
.menu-toggle {
  display: none;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
  }

  #navbar nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
  }

  #navbar nav ul.active {
    display: flex;
  }

  .contact-bar {
    justify-content: center;
  }

  #navbar img {
    margin: 10px auto;
  }
}

/* تخصيص ألوان الأيقونات */
.fa-phone {
  color: #007bff;
}

.fa-whatsapp {
  color: #25d366;
}

.fa-facebook {
  color: #1877f2;
}

/* تأثير عند المرور */
.contact-bar .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
#services {
  background-color: rgba(242, 236, 236, 0.6);
  padding: 80px 20px;
  margin: 100px 0;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#services .title {
  text-align: center;
  margin-bottom: 50px;
}

#services .title h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}

#services .title h3 {
  font-size: 22px;
  color: #555;
  margin-bottom: 15px;
}

#services .title p {
  color: #444;
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* شبكة الكروت */
.services-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* الكارت */
.service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-card h3 {
  font-size: 20px;
  color: #333;
  margin: 15px 0 10px;
}

.service-card p {
  font-size: 16px;
  color: #555;
  padding: 0 15px;
  line-height: 1.6;
}

/* 📱 الموبايل */
@media (max-width: 768px) {
  #services {
    padding: 60px 15px;
  }

  #services .title h2 {
    font-size: 28px;
  }

  #services .title p {
    font-size: 15px;
  }

  .service-card img {
    height: 180px;
  }

  .service-card p {
    font-size: 15px;
  }
}


.card img{
    position: relative;
    /* border-radius: 50%; */
    align-items: center;
    /* width: 200px; */
    height: 250px;
}
#gallary{
    background-color:rgb(224, 222, 222) ;
}
#contact{
    background-color:rgb(224, 222, 222) ;
}
footer{
    background-color:rgb(224, 222, 222) ;
}
.card {
      transition: all 0.3s ease;
      border-radius: 20px;
    }

    .card:hover {
      transform: translateY(-8px) scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      background-color: hsl(211, 41%, 72%);
    }

    .card i {
      transition: color 0.3s ease;
    }

    .card:hover i.fa-phone {
      color: #007bff;
    }

    .card:hover i.fa-whatsapp {
      color: #25d366;
    }

    .card:hover i.fa-facebook {
      color: #1877f2;
    }

    .item span {
      font-weight: 500;
      font-size: 1.1rem;
    }


