*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



.container{
    width: 70%;
    margin: auto;
    height: 100vh;
    padding: 30px;
    text-align: center;
    align-items: center;
}
header{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 100%;
   
    
}
header nav .logo{
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: space-between;


}

header nav .logo span{
    color: rgb(174, 79, 79);
}
header nav .logo img{
    width: 55px;
    height: 30px;

   
}


header nav{
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    width: 90%;
    margin: auto;
  

    align-items: center;
}
header nav .navs ul{
    display: flex;
}

header nav .navs ul li{
    list-style-type: none;
    padding: 7px;
    color: rgb(15, 14, 14);
  
}

header nav .navs ul li a{
    text-decoration: none;
    color: black;
    font-size: 22px;
    transition: 0.4s;
    text-transform: uppercase;
    

   

}
header nav .navs ul li a:hover{
    color: rgb(162, 25, 25);
   
    
}

/*----------------------- bars --------------------- */
nav .bars{
    font-size: 30px;
    display: none;
}
nav .navs ul{
    display: flex;
    
    
}

nav .navs ul li {
    list-style-type: none;
    padding: 10px;
   
}
nav .navs ul li a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}


h2{
    color: #599ee9;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;


}
h1{
    color: rgb(12, 12, 12);
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 50px;
}
h1 span{
    color: #599ee9;
}
p{
    font-size: 20px;
}


/*------------------------------------------ << load or load >> ------------------------------------- */
.cover{
    background-color: #4e4e4e;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
    z-index: 1;
    


}


/* keyframes */
.cover-hide{
    opacity: 0;
}

.cover .spinner i{
    font-size: 50px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: rgb(44, 43, 43);
}

@keyframes spin {
    to{
        transform: rotate(5turn);
    }
}
/*------------------------------------------ << load or load >> ------------------------------------- */




/*----------------------- section 1 --------------------- */
.section1{
    background-image: url(../image/download.png);
    padding-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
  
    
   
   
 
}


 .section1 h1{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}
.section1 h2{
    font-size: 50px;
    padding-bottom: 50px;
    text-transform: uppercase;
    color: #599ee9;
    
}

 .section1 p{
    font-size: 18px;
    color: white;
}
 .container .row{
    display: flex;
    padding-top: 140px;
    justify-content: space-between;
    
    

  
 
}
.section1 .container {
    height: 90vh;
}

.section1 .container .text{
    width: 400px;
    padding: 25px;
   
}

.section1 .container .slider{
   
    padding: 30px;
    position: relative;
  
   
  
    

}


.section1  .slide-btn{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;


  
   
}


.section1  .slide-btn button{
    justify-content: center;
    align-content: center;
    border-radius: 100px;
    padding: 25px 36px;
    color:black;
    font-size: 25px;
    margin: 10px;
}
.section1 .container .slides{
  

    width: 100%;
    
   
    
}
.section1 .container .slides .slide img{
    width: 100%;
    padding: 30px;
  
   
   
   
}

 .btn{
    font-weight: bold;
    color: rgb(251, 250, 250);
    text-decoration: none;
    padding: 15px 55px;
    background-color: rgb(108, 18, 219);
    border-radius: 12px;
    
    
}
.btn:hover{
    background-color: rgb(131, 49, 230);
    transition: all 0.5s;
}

/*------------------------------ section 2 ------------------------*/
.section2{
    background-color: aliceblue;
    height: 120vh;
  
}


.section2 h1{
    color: black;
    font-weight: bold;
}
.section2 .btn{
    background-color: rgb(81, 78, 78);
    color: white;
}


.section2 .btn:hover{
    background-color: black;
}
.section2 p{
    color: black;
}

.section2 .container .row .img{
    width: 50%;

}

.section2 .container .row .img img{
    width: 100%;
    padding: 5px;

}
.section2 .container .row .text{
    width: 40%;
}







/*------------------------------ section 3 ------------------------*/

.section3{
    height: 150vh;
    padding: 20px;
}
.section3 h1{
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 50px;
}

.section3 h2{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    color: black;
}

.section3 .container .row .sec1{
    width: 80%;

}
.section3 .container .row .sec1 img{
    width: 100%;
    padding: 20px;

}
.section3 .container .row .sec2{
    width: 80%;

}
.section3 .container .row .sec2 img{
    width: 100%;
    padding: 20px;

}


/*------------------------------ section 4 ------------------------*/
.section4 h1{
    color: red;
}
.section4{
 background-image: url(../image/download.png);
 background-size: cover;
 height: 100vh;
 background-attachment: fixed;
 background-repeat: no-repeat;

}

.section4 .container{
    width: 70%;
   
   
   
}
.section4 .container .accordion .accordion-body p{
    padding: 10px 10px;
    color: gray;
}
.section4 .container .text{
    width: 40%;
    
}
.section4 .container .text p{
    color: rgb(246, 237, 237);
}
.section4 .container .image{
    width: 50%;
}
.section4 .container .image img{
    width: 100%;
    height: 100%;
    padding: 10px;
   
}


