@font-face {
    font-family: myFont;
    src: url(font/Datalegreya-Dot.otf);
  }

*{
    margin:0;
    padding:0;
    font-family: myFont;
}
.burger{
    display: none;
    z-index: 2;
}
a{
    text-decoration: none;
    color:white;
}
a:hover{
    color:#68fcff;
    transition: 1s;
}
.opacity{
    position: fixed;
    width:100vw;
    height:50px;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
    
}
nav{
    width: 98vw;
    text-align: right;
    position: fixed;
    z-index: 2;
}
ul{
    list-style-type: none;
}

li{
    display: inline-flex;
    padding: 10px;
    font-size:24px;
}
.firstImg{
    width:100%;
    height:100%;
}
.callUs{
  
  font-size: 35px;
  position: absolute;
  right:0;
  left:0;
  top:30%;
  text-align: center;
  background-color: #0971ffb0;
  color:white;
  padding:50px;
  z-index: 0;
}

.container{
    display: inline-flex;
    width:100%;
}

h3{
    padding:20px 0;
    color:#c3c3c3;
}
.ghost{
    display: none;
}
.imageItem, .textItem{
    width: 50%;
    height: 50%;
    
}
.imageItem{
    padding:0vw;
}
.imageItem img, .ghost img{
    width: 100%;
    height: 100%;
}
.textItem{
    margin: auto;
    font-size: 20px;
}
.textContent{
    padding:20px 50px;
}
.textItem p{
    width: 40vw;
    font-size: 19px;
}
.close{
    display:none;
    position: fixed;
    z-index: 3;
    width:45px;
    padding:3px 10px 0 0;
    right:0;
}
#contact{
    width:100%;
    background-color: #dcdcdc;
    color:#545454;
    font-size: 30px;
    text-align:center;
    padding:150px 0;
}
#contact h2{
    border-bottom: 1px solid #545454;
    margin-bottom: 20px;
    padding-bottom:10px;
}
.rowContainer{
    text-align: left;
    margin: 0 auto;
    display:inline-flex;
    
}
.contactItem{
    display:flex;
    padding:10px;
}
.contactItem img{
    padding:0 10px;
}
.row{
    padding:20px;
}
.allServices{
    

    margin:0 auto;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 20px;
    padding: 60px 0;
}
.wrapper{
    text-align: center;
    margin-top:50px;
}
.service{
    padding:0 20px 25px 20px;
    display:inline-block;
}
.service h4{
    font-size: 23px;
}
.allServices img{
    width:300px;
    height: 200px;
}
footer{
    font-size:22px;
    text-align: center;
    color:black;
    padding:5px;
}
footer a{
    color:blue;
}

@media screen and (max-width: 1024px){
    li{
        font-size:20px;
    }
    .opacity{
        height:40px;
    }
    .close{
        display:none;
        position: fixed;
        z-index: 3;
        width:45px;
        padding:3px 10px 0 0;
        right:0;
    }

    .container{
        display:block;
        width:100%;
    }
    .textItem{
        width: 100vw;
        height: 50%;
        
    }
    .textItem p{
        width: 650px;
        margin:0 auto;
        font-size: 19px;
    }
    .textContent{
        padding:50px 0;
    }
    .textContent h1{
        font-size: 36px;
        text-align: center;
    }
    .textContent h3{
        text-align: center;
    }
    .imageItem{
       display:none;
    }
    .imageItem img{
        width: 100vw;
        height: 50vh;
    }
    .ghost{display:block}
    
    #contact{
        font-size:18px;
    }
    .rowContainer{
        text-align: center;
        font-size:25px;
    }
}


@media screen and (max-width: 768px){
    .burger{
        display: block;
        position: fixed;
        z-index: 2;
        width:45px;
        padding:3px 10px 0 0;
        right:0;
    }
    .close{
        display:none;
        position: fixed;
        z-index: 3;
        width:45px;
        padding:3px 10px 0 0;
        right:0;
    }
    .opacity{
        height:50px;
    }
    nav{
        display: none;
        background-color: #191919ed;
        width:100%;
        height:100vh;
        padding-top:100px;
    }
    li{
        display:block;
        text-align: center;
        padding:25px 0;
        font-size:28px;
    }
    .container{
        display:block;
        width:100%;
    }
    .textItem{
        width: 100vw;
        height: 50%;
        
    }
    .textItem p{
        width: 650px;
        margin:0 auto;
        font-size: 19px;
    }
    .textContent{
        padding:50px 10px;
    }
    .textContent h1{
        font-size: 36px;
        text-align: center;
    }
    .textContent h3{
        text-align: center;
    }
    .imageItem{
       display:none;
    }
    .imageItem img{
        width: 100vw;
        height: 50vh;
    }
    .ghost{display:block}
    
    #contact{
        font-size:18px;
    }
    .rowContainer{
        text-align: center;
        font-size:25px;
    }
}



