body{
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Assistant', sans-serif;
}

/*
++++++++++++++++++++++++++++
all the index
++++++++++++++++++++++++++++
*/

.all-the-note{
    width: 90%;
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
}
.all-the-note .the-top{
    display: flex;
    justify-content: space-between;
}
.all-the-note .the-top .left{
    width: 100px;
    height: 100px;
    background-image: url('image/logo2.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.all-the-note .the-top .right{
    width: 100px;
    height: 100px;
    background-image: url('image/logo.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.all-the-note .the-title{
    font-size: 10px;
    direction: rtl;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.all-the-note .the-text{
    font-size: 8px;
    direction: rtl;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.8;
}
.all-the-note .the-text span{
    text-decoration: underline;
}
.all-the-note .signature{
    background-image: url('image/signature.png');
    width: 100px;
    height: 26px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.all-the-note .signature-text{
    font-size: 13px;
    direction: rtl;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}



/*
++++++++++++++++++++++++++++
all the 1 page
++++++++++++++++++++++++++++
*/


.all-the-page-1{
    background-image: url('image/israel.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
}
.all-the-page-1 .inside-all-page{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.all-the-page-1 .inside-all-page .the-first-title{
    direction: rtl;
    font-size: 8px;
}
.all-the-page-1 .inside-all-page .all-title{
    display: flex;
    direction: rtl;
    justify-content: space-between;
    margin: 0 0 35px 0;
}
.all-the-page-1 .inside-all-page .all-title .title1{
    color: #0e1cae;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.all-the-page-1 .inside-all-page .all-title .title2{
    color: white;
    font-size: 14px;
    line-height: 1.5;
}
.all-the-page-1 .inside-all-page .image{
    direction: rtl;
}
.all-the-page-1 .inside-all-page .image img{
    width: 35px;
}
.all-the-page-1 .inside-all-page .black-text{
    direction: rtl;
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
}
.all-the-page-1 .inside-all-page .blue-text{
    direction: rtl;
    color: #0e1cae;
    font-weight: bold;
    font-size: 9px;
    margin-top: 10px;
}
.all-the-page-1 .inside-all-page .blue-text span{
    color: red;
}
.all-the-page-1 .inside-all-page .signature{
    width: 120px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: red;
}



/*
++++++++++++++++++++++++++++
all the 2 page
++++++++++++++++++++++++++++
*/


.all-page2{
    width: 100%;
    height: 550px;
    background-image: url('image/pp-page.jpg');
    margin: 0 auto;
    background-position: center;
    background-size: 100% 100%;
    padding: 22px 0 0 0;
}
.all-page2 .the-title{
    width: 42%;
    height: 20px;
    background-color: white;
    border: solid 1px black;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    align-items: center;
}
.all-page2 .the-logo{
    width: 50px;
    height: 50px;
    background-color: white;
    background-image: url('image/logo2.png');
    margin: 40px auto 0;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.all-page2 .sub-title{
    width: 230px;
    margin: 12px auto 0;
    text-align: center;
    color: #6918e2;
    font-size: 17px;
    font-style: italic;
}
.all-page2 .text{
    width: 230px;
    margin: 12px auto 0;
    text-align: center;
    color: #000000;
    font-size: 13px;
    font-style: italic;
    direction: rtl;
    letter-spacing: 0;
    line-height: 1.9;
}
.all-page2 .the-tnx{
    width: 230px;
    margin: 12px auto 0;
    text-align: center;
    color: #6918e2;
    font-size: 17px;
    font-style: italic;
    direction: rtl;
}
.all-page2 .the-tnx2{
    width: 230px;
    margin: 12px auto 0;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    direction: rtl;
    letter-spacing: 1.1px;
    line-height: 1.9;
}
.all-page2 .sig1{
    width: 230px;
    margin: 12px auto 12px;
    text-align: center;
    color: #4a07b8;
    font-size: 14px;
    font-style: italic;
    direction: rtl;
    letter-spacing: 1.1px;
}
.all-page2 .sig2{
    background-image: url('image/signature.png');
    width: 90px;
    height: 30px;
    margin: 0 auto;
    background-size: 100%;
}
.all-page2 .sig3{
    width: 230px;
    margin: 12px auto 0;
    text-align: center;
    color: #4a07b8;
    font-size: 14px;
    font-style: italic;
    direction: rtl;
    letter-spacing: 1.1px;
}




/*
++++++++++++++++++++++++++++
all the 2 page
++++++++++++++++++++++++++++
*/

.all-page3{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.all-page3 .all-the-date{
    direction: rtl;
    display: flex;
    justify-content: space-between;
}
.all-page3 .all-the-date .left{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.all-page3 .all-the-date .right{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
} 
.all-page3 .title{
    font-size: 24px;
    font-weight: 900;
    padding: 50px 0 0 0;
    text-align: center;
} 
.all-page3 img{
    width: 100%;
    /* max-width: 500px; */
    margin: 40px 0 0 0;
} 
.all-page3 .name{
    text-align: center;
    color: #00539c;
    font-size: 24px;
    font-weight: 700;
    margin: -30px 0 5px 0;
} 
.all-page3 .status-name{
    text-align: center;
    color: #00539c;
    font-size: 24px;
    font-weight: 700;
} 



/*
++++++++++++++++++++++++++++
all-sms-4
++++++++++++++++++++++++++++
*/
.all-sms-4{
    width: 100%;
    background-image: linear-gradient(to right, #78f3ff, #ffffff , #4deeff);
    max-width: 600px;
    direction: rtl;
    padding: 0 0 50px 0;
}
.all-sms-4 .the-line{
    height: 20px;
}
.all-sms-4 .the-logo{
    width: 100px;
    height: 86px;
    /* background-color: #00539c; */
    background-image: url('image/logo2.png');
    margin: 0 auto;
    background-size: 100%;
}
.all-sms-4 .the-title{
    text-align: center;
    background-color: white;
    width: 250px;
    margin: 20px auto;
    font-size: 26px;
    font-weight: 600;
    padding: 8px 0;
    border: solid 2px #ae0a0a;
    color: #ae0a0a;
}
.all-sms-4 .the-text{
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    color: #124c7e;
}
.all-sms-4 .the-text span{
    color: #c11313;
    font-weight: 600;
}
.all-sms-4 .the-image-1{
    width: 184px;
    height: 150px;
    /* background-color: #00539c; */
    background-image: url('image/image-4-1.jpg');
    margin: 10px auto;
    background-size: 100%;
}
.all-sms-4 .the-image-2{
    width: 184px;
    height: 121px;
    /* background-color: #00539c; */
    background-image: url('image/image-4-2.jpg');
    margin: 10px auto;
    background-size: 100%;
}
.all-sms-4 .the-image-3{
    width: 184px;
    height: 103px;
    /* background-color: #00539c; */
    background-image: url('image/image-4-3.jpg');
    margin: 10px auto;
    background-size: 100%;
}
.all-sms-4 .the-end-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: red;
}






