@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&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');


/* -------------------------ScrollToTop-------------------------- */

.GoToTopButton{
    
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px; 
    z-index: 99;
    background-color:rgb(237, 136, 21);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    cursor: pointer;
    transition: 0.2s;
}
.GoToTopButton:hover i{
    transform: translateY(3px);
}
.GoToTopButton:active{
    transform: translateY(6px);
}
.GoToTopButton i{
    color: white;
    font-size: 20px;
    transition: 0.2s;
}











*{
    font-family: "Cairo", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    
}


  /* -------------Header------------------ */

header {
    background-color: #f0f0f0;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px ;
}




.navication a{
    text-decoration: none;
    color:  rgb(28, 28, 121);
    font-weight: 500;
    font-size: 1.1em;

    padding-left: 30px; 


 

}

.navication a:hover{
    color: rgb(53, 53, 219);
    text-decoration: overline rgb(237, 136, 21);
    
    
  
}

  /* -------------End Header------------------ */







 /* -------------Main------------------ */



section{

    padding: 100px 200px;
}
.main{
direction: ltr;
justify-content: flex-start;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background: url(imges/car.jpg) no-repeat ;
    background-size: cover;
    background-position: center;

    /* يخلي الصورة ثابتة لما ننزل زي الافكت زايد */
    background-attachment: fixed;   
    /* ------------------------------- */

}


.main h2 span {
display: inline-block;
margin-top: 10px;
   color: rgb(25, 74, 110);
    font-size: 2.5em;
    font-weight: bold;
}

.main h7{

    color:  rgb(20, 19, 18);
    font-size:1.6em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.main h4 {
    color:  rgb(35, 33, 31);
    font-size:1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    }

    .main h4::after {
     content: ":";
     font-weight: 500;
        }

        .main h4::before {
            content: "★";
            color: rgb(237, 136, 21) ;

               }





.main-btn{

    color: white;
    background-color: rgb(204, 141, 24);
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    /* درناها باش نقدر نعطي مسافات من فوق وتحت لانها تعتبر ان لاين بلوك  */
    display: inline-block;
   /* ------------------------------- */

    /* كويس لروسبنزيف وكان نبي قيمتها بالبكسل نضربها في 16 */
    padding: 0.9375em 2.1875em  ;  
       /* ------------------------------- */

       /* letter-spacing: 1px; */
       border-radius: 15px;
       margin-bottom: 40px;
       margin-top: 20px;
transition: 0.7s ease;

}

.main-btn:hover{

    background-color: rgb(25, 25, 172);

    /* تاخد قيمتين الاولى للاكس وتاني للواي ولو كتبت قيمة وحدة بس بتاخدهم للزوز وهي تخدم انه تكبر */
    transform: scale(1.1);
       /* ------------------------------- */
}







  /* ----------------Download Application--------------- */

  .store-icon {
   
    height: 40px;
    transition: transform 0.3s;
}


.social-icons {
    margin-top: -25px;
    display: flex;
    gap: 15px; /* مسافة بين الأيقونات */
}


.social-icons a {
    transition: 0.7s ease;
}

.social-icons a:hover
{
    transform: scale(1.1);
    opacity: 0.8;
}


  /* -------------End Download------------------ */




 /* ----------------End Main--------------- */



 /* ----------------service--------------- */


.title{

    /* عنوان القسم الخدمات */

    display: flex;
    justify-content: center;
    color: rgb(25 74 110);
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content{
direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: center;

    /* فلكس راب لما تصغر الشاشة تخليهم ينزلو تحت بعض ولو كانت مش راب بيصغرو باش يجو جنب بعض */
    flex-wrap: wrap;

}

.card{

    /* تصميم بطاقة التوصيل النسائي */

    background-color: white;
    width: 21.25em;
    box-shadow: 0 5px 30px rgb(1 1 1/15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card:hover{

    transform: scale(1.1);
}

.icon{

/* نحتوي على صورة ايقونة التوصيل النسائي */
    text-align: center;
}


.icon img {
/* تعديل في حجم ايقونات التوصيل النسائي */
  height: 100px;
}




.info{
/* النص  كامل داخل بطاقة التوصيل النسائي */
    text-align: center;
}

.info h3{
/* تعديل في حجم نص التوصيل النسائي */
    color: rgb(204 141 24 / 99%);
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;

}




/* ----------------End service--------------- */




/* ----------------الفروع --------------- */


.project{
    /* قسم الفروع*/
     background: url(imges/car.jpg) no-repeat ;
    background-size: cover;
    background-position: center;
}

.project .content{
/* تحتوي على البطاقات  */
    margin-top: 30px;
}


.project-card{
/* بطاقة فرع طرابلس */
    background-color: white;
    border: 1px solid white;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
} 

.project-card:hover{
    /* تكبير البطاقة */
transform: scale(1.1);

}

.project-image img{
/* صورة المدينة */
    width: 100%;
}

.project-card:hover .project-image 
{
    /* تأثير على صورة المدينة */
   opacity: 0.7;
    
    }

   .project-info{
/* النص بالكامل داخل بطاقة فرع طرابلس */
    padding: 1em;
    text-align: center;
    line-height: 20px;

   }

.project-info h2{

    /* اسم طرابلس */

    color: rgb(25, 74, 110);
    font-size: 1.6em;
}




/* ---------------Footer--------------------------- */



   .footer{
    background-color:rgb(25 74 110);
    color: white;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
width: 100%;

   }
 
   .footer .social-media a{

    padding: 0 12px 0 0;
    transition: 0.7s ease;
   }

/* ----------------SocialMedia--------------- */
.social-media {
    display: flex;
    margin-right: 35px;  /*  مسافة بين الأيقونات و زر الصعود*/
    gap: 15px; /* مسافة بين الأيقونات */
}

 .social-media a:hover{

    transform: scale(1.1);
    opacity: 0.8;
}






.social-media img {

    height: 27px;
}

     /* ------------------------------- */


 
/* ---------------End Footer--------------------------- */

   @media (max-width:1023px){


   
    .social-media img {

        height: 15px;
    }


    .GoToTopButton
    {

      bottom: 40px;
      height: 40px;
      width: 40px;  
    }
   
    header{
        padding: 12px 20px;
    }

    .navigation a{
        padding-left: 10px;
    }

    .title{
        font-size: 1.8em;
    }

    section{
        padding: 80px 20px;
    }

    .main-content h2{
        font-size: 1em;
    }

    .main-content h3{
        font-size: 1.6em;
    }

    .content{
        flex-direction: column;
        align-items: center;
    }

    .main{

         background: url(imges/car.jpg) no-repeat ;
    
    }
    .input-track{
        margin-top: 10px;
    }

}

@media (max-width:641px){
    body{
        font-size: 12px;
    }

    .main-content h2{
        font-size: 0.8em;
    }

    .main-content h3{
        font-size: 1.4em;
    }
    .input-track{
        margin-top: 10px;
    }
    
}

@media (max-width:300px){
    body{
        font-size: 10px;
     
    }
    .input-track{
        margin-top: 10px;
    }
}
   