/*    للهاتف فقط من حتي 800بيكسل */
@media screen  and (max-width:800px) {


body{
    margin: 0;
    padding: 0;
    background-color: #dddfcc33;
}
button{
    border: none;
    cursor: pointer;
}
.container {
    top: 15%;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.centered-element {
width: 80%;
margin-left: 15%;
padding: 10px;
background-color: #ffffff;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.178);
border-radius: 6px;
min-height: 200px;
max-height: 90%;
}


.notmk{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.notmk img{
    width: 60%;
}



/*الشريط العلوي*/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: #be7404;
    height: 60px;
    display: flex;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.377);
    border-width: 2px;
}

.header .fx1{
    flex: 1;
    text-align: right;
    padding: 3px;
}

.header .fx1 .img i{
    padding: 8px;
    cursor: pointer;
    font-size: 35px;
    color: #000000;
}
.header .fx1 .img .new{
    right: 40px;
    background-color: red;
    color: white;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    height: 20px;
    padding: 1px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header .fx2{
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header .fx3{
    flex: 1;
    text-align: left;
}
.header .fx3 i{
    color: white;
    font-size: 40px;
    padding: 8px;
    cursor: pointer;
}



/*المحتوي الداخلي*/

.body {
    padding-top: 50px;
    text-align: right;
}
.body .bor{
    text-align: center;
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffe600;
    color: rgb(0, 0, 0);
}
.body .bor img{
    width: 200px;
    height: 60px;
}
.body .bor.a{
    margin-top: 70px;
    background-color: rgb(0, 0, 0);
    color: antiquewhite;
}
.body .bor.c{
    margin-top: 70px;
    background-color: rgb(39, 40, 138);
    color: antiquewhite;
}
.body .bor.p{
    margin-top: 70px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.body .box{
margin: 5px;
width: 45%;
display: inline-block;
border-style: solid;
border-color: rgba(3, 7, 43, 0.308);
border-width: 1px;
border-radius: 3px;
}

.body .box:hover{
    border-color: rgba(18, 3, 153, 0.384);
    transition: 0.3s;
}


.body .box img{
    width: 100%;
    border-radius: 5px;
    height: 120px;
}
.body .box p{
    text-align: right;
    font-weight: bold;
}

.body .box .money{
    display: flex;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    justify-content: left;
}

.body .box .money h2{
    color: #2d04be;
    font-size: 20px;
}
.body .box .money h3{
    color: red;
    transform: scale(0.8);
    text-decoration: line-through;
}
.body .box button{
background-color: #ffe600;
cursor: pointer;
width: 80%;
padding: 5px;
font-size: 17px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.body .box #b{
text-align: center;
background-color: #3700ff;
color: white;
cursor: pointer;
width: 20%;
padding: 5px;
font-size: 17px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.body .box .nwe{
background-color: red;
color: white;
text-align: center;
position: absolute;
padding: 5px;border-radius: 5px;
transform: scale(1.1);
}







.atop{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background-color: #ffffff;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
    transition: all 0.3s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.164);
    border-width: 1px;
    border-radius: 8px;
}
.atop a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    border-bottom-style: solid;
    padding: 10px;
    border-color: #000000;
    border-width: 1px;
}
.atop a:hover{
    background-color: #8d8c87;
    color: rgb(255, 255, 255);
    transition: 0.6s;
}



.atop i{
    left: 10px;
    position: absolute;
}
.atop #a{
    background-color: #be7404;
    color: rgb(255, 255, 255);
}











/*اخر الصفحة*/
.body .bot{
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #582bf8;
    color: aliceblue;
    width: 100%;
    height: 200px;
}
.body .bot i{
    font-size: 24px;
    color: #000000;
    padding: 10px;
}

.body .bot a{
    text-decoration: none;
    color: white;
}

/*انشاء حساب*/
.open{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
.open a{
    display: block;
    text-align: right;
}
.open input{
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-top: 6px;
    border-style: solid;
    text-align: right;
    border-color: #000000;
    border-radius: 7px;
    border-width: 1px;
    transition: 0.3s;
    font-size: 16px;
}
.open input:focus{
    outline: none;
    border-color: #126bbe;
}
.open #b1{
    display: block;
    width: 50%;
    margin-left: 7%;
    margin-top: 10px;
    padding: 10px;
    background-color: #2d04be;
    color: white;
    font-size: 17px;
    border-radius: 4px;
}

.open .b3{
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    padding: 8px;
    background-color: #000000;
    color: white;
    font-size: 14px;
    border-radius: 4px;
}

/*اتمام الطلب*/

.sh .box{
    margin-bottom: 10px;
    width: 99%;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.288);
    padding: 5px;
    border-radius: 4px;
}

.sh .box img{
    position: absolute;
    right: 30px;
    margin-top: -40px;
    width: 150px;
    border-radius: 5px;
    height: 80px;
}
.sh .box h2{
    color: #ffffff;
    display: inline;
    padding: 2px;
    border-radius: 6px;
    background-color: #0e5500;
    margin: 10px;
}
.sh .box button{
    margin-top: 15px;
    background-color:#3805f3;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    color: white;
}
.sh .box #r{
    background-color: red;
}

