/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*للكميوتر من 801 بيكسل الي 2000 بيكسل */
@media screen and (min-width:801px) and (max-width:2000px) {
    
    

/*الاعدادات العامة للجميع الصفحة*/

body{
    font-family:'Cairo', sans-serif;
    
    overflow-x: hidden;
}


*{  
    padding: 0;
    margin: 0;
    z-index: 1;
 
}


.book{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    animation: slideinFromRight 0.3s ease;
    z-index: 10;
}


/*بعض الاعدادات العامة*/
.fx{display: flex;}

#dis{
    text-decoration: line-through;
    color: red;
}

#disnone{
    display: none;
}

#money{
    transform: scale(1.1);
    color: green;
}

.boot-nwe{
    background-color: red;
    color: white;
    display: inline;
    padding: 2px;
    border-radius: 30px;
    position:absolute;
    margin-top: -10px;
}


.cn{
    text-align: center;
}


.foox{
    animation: slideinFromRight 0.7s ease;
}

.mass_to1{
    text-align: center;
    animation: slideinFromRight 0.7s ease;
    width: 50%;
    margin-top: 10%;
    padding: 30px;
    margin-left: 25%;
    position: fixed;
    background-color: white;
    border-style: solid;
    border-color: black;
    border-radius: 8px;
    border-width: 1px;
}

