#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
    transition: opacity .8s ease, visibility .8s ease;
}
.lod{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* بعد الاختفاء */
#loader.hide {
    opacity: 0;
    visibility: hidden;
}

#loader h2{
    color:rgb(0, 0, 0);
    margin:20px;
    font-family:system-ui, sans-serif;
    letter-spacing:3px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:system-ui,sans-serif;
  scroll-behavior: smooth;
}
html{
  font-size: 20px;
}
body{
  background-color: #ffffff;
  text-transform: uppercase;
}
.anm1{
      object-fit: cover;
      height: 150px;
    }
 .navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 25px;
    background:whitesmoke;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    direction: ltr;
    margin: 0;
    height: 20vh;
}
.nav-links{
    display:flex;
    list-style:none;
    gap:20px;
    padding-right: 20px;
    align-items: center;
}

.nav-links a{
    text-decoration:none;
    font-weight:bold;
    color: #000000;
    transition:.3s;
    margin: 0;
    padding: 10px 10px;
    border-radius: 20px;
}
.active{
  background:#b0e8f2;
  display: flex;

}
.nav-links a:hover{
    background: #000000;
    color:rgb(255, 255, 255);
  display: flex;

}
.lan {
  position: relative;
  padding: 12px 35px;
  background:#b0e8f2;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  border: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.lan:hover {
  background: white;
  color: #000000;
  box-shadow: 0 0 25px #0000008c;
}
.ln{
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.menu-btn{
    display:none;
    font-size:50px;
    cursor:pointer;
}
.about{
  height: 100vh;
  display: flex;
  padding: 0;
  padding: 20%;
  justify-content: center;
  background-repeat:no-repeat ;
  background:linear-gradient(rgba(255,255,255,0.0),rgba(255,255,255,0.0)),url("image/WhatsApp\ Image\ 2026-07-01\ PM.jpeg");
  background-size: cover;
  background-position: center;
}
.project{
  margin: 0;
  height: 100vh;
  display: flex;
  padding-top: 200px;
  font-weight: bold;
  color: #000;
  align-items: start;
  justify-content: center;
  background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.0)),url("image/WhatsApp\ Image\ 2026-07-03.jpeg");
  background-position: center;
  background-size: cover;
}
.serv{
  align-items:center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10%;
  margin: 0;
  gap: 20px;
  padding-bottom: 40%;
  font-weight: bold;
  background-repeat:no-repeat ;
  color:black;
  background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.0)),url("image/WhatsApp\ Image\ 2026-07-01\ at\ 7.59.54\ PM.jpeg");
  background-size: cover;
  background-position: center;
  text-shadow: 0px 3px 0px rgb(112, 112, 112);
}
.footer{
  direction: ltr;
    background:#111827;
    color:#fff;
}