@media screen and (max-width: 568px){

.burger{
    display: block;
    position: fixed;
    z-index: 2;
    width:45px;
    padding:3px 10px 0 0;
    right:0;
}
.close{
    display:none;
    position: fixed;
    z-index: 3;
    width:45px;
    padding:3px 10px 0 0;
    right:0;
}
.opacity{
    height:50px;
}
nav{
    display: none;
    background-color: #191919ed;
    width:100%;
    height:100vh;
    padding-top:100px;
}
li{
    display:block;
    text-align: center;
    padding:25px 0;
    font-size:20px;
}

.callUs{
  
    font-size: 25px;
    position: relative;
    right:0;
    left:0;
    top:30%;
    text-align: center;
    background-color: #0971ffb0;
    color:rgb(0, 0, 0);
    padding:50px;
  }
  

.container{
    display:block;
    width:100%;
}
.textItem{
    width: 100vw;
    height: 50%;
    
}
.textItem p{
    width: 250px;
    margin:0 auto;
    font-size: 19px;
}
.textContent{
    padding:50px 10px;
}
.textContent h1{
    font-size: 36px;
}
.imageItem{
   display:none;
}
.imageItem img{
    width: 100vw;
    height: 50vh;
}
.ghost{display:block}

#contact{
    font-size:18px;
}
.rowContainer{
    text-align: center;
    font-size:18px;
}
.allServices img{
    width:250px;
    height:150px;
}
nav ul {
    list-style: none;      /* إزالة النقاط */
    margin: 0;
    padding: 0;
    display: flex;         /* يجعل العناصر بجانب بعض */
    justify-content: flex-start; /* من اليسار لليمين */
}

nav ul li {
    margin-right: 20px;    /* مسافة بين العناصر */
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
h3 a {
    color: #007bff;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .textItem p {
    width: 90% !important;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .callUs {
    font-size: 22px;
    padding: 20px;
    position: relative;
  }

  .firstImg {
    height: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service {
    width: 100%;
    padding: 15px 0;
  }

  .allServices img {
    width: 90%;
    height: auto;
  }
}
html, body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 80px 10px;
  }

  .rowContainer {
    display: block;
  }
}
.address {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.map-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-right: 5px;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.map-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}
.map-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}
/* الخطوط */
.english-text {
    font-family: 'Montserrat', 'Arial', sans-serif; /* خط عصري وجميل */
    font-size: 3rem; /* يمكنك تعديل الحجم */
    font-weight: 700; /* غامق وواضح */
    letter-spacing: 2px;
    display: block;
}

.arabic-text {
    font-family: 'Cairo', 'Tahoma', sans-serif; /* خط عربي واضح */
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .english-text {
        font-size: 2rem;
    }
    .arabic-text {
        font-size: 1.5rem;
    }
}
/* لون نص الروابط في القائمة (Desktop) */
nav a {
    color: #ff6600; /* لون جديد للنص (مثلاً برتقالي) */
    transition: color 0.3s;
}

nav a:hover {
    color: #ffd700; /* لون عند المرور بالماوس (مثلاً ذهبي) */
}

/* لون خلفية القائمة (Desktop) */
nav {
    background-color: #333333; /* خلفية داكنة جديدة */
}

/* للأجهزة الصغيرة (Mobile < 768px) */
@media screen and (max-width: 768px) {
    nav {
        background-color: #444444; /* خلفية مختلفة للـ mobile */
    }

    nav ul li a {
        color: #ffffff; /* لون نص الروابط على الهاتف */
    }

    nav ul li a:hover {
        color: #ffcc00; /* لون hover على الهاتف */
    }
}
/* الحجم الافتراضي للكمبيوتر (عرض أكبر) */
.burger {
    width: 50px;    /* العرض على اللابتوب */
    height: auto;   /* الارتفاع يتناسب مع العرض */
}

/* على الأجهزة الصغيرة (Mobile < 768px) */
@media screen and (max-width: 768px) {
    .burger {
        width: auto;     /* يمكن تركه تلقائي */
        height: 70px;    /* ارتفاع أكبر للهاتف */
    }
}



}