﻿@font-face {
    font-family: bahij;
    src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
}

@font-face {
    font-family: light;
    src: url(../fonts/TheSansArabic-Light.otf);
}

:root {
    --main-color-: #ffd500;
    --alt-main-color-: #000;
    --section-padding-: 60px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    position: relative;
    box-sizing: border-box;
    direction: rtl;
}

body {
    --sb-track-color: #323232;
    --sb-thumb-color: #ffd500;
    --sb-size: 7px;
}

::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}

.tab {
    cursor: pointer;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.main-title h2 {
    color: var(--alt-main-color-);
    text-align: right;
    font-family: Bahij;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 2;
}

    .main-title h2::before {
        background-color: var(--main-color-);
        width: 123px;
        height: 15px;
        content: "";
        position: absolute;
        top: 40px;
        z-index: -1;
    }

.box {
    cursor: pointer;
}

.loader {
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 100;
    display: none;
    align-items: start;
    justify-content: center;
}

    .loader.show {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 100;
        display: flex;
        align-items: top;
        justify-content: center;
    }

.pagnation .page a {
    color: #fff;
}

.head-section {
    position: relative;
}

.main-content {
    position: relative;
}

.col-1 {
    position: relative;
}

.left {
    position: relative;
}

.manzoma-maincontent {
    position: relative;
}

.main-content-manzomat {
    position: relative;
}

.col3-content {
    position: relative;
}

.col-2 {
    position: relative;
}

.spinners {
    margin-top: 200px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid var(--alt-main-color-);
    animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

.right, .mid {
    position: relative;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}
/* header */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/* small header */
.small-header {
    background-color: var(--main-color-);
    width: 100%;
    height: 60px;
    flex-shrink: 0;
}

    .small-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }

.search {
    background-color: var(--alt-main-color-);
    width: 392px;
    height: 40px;
    border-radius: 43px;
    display: flex;
    align-items: center;
}

    .search .search-icon {
        margin-right: 15px;
        width: 42px;
    }

    .search .record i {
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

    .search .search-icon i {
        color: var(--main-color-);
    }

    .search .btn {
        color: #fff;
        font-family: Bahij;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        cursor: pointer;
    }

    .search input {
        background-color: transparent;
        border: 0px solid;
        border-radius: 43px;
        width: 250px;
        height: 40px;
        color: #fff;
        font-family: bahij;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

        .search input:focus {
            outline: none;
        }

        .search input::placeholder {
            color: #fff;
            font-family: bahij;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
        }

        .search input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-results-button,
        input[type="search"]::-webkit-search-results-decoration {
            display: none;
        }

.log-input {
    height: 40px;
    border-radius: 50px;
    border: 0.5px #000 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Bahij;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: fit-content !important;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 1100px) {
    .search {
        display: none;
    }
}

.manzoma .text {
    height: fit-content !important;
}
/* small header */
/* main header */
.main-header {
    background-color: var(--alt-main-color-);
    height: 97px;
    flex-shrink: 0;
    z-index: 101;
}

    .main-header .container {
        height: 97px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-header .navBar {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .main-header .navBar .nav-items img {
            margin-right: 5px;
        }

    .main-header .nav-items {
        color: #fff;
        font-family: Bahij;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        z-index: 999;
    }

        .main-header .nav-items::before {
            content: "";
            width: 0;
            background-color: var(--main-color-);
            position: absolute;
            top: 25px;
            height: 5px;
            transition: 0.4s;
        }

        .main-header .nav-items:hover:before {
            width: 80%;
        }

    .main-header .big-shape {
        width: 12px;
        height: 12px;
        background-color: #3232323b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-header .small-shape {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--alt-main-color-);
    }

    .main-header .contact-btn {
        background-color: var(--main-color-);
        width: 95px;
        height: 34px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

        .main-header .contact-btn span {
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            font-family: Bahij;
            color: var(--alt-main-color-);
            text-wrap: nowrap;
        }

    .main-header .nav-items a {
        color: #fff;
    }

    .main-header .navBar .nav-items ul.dropdown {
        width: 100%;
        padding: 40px 15px 10px 15px;
        background-color: var(--alt-main-color-);
        position: absolute;
        color: #fff;
        display: none;
        border-radius: 0px 0px 10px 10px;
        top: 30px;
        width: 200px;
    }

    .main-header .navBar .nav-items:hover ul.dropdown {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main-header .nav-items ul.dropdown .dropdown-item img {
        width: 10px;
        height: 10px;
        flex-shrink: 0;
        margin-left: 5px;
    }

.dropdown-item {
    position: relative;
}

    .dropdown-item::before {
        position: absolute;
        width: 0;
        height: 2px;
        background-color: var(--main-color-);
        content: "";
        bottom: 0;
        transition: 0.4s;
    }

    .dropdown-item:hover::before {
        width: 40%;
    }

.main-header .menu {
    display: none;
}

#sidenav {
    width: 100%;
    height: calc(100% - 157px);
    position: fixed;
    right: -100%;
    top: 157px;
    background-color: var(--alt-main-color-);
    z-index: 100 !important;
    display: flex;
    flex-direction: column;
    transition: right 0.8s ease;
    padding: 10px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.side-nav.show {
    right: 0 !important;
}

.accordion {
    width: 100%;
}

    .accordion .contentBX {
        position: relative;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        .accordion .contentBX .label {
            position: relative;
            cursor: pointer;
            color: #fff;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            font-family: Bahij;
        }

.main-header .label {
    position: relative;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: Bahij;
}

.accordion .contentBX .label::before {
    content: "\25BC";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
}

.accordion .contentBX .content {
    background-color: #1d1d1d;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 10px;
    box-sizing: border-box;
}

.accordion .contentBX.active .content {
    max-height: 400px;
    padding: 10px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    /* overflow: scroll; */
}

.accordion li {
    font-family: light;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.header .contentBX .content {
    background-color: #1d1d1d !important;
}

@media (max-width: 1100px) {
    .main-header .navBar {
        display: none;
    }

    .main-header .contact-btn {
        display: none;
    }

    .main-header .menu {
        display: block;
    }

        .main-header .menu i {
            color: var(--main-color-);
            font-size: 34px;
            cursor: pointer;
        }

    #sidenav {
        display: flex;
    }
}
/* main header */
/* header */
/* home */
.swiper {
    width: 100%;
    height: 100%;
}

.hero .background-1 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    background-position: center center;
    overflow: hidden;
}

.hero .background-2 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
}

.hero .background-3 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
}

.hero .background-4 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
}


.hero .background-5 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
}


.hero .background-6 {
    background-image: url(../images/intro.png);
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
}












.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 80%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 154px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 550px);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 550px);
    right: auto;
}

@media (max-width:1300px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 350px);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 350px);
        right: auto;
    }
}

@media (max-width:900px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 250px);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 250px);
        right: auto;
    }
}

@media (max-width:700px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 150px);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 150px);
        right: auto;
    }
}

@media (max-width:500px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 80px);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 80px);
        right: auto;
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: ionicons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px;
    background-color: white;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--alt-main-color-);
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #fff;
    opacity: 1;
    position: relative;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--main-color-);
    position: relative;
    border: 2px solid #fff;
}

.swiper-button-prev:after {
    content: "\f125" !important;
    font-family: ionicons;
}

.swiper-button-next:after {
    content: "\f124" !important;
    font-family: ionicons;
}

.hero {
    height: 90vh;
    padding-top: 155px;
}

    .hero .container {
        height: 135vh;
        display: flex;
        align-items: center;
    }

    .hero .text h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        font-family: Bahij;
    }

    .hero .text {
        display: flex;
        gap: 10px;
        background: black;
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
        flex-direction: column;
    }

    .hero .overlay {
        /*        background: linear-gradient( 270deg, rgba(0, 0, 0, 0.71) 0.41%, rgba(0, 0, 0, 0.21) 57.09% );
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100vh;
*/
    }

    .hero .text p {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        line-height: 1.9;
    }

    .hero .text .button {
        width: 130px;
        height: 45px;
        flex-shrink: 0;
        background-color: var(--main-color-);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        gap: 10px;
        margin-top: 20px;
    }

        .hero .text .button img {
            width: 19px;
            height: 19px;
            flex-shrink: 0;
        }

        .hero .text .button p {
            color: var(--alt-main-color-);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            font-family: Bahij;
        }
/* home */
/* about */
.about {
    background-image: url(../image/about.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.about-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 43px;
}

    .about-text p {
        color: var(--alt-main-color-);
        text-align: center;
        font-family: light;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        text-transform: capitalize;
    }

.about .statistics {
    padding-top: 70px;
}

    .about .statistics img {
        width: 50px;
    }

    .about .statistics .boxs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 60px;
    }

        .about .statistics .boxs .box {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }

    .about .statistics .box p {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

    .about .statistics .box span {
        font-family: Poppins;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        color: var(--alt-main-color-);
    }
/* about */
/* about2 */
.about2 {
    padding-top: var(--section-padding-);
}

    .about2 .boxs-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .about2 .boxs {
        display: flex;
    }

    .about2 .box1 {
        width: 239px;
        height: 348px;
        flex-shrink: 0;
        border: 1px solid rgba(0, 0, 0, 0.11);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .about2 .box1:hover p {
            color: #fff;
        }

        .about2 .box1::before {
            content: "";
            width: 0%;
            height: 100%;
            right: 0;
            background-color: var(--main-color-);
            position: absolute;
            transition: 0.4s;
            z-index: -1;
        }

        .about2 .box1:hover::before {
            width: 100%;
        }

        .about2 .box1 .title {
            color: var(--alt-main-color-);
            text-align: center;
            font-family: Bahij;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            transition: 0.3s;
        }

    .about2 .box2 {
        width: 239px;
        height: 348px;
        border: 1px solid rgba(0, 0, 0, 0.11);
        flex-shrink: 0;
    }

        .about2 .box2 p {
            color: var(--alt-main-color-);
            text-align: center;
            font-family: light;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 1.8;
            text-transform: capitalize;
            padding: 20px;
        }

    .about2 .box3 {
        width: 480px;
        height: 348px;
        border: 1px solid rgba(0, 0, 0, 0.11);
        flex-shrink: 0;
    }

    .about2 .subtitle-res {
        display: none;
    }

@media (max-width: 1100px) {
    .about2 .box2 {
        display: none;
    }

    .about2 .boxs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .about2 .box1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100% !important;
    }

    .about2 .box3 {
        width: 100%;
        display: none;
    }

    .about2 .boxs.flex-res {
        flex-direction: column-reverse;
    }

    .about2 .box3 img {
        width: 100%;
    }

    .about2 .subtitle-res {
        color: var(--alt-main-color-);
        text-align: center;
        font-family: light;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        text-transform: capitalize;
        padding: 20px;
        display: block;
    }

    .about2 .boxs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
/* about2 */
/* shar7 */
.shar7 {
    padding-top: var(--section-padding-);
}

.shar7-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 43px;
}

    .shar7-text p {
        color: var(--alt-main-color-);
        text-align: center;
        font-family: light;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        text-transform: capitalize;
    }

.shar7 .right .manzoma img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
}