/*--------------------------<< section 5 >--------------------*/



/*------------------------------ section 6 ------------------------*/



.section6{
     background-color: aliceblue;
}

 


/*--------------- << scroll >> ------------------- */
/* تنسيق للأقسام */

#scrollBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
  }
  
  #scrollBtn:hover {
    background-color: #333;
  }
  
/*--------------- << scroll >> ------------------- */




/*------------------------------  footer ------------------------*/


.section5 .cont1{
    width: 70%;
    text-align: center;
    margin: auto;
}


.section5 .cont2{
   border: 2px solid black;
   border-radius: 20px;
   width: 60%;
   height: auto;
   padding: 20px;
   margin: auto;
}
.section5 .cont2{
   text-align: center;
}
.section5 .container .cont2 .cont2-text img{
    width: 15%;
}

  

footer {
    color: rgb(245, 244, 241);
    

 
    
}
footer h1{
    color: rgb(248, 249, 250);
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
footer p{
    font-size: 18px;
    padding: 20px;
    
}
footer .container{
   background-image: url(../image/download.png);
    width: 100%;
    padding-top: 160px;
    height: 80vh;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
   
 
  


}
footer .container .row{
    /* background-color: red; */
    text-align: left;

    
}


footer .reserved{
    color: rgb(238, 196, 196);
    text-align: center;
    padding-top: 40px;

}
footer .fot2 a{
    color: rgb(211, 151, 151);
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    
}



footer .social{
    padding-top: 20px;
    cursor: pointer;
   
}
footer .social i{
    font-size: 30px;
    padding: 4px;
   
   
}

/*-------------------------- << form >> ---------------------- */

input:focus{
    background-color: rgb(89, 150, 242);
    transform: scale(1.1);
    color: rgb(247, 245, 245);
}
form input{
    width: 100%;
    color: white;

}

.form-label{
    margin-bottom: 4px;
    display: inline-block;
    float: left;
    padding-top: 7px;
}

.form-control{
    width: 100%;
    height: 35px;
    border-radius: 15px;
    background-color: rgb(117, 113, 113);
    color: rgb(245, 239, 239);
    border: none;

}
.form-control:focus-visible{
    outline: none;
    border-color: rgb(228, 223, 223);

}
.section6 .form .form-btn{
    padding-top: 20px;
    
}




.section6 textarea{
    width: 100%;
    padding: 35px;
    border-radius: 20px;
    background-color: rgb(244, 243, 243);

}

.section6 .container .form{
    padding: 20px; 
    width: 80%;
}
.section6 .container .img{
 
    width: 80%;
}
.section6 .container .img img{
    width: 80%;
    padding: 20px;
}



/*-------------------------- << form >> ---------------------- */





/*--------------------------<< slider >>------------------------*/
.slider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    
}
.slides {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 100%;
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
}
.button {
   
    
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding: 10px;
}
.prev {
    left: 10px;
 
    
}
.next {
    right: 500px;
}
/*----------------------------<< slider >>------------------------*/
/*------------------------------<< modal >>-------------------------*/
.modal-body{
    background-color: rgb(78, 80, 80);
    padding: 15px;
    width: 600px;
    border-radius: 12px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.5s;
   
}
.modal{
    background-color: rgb(150, 118, 70);
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin: 8px;
    color: white;
    cursor: pointer;
}
.close-modal{
    text-align: end;
    padding: 10px 0px;
}
.close-modal button{
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    padding:7px;
    cursor: pointer;
}
/*------------------------------<< modal >>-------------------------*/

/*------------------------------<< accordion >>-------------------------*/
.accordion {
    width: 65%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; /* لون خلفية الـ accordion */
    overflow: hidden;
    margin: auto;
    
}