.sh  .b3{
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    padding: 8px;
    background-color: #000000;
    color: white;
    font-size: 14px;
    border-radius: 4px;
}

/*خلفية متحركة*/
/*خلفية متحركة*/

.slider {
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
}

.slides {
    margin-top: 100px;
    position: relative;
    
}

.slides img {
    margin-left: 0%;
    margin-top: 30px;
    width: 99%;
    border: 2px solid rgba(0, 0, 0, 0.425);
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.9s ease-in-out;
}

.dots {
    animation: slideinFromRight 0.7s ease;
    text-align: center;
    padding: 10px;
}

.dots span {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #d1ab00;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dots .active {
    background-color: black;
    transition: 0.6s;
    transform: scale(1.3);
}

.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);
}



/*الحساب الشخصي*/

.mex{
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
}



.mex h2{
    text-align: left;
    color: blue;
}
.mex a{
    display: block;
    text-align: right;
    margin: 10px;
}
.mex input{
    width: 80%;
    margin-left: 10%;
    padding: 10px;
    font-size: 17px;
    text-align: right;
    margin-top: 10px;
    border-radius: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.534);
    border-width: 1px;
    transition: 0.4s;
}
.mex p{
    text-align: right;
    margin-right: 5%;
}
.mex input:focus{
    outline: none;
    border-color: blue;
}

.mex button{
    width: 40%;
    padding: 10px;
    margin-left: 55%;
    margin-top: 20px;
    background-color: #2d04be;
    color: white;
    border-radius: 4px;
}



.mex #button{
    background-color: #000000;
    color: white;
    border-color: white;
    border-style: solid;
    border-radius: 7px;
    border-width: 2px;
    bottom: 0px;
    width: 50%;
    margin-left: 5%;
    border-radius: 10px;
    margin-top: 90px;

}
.mex #button:hover{
    background-color: #832121;
    color: white;
    border-color: white;
    transition: 0.7s;
}

.or{
    margin-top: 100px;
}
.or .box{
width: 90%;
padding: 5px;
margin-left: 3%;
background-color: #3805f3;
border-radius: 7px;
height: 100px;
color: #ffffff;
text-align: center;
margin-top: 20px;
cursor: pointer;
}
.or .box:hover{
    transform: scale(1.06);
    transition: 0.3s;
}
.or .box .mo{
    color: #ffffff;
    background-color: olivedrab;
    position: absolute;
    padding: 5px;
    border-radius: 5px;
}

.or .box.a{
    background-color: #0e5500;
}
.or .box .xe{
    position: absolute;
    right: 40px;
}
.or .box.x{
    background-color: #c52828dc;
}

/*التواصل*/
.ch{
    margin-top: 40%;
    text-align: center;
}

.ch .i{
    display: inline-block;
    margin: 20px;
}
.ch .fa-brands.fa-whatsapp{
    color: #ffffff;
    background-color: #177205;
    padding: 6px;
    border-radius: 30%;
}
.ch i{
    font-size: 100px;
    color: #0026ff;
}