.shar7 .right .manzoma {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--alt-main-color-);
    padding-bottom: 10px;
    cursor: pointer;
}

.shar7-flex {
    display: flex;
    align-items: start;
    justify-content: space-around;
    padding-top: var(--section-padding-);
    gap: 130px;
}

    .shar7-flex .right {
        flex-basis: 40%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.shar7 .icon {
    width: 31.949px;
    height: 31.949px;
    border: 1px solid var(--alt-main-color-);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .shar7 .icon i {
        font-size: 24px;
    }

.shar7 .right .manzoma p {
    font-family: light;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    color: var(--alt-main-color-);
}

.shar7 .right .manzoma.active .image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--main-color-);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.shar7 .right .manzoma.active p {
    font-family: Bahij;
}

.shar7 .right .more {
    border-bottom: 1px solid var(--alt-main-color-);
    width: fit-content;
}

    .shar7 .right .more a {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

.shar7 .left {
    flex-basis: 70%;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

    .shar7 .left img {
        width: 120px;
        flex-shrink: 0;
    }

    .shar7 .left .manzoma {
        border-radius: 5px;
        position: relative;
    }

        .shar7 .left .manzoma .text {
            position: absolute;
            background-color: var(--main-color-);
            display: flex;
            align-items: center;
            justify-content: center;
            right: 3px;
            bottom: -17px;
            height: 30.656px;
            padding: 10px;
            width: fit-content;
            border-radius: 4px;
        }

        .shar7 .left .manzoma p {
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            color: #000;
            font-family: Bahij;
        }

@media (max-width: 1100px) {
    .shar7-flex {
        flex-direction: column;
        gap: 130px;
    }

    .shar7 .left {
        flex-basis: 100%;
        justify-content: center;
        width: 100%;
    }

    .shar7-flex .right {
        flex-basis: 100%;
        width: 100%;
    }

    .shar7 .right .manzoma {
        width: 100%;
    }

    .shar7 .more {
        margin: auto;
    }

    .shar7-flex {
        padding-top: 70px;
    }
}

@media (max-width: 530px) {
    .shar7 .left .manzoma img {
        width: 145px;
    }

    .shar7 .left .manzoma p {
        font-size: 12px;
    }
}
/* shar7 */
/* arabic */
.arabic {
    padding-top: var(--section-padding-);
}

    .arabic .logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 58px;
        flex-wrap: wrap;
        padding-top: 50px;
    }

        .arabic .logos .logo {
            width: 102px;
            height: 102px;
            flex-shrink: 0;
            border-radius: 50%;
            border: 2px solid #3232323b;
            cursor: pointer;
        }

            .arabic .logos .logo.active {
                width: 102px;
                height: 102px;
                flex-shrink: 0;
                border-radius: 50%;
                border: 2px solid var(--main-color-);
                position: relative;
            }

                .arabic .logos .logo.active::before {
                    content: "";
                    width: 136px;
                    height: 136px;
                    flex-shrink: 0;
                    border-radius: 50%;
                    border: 1px solid var(--alt-main-color-);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

        .arabic .logos img {
            width: 100%;
        }

    .arabic .main-contnent {
        padding-top: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }

        .arabic .main-contnent .right {
            flex-basis: 30%;
        }

        .arabic .main-contnent .buttons {
            display: flex;
            flex-direction: column;
            gap: 23px;
        }

        .arabic .main-contnent .right .btn {
            border-radius: 9px;
            background: #f8f8f8;
            width: 241px;
            height: 63px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .arabic .main-contnent .right .btn.active {
                background: var(--alt-main-color-);
                border: 1px solid var(--main-color-);
            }

                .arabic .main-contnent .right .btn.active p {
                    color: var(--main-color-);
                }

            .arabic .main-contnent .right .btn p {
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                text-transform: capitalize;
                font-family: Bahij;
                color: var(--alt-main-color-);
            }

        .arabic .main-contnent .left {
            flex-basis: 70%;
        }

            .arabic .main-contnent .left .box {
                width: 891px;
                flex-shrink: 0;
                border-radius: 17px;
                background: var(--alt-main-color-);
                backdrop-filter: blur(11px);
                padding-bottom: 40px;
            }

                .arabic .main-contnent .left .box .head {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    justify-content: center;
                    padding-top: 30px;
                    padding-bottom: 20px;
                    border-bottom: 2px solid #fff;
                }

                    .arabic .main-contnent .left .box .head img {
                        width: 48px;
                        height: 48px;
                        flex-shrink: 0;
                    }

                    .arabic .main-contnent .left .box .head p {
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        text-transform: capitalize;
                        font-family: Bahij;
                        color: #fff;
                    }

    .arabic .boxs .manzoma img {
        width: 220px;
        flex-shrink: 0;
    }

        .arabic .boxs .manzoma img:hover {
            filter: grayscale(60%);
        }

    .arabic .boxs .manzoma {
        border-radius: 5px;
        position: relative;
    }

        .arabic .boxs .manzoma .text {
            position: absolute;
            background-color: var(--main-color-);
            display: flex;
            align-items: center;
            justify-content: center;
            right: 8px;
            bottom: -17px;
            height: 30.656px;
            padding: 10px;
            width: fit-content;
            border-radius: 4px;
        }

        .arabic .boxs .manzoma p {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            color: #000;
            font-family: Bahij;
        }

    .arabic .boxs {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
    }

    .arabic .more {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

        .arabic .more a {
            border-bottom: 1px solid var(--alt-main-color-);
            width: fit-content;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 5px;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            font-family: Bahij;
            color: var(--alt-main-color-);
        }

@media (max-width: 1125px) {
    .arabic .main-contnent .left {
        width: 100%;
        flex-basis: 100%;
    }

        .arabic .main-contnent .left .box {
            width: 100%;
        }

    .arabic .main-contnent {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .arabic .main-contnent .buttons {
            flex-direction: row;
        }

    .arabic .main-contnent {
        padding-top: 70px;
    }
}

@media (max-width: 530px) {
    .arabic .main-contnent .right .btn {
        width: 150px;
    }

        .arabic .main-contnent .right .btn p {
            font-size: 16px;
        }

    .arabic .boxs .manzoma img {
        width: 140px;
        flex-shrink: 0;
    }

    .arabic .boxs .manzoma p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        color: #000;
        font-family: Bahij;
    }
}
/* arabic */
/* time line */
.features {
    padding-top: var(--section-padding-);
    padding-bottom: var(--section-padding-);
}

.bg {
    padding-top: 80px;
}

.main-timeline {
    font-family: light;
    position: relative;
}

    .main-timeline:after {
        content: "";
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: 50%;
        margin: 0 0 20px 20px;
        float: right;
    }

    .main-timeline .timeline-content {
        color: #323232;
        text-align: center;
        min-height: 125px;
        padding: 30px 20px 30px 45px;
        border-radius: 15px;
        border: 2px solid var(--main-color-);
        display: block;
        position: relative;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-icon {
        background-color: var(--main-color-);
        font-size: 37px;
        line-height: 65px;
        height: 80px;
        width: 80px;
        border: 4px solid var(--alt-main-color-);
        border-radius: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: -38px;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-timeline .timeline-icon img {
            width: 55px;
            height: 55px;
        }

        .main-timeline .timeline-icon:before,
        .main-timeline .timeline-icon:after {
            content: "";
            background-color: var(--alt-main-color-);
            height: 6px;
            width: 6px;
            border-radius: 50%;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: -12px;
        }

        .main-timeline .timeline-icon:after {
            top: calc(100% + 6px);
        }

    .main-timeline .title {
        color: var(--alt-main-color-);
        font-size: 30px;
        font-weight: 500;
        font-family: Bahij;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .main-timeline .timeline-text {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-timeline .description {
        font-size: 18px;
        color: var(--alt-main-color-);
        margin: 0;
        line-height: 1.8;
    }

    .main-timeline .timeline:nth-child(even) {
        float: left;
        margin: 0 20px 20px 0;
    }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 30px 45px 30px 20px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            right: -39px;
            left: auto;
        }

@media screen and (max-width: 767px) {
    .main-timeline .timeline {
        width: 100%;
        padding-top: 40px;
    }

        .main-timeline .timeline .timeline-content,
        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 45px 20px 20px;
        }

        .main-timeline .timeline .timeline-icon,
        .main-timeline .timeline:nth-child(even) .timeline-icon {
            font-size: 28px;
            left: 50%;
            top: -39px;
            right: auto;
            transform: translateY(0) translateX(-50%);
        }

            .main-timeline .timeline .timeline-icon:before,
            .main-timeline .timeline .timeline-icon:after {
                top: 50%;
                left: -12px;
                transform: translateY(-50%) translateX(0);
            }

            .main-timeline .timeline .timeline-icon:after {
                left: calc(100% + 6px);
            }
}

@media screen and (max-width: 576px) {
    .main-timeline .title {
        font-size: 18px;
    }
}
/* time line */
/* latest */
.latest {
    background-image: url(../image/backgroung.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .latest .main-title {
        padding-top: 50px;
    }

        .latest .main-title h2 {
            color: #fff;
        }

    .latest .tash-title {
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        padding-top: 30px;
    }

    .latest .boxs {
        padding-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        row-gap: 70px;
    }

        .latest .boxs .box {
            position: relative;
        }

    .latest .box .text {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        background-color: white;
        bottom: -50px;
        padding: 10px;
        width: 282px;
    }

    .latest .a7kam-title {
        color: var(--alt-main-color-);
        font-family: Bahij;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        padding-top: 30px;
    }

    .latest img {
        border-radius: 2px;
    }

    .latest .boxs .box .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .latest .boxs .box .top p.title {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            font-family: Bahij;
        }

    .latest .date {
        width: 75px;
        height: 25px;
        border-radius: 36px;
        background-color: var(--alt-main-color-);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .latest .date p {
            color: var(--main-color-);
            font-family: light;
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-transform: capitalize;
        }

    .latest .desc {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .latest .desc p {
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-transform: capitalize;
            font-family: light;
            color: var(--alt-main-color-);
        }

    .latest .btn {
        width: 100px;
        height: 35px;
        background-color: var(--alt-main-color-);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .latest .btn p {
            color: #fff;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            font-family: Bahij;
        }
/* latest */
/* our customer */
.customer {
    padding-top: var(--section-padding-);
}

    .customer .main-title {
        padding-bottom: 60px;
    }

.customers {
    background-color: #1d1d1d;
    padding: 60px 0px 60px 0px;
}

    .customers .box {
        width: 144px;
        height: 94px;
        border-radius: 4px;
        border: 1px solid #fff;
        backdrop-filter: blur(12px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .customers .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
/* our customer */
/* publication */
.publication {
    padding-top: var(--section-padding-);
}

    .publication .left {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .publication .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 40px;
    }

    .publication .box {
        width: 495px;
        border-radius: 19px;
        background: #fff;
        box-shadow: 1px 8px 84.5px 0px rgba(0, 0, 0, 0.06);
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .publication .stars {
        padding-top: 20px;
    }

        .publication .stars img {
            width: 14px;
            height: 14px;
        }

    .publication .content {
        padding-right: 20px;
    }

        .publication .content span {
            color: var(--alt-main-color-);
            text-align: right;
            font-family: light;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-transform: capitalize;
        }

    .publication .btn {
        margin-top: 15px;
        width: 92px;
        height: 31px;
        background-color: var(--main-color-);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .publication .btn p {
            color: var(--alt-main-color-);
            text-align: right;
            font-family: Bahij;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
        }

    .publication .content .text p {
        color: #000;
        text-align: right;
        font-family: Bahij;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .publication .left {
        flex-basis: 30%;
    }

    .publication .right img {
        max-width: 100%;
    }

    .publication .bigline {
        height: 70px;
        background-color: var(--main-color-);
    }

@media (max-width: 1125px) {
    .publication .flex {
        flex-direction: column;
    }

    .publication .left .box {
        width: 100%;
    }

    .publication .right img {
        width: 100%;
    }
}
/* publication */
/* footer */
.footer {
    background-image: url(../image/footer.png);
    padding-top: 25px;
    margin-top: 130px;
    background-position: center;
    z-index: 999;
    position: relative;
}

    .footer .logo {
        width: 164px;
    }

    .footer .input {
        background-color: var(--alt-main-color-);
        padding: 5px;
        height: 30px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mail, .footer .col-1 .boxs img {
        width: 20px !important;
        margin-left: 5px;
    }

    .footer .input input {
        width: 100%;
        font-family: light;
        color: var(--main-color-);
        background-color: transparent;
        border: none;
        padding-right: 5px;
    }

        .footer .input input::placeholder {
            width: 100%;
            font-family: light;
            color: var(--main-color-);
            background-color: transparent;
            border: none;
        }

    .footer .row .col-1 .box {
        border-radius: 36px;
        border: 0.2px solid #fff;
        width: fit-content;
        padding: 5px 10px 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        gap: 5px;
    }

    .footer .row .col-1 .boxs {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .footer .row .col-1 .box p {
        color: #fff;
        font-family: Bahij;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer .row {
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

        .footer .row .links {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .footer .row .title {
            font-family: Bahij;
            color: #fff;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            padding-bottom: 30px;
        }

    .footer .links a {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: light;
        color: #fff;
        position: relative;
    }

    .footer .links.nav a::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 0;
        height: 2px;
        background-color: var(--main-color-);
        transition: 0.4s;
    }

    .footer .links.nav a:hover::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 50%;
        height: 2px;
        background-color: var(--main-color-);
    }

    .footer .links a img {
        margin-left: 5px;
    }

    .footer .links a.face {
        display: flex;
        gap: 5px;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    .footer .line {
        width: 100%;
        height: 0.5px;
        background-color: #fff;
        margin-top: 40px;
    }

    .footer .copyright {
        padding-bottom: 10px;
    }

        .footer .copyright p {
            color: #fff;
            font-family: light;
            text-align: center;
            padding-top: 10px;
        }
/* footer */
/* manzomat page*/
.hero-backgroung {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.main-content-manzomat {
    padding-top: var(--section-padding-);
}

    .main-content-manzomat .boxs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 80px;
    }

.search-buuton {
    /* padding-top: 2px; */
    /* width: 100%; */
    /* margin: 30px; */
    /* font-size: 20px; */
}

    .search-buuton a {
        height: 40px;
        background-color: var(--main-color-);
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 100%;
        margin: 30px;
        font-size: 20px;
        font-family: Bahij;
        gap: 5px;
        margin: auto;
        padding: 0 10px 0 10px;
        color: var(--alt-main-color-);
    }

    .search-buuton span {
        color: var(--alt-main-color-);
    }

.main-content-manzomat .boxs img {
    width: 100% !important;
    height: 100% !important;
    flex-shrink: 0;
    transition: 0.3s;
}

    .main-content-manzomat .boxs img:hover {
        filter: grayscale(60%);
    }

.main-content-manzomat .boxs .manzoma {
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    width: 350px;
    height: 245px;
}

    .main-content-manzomat .boxs .manzoma .text {
        position: absolute;
        background-color: var(--main-color-);
        display: flex;
        align-items: center;
        justify-content: center;
        right: 20px;
        bottom: -17px;
        height: fit-content;
        padding: 10px;
        max-width: 350px;
        border-radius: 4px;
    }

    .main-content-manzomat .boxs .manzoma p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        color: #000;
        font-family: Bahij;
    }

.main-content-manzomat .manzoma:hover {
    transform: translatey(-10px);
}

    .main-content-manzomat .manzoma:hover img {
        box-shadow: 0 0 5px var(--alt-main-color-);
    }
/* manzomat page*/
/* manzoma page */
.manzoma-background {
    background-image: url("../image/asraabackgroung.png");
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .manzoma-background .title {
        position: absolute;
        bottom: -30px;
        transform: translateX(-50%);
        left: 50%;
        background-color: var(--alt-main-color-);
        border-radius: 11px;
        backdrop-filter: blur(8px);
    }

        .manzoma-background .title h2 {
            color: var(--main-color-);
            padding: 15px;
            font-family: Bahij;
        }

.manzoma-maincontent {
    padding-top: 60px;
    padding-bottom: 70px;
}

    .manzoma-maincontent .box {
        border-radius: 9px;
        background: #fff;
        box-shadow: 1px 4px 13.1px 0px rgba(0, 0, 0, 0.07);
        height: 111px;
        flex-shrink: 0;
        width: 315px;
        display: flex;
        align-items: center;
        padding: 0px 10px 0px 10px;
        transition: 0.5s;
    }

        .manzoma-maincontent .box:hover {
            transform: translatey(-10px);
        }

    .manzoma-maincontent .boxs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .manzoma-maincontent .box .text {
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .manzoma-maincontent .box p {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

    .manzoma-maincontent .box a {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        width: fit-content;
        border-bottom: 1px solid var(--main-color-);
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

@media (max-width:400px) {
    .manzoma-background .title h2 {
        color: var(--main-color-);
        padding: 15px;
        font-family: Bahij;
        font-size: 17px;
    }
}
/* manzoma page */
/* login */
.login-page {
    display: flex;
    align-items: center;
}

    .login-page .right {
        flex-basis: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .login-page .left {
        flex-basis: 50%;
        height: 100%;
        width: 100%;
    }

        .login-page .left img {
            width: 100%;
            height: 100%;
        }

    .login-page input {
        width: 100%;
        height: 45px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px rgba(0, 0, 0, 0.25);
        background: #f6f6f6;
        padding: 5px;
        font-size: 24px;
    }

input:focus {
    outline: none;
}

.login-page .title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--alt-main-color-);
    font-family: Bahij;
}

.login-page form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    gap: 20px;
    width: 80%;
}

    .login-page form div {
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

    .login-page form label {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

    .login-page form .submit {
        height: 64px;
        background-color: var(--alt-main-color-);
        border-radius: 5px;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        margin-top: 20px;
    }

    .login-page form p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        color: #000;
        font-family: light;
        text-align: center;
    }

    .login-page form a {
        color: var(--main-color-);
    }

.login-page .logo img {
    width: 150px;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .password-container input {
        padding-right: 30px;
    }

    .password-container i {
        position: absolute;
        left: 10px;
        cursor: pointer;
        font-size: 22px;
    }

@media (max-width: 1600px) {
    .login-page {
        display: flex;
        align-items: center;
        padding-top: 130px;
    }
}

@media (max-width: 1180px) {
    .login-page {
        display: flex;
        align-items: center;
        padding-top: 160px;
    }
}

@media (max-width: 1125px) {
    .login-page .left {
        display: none;
    }

    .login-page .right {
        flex-basis: 100%;
        padding-bottom: 40px;
        padding-top: 130px;
    }
}
/* login */
/* sginup */
.popup {
    background-color: #9f9f9f82;
    align-items: center;
    justify-content: center;
    position: fixed;
    display: none;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
    width: 100vw;
    font-family: Bahij;
}


.otp-input {
    background-color: rgb(228, 228, 228);
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    border-radius: 7px;
    caret-color: var(--main-color--);
    color: rgb(44, 44, 44);
    outline: none;
    font-weight: 600;
    font-family: Bahij;
}

.otpSubheading {
    font-size: 0.7em;
    color: black;
    line-height: 17px;
    text-align: center;
    font-family: light;
}

.otp-Form {
    width: 300px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 20px;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
    border-radius: 15px;
}

.mainHeading {
    font-size: 1.1em;
    color: rgb(15, 15, 15);
    font-weight: 700;
}

.inputContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

.verifyButtons {
    width: 100%;
    height: 30px;
    border: none;
    background-color: var(--alt-main-color-);
    color: white;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
}

    .verifyButtons:hover {
        width: 100%;
        height: 30px;
        border: none;
        background-color: var(--alt-main-color-);
        color: white;
        font-weight: 600;
        cursor: pointer;
        border-radius: 10px;
    }

.exitBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 25px;
    text-align: center;
    line-height: 1;
    height: 25px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1.1em;
    cursor: pointer;
}

    .exitBtn:hover {
        position: absolute;
        top: 5px;
        right: 5px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        width: 25px;
        text-align: center;
        line-height: 1;
        height: 25px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        font-size: 1.1em;
        cursor: pointer;
    }

.resendNote {
    font-size: 0.7em;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.resendBtn {
    background-color: transparent;
    border: none;
    color: var(--alt-main-color--);
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 700;
    font-family: light;
}

    .resendBtn:hover {
        background-color: transparent;
        border: none;
        color: var(--alt-main-color--);
        cursor: pointer;
        font-size: 1.1em;
        font-weight: 700;
        font-family: light;
    }

.sign-page {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

    .sign-page .right {
        flex-basis: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sign-page .left {
        flex-basis: 50%;
        width: 100%;
    }

        .sign-page .left img {
            width: 100%;
            height: 100%;
        }

    .sign-page input {
        width: 100%;
        height: 63px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px rgba(0, 0, 0, 0.25);
        background: #f6f6f6;
        padding: 5px;
        font-size: 24px;
    }

    .sign-page select {
        width: 100%;
        height: 63px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px rgba(0, 0, 0, 0.25);
        background: #f6f6f6;
        padding: 5px;
        font-size: 24px;
        font-family: light;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #f0f0f0 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="80" font-size="90">▼</text></svg>') no-repeat left 10px center;
        background-repeat: no-repeat;
        background-size: 12px;
    }

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.sign-page .title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--alt-main-color-);
    font-family: Bahij;
}

.sign-page form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    gap: 20px;
    width: 80%;
}

    .sign-page form div {
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

    .sign-page form label {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        font-family: Bahij;
        color: var(--alt-main-color-);
    }

    .sign-page form .submit {
        height: 64px;
        background-color: var(--alt-main-color-);
        border-radius: 5px;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        margin-top: 20px;
    }

    .sign-page form p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        color: #000;
        font-family: light;
        text-align: center;
    }

    .sign-page form a {
        color: var(--main-color-);
    }

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 8px 23px 0 8px;
    flex-direction: row !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: 0;
}


.iti__selected-flag {
    width: 110px;
}

.error {
    text-align: right;
    display: flex;
    gap: 10px;
}

    .error i {
        color: red;
    }

    .error span {
        color: red;
    }

@media (max-width: 1125px) {
    .sign-page .left {
        display: none;
    }

    .sign-page .right {
        flex-basis: 100%;
        padding-bottom: 40px;
        padding-top: 130px;
    }
}
/* sginup */
/* qwanyn */
.qwanyn-backgroung {
    background-image: url();
    background-repeat: no-repeat;
    height: 30vh;
    background-size: cover;
    background-position: center center;
}

    .qwanyn-backgroung .main-title {
        padding-top: 30px;
        padding-bottom: 40px;
    }

.qwanyn-section .main {
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
}

.qwanyn-section .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qwanyn-section .search input {
    width: 100%;
    color: var(--alt-main-color-);
    font-family: light;
}

    .qwanyn-section .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.qwanyn-section .kinds {
    width: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
}

    .qwanyn-section .kinds .boxs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 10px;
    }

    .qwanyn-section .kinds .box {
        text-align: center;
        height: 43px;
        border-radius: 58px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--alt-main-color-);
    }

        .qwanyn-section .kinds .box.active {
            text-align: center;
            height: 43px;
            border-radius: 58px;
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--alt-main-color-);
        }

            .qwanyn-section .kinds .box.active p {
                width: 100%;
                color: #fff;
                font-family: light;
            }

        .qwanyn-section .kinds .box p {
            width: 100%;
            color: var(--alt-main-color-);
            font-family: light;
        }

.qwanyn-section .main .right {
    background-color: #f3f3f3;
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    border-radius: 4px;
}

.qwanyn-section .right .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.qwanyn-section .main .left {
    background-color: #f3f3f3;
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    border-radius: 4px;
}

.qwanyn-section .left .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.qwanyn-section .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qwanyn-section .mid {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qwanyn-section .left {
    flex-basis: 20%;
}

.qwanyn-section .mid .box {
    height: fit-content;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    position: relative;
    padding: 20px 10px 20px 10px;
}

.qwanyn-section .mid .title {
    padding-top: 20px;
    padding-bottom: 50px;
}

    .qwanyn-section .mid .title p {
        font-family: Bahij;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .qwanyn-section .mid .title a {
        font-family: light;
        font-size: 18px;
        width: fit-content;
        border-bottom: 1px solid var(--alt-main-color-);
        color: var(--alt-main-color-);
    }

.qwanyn-section .mid .num {
    position: absolute;
    right: 20px;
    background-color: var(--main-color-);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    border-radius: 2px;
    border: 2px solid #fff;
    font-family: Bahij;
    font-size: 32px;
}



.qwanyn-section .mid .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 36px;
    border-radius: 2px;
    padding: 5px 10px 5px 10px;
    background-color: var(--alt-main-color-);
    width: max-content;
}

    .qwanyn-section .mid .button.kamel {
        background-color: var(--main-color-);
    }

        .qwanyn-section .mid .button.kamel p {
            color: var(--alt-main-color-);
        }

    .qwanyn-section .mid .button p {
        font-size: 14px;
        font-family: Bahij;
        color: #fff;
    }

.country {
    position: absolute;
    width: 30px;
    top: 10px;
    left: 20px;
}

    .country img {
        width: 100%;
    }

.pagnation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 50px;
}

    .pagnation .page {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        font-family: Bahij;
        background-color: #888;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagnation a .page {
        color: #fff !important;
        font-size: 20px;
    }

    .pagnation .page i {
        font-size: 20px;
    }

    .pagnation .page.active a {
        color: var(--alt-main-color-);
    }

    .pagnation .page.active {
        background-color: var(--main-color-);
        color: var(--alt-main-color-);
    }

.previous,
.next {
    background-color: #000 !important;
}

.qwanyn-section .date {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.qwanyn-section .radio {
    display: flex;
    gap: 5px;
    font-family: light;
}

input:checked {
    accent-color: var(--alt-main-color-);
}

@media (max-width: 1125px) {
    .qwanyn-section .main {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 30px;
    }

    .qwanyn-section .right,
    .qwanyn-section .left,
    .qwanyn-section .mid {
        flex-basis: 100% !important;
        width: 100%;
    }

    .pagnation .page {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-family: Bahij;
        background-color: #888;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pagnation .page a {
            color: #fff;
            font-size: 16px;
        }

        .pagnation .page i {
            font-size: 16px;
        }

    .pagnation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-bottom: 50px;
    }

    .qwanyn-section .mid .box {
        height: 220px;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background: #f3f3f3;
        position: relative;
        padding: 20px 10px 30px 10px;
    }


    .qwanyn-section .main .right {
        order: 1;
    }

    .qwanyn-section .main .left {
        order: 2;
    }

    .qwanyn-section .main .mid {
        order: 3;
    }
}
/* qwanyn */
/* qanon */
.qanon-veiw {
    padding-top: 180px;
    padding-bottom: 180px;
}

    .qanon-veiw .main {
        display: flex;
        align-items: start;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 30px;
    }

        .qanon-veiw .main .search .img {
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .qanon-veiw .search input {
        width: 100%;
        color: var(--alt-main-color-);
        background-color: transparent;
        font-family: light;
    }

        .qanon-veiw .search input::placeholder {
            width: 100%;
            color: var(--alt-main-color-);
            font-family: light;
        }

    .qanon-veiw .search {
        height: 43px;
        border-radius: 58px;
        background: #dfdfdf;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qanon-veiw .kinds {
        width: 100%;
        max-height: 700px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 10px;
    }

        .qanon-veiw .kinds .boxs {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding-top: 20px;
            padding-bottom: 20px;
            gap: 10px;
        }

        .qanon-veiw .kinds .box {
            text-align: center;
            height: 43px;
            border-radius: 58px;
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            border: 1px solid var(--alt-main-color-);
        }

            .qanon-veiw .kinds .box.active {
                text-align: center;
                height: 43px;
                border-radius: 58px;
                width: 80%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: var(--alt-main-color-);
            }

                .qanon-veiw .kinds .box.active p {
                    width: 100%;
                    color: #fff;
                    font-family: light;
                }

            .qanon-veiw .kinds .box p {
                width: 100%;
                color: var(--alt-main-color-);
                font-family: light;
            }

    .qanon-veiw .main .right {
        background-color: #f3f3f3;
        flex-basis: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 10px;
        border-radius: 4px;
        max-height: 700px;
    }

    .qanon-veiw .col-1 {
        flex-basis: 30%;
        background-color: #f3f3f3;
        max-height: 650px;
        overflow: hidden;
        padding-bottom: 40px;
    }

.tree-nav {
    padding: 10px;
    height: 550px;
    overflow-y: scroll;
    padding-bottom: 40px;
}

.qanon-veiw .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

summary {
    display: block;
    cursor: pointer;
    outline: 0;
}

    summary::-webkit-details-marker {
        display: none;
    }

.tree-nav__item {
    white-space: wrap;
    color: var(--alt-main-color-);
    position: relative;
    font-family: light;
    direction: rtl;
    font-size: 18px;
    display: block;
}

    .tree-nav__item.is-expandable::before {
        border-right: 1px solid var(--alt-main-color-);
        content: "";
        height: 100%;
        right: 0.8rem;
        position: absolute;
        top: 2.4rem;
        height: calc(100% - 2.4rem);
    }

    .tree-nav__item .tree-nav__item {
        margin-right: 1.5rem;
    }

    .tree-nav__item.is-expandable > .tree-nav__item-title {
        padding-right: 2.4rem;
    }

        .tree-nav__item.is-expandable > .tree-nav__item-title::before {
            position: absolute;
            will-change: transform;
            transition: transform 300ms ease;
            font-family: "ionicons";
            color: var(--alt-main-color-);
            font-size: 18px;
            content: "\f2e0";
            right: 0;
            display: inline-block;
            width: 1.6rem;
            text-align: center;
        }

.tree-nav__item-title {
    cursor: pointer;
    outline: 0;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 3.2rem;
    margin-left: 20px;
    text-wrap: nowrap;
}

    .tree-nav__item-title.active {
        cursor: pointer;
        outline: 0;
        color: #b90404;
        background-color: transparent;
        font-size: 18px;
        line-height: 3.2rem;
        border-radius: 10px;
    }

    .tree-nav__item-title .icon {
        display: inline;
        padding-right: 1.6rem;
        margin-left: 0.8rem;
        color: var(--alt-main-color-);
        font-size: 18px;
        position: relative;
    }

        .tree-nav__item-title .icon::before {
            top: 0;
            position: absolute;
            right: 0;
            display: inline-block;
            width: 1.6rem;
            text-align: center;
        }

    .tree-nav__item-title::-webkit-details-marker {
        display: none;
    }

.qanon-veiw .col-1 .title {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.qanon-veiw .col-1 .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qanon-veiw .col-1 .button {
    height: 15px;
    border-radius: 17px;
    background-color: var(--main-color-);
    font-size: 14px;
    font-family: light;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px 5px 10px;
    color: var(--alt-main-color-);
}

.qanon-veiw .mid .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qanon-veiw .mid .button {
    height: 15px;
    border-radius: 17px;
    background-color: var(--main-color-);
    font-size: 14px;
    font-family: light;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px 5px 10px;
    color: var(--alt-main-color-);
}

.qanon-veiw .mid .header-mid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--alt-main-color-);
    height: 60px;
    border-radius: 4px;
}

.qanon-veiw .mid .search {
    width: 40%;
}

.qanon-veiw .mid {
    flex-basis: 50%;
    border-radius: 21px 21px 5px 6px;
    border: 1px solid #d8d8d8;
    min-height: 700px;
    background-color: #f3f3f3;
    padding-bottom: 30px;
}

    .qanon-veiw .mid .search input {
        padding-right: 10px;
    }

.button {
    cursor: pointer;
}

.qanon-veiw .mid .main-tash .buttons {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.qanon-veiw .mid .main-tash .button {
    height: 20px;
    border-radius: 4px;
}

.qanon-veiw .tash-title {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 54px;
    background: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qanon-veiw .tash-title p {
        font-family: Bahij;
        font-size: 18px;
        color: var(--alt-main-color-);
    }

.qanon-veiw .col-1 {
    display: none;
}

    .qanon-veiw .col-1.show {
        display: block;
    }

.qanon-veiw .mid .mada-num {
    background-color: var(--main-color-);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahij;
    width: max-content;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    margin: auto;
}

.qanon-veiw .mid .linked {
    background-color: var(--alt-main-color-);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahij;
    width: max-content;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    margin: auto;
    color: #fff;
}

.qanon-veiw .mid .content {
    padding: 20px 10px 60px 10px;
    font-family: Bahij;
    line-height: 1.8;
}

    .qanon-veiw .mid .content p {
        white-space: pre-line;
        overflow-x: overlay;
    }

.qanon-veiw .linked-content .label {
    color: var(--alt-main-color-);
    border: none;
    border-radius: 5px;
    background-color: #fff;
}

.qanon-veiw .linked-content {
    padding-top: 40px;
}

.qanon-veiw .accordion {
    width: 90%;
    margin: auto;
}

    .qanon-veiw .accordion .scroll {
        height: 400px;
        overflow-y: scroll;
        padding-top: 5px;
    }

.qanon-veiw tr {
    cursor: pointer;
}

.qanon-veiw .linked-content .label::before {
    color: var(--alt-main-color-);
}

.accordion .contentBX .content {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 10px;
    box-sizing: border-box;
}

.qanon-veiw .col-3 {
    flex-basis: 30%;
}

    .qanon-veiw .col-3 .shar7-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

.col3-content .box {
    height: 52px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5px 0 5px;
}

    .col3-content .box p {
        color: #000;
        font-family: Bahij;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 30px;
}

    .tabs .tab {
        border-radius: 3px;
        background-color: transparent;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d4d4d4;
        padding: 0 10px;
    }

        .tabs .tab.active {
            background-color: var(--main-color-);
            color: white;
            border: none;
        }

        .tabs .tab p {
            color: var(--alt-main-color-);
            font-family: Bahij;
        }

.box-content {
    display: none !important;
}

    .box-content.active {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.qanon-veiw th {
    background-color: var(--alt-main-color-);
    color: #fff;
}

.qanon-veiw th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-family: Bahij;
}

@media (max-width: 1350px) {
    .accordion .contentBX .label {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .qanon-veiw .main {
        flex-direction: column;
    }

    .qanon-veiw .col-1 {
        flex-basis: 100%;
        width: 100%;
        order: 1;
    }

    .qanon-veiw .right {
        flex-basis: 100%;
        width: 100%;
        order: 2;
    }

    .qanon-veiw .mid {
        flex-basis: 100%;
        width: 100%;
        order: 4;
    }

    .qanon-veiw .col-3 {
        flex-basis: 100%;
        width: 100%;
        order: 3;
    }
}
/* qanon */
/* tree-page */
.tree-page {
    padding-top: 200px;
    padding-bottom: 80px;
}

    .tree-page .col-1 {
        flex-basis: 40%;
        background-color: #f3f3f3;
        max-height: 650px;
        overflow: hidden;
        padding-bottom: 40px;
    }

        .tree-page .col-1 .title {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .tree-page .col-1 .buttons {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .tree-page .col-1 .button {
            height: 15px;
            border-radius: 17px;
            background-color: var(--main-color-);
            font-size: 14px;
            font-family: light;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            padding: 5px 10px 5px 10px;
            color: var(--alt-main-color-);
        }

    .tree-page .title {
        background-color: var(--alt-main-color-);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .tree-page .row {
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 10px;
        padding-top: 50px;
    }

    .tree-page .col-2 .buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tree-page .col-2 .button {
        height: 15px;
        border-radius: 17px;
        background-color: var(--main-color-);
        font-size: 14px;
        font-family: light;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px 10px 5px 10px;
        color: var(--alt-main-color-);
    }

    .tree-page .col-2 .header-mid {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: var(--alt-main-color-);
        height: 60px;
        border-radius: 4px;
    }

    .tree-page .col-2 .search {
        width: 40%;
    }

    .tree-page .col-2 {
        flex-basis: 70%;
        border-radius: 21px 21px 5px 6px;
        border: 1px solid #d8d8d8;
        max-height: 660px;
        background-color: #f3f3f3;
        padding-bottom: 40px;
        overflow: hidden;
    }

        .tree-page .col-2 .search input {
            padding-right: 10px;
        }

        .tree-page .col-2 .main-tash .buttons {
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 30px;
        }

        .tree-page .col-2 .main-tash .button {
            height: 20px;
            border-radius: 4px;
        }

    .tree-page .item-title {
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 54px;
        background: #e4e4e4;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tree-page .item-title p {
            font-family: Bahij;
            font-size: 18px;
            color: var(--alt-main-color-);
        }

    .tree-page .col-2 .mada-num {
        background-color: var(--main-color-);
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Bahij;
        width: max-content;
        padding: 5px 10px 5px 10px;
        border-radius: 4px;
        margin: auto;
    }

    .tree-page .col-2 .content {
        padding: 20px 10px 60px 10px;
        font-family: Bahij;
        line-height: 2;
        white-space: pre-line;
        height: 600px;
        overflow-y: scroll;
    }

    .tree-page .col-2 .search {
        height: 43px;
        border-radius: 58px;
        background: #dfdfdf;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tree-page .col-2 .search input {
            padding-right: 10px;
        }

        .tree-page .col-2 .search input {
            width: 100%;
            color: var(--alt-main-color-);
            background-color: transparent;
            font-family: light;
        }

            .tree-page .col-2 .search input::placeholder {
                width: 100%;
                color: var(--alt-main-color-);
            }

        .tree-page .col-2 .search .img {
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .tree-page .page-search {
        display: flex;
        padding-top: 30px;
        align-items: center;
        justify-content: center;
    }

    .tree-page select {
        border: none;
        height: 67px;
        background-color: var(--alt-main-color-);
        color: #fff;
        font-family: Bahij;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 5px;
        width: 150px;
    }

    .tree-page .page-search input {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        width: 50%;
        height: 67px;
        border: none;
        background-color: #dfdfdf;
        font-family: light;
        padding-right: 10px;
        font-size: 20px;
    }

    .tree-page input::placeholder {
        color: var(--alt-main-color-);
    }

    .tree-page .option {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-top: 30px;
    }

        .tree-page .option label {
            font-family: Bahij;
            margin-right: 5px;
        }

.option div {
    border-bottom: 1px solid transparent;
}

    .option div.active {
        border-bottom: 1px solid var(--alt-main-color-);
    }

.tree-page .action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
}

    .tree-page .action .button {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: var(--alt-main-color-);
        padding: 0 10px 0 10px;
        font-family: Bahij;
        color: #fff;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.25);
    }

        .tree-page .action .button.delete {
            background-color: #ff5656;
        }

@media (max-width: 800px) {
    .tree-page .row {
        flex-direction: column;
    }

        .tree-page .row .col-1 {
            width: 100%;
        }
}
/* arabic mazomat */
.arabic-backgroung {
    background-image: url(../image/Rectangle\ 759.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center center;
}

.manzomat-arabic {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .manzomat-arabic .logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 58px;
        flex-wrap: wrap;
        padding-top: 50px;
    }

        .manzomat-arabic .logos .logo {
            width: 102px;
            height: 102px;
            flex-shrink: 0;
            border-radius: 50%;
            border: 2px solid #3232323b;
            cursor: pointer;
            text-align: center;
        }

            .manzomat-arabic .logos .logo .text {
                display: none;
            }

            .manzomat-arabic .logos .logo.active .text {
                font-family: Bahij;
                text-wrap: nowrap;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -50px;
                display: block;
            }

            .manzomat-arabic .logos .logo.active {
                width: 102px;
                height: 102px;
                flex-shrink: 0;
                border-radius: 50%;
                border: 2px solid var(--main-color-);
                position: relative;
            }

                .manzomat-arabic .logos .logo.active::before {
                    content: "";
                    width: 136px;
                    height: 136px;
                    flex-shrink: 0;
                    border-radius: 50%;
                    border: 1px solid var(--alt-main-color-);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

        .manzomat-arabic .logos img {
            width: 100%;
        }

    .manzomat-arabic .tabs {
        padding-top: 80px;
        gap: 30px;
    }

        .manzomat-arabic .tabs .tab {
            height: 63px;
            padding: 0px 10px 0 10px;
            font-size: 20px;
            background-color: #f8f8f8;
            border: none;
            border-radius: 9px;
        }

            .manzomat-arabic .tabs .tab.active {
                height: 63px;
                padding: 0px 10px 0 10px;
                font-size: 20px;
                background-color: var(--alt-main-color-);
                border: 1px solid var(--main-color-);
                color: var(--main-color-);
            }

                .manzomat-arabic .tabs .tab.active p {
                    color: var(--main-color-);
                }

    .manzomat-arabic .top-content {
        border-bottom: 1px solid var(--alt-main-color-);
        padding-bottom: 30px;
    }

    .manzomat-arabic .boxs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 80px;
    }

        .manzomat-arabic .boxs img {
            max-width: 350px;
            flex-shrink: 0;
        }

            .manzomat-arabic .boxs img:hover {
                filter: grayscale(60%);
            }

        .manzomat-arabic .boxs .manzoma {
            border-radius: 5px;
            position: relative;
        }

            .manzomat-arabic .boxs .manzoma .text {
                position: absolute;
                background-color: var(--main-color-);
                display: flex;
                align-items: center;
                justify-content: center;
                right: 20px;
                bottom: -17px;
                height: 30.656px;
                padding: 10px;
                width: fit-content;
                border-radius: 4px;
            }

            .manzomat-arabic .boxs .manzoma p {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                text-transform: capitalize;
                color: #000;
                font-family: Bahij;
            }

.main-content .box-content {
    display: none;
}

    .main-content .box-content.active {
        display: block;
    }

@media (max-width: 410px) {
    .manzomat-arabic .tab p {
        font-size: 16px;
    }
}
/* arabic mazomat */
/* a7kam */
.a7kam-backgroung {
    background-image: url();
    background-repeat: no-repeat;
    height: 30vh;
    background-size: cover;
    background-position: center center;
}

.a7kam-section .main-title {
    padding-top: 30px;
    padding-bottom: 40px;
}

.a7kam-section .main {
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
    width: 100%;
}

.a7kam-section .main {
    display: flex;
}

.a7kam-section .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a7kam-section .search input {
    width: 100%;
    color: var(--alt-main-color-);
    font-family: light;
}

    .a7kam-section .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.a7kam-section .kinds {
    width: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
}

    .a7kam-section .kinds .boxs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 10px;
    }

    .a7kam-section .kinds .box {
        text-align: center;
        height: 43px;
        border-radius: 58px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--alt-main-color-);
    }

        .a7kam-section .kinds .box.active {
            text-align: center;
            height: 43px;
            border-radius: 58px;
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--alt-main-color-);
        }

            .a7kam-section .kinds .box.active p {
                width: 100%;
                color: #fff;
                font-family: light;
            }

        .a7kam-section .kinds .box p {
            width: 100%;
            color: var(--alt-main-color-);
            font-family: light;
        }

.a7kam-section .main .right {
    background-color: #f3f3f3;
    flex-basis: 20%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    border-radius: 4px;
}

.a7kam-section .right .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.a7kam-section .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a7kam-section .mid {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    .a7kam-section .mid .box {
        height: fit-content;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background: #f3f3f3;
        position: relative;
        padding: 20px 10px 20px 10px;
    }

    .a7kam-section .mid .title {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .a7kam-section .mid .title p {
            font-family: Bahij;
            font-size: 20px;
            padding-bottom: 5px;
        }

        .a7kam-section .mid .title a {
            font-family: light;
            font-size: 18px;
            width: fit-content;
            border-bottom: 1px solid var(--alt-main-color-);
            color: var(--alt-main-color-);
        }

    .a7kam-section .mid .num {
        position: absolute;
        right: 20px;
        background-color: var(--main-color-);
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -20px;
        border-radius: 2px;
        border: 2px solid #fff;
        font-family: Bahij;
        font-size: 32px;
    }

    .a7kam-section .mid .buttons {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .a7kam-section .mid .button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 36px;
        border-radius: 2px;
        padding: 5px 10px 5px 10px;
        background-color: var(--alt-main-color-);
        width: max-content;
    }

        .a7kam-section .mid .button.kamel {
            background-color: var(--main-color-);
        }

            .a7kam-section .mid .button.kamel p {
                color: var(--alt-main-color-);
            }

        .a7kam-section .mid .button p {
            font-size: 14px;
            font-family: Bahij;
            color: #fff;
        }

.a7kam-section .tabs {
    gap: 30px;
}

    .a7kam-section .tabs .tab {
        height: 63px;
        padding: 0px 10px 0 10px;
        font-size: 20px;
        background-color: #f8f8f8;
        border: none;
        border-radius: 9px;
    }

        .a7kam-section .tabs .tab.active {
            height: 63px;
            padding: 0px 10px 0 10px;
            font-size: 20px;
            background-color: var(--alt-main-color-);
            border: 1px solid var(--main-color-);
            color: var(--main-color-);
        }

            .a7kam-section .tabs .tab.active p {
                color: var(--main-color-);
            }

.mado3at .mid-col .qa3da .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    padding: 0;
}

.mado3at .mid-col {
    flex-basis: 70%;
}

.mado3at .qa3da {
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    width: 100%;
}

.mado3at .mabdaa {
    width: 100%;
}

.mado3at .mid-col .qa3da-content {
    padding-top: 20px;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.qa3da-content .boxs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 400px;
    padding-top: 3px;
    padding-bottom: 50px;
    align-items: center;
    overflow-y: scroll;
}

.qa3da-content .box {
    background-color: var(--main-color-);
    width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px 20px 10px;
    border-radius: 4px;
}

    .qa3da-content .box p {
        font-family: Bahij;
    }

    .qa3da-content .box a {
        width: 80%;
        background-color: var(--alt-main-color-);
        padding: 10px;
        border-radius: 54px;
        font-family: Bahij;
        color: #fff;
    }

.mid-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.mado3at .mid-col .mabdaa .title-head {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 30px;
}

.box-content {
    display: none;
}

    .box-content.active {
        display: block;
    }

@media (max-width: 900px) {
    .a7kam-section .main {
        flex-direction: column;
    }

    .a7kam-section .mid-col {
        flex-basis: 100%;
        width: 100%;
    }

    .a7kam-section .right {
        flex-basis: 100%;
        width: 100%;
    }
}
/* a7kam */
/* 7km veiw */
.hkm-veiw {
    padding-bottom: 60px;
    padding-top: 200px;
}

    .hkm-veiw .main-title {
        padding-bottom: 40px;
    }

    .hkm-veiw .mid .buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hkm-veiw .mid .button {
        height: 15px;
        border-radius: 0px;
        background-color: var(--main-color-);
        font-size: 18px;
        font-family: light;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 10px 10px 10px;
        color: var(--alt-main-color-);
    }

    .hkm-veiw .mid .header-mid {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: var(--alt-main-color-);
        height: 60px;
        border-radius: 4px;
    }

    .hkm-veiw .mid .search {
        width: 40%;
    }

    .hkm-veiw .mid {
        flex-basis: 50%;
        border-radius: 21px 21px 5px 6px;
        border: 1px solid #d8d8d8;
        min-height: 700px;
        background-color: #f3f3f3;
        padding-bottom: 30px;
    }

        .hkm-veiw .mid .search input {
            padding-right: 10px;
        }

.button {
    cursor: pointer;
}

.hkm-veiw .mid .main-7km .buttons {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.hkm-veiw .mid .main-7km .button {
    border-radius: 0;
    font-family: Bahij;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hkm-veiw .hkm-title p {
    font-family: Bahij;
    font-size: 18px;
    color: var(--alt-main-color-);
}

.hkm-veiw .hkm-title {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 54px;
    background: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hkm-veiw .mid .content {
    padding: 0px 10px 60px 10px;
    font-family: light;
    line-height: 1.8;
    white-space: pre-line;
    font-size: 18px;
    font-family: Bahij;
}

.hkm-veiw .mid {
    flex-basis: 50%;
    border-radius: 21px 21px 5px 6px;
    border: 1px solid #d8d8d8;
    min-height: 700px;
    background-color: #f3f3f3;
    padding-bottom: 30px;
}

.hkm-veiw .main .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hkm-veiw .search input {
    width: 100%;
    color: var(--alt-main-color-);
    background-color: transparent;
    font-family: light;
}

    .hkm-veiw .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.hkm-veiw .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 550px) {
    .hkm-veiw .mid .header-mid {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: var(--alt-main-color-);
        height: 90px !important;
        border-radius: 4px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .hkm-veiw .mid .search {
        width: 80%;
    }
}
/* 7km veiw */
/* search */
.search-background {
    background-image: url();
    background-repeat: no-repeat;
    height: 20vh;
    background-size: cover;
    background-position: center center;
}

.tash-search {
    padding-bottom: 80px;
}

    .tash-search .main-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tash-search :is(.anwan, .nsws, .tash-num, .tash-data, .tash-year) {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .tash-search .input-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

.form-search {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.tash-search .flex {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--alt-main-color-);
}

    .tash-search .flex .col-1 {
        flex-basis: 30%;
        width: 40%;
    }

.tash-search label {
    font-family: Bahij;
    width: fit-content;
    text-wrap: wrap;
}

.tash-search :is(.anwan, .nsws) input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #dfdfdf;
    font-family: light;
    padding-right: 10px;
    font-size: 20px;
}

.tash-search .form-search select {
    border: none;
    height: 50px;
    background-color: var(--alt-main-color-);
    color: #fff;
    font-family: Bahij;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 5px;
    width: 150px;
}

.tash-search .col-2 {
    flex-basis: 50%;
}

.tash-search .form-search .title {
    width: 150px;
}

.tash-search :is(.tash-num, .tash-data, .tash-year) input {
    border-radius: 5px;
    border: 1px solid rgba(146, 72, 72, 0.25);
    background: #f6f6f6;
    height: 50px;
    width: 250px;
    padding-right: 5px;
    font-family: light;
    padding-left: 5px;
}

.tash-search .form-search .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}

.form-search .buttons .button {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--alt-main-color-);
    padding: 0 10px 0 10px;
    font-family: Bahij;
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

    .form-search .buttons .button.delete {
        background-color: #ff5656;
    }

.tash-search .col-2 .title {
    border-radius: 10px 10px 0px 0px;
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
}

.tash-search .col-2 .row {
    background-color: var(--main-color-);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

    .tash-search .col-2 .row .col1 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-right: 15px;
    }

        .tash-search .col-2 .row .col1 p {
            font-family: light;
        }

        .tash-search .col-2 .row .col1 :is(.checkall, .uncheckall) {
            border-bottom: 1px solid var(--alt-main-color-);
            cursor: pointer;
        }

    .tash-search .col-2 .row input {
        width: 80%;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        background: #f6f6f6;
        height: 30px;
        padding-right: 5px;
        font-family: light;
        padding-left: 5px;
    }

.tash-search .col-2 .selects {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start !important;
    row-gap: 4px;
}

    .tash-search .col-2 .selects label {
        text-wrap: wrap;
    }

    .tash-search .col-2 .selects input {
        color: var(--main-color-);
        width: 20px;
        height: 20px;
    }

        .tash-search .col-2 .selects input:checked {
            accent-color: var(--main-color-);
        }

    .tash-search .col-2 .selects .item {
        width: 50%;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.tash-search .scroll {
    max-height: 350px !important;
    padding-bottom: 30px;
    overflow-y: scroll;
    padding-top: 30px;
}

.tash-search .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 58px;
    row-gap: 150px;
    flex-wrap: wrap;
    padding-top: 50px;
}

    .tash-search .logos .logo {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        border-radius: 50%;
        border: 2px solid #3232323b;
        cursor: pointer;
        text-align: center;
    }

        .tash-search .logos .logo .text {
            font-family: Bahij;
            text-wrap: nowrap;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -80px;
            display: block;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

            .tash-search .logos .logo .text span {
                background-color: var(--main-color-);
                padding: 5px;
                border-radius: 4px;
                width: fit-content;
                margin: auto;
            }

    .tash-search .logos .logo {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        border-radius: 50%;
        border: 2px solid var(--main-color-);
        position: relative;
    }

        .tash-search .logos .logo::before {
            content: "";
            width: 102px;
            height: 102px;
            flex-shrink: 0;
            border-radius: 50%;
            border: 1px solid var(--alt-main-color-);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .tash-search .logos .logo.active::before {
            content: "";
            width: 102px;
            height: 102px;
            flex-shrink: 0;
            border-radius: 50%;
            border: 3px solid var(--alt-main-color-);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #e0dfdf;
            z-index: -1;
        }

    .tash-search .logos img {
        width: 100%;
    }

.tash-search .sort div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tash-search .sort select {
    height: 34px;
    border: none;
    background-color: #fff;
    color: var(--alt-main-color-);
    font-family: light;
    width: 180px;
}

.tash-search .head {
    max-width: 100%;
    height: 64px;
    background-color: var(--alt-main-color-);
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 15px;
}

.tash-search .head-section {
    padding-top: 40px;
}

.main-res {
    padding-top: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
}

    .main-res .right {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        flex-basis: 70%;
    }

    .main-res .left {
        flex-basis: 35%;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-res .right .box {
        height: fit-content;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background: #f3f3f3;
        position: relative;
        padding: 20px 10px 20px 10px;
        width: 90%;
    }

    .main-res .right .title {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .main-res .right .title p {
            font-family: Bahij;
            font-size: 20px;
            padding-bottom: 5px;
        }

        .main-res .right .title a {
            font-family: light;
            font-size: 18px;
            width: fit-content;
            border-bottom: 1px solid var(--alt-main-color-);
            color: var(--alt-main-color-);
        }

    .main-res .right .num {
        position: absolute;
        right: 20px;
        background-color: var(--main-color-);
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -20px;
        border-radius: 2px;
        border: 2px solid #fff;
        font-family: Bahij;
        font-size: 32px;
    }

    .main-res .right .buttons {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .main-res .right .button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 36px;
        border-radius: 2px;
        padding: 5px 10px 5px 10px;
        background-color: var(--alt-main-color-);
        width: max-content;
    }

        .main-res .right .button.kamel {
            background-color: var(--main-color-);
        }

            .main-res .right .button.kamel p {
                color: var(--alt-main-color-);
            }

        .main-res .right .button p {
            font-size: 14px;
            font-family: Bahij;
            color: #fff;
        }

    .main-res .head {
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        width: 97% !important;
    }

    .main-res .accordion {
        width: 100%;
    }

        .main-res .accordion .label {
            background: var(--alt-main-color-);
        }

    .main-res .filter {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        gap: 10px;
        width: 100%;
    }

        .main-res .filter .content {
            padding-top: 30px;
        }

        .main-res .filter .search {
            background-color: #dfdfdf;
            display: flex;
            align-items: center;
            gap: 5px;
            padding-right: 10px;
            width: 100%;
        }

            .main-res .filter .search input {
                background-color: transparent;
                width: 100%;
                color: var(--alt-main-color-);
            }

                .main-res .filter .search input::placeholder {
                    color: var(--alt-main-color-);
                }

    .main-res .checkboxs {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow-y: scroll;
        width: 100%;
    }

        .main-res .checkboxs .item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .main-res .checkboxs .item {
            display: flex;
            align-items: center;
            gap: 10px;
            border: 1.5px solid var(--main-color-);
            padding: 10px;
            border-radius: 5px;
            position: relative;
        }

            .main-res .checkboxs .item .number {
                background-color: var(--alt-main-color-);
                color: #fff;
                padding: 5px;
                border-radius: 3px;
                font-family: Bahij;
                position: absolute;
                left: 10px;
            }

.tash-search .arabic-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px;
}

.total-items {
    font-family: Bahij;
    font-size: 20px;
}

    .total-items span {
        color: var(--main-color-);
    }

.main-res .col-1 .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-res .col-1 .search input {
    width: 100%;
    color: var(--alt-main-color-);
    background-color: transparent;
    font-family: light;
}

    .main-res .col-1 .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.main-res .col-1 .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-res .left .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-res .left .search input {
    width: 100%;
    color: var(--alt-main-color-);
    background-color: transparent;
    font-family: light;
}

    .main-res .left .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.main-res .left .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-res .kinds {
    width: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
}

    .main-res .kinds .boxs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 10px;
    }

    .main-res .kinds .box img {
        width: 15px;
    }

    .main-res .kinds .box span {
        background-color: var(--main-color-);
        font-family: Bahij;
        padding-right: 3px;
        padding-left: 3px;
        border-radius: 4px;
    }

    .main-res .kinds .box {
        height: fit-content;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 5px;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        border: 1px solid var(--alt-main-color-);
        background-color: var(--alt-main-color-);
    }

        .main-res .kinds .box .item-text {
            display: flex;
            align-items: center;
            gap: 5px;
            flex-basis: 70%;
            text-wrap: wrap;
        }

    .main-res .kinds .box {
        height: fit-content;
        border-radius: 5px;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: transparent;
    }

        .main-res .kinds .box img {
            display: none;
        }

        .main-res .kinds .box.active {
            text-align: center;
            height: 35px;
            border-radius: 5px;
            width: 90%;
            display: flex;
            align-items: center;
            justify-content: space-around;
            background-color: var(--alt-main-color-);
        }

            .main-res .kinds .box.active p {
                width: fit-content;
                color: #fff;
                font-family: Bahij;
            }

        .main-res .kinds .box p {
            width: 100%;
            color: var(--alt-main-color-);
            font-family: Bahij;
        }

.main-res .col-1 .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.main-res .left .title {
    background-color: var(--alt-main-color-);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Bahij;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.main-res .col-1 {
    background-color: #f3f3f3;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    border-radius: 4px;
}

@media (max-width: 1160px) {
    .tash-search .flex {
        flex-direction: column;
    }

        .tash-search .flex .col-1 {
            flex-basis: 100% !important;
            width: 100% !important;
        }

    .tash-search .main-res {
        flex-direction: column;
    }

    .main-res .right {
        flex-basis: 100%;
        width: 100%;
    }

    .main-res .right {
        order: 2;
    }

    .main-res .left {
        order: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .main-res.global .right {
        order: 3;
    }

    .main-res.global .left {
        order: 2;
    }

    .main-res.global .col-1 {
        order: 1;
        width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 600px) {
    .tash-search :is(.tash-num, .tash-data, .tash-year) input {
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        background: #f6f6f6;
        height: 50px;
        width: 100%;
        padding-right: 5px;
        font-family: light;
        padding-left: 5px;
    }

    .tash-search .sort select {
        height: 34px;
        border: none;
        background-color: #fff;
        color: var(--alt-main-color-);
        font-family: light;
        width: 130px;
    }

    .tash-search .logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 58px;
        row-gap: 120px;
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .tash-search .flex label {
        font-size: 12px;
    }

    .tash-search :is(.anwan, .nsws, .tash-num, .tash-data, .tash-year) {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tash-search .form-search select {
        border: none;
        height: 50px;
        background-color: var(--alt-main-color-);
        color: #fff;
        font-family: Bahij;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 5px;
        width: 120px;
        font-size: 12px;
    }

    .tash-search .col-2 .row .col1 p {
        font-family: light;
        font-size: 12px;
    }

    @media (max-width: 400px) {
        .tash-search :is(.tash-num, .tash-data, .tash-year) input {
            border-radius: 5px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            background: #f6f6f6;
            height: 50px;
            width: 85px;
            padding-right: 5px;
            font-family: light;
            padding-left: 5px;
        }
    }
}
/* search */
/* atfaqya */
.atfaqya-main {
    padding-top: 200px;
}

    .atfaqya-main .row-1 {
        display: flex;
        align-items: start;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 30px;
    }

    .atfaqya-main .row {
        display: flex;
        align-items: start;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 20px;
    }

    .atfaqya-main .search .img {
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .atfaqya-main .search input {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

        .atfaqya-main .search input::placeholder {
            width: 100%;
            color: var(--alt-main-color-);
            font-family: light;
        }

    .atfaqya-main .kinds {
        width: 100%;
        max-height: 700px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 10px;
    }

        .atfaqya-main .kinds .boxs {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding-top: 20px;
            padding-bottom: 20px;
            gap: 10px;
        }

        .atfaqya-main .kinds .box {
            text-align: center;
            height: 43px;
            border-radius: 58px;
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            border: 1px solid var(--alt-main-color-);
        }

            .atfaqya-main .kinds .box.active {
                text-align: center;
                height: 43px;
                border-radius: 58px;
                width: 80%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: var(--alt-main-color-);
            }

                .atfaqya-main .kinds .box.active p {
                    width: 100%;
                    color: #fff;
                    font-family: light;
                }

            .atfaqya-main .kinds .box p {
                width: 100%;
                color: var(--alt-main-color-);
                font-family: light;
            }

    .atfaqya-main .row-1 .right {
        background-color: #f3f3f3;
        flex-basis: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 10px;
        border-radius: 4px;
        width: 100%;
    }

    .atfaqya-main .right .title {
        background-color: var(--alt-main-color-);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .atfaqya-main .col-1 .title {
        background-color: var(--alt-main-color-);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .atfaqya-main .row-1 .col-1 {
        padding-bottom: 160px;
        max-height: 450px;
        overflow: hidden;
    }

    .atfaqya-main .col-2 .title {
        background-color: var(--alt-main-color-);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .atfaqya-main .qa3da-content .box {
        background-color: var(--main-color-);
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px 20px 10px;
        border-radius: 4px;
    }

    .atfaqya-main .left {
        width: 100%;
    }

    .atfaqya-main .qa3da-content .box {
        background-color: var(--main-color-);
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px 20px 10px;
        border-radius: 4px;
    }

        .atfaqya-main .qa3da-content .box p {
            color: var(--alt-main-color-);
        }

    .atfaqya-main .mid .buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .atfaqya-main .mid .button {
        height: 15px;
        border-radius: 17px;
        background-color: var(--main-color-);
        font-size: 14px;
        font-family: light;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px 10px 5px 10px;
        color: var(--alt-main-color-);
    }

    .atfaqya-main .mid .header-mid {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: var(--alt-main-color-);
        height: 60px;
        border-radius: 4px;
    }

    .atfaqya-main .mid .search {
        width: 40%;
    }

    .atfaqya-main .mid {
        flex-basis: 50%;
        border-radius: 21px 21px 5px 6px;
        border: 1px solid #d8d8d8;
        min-height: 700px;
        background-color: #f3f3f3;
        padding-bottom: 30px;
    }

        .atfaqya-main .mid .search input {
            padding-right: 10px;
        }

    .atfaqya-main .qa3da-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        overflow-x: hidden;
        max-height: 350px;
        overflow-y: scroll;
        padding-top: 3px;
    }

        .atfaqya-main .qa3da-content .boxs {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 20px;
            width: 80%;
        }

.button {
    cursor: pointer;
}

.atfaqya-main .mid .main-tash .buttons {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.atfaqya-main .mid .main-tash .button {
    height: 20px;
    border-radius: 4px;
}

.atfaqya-main .tash-title {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 40px;
}

    .atfaqya-main .tash-title p {
        font-family: Bahij;
        font-size: 18px;
        color: var(--alt-main-color-);
    }

.atfaqya-main .mid .mada-num {
    background-color: var(--main-color-);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahij;
    width: max-content;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    margin: auto;
}

.atfaqya-main .mid .content {
    padding: 20px 10px 60px 10px;
    font-family: light;
    line-height: 1.8;
}

.atfaqya-main .row .left .col-2 .right {
    flex-basis: 20%;
}

.atfaqya-main .left .search .img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atfaqya-main .left .search input {
    width: 100%;
    color: var(--alt-main-color-);
    font-family: light;
}

    .atfaqya-main .left .search input::placeholder {
        width: 100%;
        color: var(--alt-main-color-);
        font-family: light;
    }

.atfaqya-main .left .search input {
    background-color: transparent !important;
    border: 0px solid;
    border-radius: 43px;
    height: 40px;
    color: #fff;
    font-family: bahij;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.atfaqya-main .search input {
    width: 100%;
    color: var(--alt-main-color-);
    background-color: transparent;
    font-family: light;
}

.atfaqya-main .search {
    height: 43px;
    border-radius: 58px;
    background: #dfdfdf;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1125px) {
    .atfaqya-main .row-1 {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 30px;
    }

    .atfaqya-main .row {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 20px;
    }

    .atfaqya-main .mid .header-mid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        background-color: var(--alt-main-color-);
        height: 60px;
        border-radius: 4px;
    }

    .col-2 .row .col-1 {
        flex-basis: 100%;
        width: 100%;
    }

    .col-2 .row .col-2 {
        flex-basis: 100%;
        width: 100%;
    }

    .atfaqya-main .qa3da-content .box {
        background-color: var(--main-color-);
        width: 80%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px 20px 10px;
        border-radius: 4px;
    }

    @media (max-width: 450px) {
        .atfaqya-main .mid .header-mid {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-around;
            background-color: var(--alt-main-color-);
            height: 60px;
            border-radius: 4px;
            padding-top: 5px;
            padding-bottom: 30px;
        }

        .atfaqya-main .mid .buttons {
            display: flex;
            align-items: center;
            gap: 10px;
            padding-top: 15px;
        }

        .atfaqya-main .mid .search {
            width: 60%;
        }
    }
}
/* atfaqya */
/* about page */
.about-section {
    background-image: url(../image/Rectangle\ 758.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center center;
}

.about {
    background-image: url(../image/about.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 80px;
}
/* about page */
/* contact */
.contact-backgroung {
    background-image: url(../image/contact.jpg);
    background-repeat: no-repeat;
    height: 80vh;
    background-size: cover;
    background-position: center top;
}

.contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ifarme {
    padding-top: 50px;
}

iframe {
    border: 2px solid var(--alt-main-color-);
    border-radius: 4px;
}

.contact-section .box {
    width: 314.528px;
    height: 239.609px;
    border-radius: 15px;
    border: 0.5px solid rgba(0, 0, 0, 0.62);
    background: #fbfbfb;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

    .contact-section .box .title p {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: Bahij;
    }

    .contact-section .box .subtext p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #5f5f5f;
        font-family: light;
    }

    .contact-section .box .main-text {
        width: 90%;
        height: 40px;
        border-radius: 6px;
        background: #323232;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

        .contact-section .box .main-text p {
            color: #fbfbfb;
            text-align: center;
            font-family: Bahij;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .contact-section .box .main-text span {
            color: #fbfbfb;
            text-align: center;
            font-family: Bahij;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

.contact-section .ways {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 40px;
    flex-wrap: wrap;
}
/* contact */
.datepicker__header {
    position: relative;
    text-align: center;
    background: var(--alt-main-color-) !important;
    padding: 0.25rem;
    margin: -0.5rem -0.5rem 0;
}

.datepicker__prev:hover, .datepicker__next:hover {
    background-color: var(--main-color-) !important;
}

.datepicker__wrapper {
    color: #333;
    border-radius: 0.125rem;
    font-family: Bahij !important;
    padding: 0.5rem;
    position: relative;
    z-index: 1;
    background: white;
    border: 1px solid var(--alt-main-color-) !important;
    width: 16rem;
}

.datepicker__day.is-selected div {
    background: var(--main-color-) !important;
}

.datepicker__day.is-today {
    color: var(--main-color-) !important;
}

.datepicker__day.is-selected .datepicker__daynum {
    font-weight: bold;
    color: var(--alt-main-color-) !important;
}

.datepicker table th {
    color: var(--alt-main-color-) !important;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: 4;
    font-weight: bold;
    text-align: center;
}

.datepicker__day.is-today {
    color: var(--alt-main-color-) !important;
}

/* qta3at */
.qta3at-page .mid {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    .qta3at-page .mid .box {
        height: 220px;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background: #f3f3f3;
        position: relative;
        padding: 20px 10px 20px 10px;
    }

    .qta3at-page .mid .title {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .qta3at-page .mid .title p {
            font-family: Bahij;
            font-size: 20px;
            padding-bottom: 5px;
        }

        .qta3at-page .mid .title a {
            font-family: light;
            font-size: 18px;
            width: fit-content;
            border-bottom: 1px solid var(--alt-main-color-);
            color: var(--alt-main-color-);
        }

    .qta3at-page .mid .num {
        position: absolute;
        right: 20px;
        background-color: var(--main-color-);
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -20px;
        border-radius: 2px;
        border: 2px solid #fff;
        font-family: Bahij;
        font-size: 32px;
    }

    .qta3at-page .mid .buttons {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .qta3at-page .mid .button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 36px;
        border-radius: 2px;
        padding: 5px 10px 5px 10px;
        background-color: var(--alt-main-color-);
        width: max-content;
    }

        .qta3at-page .mid .button.kamel {
            background-color: var(--main-color-);
        }

            .qta3at-page .mid .button.kamel p {
                color: var(--alt-main-color-);
            }

        .qta3at-page .mid .button p {
            font-size: 14px;
            font-family: Bahij;
            color: #fff;
        }

.qta3at-page .col-1 {
    flex-basis: 30%;
    background-color: #f3f3f3;
    max-height: 650px;
    overflow: hidden;
    padding-bottom: 40px;
}

    .qta3at-page .col-1 .title {
        background-color: var(--alt-main-color-);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: Bahij;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .qta3at-page .col-1 .title {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .qta3at-page .col-1 .buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .qta3at-page .col-1 .button {
        height: 15px;
        border-radius: 17px;
        background-color: var(--main-color-);
        font-size: 14px;
        font-family: light;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px 10px 5px 10px;
        color: var(--alt-main-color-);
    }

.qta3at-page .row {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
}

.qta3at-page {
    padding-top: 250px;
    padding-bottom: 200px;
}

    .qta3at-page .main-title {
        padding-bottom: 40px;
    }

@media (max-width:1125px) {
    .qta3at-page .row {
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
    }

        .qta3at-page .row .col-1 {
            width: 100%;
            flex-basis: 100%;
        }

        .qta3at-page .row .mid {
            width: 100%;
            flex-basis: 100%;
        }
}
/* qta3at */
/* edites */
.edites {
    padding-top: 200px;
}

    .edites .right {
        flex-basis: 40% !important;
    }

    .edites .qwanyn-section .kinds .box {
        text-align: center;
        height: 43px;
        border-radius: 10px !important;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edites .title-edite {
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 54px;
        background: #e4e4e4;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Bahij;
        font-size: 18px;
        color: var(--alt-main-color-);
    }
/* edites */
/* main tash */
.main-tash .mid {
    flex-basis: 100%;
}

.main-tash .page-search {
    display: flex;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
}

    .main-tash .page-search input {
        border-radius: 50px;
        width: 50%;
        height: 67px;
        border: none;
        background-color: #dfdfdf;
        font-family: light;
        padding-right: 10px;
        font-size: 20px;
    }

.main-tash input::placeholder {
    color: var(--alt-main-color-);
}

.main-tash .action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
}

    .main-tash .action .button {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: var(--alt-main-color-);
        padding: 0 10px 0 10px;
        font-family: Bahij;
        color: #fff;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.25);
    }

        .main-tash .action .button.delete {
            background-color: #ff5656;
        }
/* main tash */
/* account */
.account-backgroung {
    background-image: url(../image/profile-page.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center center;
}

.account-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

    .account-section .main-title {
        margin-bottom: 30px;
    }

.account-content {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 10px;
    margin: auto;
}

    .account-content :is(.name, .nationality, .phone, .governorate, .start, .end, .dwl-moshtrk ) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        border-bottom: 2px solid var(--main-color-);
        padding-bottom: 15px;
        padding-top: 15px;
        padding-right: 10px;
        color: var(--alt-main-color-);
        font-family: light;
    }

    .account-content .dwl-moshtrk {
        border-bottom: none;
    }

    .account-content :is(.name, .nationality, .phone, .governorate, .start, .end, .dwl-moshtrk) p:first-child {
        font-family: Bahij;
        text-wrap: nowrap;
    }

.flex-dwl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.account-content .dwl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--alt-main-color-);
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

    .account-content .dwl img {
        width: 25px;
    }

    .account-content .dwl p {
        font-size: 13px;
    }
/* account */

.HighLightSearch {
    background-color: var(--main-color-);
}

.whatsapp-icon {
    position: fixed;
    bottom: 55px;
    width: 50px;
    right: 5px;
}

.fa-circle-arrow-up {
    position: fixed;
    bottom: 115px;
    font-size: 40px;
    right: 10px;
    background-color: f1dd79;
    color: #f1dd79;
}

.atfaqya-main .left .col-2 {
    flex-basis: 70%;
}

.btn_logout {
    background-color: var(--alt-main-color-);
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-family: 'bahij';
    border: none;
}

#main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    flex-basis: 70%;
    width: 100%;
}

.load {
    position: relative;
}

.border {
    border: 1px solid var(--main-color-);
    width: fit-content;
    padding-right: 15px;
    padding-left: 15px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qwanyn-section #main {
    align-items: normal;
}



.txtalimage {
    position: relative;
    margin: 0 auto;
    top: 250px;
    text-align: center;
}

    .txtalimage h1 {
        color: white;
        font-family: alfont_com_tufuliarabicdemo-medium;
        background: rgba(0, 0, 0, 0.75);
        width: 20%;
        margin: 0 auto;
        font-weight: 100;
        border-radius: 31px;
        padding: 19px;
    }




@font-face {
    font-family: 'alfont_com_tufuliarabicdemo-medium';
    src: url('../fonts/alfont_com_tufuliarabicdemo-medium.ttf') format('truetype');
}

@keyframes fadeInColor {
    0% {
        opacity: 0;
        color: #ff5733;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
        color: #33c1ff;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        color: #ff33a6;
        transform: translateY(20px);
    }
}

@keyframes bounceColor {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        color: #ff5733; /* Orange */
    }

    40% {
        transform: translateY(-30px);
        color: #33ff57; /* Green */
    }

    60% {
        transform: translateY(-15px);
        color: #3357ff; /* Blue */
    }
}

.accordion li img {
    width: 20px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 88%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 58px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width:  100%;
}

.tree-nav__item .active {
    background: #1d1d1d;
    color: white;
    padding: 0px;
    border-radius: 5px;
}

.qa3da-content .box.active {
    background-color: var(--alt-main-color-);
}

    .qa3da-content .box.active p {
        color: #fff;
    }

.accordion .contentBX.active .content {
    max-height: 400px;
    padding: 10px;
    padding-bottom: 20px;
    display: flex;
    align-items: start !important;
    justify-content: start !importan;
    flex-flow: column;
    overflow:  scroll !important;
}

.hkm-veiw .mid .header-mid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: var(--alt-main-color-);
    height: 60px;
    border-radius: 4px;
    width: 100% !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

.main-7km {
    width: 100%;
    display:  flex;
}

.hkm-veiw .mid {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

.tree-nav {
    padding: 10px;
    height: 550px;
    overflow-y: scroll;
    padding-bottom: 40px;
    overflow-x:  scroll;
}

.tree-page .col-2 {
    Width: 100%;
}

.qwanyn-section .mid .box {
    height: fit-content;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    position: relative;
    padding: 20px 10px 20px 10px;
    height: fit-content  !important;
}

.qwanyn-section .mid .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
