@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    direction: rtl;
    text-align: right;
    font-family: "Noto Kufi Arabic", serif;
    background: #fff;
    color: #000000;
}
.teams{
    direction: ltr;
    text-align: left;
}
/* colors */
/* #dd9043 */
.header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 5%;
    position: relative;
    /* margin-top: 1%; */
    background-color: #555;
    height: 100px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header  a .logo{
    margin-right: 100px;
    width: 80px;
    height: 90px;
}
.header  a  img{
    margin-right: 50px;
}

.main-nav{
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center; 

}
.main-nav-list{
    list-style: none;
    /* display: flex;*/
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: center; 
    margin-left: 50px;
    /* row-gap: 15%; */
    } 
.main-nav-link:link , 
.main-nav-link:visited{
display: inline-block;
text-decoration: none;
color: #fff;
font-weight: 600;
font-family: Arial, sans-serif;
font-size: 24px;
transition: all 0.3s;
}
nav ul li a{
    color: #fff;
    position: relative;
 }
 nav ul li a::after{
 content: '';
 width: 0%;
 height: 3px;
 background: #eb2024;
 position: absolute;
 left: 0;
 bottom: -6PX;
 transition: 0.5S;
 }
 nav ul li a:hover::after{
     width: 100%;
     color: #eb2024;
 }
 .main-nav-list li {
    margin: 0 15px;

    position: relative;
}
.language-selector span {
    color: #fff;
    font-weight: 600;
font-family: Arial, sans-serif;
font-size: 20px;
}
.language-selector .dropdown {
    margin-right: -20px;
    display: none;
    position: absolute;
    background-color: #eb2024;
    list-style: none;
    padding: 9px 12px;
    border: 1px solid #ccc;
    top: 28px;
    border-radius: 6px;
}
.language-selector:hover .dropdown {
    display: block;
}
.dropdown li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
}



.header  .selector{
    width: 150px;
    margin-top: 15px;
    margin-bottom: auto;
    color: #fff;
    font-size: 18px;
    margin-left: 50px;
    /* align-items: center; */
    /* margin-right: 250px; */
    /* margin-right:350px; */
}
#arrowIcon{
    color: #fff;
    font-weight: 600;
}
#selectField{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.399);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
/* #selectField i{
    width: 12px;
    transition: transform 0.5s;
} */

#selectField a{
    color: #fff;
    text-decoration: none;
}
#selectField #selectText a i{
    margin-right: 60px;
    margin-left: auto;
    
}
#list{
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    
}
.options{
    width: 100%;
    padding: 15px 0 15px ;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.options a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.options a::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #eb2024;
    position: absolute;
    left: 0;
    top: 1px;
    /* bottom: -6px; */
    transition: 0.5s;
}
.options:hover{
    background: rgba(0, 0, 0, 0.7);
}
.options:hover a{
    color: #eb2024;
}
.options a:hover::after{
    width: 100%;
    
}
.hide{
    visibility: hidden;
}
.rotate{
    transform: rotate(180deg);
}
.selector ul li a{
    text-decoration: none;
}
/*----------------------------------------- mobile navvv--------------------------------- */
    .btn-mobile-nav {
    width: 5%;
    border: none;
    background: none;
    cursor: pointer;
    display: none;
    }
     .icon-mobile-nav {
      height: 48px;
      width: 48px;
      color:#Fff ;
    }
    .icon-mobile-nav[name="close-outline"]{
      display: none;
    }
/* -------------------------------------------------------------------------------------------------------------- */
  /* Parallax Section */
  .parallax-container {
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
  }

  /* Video that scrolls in parallel */
  .scrolling-video {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%; /* Ensure video covers the viewport height */
    top: 0;
    left: 0;
    transform: translateY(0); /* Initial position */
    object-fit: cover;
    z-index: -1; /* Behind the content */
  }

  /* Overlay Text */
  .header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 2; /* Above video */
  }

  .header-text h1 {
    font-size: 3rem;
    margin: 0;
  }

  .header-text p {
    font-size: 1.5rem;
    margin: 0;
  }


/* .parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    }
    .bag-img{
    background-image: url('logo/servise.jpg');
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    position: relative;
    will-change: background-position;
   }
   .header-text{
    display: flex;
    flex-direction: column;
    gap: 50px;
   }
   .header-text h1{
   font-family: 'Roboto Condensed', sans-serif;
   align-items: center;
   text-align: center;
   font-size: 48px;
   color: #eee;
    }
    .header-text p{
    color: #eee;
    text-align: center;
    font-size: 34px;
    }
    .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    z-index: 2; 
    pointer-events: none; 
    }
    .parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #07070700; 
    }
    .parallax-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.8; 
    }
    .parallax-container {
    position: relative;
    height: 80vh;
    overflow: hidden;
    }
    .parallax-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    filter: brightness(0.6); 
    } */
