@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
*{
  font-family: "Noto Kufi Arabic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    list-style: none;
}/* تصميم صفحة التسجيل */.login_page {
    background: #f7f7f7;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login_page_content {
    width: 100%;
    max-width: 1000px;
    background: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* تعديل لتقليل الطول */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.login_page_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login_page_bg {
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px; /* زودنا العرض */
    padding: 40px;
    border-radius: 10px;
}

.login_page_inputs {
    direction: rtl;
    width: 100%;
}

.login_page_title_main h1 {
    font-size: 1.8rem;
}

.login_page_title_main p {
    padding-top: 10px;
    font-size: 1rem;
    color: #555;
}

.subBtn {
    color: white;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    background-color: rgb(0, 119, 255);
    padding: 10px;
    cursor: pointer;
}

/* حقول الإدخال */
.login_page_inputs input[type="text"],
.login_page_inputs input[type="email"],
.login_page_inputs input[type="password"],
.login_page_inputs select {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
}

.login_page_inputs input:focus,
.login_page_inputs select:focus {
    outline: none;
    border-color: #0077ff;
    box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
    .login_page_bg {
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }

    .login_page_title_main h1 {
        font-size: 1.4rem;
    }

    .login_page_content {
        padding: 10px;
        flex-direction: column;
    }
}

/* header */
.header {
    background: linear-gradient(to left, #4900d1, #4631ff);
}

.header_data {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_links ul a li {
    color: white;
}

.header_links ul {
    padding: 0 50px 0 0;
    list-style: none;
}

.header_links {
    display: flex;
    align-items: center;
}

.header_logo img {
    padding: 5px;
    width: 100px;
}

.menu_toggle {
    display: none;
    background: none;
    font-size: 26px;
    color: white;
    border: none;
    cursor: pointer;
}

/* Sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #4631ff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 1000;
}

.sidebar a {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    display: block;
    font-size: 18px;
}

.close_btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .header_links {
        display: none;
    }

    .menu_toggle {
        display: block;
    }
}

/* hero */
.hero{
    min-height: 100vh;
}
.hero_container{
    margin: 2% 0;
    width: 100%;
    height: 750px;
background: linear-gradient(to left, #4900d1, #5441ff);
}
.hero_btn a button {
    font-weight: 900;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background-color: #ffff;
    color: #0051ff;
}
.hero_content {
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero_btn {
    margin: 5% 0 0 0 ;
}
.hero_title h1 {
    color: white;
    font-size: 4.5rem;
}
.hero_title h4 {
    color: rgb(199, 199, 199);
}
/* why */
.why{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15%;
}
.why_title {
    text-align: center;
}
.why_title h1 {
    color: #131313;
}
.why_title h4 {
    color: #6d6d6d;
}
.why_boxes_container {
    display: flex;
    justify-content: center;
}
.why_boxes {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.why_bg {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.178);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051ff7a;
    width: 500px;
    height: 300px;
    border-radius: 10px;
    padding: 10px;
}
.why_boxes_container{
    margin: 20px 0 0 0;
}
#why_bg_1 {
    background-color: #9f39ff23;
    color: rgb(94, 42, 143);
}
#why_bg_2 {
    background-color: #39ff8c23;
    color: rgb(42, 143, 101);
}
#why_bg_3 {
    background-color: #002fff23;
    color: rgb(42, 49, 143);
}
#why_bg_4 {
    background-color: #07f7ff23;
    color: rgb(42, 131, 143);
}
#why_bg_5 {
    background-color: #f2ff3923;
    color: rgb(143, 141, 42);
}
#why_bg_6 {
    background-color: #ff393923;
    color: rgb(143, 42, 42);
}
.why_boxes_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #0051ff;
    border-radius: 100000px;
}
.why_bg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why{
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_title {
    text-align: center;
}
.why_title h1 {
    color: #131313;
}
.why_title h4 {
    color: #6d6d6d;
}
.why_boxes_container {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.why_boxes {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.why_bg {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.178);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051ff7a;
    width: 380px;
    height: 250px;
    border-radius: 10px;
    padding: 10px;
}
#why_bg_1 {
    background-color: #9f39ff23;
    color: rgb(94, 42, 143);
}
#why_bg_2 {
    background-color: #39ff8c23;
    color: rgb(42, 143, 101);
}
#why_bg_3 {
    background-color: #002fff23;
    color: rgb(42, 49, 143);
}
#why_bg_4 {
    background-color: #07f7ff23;
    color: rgb(42, 131, 143);
}
#why_bg_5 {
    background-color: #f2ff3923;
    color: rgb(143, 141, 42);
}
#why_bg_6 {
    background-color: #ff393923;
    color: rgb(143, 42, 42);
}
.why_boxes_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 100000px;
    margin: 0 auto;
}
#icon_bg_1 {
    background-color: rgb(94, 42, 143);
}
#icon_bg_2 {
    background-color: rgb(42, 143, 101);
}
#icon_bg_3 {
    background-color: rgb(42, 49, 143);
}
#icon_bg_4 {
    background-color: rgb(42, 131, 143);
}
#icon_bg_5 {
    background-color: rgb(143, 141, 42);
}
#icon_bg_6 {
    background-color: rgb(143, 42, 42);
}
.why_boxes_icon_bg i{
    font-size: 25px;
    color: white;
}