.mass_to1 P{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mass_to1 button{
    font-size: 20px;
    background-color: #0e8356;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 5px;
}


.mass_to1 button:hover{
    transition: 0.2s;
    background-color: darkcyan;
    cursor: pointer;
}



.yes-pay-new{
    z-index: 5;
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.yes-pay-new img{
    width: 30%;
    
}



.yes-pay-new button{
    display: block;
    width: 30%;
    margin-left: 35%;
    background-color: rgb(57, 69, 241);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;

}




/*الشريط العلوي*/

header{
    display: flex;
    --color: #00000017;
    background-color: #ff0303;
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
        linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
    border-radius: 8px;
    border-bottom-style: solid;
    border-color: black;
    border-width: 1px;

}


.loogo-img button{
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.loogo-img img{
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: 50%;
}

.loogo-img img:hover{
box-shadow: 1px 1px 20px blue;
transition: 0.6s;
}


.loogo-img button p{
font-weight: bold;
font-size: 17px;
position: absolute;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-top: -3px;
background-color: #0030b3;
padding: 3px;
color: white;
border-radius: 10px;
margin-left: 2px;
}


.loogo-img button #no{
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: -5px;
    background-color: #282c38;
    padding: 3px;
    color: white;
    border-radius: 10px;
    margin-left: 2px;
    }




.loogo-img button:hover{
    cursor: pointer;
}

.loogo-img img{
    transform: scale(1.1);
    width: 55px;
    height: 55px;
}

.atop{
    top: 0;
    backdrop-filter: blur(1px);

    margin-top: 15px;
}

.atop a{

    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    padding: 10px;
    margin-left: 10px;

}

.atop a:hover{
    color: blue;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color:black;
    border-radius: 9px;
    margin-bottom: 5px;
    transition: 0.2s;
    transform: scale(1.4);
    margin-left: 5px;
    margin-right: 5px;
}

#atop {
    color: blue;
    transform: scale(1.3);
    border-top-style: solid;
    border-bottom-style: solid;
    border-color:black;
    border-radius: 9px;
    transition: 0.2s;

}


@keyframes glow {
    0% { color: rgb(0, 0, 0); }
    25% { color: rgb(3, 3, 194); }
    50% { color: green; }
    75% { color: rgb(1, 155, 83); }
    100% { color: rgb(192, 86, 0); }
  }
  
    

.loogo-icon{
    animation: glow 2s infinite;
    flex: 1;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px;
}

.loogo-icon p{
    background-color: skyblue;
    display: inline;
    border-radius: 9px;
    padding: 2px;
}


.loogo-icon:hover{
    transition: 0.3s;
    translate: -1rem;
    rotate: -1deg;
}


/* المحتوي الداخلي*/


/*المحتوي*/

.name-hi{
    text-align: center;
    background-color: #00158f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
  }


.bool{
    position: absolute;
    margin-top: 50px;
    width: 600px;
    height: 650px;
    background-color: #06b30041;
    border-radius: 50%;
    margin-left: -200px;
}

.bool1{
    position: absolute;
    margin-top: 40px;
    width: 100px;
    height: 100px;
    background-color: #fc050542;
    border-radius: 50%;
    margin-left: 45%;
}


.bool2{
    margin-left: 1100px;
    position: absolute;
    margin-top: 50px;
    width: 450px;
    height: 450px;
    background-color: #ff040459;
    border-radius: 50%;
}


.bool3{
    margin-left: 1100px;
    position: absolute;
    margin-top: 800px;
    width: 450px;
    height: 450px;
    background-color: #02063559;
    border-radius: 50%;
}

.bool4{
    position: absolute;
    margin-top: 1400px;
    width: 250px;
    height: 250px;
    background-color: #06b30046;
    border-radius: 50%;
    margin-left: 100px;
}



.hom-me .fx{
    display: flex;
    margin-bottom: 30px;
}

.hom-me{
margin-top: 0px;
width: 100%;
height: 500px;
}

.hom-me i{
    transform: scale(1.2);
    color: black;
    padding: 10px;
    }





.hom-name{
    animation: slideinFromRight 1.5s ease;
    padding: 10px;
    margin-top: -110px;
    text-align: center;
    width: 50%;
    height: 500px;
}







.hom-name .img img{
    width: 400px;
    height: 400px;
}

.hom-name p{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hom-img{
    text-align: center;
    padding: 10px;
    width: 50%;
    height: 500px;
}

.hom-img img{
    width: 100px;
    height: 100px;
}

.hom-img {

    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hom-img .cet{
    margin-left: 45%;
    border-radius: 50%;
    border-style: solid;
    border-color:rgba(94, 94, 94, 0);
    overflow: hidden;
    width: 100px;
    height: 100px;
}



.hom-img #pc{
    animation: slideinFromRight 3s ease;
    transform: scale(1.2);
    position:absolute;
    margin-left: -35px;
    margin-top: 81px;
    width: 25px;
    height: 25px;
}

.hom-img #pc:hover{
    z-index: 10;
    rotate: 360deg;
    transform: scale(1.4);
    transition: 1.2s;

}






/* الاشتراك في الموقع*/

.button .dis{
    padding: 5px;
    background-color: red;
    display: inline;
    color: white;
    border-radius: 8px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

.button{
text-align: center;
padding: 35px;
font-size: 30px;
font-weight: bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-bottom: 20px;
}

.button button{
    rotate: 3deg;
    margin-top: 10px;
    width: 300px;
    font-size: 30px;
    padding: 5px;
    background-color: green;
    color:white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border:none;
    cursor: pointer;
    border-radius: 7px;
}

.button button:hover{
    transform: scale(1.1);
    transition: 0.2s;
    color: white;
    background-color: darkblue;

}
/*بوكس شادو في الصفحة للمميزات*/

.box{
    text-align: center;
    display: flex;
    padding: 5px;
}

.box .bor{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 35%;
    min-height: 200px;
    margin: 50px auto;
    box-shadow: 1px 1px 10px black;
    border-radius: 8px;
    padding: 10px;
    color: blue;
}
.box .bor a{
  background-color: black;
  color: white;
  padding: 10px;
  margin: 40px ;
  text-decoration: none;
  border-radius: 8px;
}
.box .bor img{
  width: 60%;
    display: block;
  margin: 10px auto;
}

.box .bor p{
    margin-top: 50px;
    color: black;
    font-size: 16px;
}
/*تصميم نصوص وشرح للموقع*/

.text{
    width: 70%;
    margin-left: 15%;
}

.text-img{
    text-align: center;
    margin-bottom: 20px;
}

.text-img img{
    width: 400px;
    height: 250px;
}




.text h1{
    margin-top: 50px;
    text-align: center;
    color: blue;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 0px;
}

.text h2{
    text-align: right;
    color:black;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text p{
text-align: right;
font-size: 18px;
font-weight: bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 5px;
}



.bot-text{

    margin-top: 200px;
    position: relative;
    width: 100%;
    text-align: center;
  }


  .bot-text p{
font-size: 18px;
font-weight: bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 5px;
    
  }

  .bot-text #p{
    color: blue;
  }



/*ازرار البوتون في الموقع*/

.test{
    margin-top: 40px;
    text-align: center;

}

.test button{
    width: 50%;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    border-radius: 8px;
    background-color: darkblue;
    color: white;
    margin-top: 20px;
    margin-bottom: 15px;
}

.test button:hover{
transition: 0.1s;
transform: scale(1.1);
background-color: black;
color: white;
cursor: pointer;
}

/*الجدول*/

.tet{
    margin-top: 50px;
    padding: 10px;
    text-align: center;
}

.tet table{
    width: 50%;
    margin-left: 25%;
    background-color:black;
    border-radius: 8px;

}

.tet table th,td{
font-size: 20px;
padding: 5px;
}
.tet table th{
    background-color: darkblue;
    border-radius: 8px;
    color: white;
}

.tet table td{
    background-color: white;
    color: black;
}



.tet p{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*تصميم اسفل الصفحة*/
.bak2 {
    text-align: center;
    margin-top: 100px;
    padding: 30px;
    background-color:blue;
    color: white;
    font-size: 20px;
}
.bott{

    display: flex;
}

.bak img{
    width: 120px;
    height: 50px;
}

.bott .ri{

    display: block;
    width: 50%;
    text-align: left;
}

.bott .le{
    width: 50%;
    text-align: right;
}

.bott .le img{
    padding: 5px;
    width: 30px;
    height: 30px;
}

.bott .le img:hover{
    transform: scale(1.2);
    transition: 0.2s;
    cursor: pointer;
}


/*////////////////////////////////////////////*/


/*صفحة البودي*/

.body-top{
  width: 80%;
  margin-left: 10%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.body-top{
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}


.body-form{
  margin-top: 70px;
  width: 80%;
  margin-left: 10%;
  padding: 10px;
  display: flex;
}


.body-box{
  text-align: center;
  margin-left: 30px;
  padding: 10px;
  box-shadow: 1px 1px 10px black;
  border-radius: 8px;
  background-color: white;
  color: blue;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  width: 33%;
  transform: scale(1);
}

.body-box p{
  padding: 10px;
  color: black;
  font-size: 14px;
  text-align: right;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.body-boxtop{
    overflow: hidden;
    text-align: center;
    margin-left: 30px;
    padding: 15px;
    box-shadow: 1px 1px 10px black;
    border-radius: 8px;
    background-color:rgb(242, 246, 252);
    color: black;
    font-size: 25px;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 30%;
    min-height: 300px;
    transform: scale(1.1);
}


.body-boxtop .body-dis2{
    rotate: 35deg;
    font-size: 18px;
    padding: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -5px;
    margin-left: 150px;
    text-align: center;
    background-color: red;
    color: white;
    width: 60%;
}

.body-boxtop p{

    margin-top: 10px;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*بوتن الاشتراك*/

.body-button{
    
    
    text-align: center;
    padding: 5px;
    margin-top: 50px;
    bottom: 0px;
}

.body-button a{
    text-decoration: none;
    border: none;display: inline-block;
    border-radius: 8px;
    background-color: blue;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;

}

.body-button a:hover{
    transform: scale(1.1);
    transition: 0.2s;
    background-color:green;
    color: white;
    cursor: pointer;
}


.body-box:hover{
  transition: 0.2s;
  background-color: rgb(241, 232, 232);
}




.body-fx{
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.body-fx .body-dis{
flex: 1;
text-align: center;
color: red;
text-decoration: line-through;
font-size: 15px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}


.body-fx .body-mone{
  flex: 1;
  color: green;
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*بودي تصميم علي حسب ذوقكم*/

.hr-fx{
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
font-size: 20px;
font-weight: bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.body-hr{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
    background-color: blue;
    width: 40%;
    margin-left: 30%;
    border-style: solid;
    border-color: black;
    border-radius: 8px;
    border-width: 1px;
}

.body-buttontop{
    text-align: center;
}

.body-buttontop button{
    border: none;
    border-radius: 8px;
    background-color: indigo;
    color: white;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
}


.body-buttontop button:hover{
    transform: scale(1.1);
    transition: 0.2s;
    cursor: pointer;
    background-color: crimson;
    color: white;
}











/*///////////////////////////////////////////////////*/



/*صفحة شراء الخطط*/


.body-bay2{

    text-align: center;
    width: 70%;
    margin-left: 15%;
    background-color: rgba(128, 128, 128, 0.068);
    border-radius: 9px;
}

.bay-tex p{
    color: blue;
    font-size: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}


.bay-form p{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    flex: 1;
}


.bay-p p{
    font-size: 20px;
}


.bay-form{

    padding: 20px;
    margin-top: 10px;
    width: 70%;
    border-style: solid;
    border-color: rgba(8, 21, 201, 0.363);
    border-radius: 8px;
    border-width: 2px;
    text-align: center;
    display: inline-block;
}

.bay-form h2{
    text-align: right;
    margin-bottom: 20px;
}

.bay-form input{
    text-align: right;
    width: 80%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.527);
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 19px;
    padding: 4px;
}

.bay-form button{
    width: 60%;
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.bay-form button:hover{
    cursor: pointer;
    background-color: blue;
    color: white;
    transition: 0.4s;
}




.bay-fx{
    display: flex;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 2px;
    
}



/*ازرار الشراء*/


.bay-but {
    width: 30%;
    margin-right: 10px;
    text-align: center;
    position: relative;
    margin-top: 150px;
}


.bay-but img{
    width: 80%;
}


.bay-form img{
    width: 100px;

}


.bay-but button{
    margin-bottom: 10px;
    padding: 10px;
    width: 90%;
    background-color:white;
    color: black;
    border: none;
    border-bottom-style: solid;
    border-color: black;
    margin-top: 5px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 19px;
}



.bay-but button:hover{
    transform: scale(1.1);
    color: black;
    cursor: pointer;
    border-right-style: solid;
    border-top-style: solid;
    border-color: crimson;
    margin-left: 20px;
    transition: 0.2s;
}






/* تمت العملية بنجاح او فشلت العملية*/


.card {
	overflow: hidden;
	text-align: left;
	border-radius: 0.5rem;
	width: 100%;
	background-color: #fff;
  }
  

  
  .header {
	padding: 1.25rem 1rem 1rem 1rem;
  }
  
  .image {
	margin-top: 50px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #e2feee;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 9999px;
	animation: animate .6s linear alternate-reverse infinite;
	transition: .6s ease;
  }



  .image svg {
	color: #0afa2a;
	width:  50px;
	height: 50px;
  }
  
  .content {
	margin-top: 0.75rem;
	text-align: center;
	font-size: 20px;
  }
  
  .title {
	color: #00af3a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5rem;
  }
  
  .message {
	margin-top: 30px;
	color: #595b5f;
	font-size: 20px;
	line-height: 1.25rem;
  }
  
  .actions {
	margin: 0.75rem 1rem;
  }
  
  .history{
	display: inline-flex;
	padding: 0.5rem 1rem;
	margin-top: 30px;
	background-color: #1aa06d;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5rem;
	justify-content: center;
	width: 30%;
	margin-left: 30%;
	border-radius: 0.375rem;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .history:hover{
	transition: 0.3s;
	background-color: #1aa06d;
	color: #ffffff;
	cursor: pointer;
  }



  
  .track {
	display: inline-flex;
	margin-top: 30px;
	padding: 0.5rem 1rem;
	color: #242525;
	font-size: 20px;
	line-height: 1.5rem;
	font-weight: bold;
	justify-content: center;
	width: 35%;
	margin-left: 35%;
	border-radius: 0.375rem;
	border: 1px solid #D1D5DB;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .track:hover{
	transition: 0.4s;
	background-color: #595b5f;
	color: white;
	cursor: pointer;
  }
  @keyframes animate {
	from {
	  transform: scale(1);
	}
  
	to {
	  transform: scale(1.09);
	}
  }


  /*الخطاء*/
  .image-eroor{
	margin-top: 50px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #fee2e2;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 9999px;
	animation: animate .6s linear alternate-reverse infinite;
	transition: .6s ease;
	color: red;
	font-size: 30px;
  }
  

  .history-eroor{
	display: inline-flex;
	padding: 0.5rem 1rem;
	margin-top: 60px;
	background-color: #a01a1a;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5rem;
	justify-content: center;
	width: 40%;
	margin-left: 30%;
	border-radius: 0.375rem;
	border: none;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }


  .box-yes{
    display: flex;
    padding: 20px;
    width: 30%;
    margin-left: 35%;
    background-color: #e9fff6;
    border-radius: 8px;

  }

  .box-yes p{
    float: right;
    font-size: 20px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    
  }

  .yes-fx {
    
    margin-top: 20px;
    width: 100%;
    display: block;
    
  }

/*////////////////////////////////*/





/*الصفحة الشخصية لحسابي*/

.me-form{
    text-align: center;
    background-color:#004e9713;
    border-radius: 8px;
    width: 60%;
    margin-left: 20%;
}

.me-form h2{
margin-top: 10%;
padding: 20px;
margin-bottom: 50px;
}


.me-form #button{
    width: 50%;
    background-color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    color: white;
    border-radius: 8px;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}


.me-form #button:hover{
    cursor: pointer;
    background-color: #0a0c0e;
    transition: 0.2s;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgb(197, 0, 197);

}

.me-form p{
    margin-top: 30px;
    text-align: right;
    padding: 20px;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/*صميم بيانات الملف الشخصي*/


.hom-naw{
    position: fixed;
    bottom: 0;
    font-weight: bold;
    font-size: 25px;
    right: 0;
    text-decoration: none;
    background-color: #000000;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.hom-naw:hover{
    transform: scale(1.1);
    transition: 0.2s;
    cursor: pointer;
    background-color: #2c1500;
    color: white;
    }







#body-me{
    background-color: #e6e9f0;
}

.add-user{
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-bottom: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 10px black;
    width: 40%;
    height: 500px;
    margin-left: 5%;
    padding: 5px;
    border-radius: 7px;
}

.add-user h3{
    text-align: right;
}

.add-user h2{
    margin-top: 20px;
    text-align: center;
}

.add-user h1{
    margin-top: 25px;
    text-align: center;
    color: #00af3a;
}

.add-user button{
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
    padding: 5px;
    font-size: 18px;
    background-color: #0e8356;
    color: white;
    border: none;
    border-radius: 10px;
}

.add-user button:hover{
    background-color: cadetblue;
    color: white;
    cursor: pointer;
}

.add-user p{
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.add-user .tetel{
    overflow-x: hidden;
    height: 170px;
}


.add-user .adm-star{
    margin-top: 70px;
    margin-bottom: 70px;
}

.add-user .adm-star .bor{
width: 80%;
margin-left: 18%;
border: none;
border-bottom-style:  solid;
position: absolute;
border-color: black;
}

.add-user .adm-star p{
width: 90%;
margin-left: 8%;
text-align: right;
padding: 10px;
margin-left: 20px;
}




.add-user .link{
    border-style: solid;
    border-color: black;
    border-radius: 7px;
    padding: 10px;
    background-color: darkgrey;
    color: black;
    font-size: 20px;
    font-weight: bold;
    overflow-y:  hidden;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 15px;
}
.add-user table{
    text-align: center;
    width: 80%;
    margin-left: 10%;
    background-color: black;
    border-radius: 7px;
}

.add-user td{
    background-color: #0e008b;
    color: white;
    font-size: 18px;
}

.add-user th{
    background-color: white;
    color: black;
}





















.me-data{
    position: absolute;
    margin-top: 10px;
    margin-bottom: 60px;
    background-color: white;
    box-shadow: 1px 1px 10px black;
    width: 50%;
    margin-left: 25%;
    padding: 5px;
    border-radius: 7px;

}



.me-data h3{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: right;
}


.me-data .me-img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-left: 40%;
    overflow: hidden;
    text-align: center;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

.me-data .me-img img{
    width: 100%;
    height: 100%;
}

.me-data p{
    text-align: right;
    font-size: 18px;
    margin-right:5% ;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.me-data input{
    text-align: right;
    width: 90%;
    margin-left: 5%;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 2px solid black;
    font-size: 18px;

}

.me-data input:focus {
    outline: none;
    border-bottom: 2px solid blue;
}



.me-data #button2{
    margin-left: 10%;
    width: 80%;
    margin-bottom: 30px;
    position: relative;
    margin-top: 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-weight: bold;
}

.me-data #button2:hover{
    background-color: rgb(179, 4, 4);
    transition: 0.2s;
    cursor: pointer;
}





.me-data #button{
    position: relative;
    margin-right: 60%;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 30%;
    margin-left: 5%;
    padding: 5px;
    background-color: #0a4afa;
    border:none;
    color: white;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;

}

.me-data #imageFrame {
    width: 120px;
    height: 120px;
    margin-left: 10%;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.me-data #imageFrame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.me-data #changeText {
    position: absolute;
    bottom: 10px;
    width: 100%;
    background-color: rgba(16, 56, 235, 0.5);
    color: white;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    box-sizing: border-box;
}




.me-data #button:hover{
    transform: scale(1.07);
    cursor: pointer;
    transition: 0.2s;
    background-color: #0030b3;
}

.me-data .a{
    text-align: center;
    margin-top: 30px;
}

.me-data a{
    color: blue;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.me-data a:hover{
    color: #9320ff;
}


/*صفحة تسجيل الدخول للحساب*/

.open-hi{
    margin-top: 10%;
    text-align: center;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.267);
    border-radius: 8px;
    padding: 10px;
    width: 40%;
    margin-left: 30%;
}


.open-hi input{
    width: 50%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 20px;
    border: none;
    border-bottom-style: solid;
    border-color: black;
    display: block;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.open-hi input:focus {
    outline: none;
    border-bottom: 2px solid blue;
}

.open-hi button{
    background-color: black;
    width: 50%;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.open-hi button:hover{
transition: 0.2s;
background-color: darkblue;
cursor: pointer;
}


.open-hi .open-box{
    position:absolute;
    margin-top: -4%;
    margin-left: 30%;
}

.open-hi a{
    font-size: 20px;
    color: #0030b3;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.open-hi p{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#eroor{
    font-size: 15px;
    font-weight: bold;
    color: red;

}



/*صفحة انشاء حساب حديد*/

.open-nwe{
    width: 50%;
    margin-left: 25%;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.308);
    border-radius: 8px;
    border: none;
    margin-top: 5%;
}


.open-nwe input{
    padding: 3px;
    text-align: right;
    width: 50%;
    margin-left: 50%;
    margin-top: 40px;
    margin-bottom: 20px;
    border: none;
    border-bottom-style: solid;
    border-radius: 9px;
    border-color: black;
    border-width: 2px;
    display: block;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.open-nwe input:focus {
    border-top-style: solid;
    border-width: 2px;
    outline: none;
    border-bottom: 2px solid blue;
}




.open-nwe button{
    width: 50%;
    margin-left: 50%;
    margin-top: 20px;
    padding: 8px;
    background-color: black;
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 9px;
}


.open-nwe button:hover{
    transition: 0.2s;
    background-color:rgb(45, 0, 54);
    cursor: pointer;
    color: white;
}

.open-nwe p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.open-box{
    position: absolute;
    margin-top: -20%;
    margin-left: 5%;
}

.open-box img{
    margin-left: 20%;
}




/*صفحة التواصل معي*/

.so-but{
    margin-top: 3%;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.so-src{
    background-color: red;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    padding: 2px;
    margin-top: -35px;
    margin-left: 50%;
    text-align: center;
    position:static;
    rotate: 35deg;
    
}
.so-but i{
    margin-top: 15px;
    width: 65%;
    font-size: 18px;
   text-align: right;
    display: block;
}

.fa-solid.fa-check{
    color: #03237c;
}

.so-but .fx{
    margin-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.so-but .fx b{
    color: #037c0d;
    font-size: 50px;
}

.so-but .fx p{
    font-size: 23px;
}





.so-but button{
overflow: hidden;
width: 30%;
height: 40px;
font-size: 20px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding: 5px;
border: none;
background-color: rgb(2, 128, 23);
color: white;
border-radius: 8px;
}

.so-but button:hover{
    transition: 0.2s;
    background-color: #0e008b;
    color: white;
    cursor: pointer;
    border-bottom-style: solid;
    border-color: black;
}

.so-text{
    margin-top: 50px;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.so-text p{
    margin-top: 30px;
    text-align: right;
}


.so-a{
    text-align: center;
    padding: 10px;
}

.so-a a{
    font-size: 20px;
    text-decoration: none;
    color: black;
}


.so-img-pay{
    text-align: center;
}

.so-img-pay img{
width: 10%;
}


.so-img-hom{
    position: absolute;
    bottom: 0px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
}



.so-img-hom i{
    color: black;
    margin-top: 30px;
    transform: scale(1.5);
    margin-left: 10px;
    margin-right: 10px;
}


.so-img-hom i:hover{
    color: darkorchid;
    transform: scale(3);
    transition: 0.4s;
}







.so-img{
    margin-top: 100px;
    text-align: center;
    margin-bottom: 70px;

}

.so-img i{
    color: black;
    margin-top: 20px;
    transform: scale(2);
    margin-left: 40px;
    margin-right: 40px;
}


.so-img i:hover{
    color: #00158f;
    transform: scale(3);
    transition: 0.2s;
}




/*صفحة معرض الاعمال*/

.wep-fx{
    margin-top: 50px;
    text-align: center;
}

.wep-text{
    margin-top: 30px;
    width: 50%;
    margin-left: 25%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.wep-box{
    float: right;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.534);
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    width: 30%;
    min-height: 300px;
    margin-right: 1%;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.wep-box .ff{
    display: flex;
    margin-top: 5px;

}
.wep-box .ff h1{
    color: #014128;
    flex: 1;
    padding: 0px;
    text-align: center;
}

.wep-box .dis{
    background-color: red;
    color: white;
    position: relative;
    margin-top: -5%;
    margin-left: -80%;
    padding: 8px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    rotate: -20deg;

}

.wep-box b{
    text-align: center;
    border-top-style: solid;
    border-color: blue;
    border-radius: 9px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.wep-box .bortop{
    margin-top: 35px;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.wep-box .top{
    width: 90%;
    height: 300px;
   margin-bottom: 10px;
}


.wep-box .top img{
    width: 100%;
    height: 100%;
}



.wep-box .top .xm1{
    position: relative;
    width: 33%;
    height: 250px;
    margin-left: 5%;
    margin-top: 40px;
    border-style: solid;
    border-radius: 5px;
    border-color: black;
    border-width: 2px;
    transform: scale(0.8);

}


.wep-box .top .xm2{
    position: relative;
    width: 33%;
    height: 250px;
    margin-top: -250px;
    margin-left: 40%;
    border-style: solid;
    border-radius: 6px;
    border-color: black;
    border-width: 2px;
    transform: scale(1);
}


.wep-box .top .xm3{
    position: relative;
    width: 33%;
    height: 250px;
    margin-top: -260px;
    margin-left:  75%;
    border-style: solid;
    border-radius: 5px;
    border-color: black;
    border-width: 2px;
    transform: scale(0.8);
}


.wep-box .top .xm3:hover{
    translate: -1rem;
    rotate: -5deg;
    transition: 0.8s;
    transform: scale(1);
}

.wep-box .top .xm2:hover{
    
    rotate: 2deg;
    transition: 0.9s;
    transform: scale(1.1);
}

.wep-box .top .xm1:hover{
    translate: 2rem;
    rotate: 5deg;
    z-index: 2;
    transition: 0.9s;
    transform: scale(1);
}




.wep-box #pc{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 7px;
    margin-top: 10px;
    width: 80%;
}

.wep-box #pc:hover{
    transform: scale(1.1);
    translate: -2rem;
    margin-left: 20px;
    transition: 0.4s;
    z-index: 100;
    position: relative;
}

.wep-box #no-pc{
    margin-top: -180px;
    margin-left: 65%;
    position:relative;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 8px;
    width: 20%;
    z-index: 1;
}

.wep-box #no-pc:hover{
    transition: 0.5s;
    rotate: -10deg;
}


.wep-box p{
    width: 80%;
     height: 70px;
    margin-left: 18%;
    text-align: right;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.wep-box button{
    margin-top: 15px;
    width: 70%;
    background-color:rgba(255, 255, 255, 0);
    color: black;
    border:none;
    border-bottom-style: solid;
    border-color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;

}


.wep-box button:hover{
    border-color: blue;
    transition: 0.2s;
    translate: 1rem;
    rotate: 0deg;
    cursor: pointer;
}



/* صفحة الخدمات*/


.aid-text{
    text-align: center;
    margin-top: 40px;
    width: 60%;
    margin-left: 20%;
    font: 1.3em sans-serif;

}


@keyframes slideinFromRight{
    from{
        transform: translateX(30px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }

}



.aid-box{
    animation: slideinFromRight 0.7s ease;
    margin-top: 50px;
    float: right;
    margin-left: 40px;
    margin-right: 40px;

}

.aid-box img{
    width: 35%;
}

.aid-fx{
    text-align: right;
}


.aid-fx .aid-box{
    width: 320px;
    min-height: 240px;
    background-color: rgba(255, 255, 255, 0.363);
    color: black;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom-style: solid;   
    border-top-style: solid;   
    border-color: black;
    border-radius: 10px;
    border-width: 2px;
    box-shadow: 1px 1px 100px rgba(8, 75, 218, 0.411);
}


.aid-fx button{
    position: relative;
    margin-right: 200px;
    margin-top: 110px;
    font-size: 20px;
    padding: 5px;
    background-color: #0a4afa;
    color: white;
    border: none;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}





.aid-fx button:hover{
    transition: 0.3s;
    border-top-style: solid;
    border-color: black;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    background-color: #4d7cff;
}


.aid-fx b{
    font: 1.1em sans-serif;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.aid-fx .money{
    display: flex;
    position: relative;
    margin-right: 20px;
    margin-top: -100px;
}


.aid-fx .money #money{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    color: #00af3a;
}

.aid-fx .money #dis{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: lighter;
    font-size: 20px;
    color: red;
    position: absolute;
    text-decoration: line-through;
    margin-left: 60px;
    margin-top: -5px;
}

.aid-fx .dis-text{
    position: absolute;
    text-align: left;
    background-color: red;
    color: white;
    border-radius: 8px;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px;
    margin-top: -15px;
    margin-left: -13px;
}

.aid-fx p{
    position:relative;
    margin-top: -10%;
    margin-left: 40%;
    width: 60%;
    height: 60px;
    font: 1em sans-serif;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.aid-fx img{
    position: relative;
    margin-right: 220px;
}



/*تصميم علي حسب ذوق العميل*/


#filterForm {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 30px;
    margin-left: 33%;
    max-width: 400px;
    text-align: center;
}

#filterForm label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    background-color: white;
    color: black;
    padding: 5px;
    font-size: 19px;
    font-weight: bold;
    border-radius: 7px;
}

#filterForm textarea{
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s, box-shadow 0.3s; 
}

#filterForm select, #filterForm input {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#filterForm select:focus, #filterForm input:focus {
    border-color: #ff7e5f;
    box-shadow: 0 0 8px rgba(255, 126, 95, 0.5);
    outline: none;
}

#filterForm button {
    margin-top: 20px;
    font-size: 20px;
    background: #002a9c;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

#filterForm button:hover {
    background: #6108b4;
    transform: scale(1.05);
}




#filterForm #dis{
    font-size: 25px;
    font-weight: bold;
    position:relative;
    margin-right: 230px;
    margin-top: 2px;
}


#filterForm #money{
    font-size: 20px;
    font-weight: bold;
    position:relative;
    margin-right: 400px;
    font-size: 30px;
    margin-top: 20px;

}


#filterForm #distext{
    font-size: 22px;
    font-weight: bold;
    color: rgb(88, 0, 105);
    text-align: right;
}

/*الصورة*/

.imageContainer img{
    width: 100%;
    height: 100%;
}



.imageContainer {
    font-weight: bold;
    width: 20%;
    height: 200px;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.imageContainer.pc{
    margin-top: -200px;
    margin-left: 25%;
    position: relative;
    width: 70%;
    height: 200px;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.imageContainer:hover{
    border-color: #0030b3;
    box-shadow: 1px 1px 20px rgba(0, 0, 255, 0.438);
    transition: 0.4s;
}

.imagePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.placeholder {
    font-size: 16px;
    color: #888;
}
#fileInput {
    display: none;
}



/*//////*/


.imageFrame1{
    width: 100px;
    height: 200px;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px;
    overflow: hidden;
    font-weight: bold;
}

.imageFrame1:hover{
    cursor: pointer;
border-color: blue;
transition: 0.4s;
box-shadow: 1px 1px 10px rgba(1, 5, 250, 0.342);
}
.imageFrame1.img1{
position: relative;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 30px;
}

.imageFrame1.img2{
    transform: scale(1.2);
    position: relative;
    margin-top: -260px;
    margin-left: 200px;
}

.imageFrame1.img3{
    position: relative;
    margin-top: -190px;
    margin-left: 350px;
    margin-bottom: 60px;
}



.imageFrame1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.imageFrame1 span {
    position: absolute;
    font-size: 18px;
    color: #000;
}




/*تصميم معرض اعمالي للموظفين*/

.adm-mypro .my{
    position: absolute;
    width: 40%;
    margin-left: 2%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    text-align: center;
}



.adm-mypro .my .pc img{
    position: relative;
    border-radius: 8px;
    border-style: solid;
    border-color: black;
    width: 60%;
    margin-right: 20%;
}
.adm-mypro .my .imageContainer.pc img{
width: 100%;
height: 100%;
margin-right: 0%;
}


.adm-mypro .pro-img img{
    width: 100%;
    height: 100%;
}



.adm-mypro .my .mo img{
    position: absolute;
    width: 20%;
    height: 200px;
    border-radius: 8px;
    border-style: solid;
    border-color: black;
    margin-top: -30%;
    margin-left: 20%;
}


.adm-mypro .my h2{
    margin-top: 50px;
}

.adm-mypro .my p{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.adm-mypro .my button{
    width: 80%;
    padding: 5px;
    background-color: #0030b3;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}

.adm-mypro .my button:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: #0a4afa;
}




.adm-mypro .my #button{
    background-color: red;
    margin-bottom: 100px;
}

.adm-mypro .my #button:hover{
    background-color: #fa620a;
}

.adm-mypro .my{
    padding: 20px;
}

.adm-mypro .my .xm1{
    margin-right: 10px;
}

.adm-mypro .my .xm3{
    margin-left: 10px;
}

.adm-mypro .my .xm1 img{
    position: absolute;
    width: 20%;
    min-height: 220px;
    border-radius: 8px;
    border-style: solid;
    border-color: black;
    margin-left: -30%;
    transform: scale(0.9);
}



.adm-mypro .my .xm2 img{
    position: absolute;
    width: 20%;
    min-height: 220px;
    border-radius: 8px;
    border-style: solid;
    border-color: black;
    margin-left: -10%;
}




.adm-mypro .my .xm3 img{
    position: absolute;
    width: 20%;
    min-height: 220px;
    border-radius: 8px;
    border-style: solid;
    border-color: black;
    transform: scale(0.9);
    margin-left: 10%;
}




.adm-mypro .my .top{
    margin-top: 10px;
    margin-bottom: 250px;
}





.adm-mypro #filterForm {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 40%;
    margin-top: 30px;
    margin-left: 50%;
    text-align: center;
}

.adm-mypro #filterForm label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.adm-mypro #filterForm select, .adm-mypro #filterForm input {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.adm-mypro #filterForm select:focus, .adm-mypro #filterForm input:focus {
    border-color: #ff7e5f;
    box-shadow: 0 0 8px rgba(255, 126, 95, 0.5);
    outline: none;
}

.adm-mypro #filterForm button {
    margin-top: 20px;
    font-size: 20px;
    background: #74207c;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.adm-mypro #filterForm button:hover {
    background: #6108b4;
    transform: scale(1.05);
}