/* ---------------------------------------------------------------------------------------------------------------- */
 /* services */
 #service {
    margin-top: none;
    background-color: #000;
    
 }
    #service .title{
    /* margin-top: 20px; */
    text-align: center;
    cursor: pointer;
    /* border-top: 5px solid #eee; */
    }
     #service .title h2{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-top: 15px;
    }
    #service .title h2::after{
    content: '';
    width: 20%;
    height: 3px;
    background: #eb2024;
    position: absolute;
    left: 40%;
    bottom: -6PX;
    transition: 0.5S;
    }
    #service .title p{
        margin-top: 20px;
        font-size: 16px;
        color: #fff;

    }
    #service .services{
        /* border-top: 5px solid #333; */
        margin-top: 50px;
    }
    #service .services .card-1{
        padding-left: 15%;
        padding-right: 15%;
        border-bottom: 5px solid #333;
    }
    #service .services .card-1 h2{
        padding-top: 20px;
        text-align: center;
        color: #ccc;
        position: relative;
    }
    #service .services .card-1 h2::after{
        content: '';
        width: 1%;
        height: 3px;
        background: #eb2024;
        position: absolute;
        left: 43%;
        bottom: -6PX;
        transition: 0.5S;
    }
    #service .services .card-1:hover h2::after{
        width: 5%;
    }

    #service .services .card-1 .card{
        padding-top: 50px;
        display: flex;
        gap: 50px;
        padding-bottom: 50px;
    }
    #service .services .card-1 .card img{
        height: 400px;
        width: 550px;
        transition: 0.5S;
        border-radius: 5px;
        border: 2px solid #ccc;

    }
    #service .services .card-1 .card-3 img{
        height: 500px;

    }
    #service .services .card-1 .card p{
        color: #666;
        margin-top: auto;
        margin-bottom: auto;
        transition: 0.5S;
        font-weight:  600;
    }
    #service .services .card-1:hover .card img{
        transform: translateX(20px);
    }
    #service .services .card-1:hover .card p{
        transform: translateY(20px);
        color: #fff;
    }
    
   
    #service .services .card-2 h2::after{
        content: '';
        width: 5%;
        height: 3px;
        background: #eb2024;
        position: absolute;
        left: 43%;
        bottom: -6PX;
        transition: 0.5S;
    }
    #service .services .card-2:hover h2::after{
        width: 1%;
    }
    #service .services .card-2:hover .card img{
        transform: translateX(-20px);
        /* border: none; */
    }
    #service .services .card-2:hover .card p{
        transform: translateY(-20px);
        color: #fff;
    }