/*صفحة الدفع*/
.pay {
    margin-top: 100px;
}

.pay .box{
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: white;
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.pay .box img{
    width: 80%;
    max-height: 300px;
    border-radius: 6px;
}

.pay .box p{
    color: #0026ff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: right;
    margin-right: 10px;
}
.pay .money{
    display: flex;
    justify-content: right;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #040d5e;
}
.pay .money .x{
    transform: scale(0.6);
    color: red;
    text-decoration: line-through;
}
.pay .box .txt p{
    color: white;
    text-align: center;
}
.pay .box .txt img{
    width:60%;
}
.pay .box .txt{
    background-color: #799192;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pay .box input{
    width: 80%;
    padding: 10px;
    margin: 5px;
    font-size: 17px;
    text-align: right;
    border-color: rgba(0, 0, 0, 0.418);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}
.pay .box input:focus{
    outline: none;
    border-color: blue;
    transition: 0.5s;
}
.pay .box textarea{
    width: 80%;
    padding: 10px;
    margin: 5px;
    font-size: 17px;
    text-align: right;
    border-color: rgba(0, 0, 0, 0.418);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

.pay .box textarea:focus{
    outline: none;
    border-color: blue;
    transition: 0.5s;
}

.pay .box button{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 90%;
    padding: 10px;
    background-color: #9b4b01;
    border-radius: 6px;
    color: white;
    margin-top: 10px;
}
.pay .box #b2{
    width: 45%;
    padding: 10px;
    background-color: #177205;
    border-radius: 6px;
    color: white;
    margin-top: 10px;
}

.pay .box #b1{
    width: 45%;
    padding: 10px;
    background-color: #031c8b;
    border-radius: 6px;
    color: white;
    margin-top: 10px;
}

.pay .box .cn{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*انشاء حساب جديد*/

.op {
    margin-top: 40px;
    text-align: center;
}
.op h1{
    color: #0026ff;
}
.op input{
    width: 80%;
    padding: 10px;
    text-align: right;
    font-size: 16px;
    border-style: solid;
    border-radius: 6px;
    border-color: rgba(0, 0, 0, 0.329);
    margin: 10px;
    transition: 0.3s;
}

.op input:focus{
    outline: none;
    border-color: blue;
}

.op button{
    margin: 30px;
    width: 70%;
    background-color: #000000;
    color: white;
    padding: 10px;
    
    border-radius: 4px;
}
.op button:hover{
    background-color: #040d5e;
    transition: 0.3s;
}
.op a{
    display: block;
    text-align: right;
    margin: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    /*تعين كلمة المرور*/
    .pass .box{
        width: 90%;
        margin-left: 2.5%;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10%;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.342);
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pass .box input{
        width: 70%;
        margin-top: 10px;
        margin-left: 13%;
        border-radius: 7px;
        border-color: #0000006e;
        border-width: 2px;
        font-size: 17px;
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        padding: 10px;
    }
    .pass .box button{
        width: 50%;
        padding: 10px;
        margin: 10px;
        background-color: #040d5e;
        color: white;
        border-radius: 4px;
    }
    .pass .box button:hover{
        background-color: #045ba3;
        transition: 0.3s;
    }
    .pay-x{
        text-align: center;
        background-color: white;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cnf{
        display: flex;
        justify-content: center;
        transform: scale(1.1);
    }
    .pay-x .i{
        background-color: #177205;
        color: white;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        justify-content: center;
    }
    .pay-x .i i{
        font-size: 120px;
        transform: scale(1.2);
    }
    .pay-x  button{
        background-color: #040d5e;
        color: white;
        width: 200px;
        padding: 3px;
        border-radius: 7px;
        font-size: 19px;
    }
    .massg {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 100%;
        justify-content: center;
    }
    .massg .mass{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: white;
        border-radius: 6px;
        width: 70%;
        margin-left: 15%;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.507);
    }
    .massg .mass #p{
        color: red;
    }
    .massg .mass .txt{
        margin: 10px;
    }
    .massg .mass button{
        padding: 10px;
        margin: 20px;
        background-color: #040d5e;
        color: white;
        width: 100px;
        border-radius: 7px;
    }
    .massg .mass button:hover{
        transition: 0.7s;
        background-color: #0026ff;
    }



    .txok{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #d1e7cc;
    }
    .txok h2{
        text-align: center;
    }
    .centered-element .bb{
        background-color: #0c1a9c;
        color: white;
        padding: 5px;
        font-size: 18px;
        border-radius: 4px;
        margin-left: 18%;
        width: 60%;
    }
    .txok.x{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #e7cccc;
    }
    .txok.b{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #ccd0e7;
    }
}



