.adm-mypro #filterForm button:focus{
    background: #ffae00;
}

.adm-mypro #filterForm #dis{
    font-size: 25px;
    font-weight: bold;
    position:relative;
    margin-right: 230px;
    margin-top: 2px;
}


.adm-mypro #filterForm #money{
    font-size: 20px;
    font-weight: bold;
    position:relative;
    margin-right: 400px;
    font-size: 30px;
    margin-top: 20px;

}

.adm-mypro h2{
    margin-top: 50px;
}

.adm-mypro #filterForm #distext{
    font-size: 22px;
    font-weight: bold;
    color: rgb(88, 0, 105);
    text-align: right;
}



.bay-min{
    width: 50%;
    margin-left: 25%;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.322);
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin-top: 100px;
}


.bay-min .fx{
    margin-top: 20px;
   width: 100%;
   text-align: center;
}

.bay-min .bo{
    margin-top: 5px;
    width: 100%;
    margin-left: 0%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.37);
    border-width: 1px;
    border-radius: 8px;
}

.bay-min b{
    flex: 1;
    text-align: center;
    color: #037c0d;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bay-min p{
    flex: 1;
    text-align: center;
    color: black;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}




/*صفحة الطلب الخاصة بالزبون*/

.ser-yes{
    position: absolute;
    margin-top: 50px;
    width: 90%;
    margin-left: 100px;
    padding: 5px;
  }


  .ser-text .img{
    width: 20%;
    margin-left: 40%;
  }

  .ser-text .img img{
    width: 100%;
  }



  .ser-yes  .nonon{
    left: 0px;
    margin-left: -170px;
    margin-top: 0px;
    position: absolute;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    }


    .grn{
        background-color: #037c0d;
        width: 20px;
        height: 20px;
        border-radius: 50%;
      
      }