/* ------------------------------------------------------------------------------------------------------ */
.container-footer{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #555;
    gap: 18%;
    /* width: 100%;
    height: auto; */
    /* margin-top: 2%; */
}
.f-img{
width: 22%;
margin-top:1% ;
margin-right: 30%;
}
.socail-media p{
    margin-right: 25%;
    margin-top: 5%;
    /* margin-bottom: 2%; */
    font-size: 18px;
    font-weight: 200;
    color: #ccc;
}
.socail-media p a{
    color:#eb2024 ;
    font-weight: 400;
    text-decoration: none;
}
.socail-media p a:hover{
    text-decoration: underline ;
}
.icon{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 6%;
    font-size: 28px;
    color: #ccc;

}
.fa-whatsapp:hover{
    color:  #eb2024;
    cursor: pointer;  
}
.fa-facebook-f:hover{
    color: #eb2024;
    cursor: pointer;
}
.fa-twitter:hover{
    color: #eb2024;
    cursor: pointer;
}
.service-email{
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    font-weight: 400;
}
.conatact h6{
font-size:26px ;
color: #ccc;
margin-top: 2%;
margin-bottom: 1%;
margin-right: 6%;
padding-right: 5px;
border-right: #eb2024 2px solid;
}
.conatact p{
display: flex;
flex-direction: row;
gap: 20px;
font-size:16px ;
color: #ccc;
margin-right: 6%;
margin-bottom: 5%;
}
.icon-c{
    color: #eb2024;
    font-size: 24px;
    font-weight: 900;
}
.button{
    background-color: #ccc;
    width: 20%;
    padding: 8px;
    color: #ccc;
    border-radius: 15px;
    margin-right: 50px;
    font-size: 18px;
    margin-top: 3%;
}
.service-email a{
    outline: none;
    text-decoration: none;
}
input{
    margin-top: 2%;
    width: 40%;
}
.icon a{
    color: #ccc;
}
  /* ------------------------------------------------ media------------------------------------------------- */
  @media(max-width:1200px)  {
    /* mobile nav */
   .header{
    position: fixed;
    width: 100%;
    z-index: 999;
   }
    .header button ion-icon{
        color: #ccc;
    }
    #service .services .card-1 .card img{
        height: 200px;
        width: 400px;
    }
}
/* --------------------------------------1000px------------------------------------------- */
/* --------------------------------------------------------------------------------- */
@media(max-width:950px){
    .header  a .logo{
        margin-right: 10px;
    }
    .main-nav-list{
        text-align: center;
        padding-left: 50px;
        gap: 30px;
    }
.btn-mobile-nav{
    margin-left: 5%;
}
 .f-img{
    width: 30%;
 }
 .header-text h1{
    font-size: 1.5rem;
 }
 .header-text p{
    font-size: .75rem;
 }
 #service .services .card-1 h2{
    font-size: 1rem;
 }
}
/* -------------------------------------------------------------------------------------------- */
@media(max-width:850px){
    .main-nav-list{
        text-align: center;
        padding-left: 20px;
        gap: 20px;
    }
    #selectField{
        width: 150px;
    }
    .header .selector #selectField #selectText i{
        margin-left: 15px;
    }
    .options{
        padding-right: 15px;
    }
}
/* ---------------------------------------------------------------------------------------------- */
@media(max-width:750px){
    .header a .logo{
        margin-right: 5px;
    }
     .paragraph{
        text-align: center;
        display: block;
        padding-left: 60px;
        
     }
     .paragraph span{
        font-size: 50px;
     }
     .btn-mobile-nav{
        display: block;
        z-index: 9999;
       }
    .main-nav{
     background-color:#5555559d;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     display: flex;
     align-items: center;
     text-align: center;
     justify-content: center;
     transform: translateX(100%);
     transition: all 0.5s ease-in-out;
     /* hide navgation */
     /* allow no tramnsition at all */
     /* display: none; */
     /* 1} to hide it visually */ 
      opacity: 0;
     /* 2} mak it unaccessible to mouse and keyboard*/ 
     pointer-events: none;
     /* 3} hide iy form screen readers */
     visibility: hidden;
    }
    .nav-open .main-nav{
     opacity: 1;
     pointer-events: auto;
     visibility: visible;
     transform: translateX(0);
    }
    .nav-open .icon-mobile-nav[name="close-outline"]{
     display:block;
    }
     .nav-open .icon-mobile-nav[name="menu-outline"]{
     display:none;
    }
    .main-nav-list{
       flex-direction: column;
       gap: 48px;
    }
    .main-nav-link:link , 
    .main-nav-link:visited{
     font-size: 30px;
     font-weight: 600;
    }
    #service .services .card-1 .card{
        display: block;
        text-align: center;
    }
    #service .services .card-1 .card p{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #service .services .card-1 .card-3 img{
        height: 350px;
    }
}
/* -------------------------------------------------------------------------------------------------- */
@media(max-width:600px){
    .header{
        height: 80px;
    }
    .header a .logo{
        width: 50px;
        height: 70px;
    }
    #service .services .card-1 .card img{
        height: 200px;
        width: 300px;
    }
    #service .services .card-1 .card-3 img{
        height: 300px;
    }
}

@media(max-width:550px){
    .container-footer{
        display: block;
     }
     
     .conatact{
        display: none;
     }
     .socail-media{
        height: 150px;
        margin-right: auto;
        margin-left: auto;
     }
     .socail-media img{
        margin-right: 37%;
        height: 100px;
        width: 80px;
     }
     .socail-media p{
        padding-top: 10px;
        margin-right: 20%;
        margin-top: -10px;
     }
     .logo-container::before{
        background: none;
      }
      .logo-container::after{
        background: none;
      }
}


/*----------------------------------------------------iphoneXR----------------------------------------- */
@media(max-width:448px){
    .header a .logo{
        width: 50px;
        height: 70px;
    }
    .header  .selector{
        padding-top: 10px;
        width: 100px;
    }
    .header .btn-mobile-nav{
        padding-right: 20px;
    }
    #service .services .card-1 .card img{
        height: 150px;
        width: 250px;
    }
    #service .services .card-1 .card-3 img{
        height: 300px;
    }
    .service-email{
        display: none;
     }
     .conatact h6{
        display: none;
     }
     .icon{
        display: none;
     }
     .container-footer{
        display: block;
     }
        .socail-media{
            display: flex;
            flex-direction: column; 
         }
         .socail-media p{
            margin-bottom: 2%;
            margin-right: 16%;
         }
         .socail-media p a{
            /* margin-right: 30px; */
            margin-bottom: 50px;
            font-size:16px ;
         }
     .f-img{
        width: 30%;
       margin-right: 33%;
     }

    }
    @media(max-width:350px){
        .header{
        height: 80px;
    }
    
    #service .services .card-1 .card img{
        margin-right: -10px;
    }
    }