@import url('https://fonts.googleapis.com/css2?family=Katibeh&family=Readex+Pro&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;  
      background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
}


    /* إخفاء المحتوى الأول */
    #content {
    text-align: center;
    margin-top: 50px;
    }

    .header {
        background-color: #ffffff;
        color: #6e6e6e;
        padding: 7px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        top: 0;
    }
    .logo {
        margin-right: 40px;
        height: 25px; /* ارتفاع الصورة */
    }

    .nav {
        display: flex;
        gap: 40px;
    }
    .nav a {
        color: #000000;
        text-decoration: none;
        font-size: 15px;
        font-style: bold;
    }
    .menu-icon {
        color: rgba(0, 0, 0, 0.527);
        display: none;
        font-size: 24px;
        cursor: pointer;
        animation: move 2s ;
    }
    @keyframes move {
    
        50% {
        transform: translateX(-100px);
        }
    
    }
    @media (max-width: 834px) {
        .nav {
            display: none;
            flex-direction: column;
            background-color: #ffffff;
            position: absolute;
            top: 40px; /* علشان نبعد القائمة عن الهدر */
            right: 0;
            width: 100%;
            padding: 20px;
            text-align: right; /* علشان نركز النص في شاشة الهاتف */
    height: 100vh;
        }
    
        .nav.active {
            display: flex;
        }
        .menu-icon {
            display: block;
        }
    }
    /* التعديل الجديد علشان الكلام يظهر في نص الشاشة */
    @media (min-width: 834px) {
        .header {
            justify-content: center; /* علشان نركز العناصر في المنتصف */
        }
        .nav {
            margin-right: 20px; /* علشان نبعد القائمة عن اللوجو */
        }
    }

    .header2 {
        background-color: rgba(235, 235, 235, 0.2);  /* شفافية أعلى للون الخلفية */
        backdrop-filter: blur(20px);  /* زيادة قوة البلور */
        -webkit-backdrop-filter: blur(20px);  /* للتأكد من عمل البلور في متصفحات سفاري */
        color: rgb(0, 0, 0);
        padding: 7px 10%;  /* تعديل البادينج ليكون متجاوبًا */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;  /* زيادة الارتفاع قليلًا */
        position: sticky;
        top: 0;
        z-index: 1000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);  /* حد فاتح لتحسين الشكل */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  /* ظل خفيف لإبراز الهيدر */
        transition: all 0.3s ease-in-out;
    }

    .header2-nav button {
        font-family: "Zain", sans-serif;
        font-weight: 400px;
        font-style: normal;
        background-color: #1f53ff;
        color: white;
        border: none;
        padding: 5px 15px;
        border-radius: 25px;
        cursor: pointer;
        font-size: 12px;
        margin-left: 20px;
        margin-right: 50px;
    }

    .support{
        color: rgb(34, 34, 34);
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin: 0 10px;
    }
    .header2-nav a {
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 10px 15px;
        position: relative;
        font-size: 14px;
    }

    .header2-nav a.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px; /* وضع الخط تحت النص */
        width: 100%;
        height: 2px;
        background-color: rgb(0, 0, 0); /* لون الخط */
        border-radius: 5px; /* جعل الخط ناعم الحواف */
    }

    .Social {
        font-weight: bold;
        text-decoration: none;
        color: rgb(31, 31, 31);
        font-size: 25px;
        margin-left: 40px;
    }

    @media (max-width: 834px) {
        .header2{
            padding: 0px 0px;
        }
        .header2-nav button {
            font-size: 12px;
            padding: 5px 10px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .header2-nav a {
            font-size: 15px;
            margin: 0;
            padding: 5px;
            font-size: 12px;
        }
        .header2-nav a.active::after {
            height: 1px;
            bottom: -10px; /* وضع الخط تحت النص */

        }
        .Social {
            font-size: 15px;
            margin-left: 10px;
        }
    }

.contenar{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.h1-top {
    color: white; /* لون النص الأساسي */
    font-size: 90px;
    margin-bottom: 650px;
    opacity: 0.3;
    transform: translateY(20px);
    animation: fadeInUp 2s forwards;
    position: absolute;
}


.p-contenar{
    font-size: 25px;
    color: #646464;
    text-align: center;

}

.span-p-contenar{
    color: #000;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ordar{
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #008cff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 30px;
}
.img-top{
    width: 100%;


}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleUp {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}
.h3-top{
    background: linear-gradient(90deg, #007AFF, #AF52DE, #FF3B30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin: 10px;
    align-items: center;
}
@media (max-width: 800px) {
.h1-top{
    font-size: 37px;
    padding-top: 0px;
    margin-bottom: 280px;
}
.h2-top{
    font-size: 20px;
}
.h3-top{
    font-size: 20px;
    margin: 5px;
}
.ordar{
    font-size: 18px;
padding:5px 10px ;
margin: 10px 0 10px 0;
}
.p-contenar{
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}
  }
  

.progct-1{
    background-color: #ffffff;
    padding: 100px 200px 30px ;
    justify-content: center;
}

.intro{
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 25px;
    
}

.intro-text{
    justify-content: right;
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding: 0 20px;
}
.intro-text h4{
color:#636363 ;
font-size: 30px;
}
.intro-text h3{
 color:#000000;
 font-size: 30px;
 }
 .intro-text p{
color:#686868;
font-size: 20px;
max-width: 70%;
}
.intro-text-p{
    color: #000;
}
.intro-img img{
    width: 100%;
    border-radius: 25px;
    margin: 25px 0 20px;
}

.comparison{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 50px;
}
.comp-1{
    width: 40%;
    margin: 20px;
    direction: rtl;
}
.comp-1 h1{
    font-size: 40px;
}
hr{
    width: 80%;
}
.comp-1 p{
    max-width: 80%;

}
@media (max-width: 800px){
    .progct-1{
        flex-direction: column;
        padding: 0;
    }
    .intro{
        border-radius: 0;
        margin-top: 50px;
        padding: 10px;
    }
    .intro-text{
        padding: 0px 15px;
    }
    .intro-text h4{
        font-size: 19px;
    }
    .intro-text h3{
        font-size: 23px;
    }
    .intro-text-p{
        font-size: 14px;
    }
    .intro-text p{
        font-size: 14px;
        max-width: 90%;
    }
    .intro-img img{
        width: 100%;
        border-radius: 10px;
    }
    .comparison{
        margin-top: 20px;
    }
    .comp-1{
        margin: 10px;
    }
    .comp-1 h1{
        font-size: 25px;
    }
    hr{
        width: 100%;
    }
    .comp-1 p{
        max-width: 100%;
        font-size: 13px;
    }
}



.section-1{
    padding: 0px 0 100px 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
background-color: #ffffff;
}

.img-section-1{
align-items: center;
    width: 100%;
}

@media (max-width: 834px) {
    .section-1{
        flex-direction: column;
        padding: 0 0 30px 0;
        
    }

    .section-1 img{
        width: 100%;
        padding: 0;

    }
    .img-section-1-1 img{
      margin-top: 50px;
    }
}


.text-botom{
    background-color: white;
    text-align: center;
}
.text-botom h1 {
    background: linear-gradient(90deg, #ff0000, #006b7e, #FF9500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    font-weight: bold; /* لتحسين وضوح التدرج */
    font-size: 2.5em; /* حجم أكبر يعزز ظهور الألوان */
}

.text-botom p{
font-size: 30px;
padding-bottom: 30px;
}
@media (max-width: 834px){
    .text-botom h1{
        font-size: 23px;
        background: linear-gradient(90deg, #006b7e, #FF9500);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.text-botom p{
    font-size: 20px;
}
.footer {
    padding: 50px;
        background: #1c1c1c;
        color: #fff;
        padding: 20px;
        text-align: right;
        direction: rtl;
    }
    .footer-top {
        padding-right: 95px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    .footer-top img{
        width: 40px;
    }
    .footer-container {
        padding-left: 50px;
        padding-right: 100px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-column {
        width: 22%;
    }
    .footer-column h4 {
        cursor: pointer;
        margin-bottom: 10px;
        transition: color 0.3s ease;
    }
    .footer-column h4:hover {
        color: #d4d4d4;
    }
    .footer-list {
        list-style: none;
        padding: 0;
        display: block;
        transition: max-height 0.3s ease-out;
    }
    .footer-column ul li a {
        font-size: 18px;
        color: #ccc;
        text-decoration: none;
    }
    .footer-column ul li a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .footer-bottom {
        text-align: center;
        margin-top: 60px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        font-size: 14px;
        color: #666;
    }

    .footer-bottom a {
        margin: 0 10px;
        text-decoration: none;
        color: #ffffff;
    }

    .footer-bottom a:hover {
        text-decoration: underline;
        color: #ffffff;
    }

    .footer-bottom .country {
        color: #ccc;
        margin-right: 300px;
    }

    .footer-bottom span {
        color: #cecece;
    }

    @media (max-width: 768px) {
        .footer-bottom .country {
            font-size: 12px;
            display: block;
            margin: 10px 0 0 0;
        }
    }
    @media (max-width: 768px) {
        .footer-top{
            padding-right: 0px;
            padding-top: 10px;
        }
        .footer-container {
            padding: 10px;
            flex-direction: column;
        }
        .footer-top img{
        width: 30px;
    }
        .footer-column {
            width: 100%;
        }
        .footer-list {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        .footer-column h4::after {
            content: " ▼";
            float: left;
            transition: transform 0.3s ease;
        }
        .footer-column.open h4::after {
            content: " ▲";
        }
        .footer-column.open .footer-list {
            max-height: 500px; /* Adjust as needed */
        }
    }