/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*للكميوتر من 801 بيكسل الي 2000 بيكسل */
@media screen and (min-width:801px) and (max-width:2000px) {


    body{
        margin: 0;
        padding: 0;
        background-color: #dddfcc33;
    }
    button{
        border: none;
        cursor: pointer;
    }
    .container {
        top: 15%;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    .centered-element {
    width: 30%;
    right: 0;
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.178);
    border-radius: 6px;
    min-height: 350px;
    max-height: 90%;
    }
    

    .notmk{
        margin-top: 100px;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .notmk img{
        width: 20%;
    }
    
    
    
    
    
    
    /*الشريط العلوي*/
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
        background-color: #be7404;
        height: 60px;
        display: flex;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.377);
        border-width: 2px;
    }
    
    .header .fx1{
        flex: 1;
        text-align: right;
        padding: 3px;
    }
    
    .header .fx1 .img i{
        padding: 8px;
        cursor: pointer;
        font-size: 35px;
        color: #000000;
    }
    .header .fx1 .img .new{
        right: 40px;
        background-color: red;
        color: white;
        position: absolute;
        border-radius: 50%;
        width: 20px;
        text-align: center;
        height: 20px;
        padding: 1px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .header .fx2{
        flex: 1;
        text-align: left;
        position: absolute;
        padding: 8px;
        font-size: 27px;
        font-weight: bold;
        color: white;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .header .fx3{
        flex: 1;
        text-align: left;
    }
    .header .fx3 i{
        display: none;
        color: white;
        font-size: 40px;
        padding: 8px;
        cursor: pointer;
    }
    
    
    
    /*المحتوي الداخلي*/
    
    .body {
        padding-top: 50px;
        text-align: right;
    }
    .body .bor{
        text-align: center;
        padding: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #ffe600;
        color: rgb(0, 0, 0);
    }
    .body .bor img{
        width: 300px;
        height: 60px;
    }
    .body .bor.a{
        margin-top: 70px;
        background-color: rgb(0, 0, 0);
        color: antiquewhite;
    }
    .body .bor.c{
        margin-top: 70px;
        background-color: rgb(39, 40, 138);
        color: antiquewhite;
    }
    .body .bor.p{
        margin-top: 70px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
    .body .box{
    margin: 5px;
    width: 300PX;
    display: inline-block;
    border-style: solid;
    border-color: rgba(0, 10, 10, 0.226);
    border-width: 1px;
    border-radius: 3px;
    }
    .body .box:hover{
        border-color: rgba(9, 18, 148, 0.466);
        transition: 0.2s;
        box-shadow: 1px 1px 10px rgba(0, 0, 255, 0.404);
    }

    .body .box img{
        width: 300PX;
        border-radius: 5px;
        height: 200PX;
    }
    .body .box p{
        text-align: right;
        font-weight: bold;
    }
    
    .body .box .money{
        display: flex;
        margin: 7px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        justify-content: left;
    }
    
    .body .box .money h2{
        color: #2d04be;
        font-size: 20px;
    }
    .body .box .money h3{
        color: red;
        transform: scale(0.8);
        text-decoration: line-through;
    }
    .body .box button{
    background-color: #ffe600;
    cursor: pointer;
    width: 80%;
    padding: 5px;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .body .box button:hover{
        transition: 0.3s;
        background-color: #fce93f;
    }
    .body .box #b{
        font-weight: bold;
    text-align: center;
    background-color: #3700ff;
    color: white;
    cursor: pointer;
    width: 20%;
    padding: 5px;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .body .box #b:hover{
        transition: 0.5s;
        background-color: #ff7b00;
        color: black;
    }
    .body .box .nwe{
    background-color: red;
    color: white;
    text-align: center;
    position: absolute;
    transform: scale(1.2);
    padding: 5px;border-radius: 5px;
    }
    
    
    
    
    
    
    
    .atop{
        position: fixed;
        top: 60px;
        left: 0px;
        height: 20px;
        width: 100%;
        background-color: #ffffff;
        z-index: 1;
        padding-top: 1px;
        overflow: hidden;
        transition: all 0.3s;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.164);
        border-width: 1px;
        border-radius: 8px;
        text-align: center;
        padding: 10px;
        
    }
    .atop a{
        margin: 10px;
        left: 50%;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        color: #000000;
    }
    .atop a:hover{
        background-color: #8d8c87;
        color: rgb(255, 255, 255);
        transition: 0.6s;
        padding: 5px;
        border-radius: 6px;
    }
    
    
    
    .atop i{
        display: inline;
    }
    .atop #a{
        background-color: #045ba3;
        color: rgb(255, 255, 255);
        padding: 5px;
        border-radius: 6px;
    }
    
    
    
    
    
    
    
    
    
    
    
    /*اخر الصفحة*/
    .body .bot{
        margin-top: 100px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        background-color: #582bf8;
        color: aliceblue;
        width: 100%;
        height: 200px;
    }
    .body .bot a{
        text-decoration: none;
        color: white;
    }
    .body .bot i{
        font-size: 24px;
        color: #000000;
        padding: 10px;
    }
    .body .bot p{
        width: 70%;
        margin-left: 15%;
    }
    
    
    /*انشاء حساب*/
    .open{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .open a{
        display: block;
        text-align: right;
    }
    .open input{
        width: 70%;
        padding: 10px;
        border-radius: 5px;
        border: none;
        margin-top: 6px;
        border-style: solid;
        border-color: #000000;
        border-radius: 7px;
        border-width: 1px;
        transition: 0.3s;
        font-size: 16px;
    }
    .open input:focus{
        outline: none;
        border-color: #126bbe;
    }
    .open #b1{
        display: block;
        width: 40%;
        margin-left: 15%;
        margin-top: 10px;
        padding: 10px;
        background-color: #2d04be;
        color: white;
        font-size: 17px;
        border-radius: 4px;
    }
    
    .open .b3{
        display: block;
        width: 40%;
        margin-left: 25%;
        margin-top: 10px;
        padding: 8px;
        background-color: #000000;
        color: white;
        font-size: 14px;
        border-radius: 4px;
    }
    
    /*اتمام الطلب*/
    
    .sh .box{
        margin-bottom: 10px;
        width: 99%;
        height: 120px;
        background-color: #ffffff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.288);
        padding: 5px;
        border-radius: 4px;
    }
    
    .sh .box img{
        position: absolute;
        right: 15px;
        margin-top: -40px;
        width: 150px;
        border-radius: 5px;
        height: 80px;
    }
    .sh .box h2{
        color: #ffffff;
        display: inline;
        padding: 2px;
        border-radius: 6px;
        background-color: #047fd1;
        margin: 10px;
    }
    .sh .box button{
        margin-top: 15px;
        background-color:#3805f3;
        padding: 5px;
        font-size: 15px;
        border-radius: 3px;
        color: white;
    }
    .sh .box #r{
    background-color: red;
    }
    
    .sh  .b3{
        display: block;
        width: 50%;
        margin-left: 25%;
        margin-top: 10px;
        padding: 8px;
        background-color: #000000;
        color: white;
        font-size: 14px;
        border-radius: 4px;
    }
    
    /*خلفية متحركة*/
    /*خلفية متحركة*/
    
    .slider {
        position: relative;
        max-width: 40%;
        margin: auto;
        overflow: hidden;
    }
    
    .slides {
        margin-top: 100px;
        position: relative;
        
    }
    
    .slides img {
        margin-left: 0%;
        margin-top: 30px;
        width: 99%;
        border: 2px solid rgba(0, 0, 0, 0.425);
        border-radius: 8px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.9s ease-in-out;
    }
    
    .dots {
    animation: slideinFromRight 0.7s ease;
        text-align: center;
        padding: 10px;
    }
    
    .dots span {
        height: 15px;
        width: 15px;
        margin: 0 5px;
        background-color: #d1ab00;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }
    
    .dots .active {
        background-color: black;
        transition: 0.6s;
        transform: scale(1.3);
    }
    
    .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);
    }
    /*الحساب الشخصي*/
    .mex{
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .mex .open{
        margin-top: 7%;
        background-color: white;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.336);
        border-radius: 7px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
        margin-left: 25%;
    }
    .mex .open input{
        width: 70%;
        margin-left: 15%;
        display: block;
    }
    .mex .open #b1{
        background-color: #0026ff;
        width: 50%;
        margin-left: 25%;
    }
    .mex h2{
        text-align: left;
        color: blue;
    }
    .mex a{
        display: block;
        text-align: right;
        margin: 10px;
    }
    .mex input{
        width: 50%;
        margin-left: 25%;
        padding: 10px;
        font-size: 17px;
        text-align: right;
        margin-top: 10px;
        border-radius: 4px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.534);
        border-width: 1px;
        transition: 0.4s;
    }
    .mex p{
        text-align: center;
        
    }
    .mex input:focus{
        outline: none;
        border-color: blue;
    }
    .mex a{
        text-align: center;
    }
    .mex button{
        width: 10%;
        padding: 10px;
        display: block;
        margin-left:67%;
        margin-top: 20px;
        background-color: #2d04be;
        color: white;
        border-radius: 4px;
    }
    .mex #button{
        background-color: #000000;
        color: white;
        border-color: white;
        border-style: solid;
        border-radius: 7px;
        border-width: 2px;
        bottom: 0px;
        width: 20%;
        margin-left: 5%;
        border-radius: 10px;
        margin-top: 90px;
    }
    .mex #button:hover{
        background-color: #832121;
        color: white;
        border-color: white;
        transition: 0.7s;
    }
    
    .or{
        margin-top: 150px;
    }
    .or .box{
    width: 60%;
    padding: 5px;
    margin-left: 19%;
    background-color: #3805f3;
    border-radius: 7px;
    height: 100px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transform: scale(1.1);
    }
    .or .box:hover{
        transform: scale(1.06);
        transition: 0.4s;
    }
    .or .box .mo{
        color: #ffffff;
        background-color: olivedrab;
        position: absolute;
        padding: 5px;
        border-radius: 5px;
        transform: scale(1);
    }
    
    .or .box.a{
        background-color: #0e5500;
    }
    .or .box .xe{
        position: absolute;
        right: 40px;
    }
    .or .box.x{
        background-color: #c52828dc;
    }
    
    
    /*التواصل*/
    .ch{
        margin-top: 15%;
        text-align: center;
    }
    
    .ch .i{
        display: inline-block;
        margin: 20px;
    }
    .ch .fa-brands.fa-whatsapp{
        color: #ffffff;
        background-color: #177205;
        padding: 6px;
        border-radius: 30%;
    }
    .ch i{
        font-size: 140px;
        color: #0026ff;
    }
    
    /*صفحة الدفع*/
    .pay {
        margin-top: 100px;
    }
    
    .pay .box{
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: white;
        text-align: center;
        width: 50%;
        margin-left: 25%;
        border-radius: 4px;
    }
    .pay .money{
        display: flex;
        justify-content: right;
        font-size: 27px;
        font-weight: bold;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #040d5e;
    }
    .pay .money .x{
        transform: scale(0.6);
        color: red;
        text-decoration: line-through;
    }
    .pay .box img{
        width: 80%;
        max-height: 300px;
        border-radius: 6px;
    }
    
    .pay .box p{
        color: #0026ff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
        margin-right: 10px;
    }
    .pay .box .txt img{
        width:45%;
    }
    .pay .box .txt p{
        color: white;
        text-align: center;
    }
    .pay .box .txt{
        background-color: #576a6b;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .pay .box input{
        width: 80%;
        padding: 10px;
        margin: 5px;
        font-size: 17px;
        text-align: right;
        border-color: rgba(0, 0, 0, 0.418);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
    }
    .pay .box input:focus{
        outline: none;
        border-color: blue;
        transition: 0.5s;
    }
    .pay .box textarea{
        width: 80%;
        padding: 10px;
        margin: 5px;
        font-size: 17px;
        text-align: right;
        border-color: rgba(0, 0, 0, 0.418);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
    }
    
    .pay .box textarea:focus{
        outline: none;
        border-color: blue;
        transition: 0.5s;
    }
    
    .pay .box button{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 90%;
        padding: 10px;
        background-color: #9b4b01;
        border-radius: 6px;
        color: white;
        margin-top: 10px;
    }
    .pay .box #b2{
        width: 45%;
        padding: 10px;
        background-color: #177205;
        border-radius: 6px;
        color: white;
        margin-top: 10px;
    }
    
    .pay .box #b1{
        width: 45%;
        padding: 10px;
        background-color: #031c8b;
        border-radius: 6px;
        color: white;
        margin-top: 10px;
    }
    
    .pay .box .cn{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    /*انشاء حساب جديد*/
    
    .op {
        width: 50%;
        margin-left: 25%;
        background-color: white;
        margin-top: 40px;
        padding-top: 30px;
        text-align: center;
    }
    .op h1{
        color: #0026ff;
    }
    .op input{
        width: 80%;
        padding: 10px;
        text-align: right;
        font-size: 16px;
        border-style: solid;
        border-radius: 6px;
        border-color: rgba(0, 0, 0, 0.329);
        margin: 10px;
        transition: 0.3s;
    }
    
    .op input:focus{
        outline: none;
        border-color: blue;
    }
    
    .op button{
        margin: 30px;
        width: 70%;
        background-color: #000000;
        color: white;
        padding: 10px;
        
        border-radius: 4px;
    }
    .op button:hover{
        background-color: #040d5e;
        transition: 0.3s;
    }
    .op a{
        display: block;
        text-align: right;
        margin: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    /*تعين كلمة المرور*/
    .pass .box{
        width: 40%;
        margin-left: 30%;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10%;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.342);
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pass .box input{
        width: 70%;
        margin-top: 10px;
        margin-left: 13%;
        border-radius: 7px;
        border-color: #0000006e;
        border-width: 2px;
        font-size: 17px;
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        padding: 10px;
    }
    .pass .box button{
        width: 50%;
        padding: 10px;
        margin: 10px;
        background-color: #040d5e;
        color: white;
        border-radius: 4px;
    }
    .pass .box button:hover{
        background-color: #045ba3;
        transition: 0.3s;
    }
    .pay-x{
        text-align: center;
        background-color: white;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cnf{
        display: flex;
        justify-content: center;
        transform: scale(1.1);
    }
    .pay-x .i{
        background-color: #177205;
        color: white;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        justify-content: center;
    }
    .pay-x .i i{
        font-size: 120px;
        transform: scale(1.2);
    }
    .pay-x  button{
        background-color: #040d5e;
        color: white;
        width: 200px;
        padding: 3px;
        border-radius: 7px;
        font-size: 19px;
    }
    .massg {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 35%;
        justify-content: center;
    }
    .massg .mass{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: white;
        border-radius: 6px;
        width: 40%;
        margin-left: 30%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.507);
    }
    .massg .mass #p{
        color: red;
    }
    .massg .mass .txt{
        margin: 10px;
    }
    .massg .mass button{
        padding: 10px;
        margin: 20px;
        background-color: #040d5e;
        color: white;
        width: 100px;
        border-radius: 7px;
    }
    .massg .mass button:hover{
        transition: 0.7s;
        background-color: #0026ff;
    }



    .txok{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #d1e7cc;
    }

    .txok.x{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #e7cccc;
    }
    .txok h2{
        text-align: center;
    }
    .centered-element .bb{
        background-color: #0c1a9c;
        color: white;
        padding: 5px;
        font-size: 18px;
        border-radius: 4px;
        margin-left: 18%;
        width: 60%;
    }
    .txok.b{
        padding: 5px;
        text-align: right;
        font-size: 18px;
        background-color: #ccd0e7;
    }
}