.ser-text{
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ser-dns .dfx{
    text-align: center;
    width: 60%;
    margin-left: 10%;
    margin-top: 50px;
    overflow-x: hidden;
    display: block;
    height: 500px;
    background-color: white;
    border-style: solid;
    border-radius: 8px;
    border-color: black;
}

.ser-dns table{
    background-color: black;
    width: 100%;
}

.ser-dns td{
    text-align: center;
    background-color: black;
    color: white;
    font-size: 18px;
    padding: 6px;
    font-family: 'Courier New', Courier, monospace;
}

.ser-dns th{
    text-align: center;
 
    color: black;
    font-size: 18px;
    padding: 4px;
}

.ser-dns tr:nth-child(odd){
    background-color: #7da8ff;
    }
    
    .ser-dns tr:nth-child(even){
      background-color: rgb(172, 255, 251);
      
    }

.ser-yes{
    width: 50%;
    margin-left: 25%;
    padding: 5px;
}

.ser-yes .box{
    display: block;
    margin-top: 50px;
    margin-bottom: 25px;
    width: 100%;
    box-shadow: 1px 1px 6px black;
    min-height: 100px;
    border-radius: 8px;
    background-color: white;
}

.ser-yes .box h2{
    width: 80%;
    margin-left: 18%;
    text-align: right;
    font-size: 18px;
    color: blue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ser-yes .box p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
}


.ser-yes .box h1{
    text-align: left;
    color: #014128;
}


.ser-yes .box #p{
    margin-left: 15%;
    margin-top: -25px;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    display: inline;
    background-color: #037c0d;
    color: white;
}

