*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;

}
body{
    color:white;
    background:#eddabf;
}
header{
position: absolute;
top:0px;
    z-index: 1000;
    width: 100%;
    background: transparent;
    padding: 27px 17%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    transition: all .50s ease;
}
.l{
    width: 60px;
}
.logo{
    font-size: 33px;
    color: var(--text-color);
    font-weight: 700;

}
.sa{
    color: white;
    margin-top: -10px;
}
span{
    color: #f3d389;

}
.navbar{
    padding-top: 10px;
    display: flex;
}
.navbar a{
    color:white ;
    font-size: var(--p-font);
    font-weight: 500;
    margin: 15px 22px;
    transition: all .50s ease;
}
.navbar a:hover{
    color: #f3d389;
    text-transform: capitalize;
    cursor: grab;
}
    
    .header .social-icon{
        text-align: center;
        padding-bottom: 25px;
        color: white;
    }
    .header .social-icon  a{
        font-size: 24px;
        color: white;
        border: 2px solid rgba(7, 7, 61, 0.718);
        width: 40px;
        height: 40px;
        line-height: 38px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        margin: 0 8px;
        box-shadow: inset 0 0 10px rgba(7, 7, 61, 0.718),
                         0  0 10px rgba(7, 7, 61, 0.718);
        transition: 0.3s ease;
      
    }
    .header .social-icon a:hover{
        transform: scale(1.2)translateY(-10px);
        color: rgba(7, 7, 61, 0.718);
        border: 2px solid rgba(7, 7, 61, 0.718);
    }
    
.social-icon a:first-child{
    color:white ;
    font-size: var(--p-font);
    margin-right: 20px;
}
.social-icon a{
    vertical-align: middle;
    font-size: 20px;
    color: white;
    margin-right: 18px;
    margin-left: 5px;
    transition: all .50s ease;
}
.social-icon a:hover{
    color: #f3d389;
    transform: translateY(-3px);
}
#menu-icon{
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
    display: none;
}
section{
    padding: 70px 17% 60px;
}
.home{
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url("../imge/rawan.jpg");
    background-size:cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home-text h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color:rgb(255, 222, 178);
}
.home-text h1{
    font-size: 80px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.home-text p{
    font-weight: 500;
    line-height: 30px;
    color: rgb(255, 222, 178);
    margin-bottom: 35px;
        white-space: pre-line;

}
.center-text{
    text-align: center;
}
.center-text h2{
    font-weight: 800;
    padding-bottom: 20px;
}
.city-content{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,auto));
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 10px;
}
.contanier .topic{
    border-radius: 20px;
    color: #85581d;
    position: absolute;
    top: -10px;
    font-weight: 700;
    font-size: 25px;
    width: 800px;
    height: 100px;
    text-align: center;
    /* background-color: #85581d; */
    
    padding: 40px;
    left: 21%;
    /* margin-top: 20px;*/
    
   
} 

.container img{
    width: 50%;
}






.service{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 5rem;
}
.service-img img{
    width: 80%;
    height: auto;
    border-radius: 10px;
    height: 500px;
    float: right;
    margin: 10px;
}
.service-text h5{
    font-size: 22px;
    font-weight: 600;
    color:white;
    text-transform: uppercase;
}
.service-text h2{
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}
.service-text p{
    font-weight: 500;
    line-height: 30px;
    color: #ffffffab;
    margin-bottom: 35px;
}
.service-text .btn{color: orange;}
.contact{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 5rem;
}





.About-text h5{
    font-size: 22px;
    font-weight: 600;
    color:#85581d;
    text-transform: uppercase;
}
.About-text h2{
    font-weight: 800;
    line-height: 1.2;
        color:#85581d;
    margin-bottom: 25px;
}
.About-text p{
    font-weight: 500;
    line-height: 30px;
    color: #85581d;
    margin-bottom: 35px;
}



