* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* هنا هندخل الرباط اللى تم نسخة من مكتبة الخطوط على جوجل */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* GPT هذا عنصر وخاصية لجعل الإطار حول المحتوي متناسب مع المحتوي نفسة وابحث عنها فى */
    scroll-behavior: smooth;
    /* هذه خاصية لجعل التصفح والتحرك لأسفل فى الموقع أكثر ليونه وسهولة */
}

header {
    background-color: black;
    position: fixed;
    width: 100%;
    z-index: 99;
    /* هو لجعل عنصر الهيدر دايما فوق كل العناصر ولا شىء يظهر فوقه */
    justify-content: space-between;
    /* لجعل المسافات بين العناصر متباعدة */
    display: flex;
    /*لاستخدام نظام الفيليكس ابحث عنه */
    align-items: center;
    padding: 10px 100px;
}

.logo {
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    /*  فى الورد B هذه خاصية لتغيظ الخط مثل خاصية */
}

nav a {
    text-decoration: none;
    color: #0066ff;
    font-size: 25px;
    font-weight: 600;
    padding-left: 30px;
}

nav :hover {
    color: blue;
    font-size: 27px;
}


.A {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../img/t.PNG);
    background-size: cover;
    background-position: center;
    padding: 100px 200px;
}

.A h2 {
    color: white;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 800;
}

.A h1 {
    margin-top: 25px 0px;
    color: rgba(22, 5, 255, 0.842);
    font-size: 70px;
    font-weight: 900;
}

.a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    padding: 15px 30px;
    background-color: #0000ff;
    border-radius: 20px;
    display: inline-block;
    /* هذه الخاصية لتحويل العنصر إلى عنصر متنوع يقبل كل الخصايص */
    margin: 25px 0px;
    letter-spacing: 2px;
    /* هذه الخاصية لعمل تباعد بين الحروف فى الكلمة  */
}

.a:hover {
    background-color: #ff0000a6;
    transition: 0.3s;
    /* هذه الخاصية لجعل التحرك يأخذ وقت بسيط بدلاً من التحول مباشرة */
    transform: scale(1.2);
    /* font-sizeذه الخاصية لتكبير حجم العنصر بالمقدار المحدد بدلاً من استخدام خاصية ال */
}

.so {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 25px;
    padding-right: 30px;
}

.B {
    padding: 100px 50px;
}

.sk {
    color: black;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 35px;
}

.mom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    /* هذه الخاصية لجعل شكل الماوس مختلف عند الوقوف على العنصر*/
}

.card {
    background-color: #fff;
    width: 21.20em;
    /* هذه الخاصية هي اهم ما فى الموضوع وهى التحكم فى العرض$@ */
    box-shadow: 0px 5px 30px hwb(216 26% 70%);
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    cursor: pointer;
}

.card:hover {
    transition: 0.3s;
    transform: scale(1.2);
}

.card img {
    width: 70px;
    height: 70px;
    margin: 10px;
}

.p h3 {
    color: #0066ff;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 10px 20px 0px;
}

.n {
    color: rgb(44, 39, 39);
    font-weight: 500;
    font-size: 1.1em;
}

span {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 119, 255);
    font-weight: 800;
}

.c {
    background-image: url(../img/Capture.PNG);
    background-size: cover;
    padding: 100px;
}

.we {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.po {
    box-shadow: 10px 10px 50px lab(3.62% 0.05 -1.04);
    border-radius: 20px;
    width: 45%;
    min-height: 15em;
    margin: 20px;
    background-color: white;
}

.t {
    display: flex;
    justify-content: space-between;
}

.po img {
    width: 100%;
    border: 2px solid white;
    border-radius: 10px 10px 0px 0px;
}

.po h2 {
    color: #000000;
    font-size: 2em;
    font-weight: 900;
    display: inline-block;
    margin: 10px 20px;
}

.po a {
    text-decoration: none;
    color: #0059ff;
    font-size: 2em;
    font-weight: 900;
    background-color: #0000002d;
    border-radius: 8px;
    padding: 4px;
    margin: 10px 20px;
}

.po a:hover {
    color: #ffffff;
    background-color: #4e4a4a;
    transition: 0.2s;
}

.D {
    background-size: contain;
    background-position: center;
    padding: 90px 100px;
}

.omk {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 700px
}

.box {
    position: relative;
    transform-style: preserve-3d;
    background-color: white;
    margin: 30px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    height: 250px;
    box-shadow: 10px 10px 50px #0c0d0f;
    transition: transform 1s;
}

.fase,
.fa2 {
    text-align: center;
    position: absolute;
    backface-visibility: hidden;
    width: 300px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fase img {
    width: 70px;
    margin: 20px;
}

.fase a {
    text-decoration: none;
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    margin: 15px;
    color: #01adc4;
}

.fa2 {
    transform: rotatey(180deg);
}

.fa2 p {
    font-size: 2em;
    font-style: oblique;
    font-weight: bold;
    color: #01adc4;
}

#p2 {
    font-size: 1.7em;
}

.box:hover {
    transform: rotatey(-180deg);
}

footer {
    padding: 2em 2em 1em 2em;
    background-image: url(../img/44.PNG);
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

footer p {
    font-size: 1.5em;
    font-weight: 900;
    font-style: italic;
    color: black
}

footer .u {
    text-decoration: none;
    color: blue;
    font-size: 1.3em;
    font-weight: 700;
    margin: 20px;
}

footer .uu {
    width: 2.3em;
    background-color: #4a4aff;
    border-radius: 50px;
}

.up {
    background-color: #717070;
    position: fixed;
    right: 0px;
    left: 1280px;
    top: 70%;
    bottom: 30%;
    padding: 5px;
    height: 70px;
    width: 40px;
    border-radius: 50% 50% 3px 3px;
}


@media screen {}