.ser-yes .box h3{
position: relative;
margin-right: 75%;
margin-top: -30px;
}

.ser-yes .box button{
    padding: 10px;
    background-color: dodgerblue;
    border-radius: 8px;
    border:none;
    font-size: 20px;
    color: white;
}


.ser-yes .box button:hover{
    background-color: rgb(6, 100, 194);
    transition: 0.3s;
    cursor: pointer;
}





/*تصميم مخصص لصفحة الادمن*/


.hom-admin h2{
    margin-top: 30px;
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
}


.hom-admin #hom-mon {
    margin-right: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: right;
    font-weight: bold;
    color: #0e8356;
    font-size: 20px;
}

.hom-admin .box-hom{
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    height: 300px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.548);
}

.hom-admin .box-hom #time{
    flex: 1;
    text-align: right;
}

.hom-admin .img-name{
    display: flex;
}

.hom-admin img{
    width: 40px;
    height: 40px;
    border-radius: 7px;
}

.hom-admin p{
    font-size: 15px;
    font-weight: bold;
}

.hom-admin b{
    
    margin-left: 0px;
    font-size: 19px;
    color: #0030b3;
}

.hom-admin .text{
    text-align: right;
    height: 180px;
    font-size: 20px;
}


.hom-admin #money{
    font-size: 30px;
    margin-left: 30px;
    font-weight: bold;
}