.contact{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 5rem;
}
.contact-img img{
    width: 80%;
    height: auto;
    border-radius: 10px;
    height: 500px;
    float: left;
    margin: 10px;
}
.contact-text h5{
    font-size: 22px;
    font-weight: 600;
    color:white;
    text-transform: uppercase;
}
.contact-text h2{
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}
.contact-text p{
    font-weight: 500;
    line-height: 30px;
    color: #ffffffab;
    margin-bottom: 35px;
}
.b1{background-color: #eddabf;}
.b2 p,.b2,.t{color:  #85581d;}
.b3{background-color: #85581d;}
.b4 p,.b4,.t{color: #85581d;}

.clear{clear: both;}










.footer{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,auto));
    gap: 2rem;
    background-color: #d4b15d;
  

}
.footer-box{
    display: flex;
    flex-direction: column;
}
.footer-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
 

}
.footer-box a{
    color:burlywood;
    margin-bottom: 0.8rem;
    transform: all .50s ease;
    color: #85581d;
}
.footer-box a:hover{
    transform: translate(-5px);
    color: white;
}
.social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #85581d;
    color:white ;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 8px;
    transition: transform 0.6s;

}
.social a:hover{
    background: rgb(241, 182, 104);
    transform: translateX(-4px);
}
.copyright{
    background-color: #d4b15d;
color: white;
}
.copyright p{
    text-align: center;
    padding: 20px;
    color: #85581d;
    font-size: 15px;
}
.option{
    background-color: transparent;
    color: burlywood;
    display: flex;
    visibility:visible;
    text-transform: capitalize;
}
.container{
    display: flex;
    align-items: center;
}
.img{
    float: right;
    margin-left: 20px;
    width: 80%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px

}
.text{
    float: left;
}

.contanier{
    width: 100%;
    padding-left: 40px;
    height: auto;
    display: flex;
      justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    
}
.card{
    width:200px ;
    height: 300px;
    margin: 80px 70px 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0, 0, 0,0.5);
    cursor: pointer;
    position: relative;
    transition: 1s;
    color: black;
    margin-top: 150px;
}

.card .image{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
  
    overflow: hidden;
}


.card .image img{
    height: 100%;
}
.content{
 
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    border-radius: 20px;
    background-color: white;
    z-index: -1; 
     
     padding: 20px 15px ;
     
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.9);
    transition: 1s;
} 
.content h1{
margin-bottom: 20px;
text-transform: capitalize;
}
.card:hover{
    filter: blur(0) !important;
    transform: translateX(-100px)rotate(-5deg);
    
}
/* .contanier:hover .card{
    filter: blur(5px);
} */
.card:hover .content{
    left: 90%;
}
.space{
    width: 100%;
    height: 100px;
}
/* ================== Responsive Design ================== */

/* Tablets */
@media (max-width: 992px) {
  header {
    padding: 20px 5%;
  }

  .navbar {
    display: none;
    flex-direction: column;
    background: #85581d; /* نفس اللون */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .navbar.active {
    display: flex;
  }

  #menu-icon {
    display: block;
  }

  .service, 
  .contact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-img img,
  .contact-img img {
    float: none;
    margin: 0 auto;
  }

  .contanier {
    justify-content: center;
  }

  .card {
    margin: 40px 20px;
  }
}

/* Mobiles */
@media (max-width: 600px) {
  .home-text h1 {
    font-size: 45px;
  }

  .home-text p {
    font-size: 14px;
  }

  .contanier {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    height: auto;
  }

  .service-img img,
  .contact-img img {
    width: 100%;
    height: auto;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-box {
    margin-bottom: 20px;
  }
}
/* اجعل الصور تتناسب مع الشاشة */
img {
  max-width: 100%;
  height: auto;
}

/* خلي العناصر الكبيرة ما تكسرش الشاشة */
.contanier .topic {
  width: 90%;
  max-width: 800px;
}

navbar responsive تماماً
.navbar a {
  display: block;
  padding: 15px;
  font-size: 16px;
}

/* هوامش وأحجام أصغر للموبايل */
@media (max-width: 600px) {
  .home-text h1 {
    font-size: 36px;
  }

  .home-text p {
    font-size: 14px;
    line-height: 24px;
  }

  header {
    padding: 15px 5%;
  }
}
