body{
    background-color: black;
    margin: 0px;
    padding: 0px;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.nav{
    margin: 0px 50px;
}
.contianer{
    position:absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.contianer .logo img{
  width: 13%;
}


.contianer .language{
    display: flex;
    flex-direction: row;

    margin-right: 40px;

  }

  .contianer .language select{
width:100px ;  
margin-right: 30px;
background-color: transparent;
color: white;
text-align: center;
padding:0px 16px;
border-radius: 5px;
outline: none;
}

.contianer .language select:hover{
    border: 1px solid white;
    width:100px ;  
    margin-right: 30px;
    background-color: transparent;
    color: white;
    text-align: center;
    padding:0px 16px;
    border-radius: 5px;
    outline: none;
    }
    

.contianer .language select > option{
    
background-color: #747a78e7; 
padding:0px 16px;

    }
    
    
.contianer .language  button{
    background-color: rgba(255, 0, 0, 0.931);
    color: white;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    font-size: 20px;
}

.slider{
    position: relative;
    top:0px;
    left: 0px;

}

.slider > div{
    z-index: 3;

}
.slider .img img{
   width: 100%;
   height: 100vh;
   object-fit: cover;

}

.slider .knewlaege{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 500px;
}

.slider .knewlaege h1{
    color: white;
    font-size: 45px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

.slider .knewlaege h5{
    padding-top: 20px;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

.slider .knewlaege p{
    width: 600px;
    padding-top: 20px;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.slider .from{
    display: flex;
    width: 700px;
    position: absolute;
    top: 475px;
    left: 50%;
    transform: translateX(-38%);
    -webkit-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    -o-transform: translateX(-38%);
}

.slider .from input{
    width: 400px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    padding-left: 10px;

}


.slider .from a button{
    width: 200px;
    height: 60px;
    background-color: rgb(243, 10, 10);
    color: white;
    outline: none;
    border: none;
    font-size: 20px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
}

.slider .from a button:hover{
    width: 200px;
    height: 60px;
    background-color: rgb(209, 6, 6);
    color: white;
    outline: none;
    font-size: 20px;
}

/************************************************************************************************************************************************************************************************************/

.banner::before{
    content:'' ;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0, 0, 0), transparent );/******************************************************مهم****************/
}

.banner::after{
    content:'' ;
    position: absolute;
    bottom:0;
    right:  0;
    width: 100%;
    height: 300px;
    z-index: 1;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent );/******************************************************مهم****************/
}
/************************************************************************************************************************************************************************************************************/
.sectionenjoy{
    border-top: 7px solid rgb(70, 67, 67);
    border-bottom: 7px solid rgb(70, 67, 67);


}
.Enjoy{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 75px 200px;
}

.Enjoy .deatils{
    width: 400px;
    
}

.Enjoy .deatils h1{
color: white;
font-size: 45px;
padding-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;


}

.Enjoy .deatils h3{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;

    }
    
.Enjoy .tv img{
    width: 500px;
    position: relative;
    top:0px;
    left: 100px;
    z-index: 2;
}
.Enjoy .tv video{
    width: 350px;
    position: absolute;
    top: 800px;
    right:180px;
    z-index: 1;
}
/*=======================================================*/
.sectionmobil{
    border-bottom: 7px solid rgb(70, 67, 67);

}
.mobilre{
    display: flex;
    flex-direction: row;
    margin:75px 100px ;
    justify-content: space-between;
    align-items: center;
}
.mobilre .imgmobile img{
    width: 500px;
}

.mobilre .deatilsmobel{
  margin-left: 200px;
  width: 800px;
    }
.mobilre .deatilsmobel h1{
color: rgb(255, 255, 255);
font-size: 40px;
padding-bottom: 15px;
}

.mobilre .deatilsmobel{
   margin-left: 150px;
    }
.mobilre .deatilsmobel h5{
    color: rgb(255, 255, 255);
    font-size: 20px;
    }
    /*********************************/
    .sectionenjoy1{
        border-bottom: 7px solid rgb(70, 67, 67);
    
    
    }
    .Enjoy1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 75px 200px;
    }
    
    .Enjoy1 .deatils1{
        width: 400px;
        
    }
    
    .Enjoy1 .deatils1 h1{
    color: white;
    font-size: 40px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    
    
    }
    
    .Enjoy1 .deatils1 h3{
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    
        }
        
    .Enjoy1 .tv1 img{
        width: 500px;
        position: relative;
        top:0px;
        left: 100px;
        z-index: 2;
    }
    .Enjoy1 .tv1 video{
        width: 300px;
        position: absolute;
        top: 1850px;
        right:190px;
        z-index: 1;
    }
    /*****************************************************************************/
 


.Frequentlysection{
    margin: 50px 100px;
}

.Frequently .h1{
    text-align: center;
    color: white;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;

}

.Frequently .data{
    display: flex;
    flex-direction: column;
    margin: 10px 150px;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.Frequently .data div{
    background-color: rgba(58, 58, 58, 0.877);
    border: none;
    width: 100%;
    margin: 10px 200px;
    padding: 20px;
    height: 70px;
    font-family: Arial, Helvetica, sans-serif;

}
.Frequently .data div h1{
    color: white;

}



.Frequently h3{
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight:inherit;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;

}
   
.Frequently .from{
    display: flex;
    width: 900px;
    justify-content: center;
    align-items: center;
    margin: 20px 100px;
}

.Frequently .from input{
    width: 500px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    padding-left: 10px;

}


.Frequently .from a button{
    width: 200px;
    height: 60px;
    background-color: rgb(243, 10, 10);
    color: white;
    outline: none;
    border: none;
    font-size: 20px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
}

.Frequently .from a button:hover{
    width: 200px;
    height: 60px;
    background-color: rgb(209, 6, 6);
    color: white;
    outline: none;
    font-size: 20px;
}

/****************************************************************/
.footer{
    width: 100%;
    height: 300;
    border-top: 7px solid rgb(70, 67, 67);
    margin-top: 50px;
}
.question{
    margin: 30px 200px;

    display: flex;
    flex-direction: column;
}


.question .linket{ 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.question .linket > div{ 
   width: 200px;
   margin: 10px;
  }
  

.question .linket div a{ 
    text-decoration: none;
text-align: center;  
color: #757575;
    }
    
.question .linket div a:hover{ 
    text-decoration: underline;
text-align: center;  
    }
.question div h1{
    color: #757575;
    font-size: 20px;
    font-weight: inherit;
    margin-bottom: 30px;
}

/**********************************************************/

.question .language{
    display: flex;
    flex-direction: column;

    margin:40px 0px;

  }

  .question .language select{
         width:150px ;
         margin-right: 30px;
         background-color: transparent;
         color: #a19f9f;
         text-align: center;
         padding:0px 16px;
         border-radius: 3px;
         outline: none;
         padding: 15px;
         font-size: 20px;
         font-weight: inherit;
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         -ms-border-radius: 3px;
         -o-border-radius: 3px;
}


.question .language select:hover{
    border:1px solid white;
    width:150px ;
    margin-right: 30px;
    background-color: transparent;
    text-align: center;
    padding:0px 16px;
    border-radius: 3px;
    outline: none;
    padding: 15px;
    font-size: 20px;
    font-weight: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.question .language select > option{
    
background-color: #747a78e7; 
color: #000000;
padding:0px 35px;

    }
    

.question .pa{
    margin-top: 50px;
     color:#747a78c4 ;
    
        }