.hom-admin button{
    margin-top: 5px;
    background-color: #1aa06d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px;
}

.hom-admin button:hover{
    cursor: pointer;
    background-color: #0e8356;
    transition: 0.2s;
    rotate: -2deg;

}





/* عرض مشاريع الموظفين*/


.adm-hom .box-hom{
    float: right;
    margin-right: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    height: 300px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.548);
}

.adm-hom .box-hom #time{
    flex: 1;
    text-align: right;
}

.adm-hom .img-name{
    display: flex;
}

.adm-hom img{
    width: 40px;
    height: 40px;
    border-radius: 7px;
}

.adm-hom p{
    font-size: 15px;
    font-weight: bold;
}

.adm-hom b{
    
    margin-left: 0px;
    font-size: 19px;
    color: #0030b3;
}

.adm-hom .text{
    text-align: right;
    height: 180px;
    font-size: 20px;
}


.adm-hom #money{
    font-size: 30px;
    margin-left: 30px;
    font-weight: bold;
}


.adm-hom button{
    margin-top: 5px;
    background-color: #0a4afa;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 23px;
    padding: 7px;
}

.adm-hom button:hover{
    cursor: pointer;
    background-color: #0030b3;
    transition: 0.2s;
    transform: scale(1.05);

}



/*التصميم صفحة الادمن للرصيد*/

.isset-me{
    width: 50%;
    margin-left: 25%;
    padding: 15px;
    background-color: #f8f5f5;
    border-radius: 8px;
    margin-top: 20px;
}