.footer-top{
    display:flex;
    justify-content:center;
    padding:70px 20px 50px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-cta{
    width:100%;
    max-width:900px;
    background:linear-gradient(135deg,#2196f3,#0f5fbf);
    border-radius:20px;
    padding:45px;
    text-align:center;
}

.footer-cta h2{
    font-size:2rem;
    margin-bottom:15px;
}

.footer-cta p{
    color:#dbeafe;
    margin-bottom:30px;
    line-height:1.7;
}

.footer-btn{
    display:inline-block;
    background:#fff;
    color:#1565c0;
    padding:14px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.footer-btn:hover{
    transform:translateY(-4px);
}

.footer-container{
    width:min(1200px,90%);
    margin:auto;
    padding:70px 0;
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:50px;
}


.footer h3{
    margin-bottom:22px;
    color:#58b5ff;
}
.footer-about{
display: flex;
align-items: center;
justify-content: center;
}


.footer ul{
    list-style:none;
}

.footer ul li{
    margin-bottom:15px;
}

.footer ul li a{
    text-decoration:none;
    color:#cbd5e1;
    transition:.3s;
}

.footer ul li a:hover{
    color:#58b5ff;
    padding-left:6px;
}

.footer-contact p{
    margin-bottom:14px;
}

.footer-social{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.footer-social a{
    width:46px;
    height:46px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#1f2937;
    color:#fff;
    text-decoration:none;
    transition:.35s;
}

.footer-social a:hover{
    background:#2196f3;
    transform:translateY(-5px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
    padding:28px 20px;
}

.footer-bottom p{
    color:#94a3b8;
}

.footer-bottom span{
    margin:0 10px;
}

.footer-bottom strong{
    color:#58b5ff;
}
/****************/
@media(max-width:630px) {
  .anm1{
      object-fit: cover;
      height: 100px;
    }
  
}
@media(max-width:370px) {
  .anm1{
      object-fit: cover;
      height: 80px;
    }
  
}
/****************/
@media(max-width:992px){
  .footer-about{
    width: 100%;
    height: 40vh;
  }

.footer-container{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.footer-top{
padding:50px 20px 30px;
}

.footer-cta{
padding:35px 25px;
}

.footer-cta h2{
font-size:1.6rem;
}

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-social{
justify-content:center;
}

}
.font{
  text-decoration:none;
  font-style: normal;
  color:#000000;
  font-weight:bold;
}
/*******/
.cta {
  align-items: center;
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  direction: ltr;

}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 0px;
  height: 60px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000000;
  stroke-width: 3;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.95);
}/******/
.coin {
  display: flex;
  font-size: 250px;
  width: 0.1em;
  height: 1em;
  background: linear-gradient(#ffffff, #141001);
  position: absolute;
  animation: rotate_4001510 5s infinite linear;
  transform-style: preserve-3d;
}

.coin .side, .coin:before, .coin:after {
  background: url("image/المصريه\ logo.jpg");
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 50%;
  right: -0.4em;
  text-align: center;
  line-height: 1;
  transform: rotateY(-90deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coin .tails, .coin:after {
  background: url("image/المصريه\ logo.jpg");
  background-position: center;
  background-size: cover;
  left: -0.4em;
  transform: rotateY(90deg);
}

.coin:before, .coin:after {
  background: linear-gradient(#ffffff, #141001);
  backface-visibility: hidden;
  transform: rotateY(90deg);
}

.coin:after {
  transform: rotateY(-90deg);
}

@keyframes rotate_4001510 {
  100% {
    transform: rotateY(360deg);
  }
}
@media (max-width:1024px){
   .menu-btn{
       z-index: 100;
        display:block;
    }
    .nav-links{
        display:none;
        flex-direction:column;
        position: absolute;
        height: 100%;
        top:0px;
        right:0px;
        padding-top: 200px;
        background:white;
        width:220px;
        border-radius:10px;
        box-shadow:0 0 10px rgba(0,0,0,0.2);
       z-index: 99;
    }
    .nav-links.active{
        display:flex;
    }
  
}
@media(max-width:768px){
.project{
  margin: 0;
  height: 50vh;
  display: flex;
  padding-top: 50px;
  font-weight: bold;
  color: #000;
  align-items: start;
  justify-content: center;
  background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.7)),url("image/WhatsApp\ Image\ 2026-07-03.jpeg");
  background-position: center;
  background-size: cover;
}
.serv{
  align-items:center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10%;
  margin: 0;
  gap: 20px;
  padding-bottom: 40%;
  font-weight: bold;
  background-repeat:no-repeat ;
  color:black;
  background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.6)),url("image/WhatsApp\ Image\ 2026-07-01\ at\ 7.59.54\ PM.jpeg");
  background-size: cover;
  background-position: center;
  text-shadow: 0px 3px 0px rgb(112, 112, 112);
}
  .communication{
  display: flex;
  padding: 5%;
  justify-content: space-between;
  padding-bottom: 20%;
  margin: 0;
  color:rgb(0, 0, 0);
  background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.6)),url("image/el_masria_for_engineering_concrete_cover.jpg");
  background-size: cover;
  background-position:center ;
}
  .font{
  text-decoration:none;
  font-style: normal;
  color:#000000;
  font-weight:bold;
  font-size: 20px;
}
}