body {
    /* background: linear-gradient(to bottom,  #FFFFFF 0%, #EDF1FF 120%); */
}

@font-face {
    font-family: Cairo;
    src: url("../fonts/Cairo/Cairo-VariableFont_slnt\,wght.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cairo;
    text-decoration: none;
    list-style: none;
}

cursor {
    display: none;
}

.container {
    width: 90%;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    /* overflow: hidden; */
}

:root {
    --main-color: #2e3192;
    --second-color: #4f59d1;
    --main-red: #ed1c24;
    --fliner-color: #edf1ff;
    --sliner-color: #8b9bff;
    --app-color: #f6f8ff;
    --p-color: #80828d;
}

/* header */

.header {
    height: 90px;
    /* padding: 1rem 0; */
    background: linear-gradient(to left, #fff 0%, #edf1ff 120%);
}

@media (max-width: 991px) {
    .header {
        height: 85px;
        background: linear-gradient(to left, #fff 0%, #edf1ff 50%);
        position: sticky;
        top: 0;
        z-index: 9999;
        /* opacity: 0.9; */
    }
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar li a {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 400;
    text-wrap: nowrap;
    transition: 0.3s ease;
}

.navbar li a:hover {
    color: var(--main-red);
}

@media (max-width: 1200px) {
    .navbar li a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .navbar li a {
        font-size: 25px;
    }
}

.navbar li a img {
    max-width: 100%;
    padding: 0.5rem 0;
}

li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

li:last-child .fi-tr-earth-asia {
    font-size: 25px;
    display: flex;
    height: 100%;
    align-items: flex-end;
}

@media (max-width: 991px) {
    li:nth-child(6) {
        display: none;
    }

    li:last-child {
        display: none;
    }
}

li:nth-child(3) {
    position: relative;
}

.list-style {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.list-style li {
    display: block;
    background: #3d44a6;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    margin: 5px 0;
    padding: 0rem 3rem;
}

.list-style li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0 2rem;
}

@media (max-width: 1200px) {
    .list-style li a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        padding: 0 0rem;
    }
}

.navbar li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.navbar li i {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.mobile-nav {
    display: none !important;
}

@media (max-width: 991px) {
    .mobile-nav {
        display: block !important;
        display: block !important;
        position: relative;
        z-index: 9999999999;
        position: fixed;
    }
}

/* Dropdown Menu */
.navbar li.dropdown {
    position: relative;
    z-index: 9999;
}

/* .navbar li.dropdown:hover .list-style {
    display: block;
    transition: 0.3s ease-in;
} */

.list-style {
    display: none;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.list-style li a {
    color: #fff;
    text-align: center;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        background: #edf1ff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2rem;
        display: none;
        z-index: 99999;
    }

    .navbar.active {
        display: flex;
    }

    .mobile-nav {
        display: block;
        cursor: pointer;
        font-size: 30px;
        color: var(--main-color);
        padding: 1rem;
        margin: 0 0 1rem;
    }

    .navbar li a {
        margin-bottom: 1rem;
    }

    .navbar li.logo {
        display: none;
    }

    .language-switch {
        display: none;
    }
}

/* Adjust dropdown for mobile */
@media (max-width: 991px) {
    .list-style {
        position: absolute;
        top: 0%;
        width: 100%;
        padding: 0;
        left: 50%;
        transform: translate(-30%, 50%);
    }

    .list-style li {
        width: 100%;
        padding: 0 5rem;
    }
}

.mobile-header {
    display: none;
}

@media (max-width: 991px) {
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobile-header img {
        padding: 1rem 0;
        width: 5rem;
    }

    .mobile-header ul {
        position: absolute;
        display: flex;
    }

    .mobile-header ul i {
        font-size: 25px;
    }

    .mobile-header ul a {
        display: flex;
        align-items: end;
    }
}

/* header */

/* acount */
.space {
    margin-bottom: 5rem;
    overflow: hidden;
    height: auto;
}

@media (max-width: 991px) {
    .space {
        margin-bottom: 0rem;
    }
}

.heating {
    margin: 5rem 0;
}

.acount {
    margin: 0 0 1rem;
    background-color: var(--main-color);
    position: relative;
}

.acount .acou-cntent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25vh;
}

@media (max-width: 991px) {
    .acount .acou-cntent .logo {
        width: 7rem;
    }
}

.acount .acou-cntent h1 {
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .acount .acou-cntent h1 {
        font-size: 20px;
    }
}

.acount .acou-cntent span {
    color: var(--main-red);
    font-size: 40px;
}

@media (max-width: 991px) {
    .acount .acou-cntent span {
        font-size: 20px;
    }
}

.acount .acou-cntent .bake {
    position: absolute;
    right: -115px;
    transform: rotateY(20deg);
    height: 100%;
    z-index: 1;
    width: 500px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .acount .acou-cntent .bake {
        position: absolute;
        right: -100px;
        width: 300px;
    }
}

.acount .acou-cntent .bake1 {
    position: absolute;
    right: 4px;
    width: 630px;
    transform: translateX(12px);
    max-width: 100%;
    z-index: 1;
    height: 100%;
}

@media (max-width: 991px) {
    .acount .acou-cntent .bake1 {
        position: absolute;
        right: -30px;
        width: 400px;
    }
}

.acount .acou-cntent .bake2 {
    position: absolute;
    right: 240px;
    z-index: 1;
    height: 100%;
    width: 40rem;
    filter: blur(0.5px);
}

@media (max-width: 991px) {
    .acount .acou-cntent .bake2 {
        display: none;
    }
}

/* job */
.job .job-conrent {
    background: transparent;
}

.job .job-conrent .search {
    margin: 5rem 0 3rem 0px;
}

.job .job-conrent .search .job-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.search input {
    width: 100%;
    padding: 1rem 3rem;
    border: 1px solid var(--main-color);
    outline: none;
    position: relative;
    height: 100%;
    text-align: right;
    color: var(--main-red);
}


.job .job-conrent .search label {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-25%, 50%);
    color: rgb(46 49 146 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

@media (max-width: 776px) {
    .job .job-conrent .search label {
        position: absolute;
        right: 0;
        transform: translate(-25%, 100%);
        color: rgb(46 49 146 / 60%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        opacity: 0.5;
    }
}

.job .job-conrent .search i {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, 50%);
    font-size: 30px;
    color: rgb(46 49 146 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

@media (max-width: 776px) {
    .job .job-conrent .search i {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 20px;
        color: rgb(46 49 146 / 60%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.job .job-conrent .search button {
    position: absolute;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
    background: var(--main-color);
    text-align: center;
    padding: 10px;
    width: 200px;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job .job-conrent .search button:hover {
    color: rgb(255 255 255 / 80%);
}

@media (max-width: 776px) {
    .job .job-conrent .search button {
        position: absolute;
        top: 0;
        left: 0%;
        transform: translate(0%, 0%);
        background: var(--main-color);
        text-align: center;
        padding: 15.5px;
        width: 110px;
        color: #fff;
        font-size: 15px;
    }
}

.jobfind {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0;
}

.jobfind h3 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 25px;
}

@media (max-width: 776px) {
    .jobfind h3 {
        font-size: 10px;
    }
}

.jobfind .job-finddis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.jobfind .job-finddis .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.jobfind .job-finddis .list:first-child {
    background: #edf2fe;
    padding: 0.5rem;
    gap: 2rem;
}

@media (max-width: 776px) {
    .jobfind .job-finddis .list:first-child {
        gap: 1rem;
    }
}

.jobfind .job-finddis .list i {
    color: var(--main-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 776px) {
    .jobfind .job-finddis .list i {
        font-size: 15px;
    }
}

.jobfind .job-finddis .list h5 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 776px) {
    .jobfind .job-finddis .list h5 {
        font-size: 10px;
    }
}

.jobs-conent {
    border: 1px solid var(--main-color);
    padding: 1rem;
    text-align: end;
    /*direction: rtl;*/
    margin: 5rem 0;
}

.jobs-conent h1 {
    color: var(--main-color);
    margin-bottom: 0.5rem;
}

@media (max-width: 776px) {
    .jobs-conent h1 {
        text-align: center;
        font-size: 15px;
    }
}

.jobs-conent p {
    color: var(--main-color);
    font-size: 25px;
    margin: 1rem 0;
    font-weight: 400;
    width: 90%;
}

@media (max-width: 776px) {
    .jobs-conent p {
        text-align: center;
        width: 100%;
        font-size: 15px;
    }
}

.jobs-conent a {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 1rem;
    color: var(--main-color);
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    transition: 0.3s ease;
}

@media (max-width: 776px) {
    .jobs-conent a {
        justify-content: center;
        font-size: 15px;
    }
}

.jobs-conent a:hover {
    color: var(--main-red);
}

.jobs-conent .locat {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin: 0 1rem;
}

@media (max-width: 776px) {
    .jobs-conent .locat {
        justify-content: center;
    }
}

.jobs-conent .locat i {
    font-size: 25px;
    color: var(--main-color);
}

.jobs-conent .locat h3 {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}

.jobs-conent .done-job {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5rem;
}

@media (max-width: 776px) {
    .jobs-conent .done-job {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
        align-items: center;
    }
}

.jobs-conent .done-job h4 {
    color: var(--main-color);
    font-weight: 600;
    margin: 1rem 0;
}

.jobs-conent .done-job h4 {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}

.jobs-conent .done-job span {
    color: var(--main-red);
    padding: 0 0.5rem;
    animation: opcety 2s linear infinite;
    animation-timing-function: ease;
    transition: ease;
}

@keyframes opcety {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/* job */

/* start footer style  */
footer {
    background-color: var(--main-color);
    border-radius: 40px 40px 0px 0px;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: white;
    padding: 2rem 0;
}

.footer .img>img {
    width: 3rem;
    display: block;
    margin: auto;
}

.footer .links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    border-bottom: 1px solid white;
    padding: 1rem 0;
}

.footer .links>div {
    text-align: right;
}

.footer .links>div .dis {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.3rem 0;
    padding: 2rem;
}

@media (max-width: 991px) {
    .footer .links>div .dis {
        align-items: center;
    }
}

.footer .links>div .diss {
    color: rgb(255 255 255 / 70%);
    font-size: 20px;
}

.footer .links>div img {
    margin: 0 -30px;
}

.footer .links>div .dis .gaping {
    margin: 2rem 0 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: end;
}

@media (max-width: 991px) {
    .footer .links>div .dis .gaping {
        justify-content: center;
    }
}

.footer .links>div .dis .gaping a {
    font-size: 20px;
    text-wrap: nowrap;
    transition: 0.3s ease;
}

.footer .links>div .dis .gaping a:hover {
    color: #fff;
}

.footer .links>div .dis .gaping i {
    display: flex;
    align-items: center;
}

.pad-fotter {
    padding: 1rem 0;
}

.footer .links>div .dis h4 {
    position: relative;
    font-size: 25px;
}

.footer .links>div .dis h4::before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 20%);
    height: 5px;
    width: 100%;
    left: 50%;
    bottom: -60%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.footer .links>div .dis h4::after {
    content: "";
    position: absolute;
    background: rgb(255 255 255);
    height: 5px;
    width: 30%;
    left: 50%;
    bottom: -60%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

@media (max-width: 800px) {
    .footer .links>div {
        align-items: center;
        text-align: center;
    }
}

form {
    background-color: #edf1ff;
    padding: 1rem;
    border-radius: 10px;
}

form .forms {
    display: flex;
    flex-direction: column;
    text-align: right;
}

form .forms label {
    color: var(--main-color);
}

form .forms input {
    outline: none;
    border: none;
    background: #e1e8ff;
    border-radius: 5px;
    padding: 0.1rem;
    margin: 0.5rem 0px;
    text-align: right;
    color: var(--main-red);
}

form .forms textarea {
    outline: none;
    border: none;
    background: #e1e8ff;
    border-radius: 5px;
    padding: 0.1rem;
    clip-path: content-box;
    max-width: 100%;
    margin: 0.5rem 0px;
    text-align: right;
    color: var(--main-red);
}

.send {
    display: flex;
    margin: 1rem;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--main-color);
    width: fit-content;
    margin: 1rem auto 0;
    padding: 0 1rem;
    border-radius: 5px;
}

.send a {
    color: rgb(255 255 255 / 70%);
    transition: 0.3s ease;
}

.send a:hover {
    color: #fff;
}

.footer .links>div a,
.footer .links>div a {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    transition: 0.3s ease;
}

.footer .links .social>div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer .links .social>div i {
    font-size: 1.5rem;
}

.copywrite {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.603);
    align-items: center;
    margin: -1rem 0;
}

@media (max-width: 991px) {
    .copywrite {
        justify-content: center;
        gap: 1rem;
    }
}

.copywrite .Bin {
    width: 8rem;
    max-width: 100%;
}

@media (max-width: 991px) {
    .copywrite .Bin {
        display: none;
    }
}

.copywrite .Arab {
    width: 15rem;
    max-width: 100%;
}

.contact-page .contactss-dis .cont-form {
    background-color: #f6f8ff;
    padding: 1.5rem;
    width: 100%;
    border-radius: 20px;
}

.list-style {
    display: none;
    position: absolute;
    /* height: 100%; */
    /* width: 100%; */
    top: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.flip {
    display: block;
    position: absolute;
    z-index: 9999999;
}

/* / */