.isset-me .text{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.isset-me h2{
    margin-top: 5px;
    text-align: center;
    transform: scale(1.2);
    color: #014128;
    margin-bottom: 30px;
}


.isset-me .fx{
    display: flex;
}


.isset-me .text1{
    flex: 1;
    text-align: left;
}

.isset-me .text2{
   flex: 1;
   margin-top: 50px;
   text-align: center;
}

.isset-me .text3{
    flex: 1;
    text-align: right;
    
}
.isset-me .text2 h2{
    color: green;
}


.isset-me .text3 h2{
    color: #0030b3;
}


.isset-me .bu{
    text-align: center;
}


.isset-me button{
    border: none;
    border-radius: 8px;
    background-color: #0e8356;
    padding: 5px;
    font-size: 20px;
    color: white;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.isset-me button:hover{
    transform: scale(1.06);
    transition: 0.2s;
    background-color: #014128;
    cursor: pointer;


}



.isset-me .adm-table{
    margin-top: 50px;
    margin-bottom: 30px;
}


.isset-me .adm-table table{
    width: 90%;
    margin-left: 5%;
    background-color: black;
    border-radius: 6px;
}


.isset-me .adm-table th{
text-align: center;
padding: 5px;
font-size: 19px;
background-color: #014128;
color: white;
}


.isset-me .adm-table td{
text-align: center;
padding: 2px;
font-size: 18px;
background-color: white;
color: black;
}






/*تصميم صفحة تقديم طلب العمل في المنصة*/


.cv-add{
    box-shadow: 1px 1px 5px black;
    border-radius: 8px;
    width: 50%;
    margin-left: 25%;
    padding: 15px;
    margin-top: 10px;
}


.cv-add h2{
    font-size: 20px;
    font-weight: bold;
    font-family:'Courier New', Courier, monospace;
    text-align: center;
}


.cv-add input{
    border:none;
    border-bottom-style: solid;
    border-color: #0e008b;
    border-radius: 5px;
    color: black;
    text-align: right;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10%;
    padding: 5px;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cv-add input:focus{
    outline: none;
    border-color: darkmagenta;
    transition: 0.3s;
    
}

.cv-add textarea{
    border-bottom-style: solid;
    border-color: #0e008b;
    border-width: 2px;
    border-radius: 5px;
    color: black;
    text-align: right;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10%;
    padding: 5px;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cv-add button{
    padding: 5px;
    margin-top: 50px;
    width: 50%;
    margin-left: 25%;
    font-size: 20px;
    border:none;
    border-radius: 8px;
    background-color: midnightblue;
    color: white;
}

.cv-add button:hover{
    cursor: pointer;
    transition: 0.2s;
    transform: scale(1.05);
    background-color: rgb(46, 46, 221);
}



/*تصميم صفحة الرئيس*/

.boos-bak{
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}
.boos-bak .but{
    margin-top: 100px;
    margin-bottom: 100px;
}
.boos-bak .but button{
    padding: 5px;
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    border-radius: 7px;
    background-color: #0030b3;
    color: white;
}

.boos-bak .but button:hover{
    transform: scale(1.05);
    transition: 0.2s;
    background-color: #014128;
    cursor: pointer;
}




/*1*/
.b1-boos{
    margin-top: 100px;
    text-align: center;
    color: black;
}

.b1-boos .v{
    margin-top: 50px;
    margin-bottom: 20px;
}

.b1-boos .v p{
font-size: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
}

/*2*/

.b2-boos{
    text-align: center;
}

.b2-boos .box{
    margin-bottom: 50px;
    display: block;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 8px;
    float: right;
    width: 30%;
    box-shadow: 1px 1px 10px black;
}

.b2-boos .but{
    margin-bottom: 50px;
}

.b2-boos .but button{
    width: 40%;
    padding: 5px;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    background-color: #74207c;
    color: white;
 
}

.b2-boos .but button:hover{
    background-color: #6108b4;
    transition: 0.2s;
    cursor: pointer;
}

.b2-boos .box #p{
    height: 30px;
    font-size: 20px;
    background-color: blue;
    color: white;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.b2-boos .box p{
    height: 150px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;

}

.b2-boos .box img{
    height: 100px;
}

.b2-boos .box b{
    flex: 1;
    text-align: center;
    display: block;
    color: #037c0d;
    font-size: 30px;
}

.b2-boos .box #b{
    flex: 1;
    text-align: center;
    text-decoration: line-through;
    display: block;
    color: #990404;
    font-size: 30px;
}

.b2-boos .box button{
    width: 80%;
    padding: 5px;
    border: none;
    background-color: #002a9c;
    border-radius: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-size: 20px;
}

.b2-boos .box button:hover{
    transition: 0.2s;
    cursor: pointer;
    background-color: #0e008b;
}

.b2-boos .box #button{
    background-color: red;
}

.b2-boos .box #button:hover{
background-color: #a01a1a;
transition: 0.2s;
}

.b2-boos .box #button2{
    background-color: rgb(1, 165, 1);
}

.b2-boos .box #button2:hover{
    background-color: rgb(2, 87, 2);
    transition: 0.2s;
    }


.b2-boos .dis{
    position: absolute;
    margin-left: -220px;
    margin-top: -10px;
    padding: 5px;
    background-color: red;
    display: inline;
    color: white;
    border-radius: 8px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

.b2-boos .fxb{
    display: flex;
}



.b2-top {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    animation: slideinFromRight 0.7s ease;
    background-color: white;
}

.b2-top input{
    width: 70%;
    margin-left: 20%;
    border: none;
    border-radius: 4px;
    border-bottom-style: solid;
    border-color: black;
    font-size: 20px;
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;

}
.b2-top input:focus{
border: none;
outline: none;
border-bottom-style: solid;
border-color: #0a4afa;
}

.b2-top button{
    display: block;
    border: none;
    background-color: #0e008b;
    color: white;
    font-size: 20px;
    padding: 5px;
    width: 50%;
    margin-top: 50px;
    margin-left: 30%;
    border-radius: 10px;
}

.b2-top button:hover{
    transition: 0.2s;
    transform: scale(1.05);
    background-color: #0a4afa;
    cursor: pointer;
}


.bb1-boos{
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
    padding: 10px;
}

.bb1-boos  h2{
    text-align: center;
    background-color: #0030b3;
    border-radius: 7px;
    padding: 5px;
    color: white;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bb1-boos table{
    margin-top: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: black;
    border-radius: 9px;
    width: 90%;
    padding: 1px;
    font-size: 15px;
    margin-bottom: 50px;
}

.bb1-boos th{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #038d58;
    color: white;
    padding: 5px;

}

.bb1-boos td{
    background-color: #01412877;
    color: blanchedalmond;
    padding: 5px;
}

.bb1-boos button{
    width: 60%;
    margin-left: 5px;
    background-color: #0030b3;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    padding: 5px;
    color: white;
}

.bb1-boos button:hover{
    transition: 0.2s;
    background-color: rgb(7, 161, 182);
    cursor: pointer;
}


.bb1-boos #button{
    width: 20%;
    background-color: red;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    padding: 5px;
    color: white;
}


.bb1-boos #button:hover{
    transition: 0.2s;
    background-color: rgb(189, 91, 0);
    cursor: pointer;
}


.bb1-boos #button2{
    width: 80%;
    background-color: green;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    padding: 5px;
    color: white;
}