.accordion .accordionBtn {
    background-color: #007BFF; /* لون أزرق للأزرار */
    color: white;
    border: none;
    width: 100%;
    text-align: start;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


.accordion .accordionBtn:hover {
    background-color: #0056b3; /* لون أغمق عند التمرير على الأزرار */
}

.accordion .accordionBtn i {
    transition: transform 0.5s;
}

.accordion .accordion-body {
    padding: 0 15px;
    background-color: #f8f9fa; /* لون خلفية للنص داخل الـ accordion */
    color: #343a40; /* لون النص */
    line-height: 1.6;
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

/*------------------------------<< accordion >>-------------------------*/



/*------------------ << media quires >>---------------------*/
@media (max-width: 1350px){
    header nav{
        width: 100%;
    }
}
@media (max-width: 1300px){
    
   
    .section1 .container{
        width: 100%;
        padding: 40px;
        height: 90vh;
    }
    .section1 .container .slides .slide img{
        padding: 30px;
        width: 90%;
    }
    .section1 .container .text{
        width: 70%;
    }
    .section4 .container{
     
        width: 90%;
    }
    .section5 .cont2 {
     width: 80%;
    }
    footer .container .row{
        width: 90%;
    }
   
}
@media (max-width: 1220px){
    nav .bars{
        display: block;
        
    }
    nav .navs {

        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height 0.5s;
        
        
        
    }
}
@media (max-width: 1159px){
   
    footer .container{
         height: 80vh;
         
     }
   
}





@media (max-width: 992px){
   
    #home{
        transition: all 0.5s;
    }
   
    header nav .navs ul{
        display: block;
        text-align: center;
        z-index: 1;

    }
    .container .row{
        flex-direction: column-reverse;
    }
    .section1 .slide-btn {
        padding-top: 150px;
        
    }
    .section1 .slide-btn button{
        order: 2;
        
        
        
        
    }
   .slide img{
    order: 1;
        
    }
    .section1 .container .row .slider .slide img{
        width: 70%;
    }


  

    .section1{
        height: 160vh;
    }


    .container .row{
     
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
       
    }
   .section1 .container .row{
    height: 140vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
   .section1 .slide-btn{
    padding-top: 100px;
   }
   .section1 .container .row .image{
   
    
    width: calc(100% /1);
    
   }
 

   .section1 .container .row .slider .slide img{
     
     padding: 20px;
    
   }

   .section2 .container .row .img img{
    width: 70%;
   }
   .section3 .container .row .sec1 img{
    width: 80%;
   }
   .section1 .container .row .slider{
    width: 100%;
   }
   .section1 .container .row .text{
   padding: 20px;
    width: 100%;
    
   }
   .section4 .container .image img{
    width: 80%;
  
   }

   
   .section2 .container .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
   }
   .section3 .container .row {
 
    padding-bottom: 60px;
   }

   .section2{
    height: 170vh;
   }
   .section2 .container .row .img{
    width: calc(100% /1);
    padding: 20px;
    
  
   }
   .section2 .container .row .img img{
    width: 60%;
   }

   /* .section2 .container .row .img img{
    width: 100%;
   } */
   .section2 .container .row .text{
    width: 100%;
     padding: 20px;
   
   }
   .section3 .container .row .sec1 img{
    width: 80%;
   }
   .section3 .container .row .sec2 img{
    width: 80%;
   }

   .section3{
    height: 230vh;
   }
   .section3 .container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
   .section4{
    height: 150vh;
   }
  
   .section4 .container .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
   .section4 .container .row .image{
    width: calc(100% /1);
    padding: 20px;
   }
   
   .section4 .container .image img{
    width: 70%;
   }

   .section4 .container .row .text{
    width: 100%;
    padding: 20px;
   }
   .section6 .container .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
  
   footer .container{
    height: 117vh;
   
   }
  






}

@media (max-width: 767px){
  
  
  
    footer .container .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: auto;
 
           
    }
   
}
  



    .section5 .cont1{
        width: 100%;
    }
    .section5 .cont2{
        width: 100%;
    }
    .section6 .container .form{
        width: 100%;
    }
    .section6 .container .img{
     
        width: 80%;
    }
    .section6 .container .img img{
        width: 100%;

    }
    .section1 .container .slides .slide img{
        width: 70%;
       
    }
    .section5 .cont2{
        width: 70%;
    }
    .section6 .container .form{
        width: 70%;
    }
    .section6 .container .img img{
        width: 70%;
    }
 
   
   
    footer .container .row{
        width: 90%;
        margin: auto;
       

       
   
        
    }
    




@media (max-width: 467px){
    .container{

      
        width: 100%;
    }
    .section1{
        height: 170vh;
    }
    .section1 .container .text{
        padding-top: 50px;
    }
    .section1 h2{
        font-size: 25px;
    }
    .section1 p{
        font-size: 12px;
    }
    .section2 .container{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    p{
        font-size: 15px;
    }
    .section4{
        width: 100%;
       
    }
   
    .section4 .container{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .accordion .accordionBtn{
      
        margin: auto;

        
    }
    .section1 .slide-btn button{
        padding: 20px 30px;
        margin: 10px;
    }
    .section6 .container .img img{
        width: 100%;
    }
    .section6 .container .form{
        width: 100%;
    }
    footer .container .row{
        width:90%;
    }

   
   

}
@media (max-width: 360px){
   
    .section1 .container .row .slider .slide img{
        width: 100%;
    }
 
    .section1 h2{
        padding-bottom: 0;
    }
    .section1 .slide-btn{
        padding-top: 100px;
    }
    .accordion .accordionBtn{
        width: 100%;
    }

    .section4 .container .acor .accordion{
        width: 100%;
    }

    .section2 .accordion .accordionBtn{
        width: 100%;
    }
    .section2 .container .acor .accordion{
        background-color: black;
        width: 100%;
    }
    .container .row{
        height: 200vh;
    }
 
    

}