.bb1-boos #button2:hover{
    transition: 0.2s;
    background-color: rgb(42, 182, 0);
    cursor: pointer;
}

.bb1-bu button{
    font-weight: bold;
    margin-top: 50px;
    background-color: rgb(0, 23, 156);
    color: white;
    padding: 5px;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 50%;
    margin-left: 25%;
    border: none;
    border-radius: 7px;
}


.bb1-bu button:hover{
    transition: 0.7s;
    background-color: black;
    cursor: pointer;
}






/*اشعار الظهور*/

.con2{
    display: flex;
    position: absolute;
    font-size: 17px;
    margin-top: 5px;
    margin-left: -170px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
  }
  .con{
  
    text-align: right;
    background-color: #00fc22;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }




/*تعين كلمة المرور*/

.pass-top{
    width: 50%;
    min-height: 300px;
    margin-left: 25%;
    box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.377);
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    margin-top: 100px;
}

.pass-top h1{
    color: #002a9c;
}

.pass-top h2{
    margin-top: 50px;
    margin-bottom: 30px;
}

.pass-top input{
text-align: center;
font-size: 20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
width: 50%;
margin-left: 25%;
padding: 10px;
border: none;
border-bottom-style: solid;
border-color: #0a0c0e;
display: block;
}

.pass-top input:focus{
    outline: none;
    border-color: #0e008b;
    transition: 0.3s;
    animation: slideinFromRight 0.4s ease;

}

.pass-top p{
    color: red;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pass-top #p{
    color: white;
    background-color: #00af3a;
    border-radius: 8px;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pass-top button{
    border: none;
    background-color: black;
    color: white;
    display: block;
    font-size: 20px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    width: 30%;
    margin-left: 35%;
    border-radius: 8px;
    margin-top: 20px;
}
.pass-top button:hover{
    background-color: rgb(18, 31, 5);
    transition: 0.2s;
    cursor: pointer;
}


/* صفحة الدفع الخاصة للااتشتراكات*/


.bay-book{
    margin-top: 10px;
    width: 60%;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 20%;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.404);
    border-radius: 10px;
  }
  
  .bay-book p{
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: right;
    font-size: 18px;
    color: #000000;
    margin-right: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
  }
  
  
  .bay-book span{
    color: blue; padding: 5px;
  }


  .bay-book button{
    background-color: #ffd901;
    color: white;
    border: none;
    border-radius: 8px;
    width: 50%;
    margin-left: 25%;
    padding: 10px;
    font-size: 0px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .bay-book button:hover{
    transition: 0.3s;
    background-color: #ffe344;
    cursor: pointer;
  }

  .bay-book button img{
    height: 40px;
  }

  .bay-book #cn{
    text-align:center ;
    margin-top: 70px;
  }

  .bay-book .i{
    text-align: center;
  }

  .bay-book .i i{
    margin-right: 50px;
    text-align: center;
    font-size: 35px;
    color: black;
  }


  .bay-book i:hover{
    color: indigo;
    transform: scale(1.5);
    cursor: pointer;
    transition: 0.2s;
  }




  




/*تحميل الصفحة والانتظار*/


.loader-body{
    position: fixed;
    z-index: 6;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.384);
}

.loader {
    margin-left: 45%;
    margin-top: 300px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 5px solid gold;
    position: fixed;
    z-index: 1;
    animation: load 2s linear infinite;
  }
  
  .loader::before,.loader::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .loader::before {
    border-top: 5px solid red;
    transform: rotate(120deg);
  }
  
  .loader::after {
    border-top: 5px solid blue;
    transform: rotate(240deg);
  }
  
  .loader span {
    position: absolute;
    font-size: small;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    animation: a2 2s linear infinite;
  }
  
  @keyframes load {
    to {
      transform: rotate(360deg);
    }
  }
  
  @keyframes a2 {
    to {
      transform: rotate(-360deg);
    }
  }


  

  /*خلفية متحركة لتصميم التلفون*/



  .loader3 {
    position: absolute;
    left: 50%;
    top: -30%;
    z-index: 10;
    width: 160px;
    height: 100px;
    margin-left: -80px;
    margin-top: -50px;
    border-radius: 5px;
    background: #1e3f57;
    animation: dot1_ 3s cubic-bezier(0.55,0.3,0.24,0.99) infinite;
  }
  
  .loader3:nth-child(2) {
    z-index: 11;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    margin-left: -75px;
    border-radius: 3px;
    background: #3c517d;
    animation-name: dot2_;
  }
  
  .loader3:nth-child(3) {
    z-index: 12;
    width: 40px;
    height: 20px;
    margin-top: 50px;
    margin-left: -20px;
    border-radius: 0 0 5px 5px;
    background: #6bb2cd;
    animation-name: dot3_;
  }
  
  @keyframes dot1_ {
    3%,97% {
      width: 160px;
      height: 100px;
      margin-top: -50px;
      margin-left: -80px;
    }
  
    30%,36% {
      width: 80px;
      height: 120px;
      margin-top: -60px;
      margin-left: -40px;
    }
  
    63%,69% {
      width: 40px;
      height: 80px;
      margin-top: -40px;
      margin-left: -20px;
    }
  }
  
  @keyframes dot2_ {
    3%,97% {
      height: 90px;
      width: 150px;
      margin-left: -75px;
      margin-top: -45px;
    }
  
    30%,36% {
      width: 70px;
      height: 96px;
      margin-left: -35px;
      margin-top: -48px;
    }
  
    63%,69% {
      width: 32px;
      height: 60px;
      margin-left: -16px;
      margin-top: -30px;
    }
  }
  
  @keyframes dot3_ {
    3%,97% {
      height: 20px;
      width: 40px;
      margin-left: -20px;
      margin-top: 50px;
    }
  
    30%,36% {
      width: 8px;
      height: 8px;
      margin-left: -5px;
      margin-top: 49px;
      border-radius: 8px;
    }
  
    63%,69% {
      width: 16px;
      height: 4px;
      margin-left: -8px;
      margin-top: -37px;
      border-radius: 10px;
    }
  }



  /*خلفية متحركة*/

  .slider {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: auto;
    overflow: hidden;
}

.slides {
    position: relative;
}

.slides img {
    margin-top: 30px;
    width: 100%;
    border: 2px solid black;
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.5s ease-in-out;
}

.dots {
    text-align: center;
    padding: 10px;
}

.dots span {
    transition: 0.2s;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #0011ff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dots .active {
    background-color: #000000;
}

.active-slide {
    opacity: 1 !important;
    position: relative !important;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}




/*عرض رسالة  */

#alertBox {
    z-index: 50;
    animation: slideinFromRight 0.7s ease;
    border: 1px solid #ccc;
    padding: 20px;
    width: 300px;
    background-color: #f8f8f8;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#alertBox p{
    font-size: 20px;
}


#closeBtn {
    font-weight: bold;
    transform: scale(2);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #aaa;
}
#closeBtn:hover {
    transition: 0.7s;
    transform: scale(2.5);
    color: red;
}


footer {
    background-color: #004e9727;
    color: black;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}


.dop{
    text-align: center;
    display: block;
    padding: 90px;
}
.dop a{
    background-color: #00158f;
    text-decoration: none;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}


}