* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* إزالة تأثير الخلفية الزرقاء */
    -webkit-tap-highlight-color: transparent;
    transition: 0.5s;
}
html {
    scroll-behavior: smooth;
}
:root {
    --special-text-color: #e0e0b6;
    --main-color: #F5EFE6;
    --light-black: #0a0a0a;
}
.container {
    padding-top: 9%;
    padding-bottom: 9%;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}
.container {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}
.container.top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}
.container.top {
    padding-top: 0;
}
.container.bottom {
    padding-bottom: 0;
}
@media (max-width: 1024px) {
    .container {
        padding-top: 8%;
        padding-bottom: 8%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .container {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
    .container {
        padding-top: 20%;
        padding-bottom: 14%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .container {
        padding-top: 10%;
        padding-bottom: 7%;
        padding-left: 5%;
        padding-right: 5%;
    }
}
.inside {
    margin: 0 auto;
    max-width: 1180px;
}
/* .container.top-bottom {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
} */
@font-face {
    font-family: 'jost';
    src: url('fonts/Jost/OFL.txt') format('txt'),
        url('fonts/Jost/Jost-VariableFont_wght.ttf') format('ttf')
}
@font-face {
    font-family: 'Tenor Sans', sans-serif;
    src: url('fonts/Tenor_Sans/OFL.txt') format('txt'),
    url('fonts/Tenor_Sans/TenorSans-Regular.ttf') format('ttf')
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/Plus_Jakarta_Sans/OFL.txt') format('txt'),
        url('fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf') format('ttf')
}
body {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    transition: 0.5s;
}
body::-webkit-scrollbar {
    width: 2px;
    border-radius: 20px;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 2px;
    margin-right: 2px;
    background-color: transparent;
    border-radius: 20px;
}
body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    width: 2px;
    margin-right: 2px;
    border-radius: 40px;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(202, 202, 202);
}
body::-webkit-scrollbar-thumb:active {
    background-color: rgb(227, 227, 227);
}
.logo {
    font-family: 'Tenor Sans', sans-serif;
}
p {
    font-family: 'Jost', sans-serif;
}
::selection {
    color: #000;
    background-color: #fff9cd;
}
a {
    text-decoration: none;
    cursor: pointer;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
}
/* Default Sections */
section .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 5%;
}
@media (min-width: 768px) {
    section .top {
        width: 650px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    section .top {
        width: 360px;
    }
}
@media (max-width: 767px) {
    section .top {
        width: 100%;
    }
}
section .top .title .section-h1 {
    font-family: 'Plus Jakarta Sans';
    color: #000000;
    font-size: 85px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 12px ;
}
@media (max-width: 1024px) {
    section .top .title .section-h1 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    section .top .title .section-h1 {
        font-size: 30px;
    }
}
section .top .light-section-name {
    margin: 1% 0 0 0;
    padding: 0px 0px 0px 0px;
    padding-block-start: 15px;
    padding-block-end: 15px;
}
section .top .light-section-name .out-span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section .top .light-section-name span.section-name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    padding: 0 10px;
}
section .top .light-section-name span.out-span::after,
section .top .light-section-name span.out-span::before {
    content: '';
    display: block;
    border-block-end: 0;
    flex-grow: 1;
    color: #00000073;
    border: 1px solid #00000021;
}
section .top .section-tip {
    margin: 1% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}
section .top .section-tip p {
    color: #000000CC;
    font-size: 17px;
    line-height: 1.4em;
    text-align: center;
}
/* Header */
header {
    background-color: #fff;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 20px -10px #0000007d;
}
@media screen and (max-width: 991px) {
    header {
        height: 70px;
    }
}
header .header-container {
    height: 100%;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 991px) {
    header .header-container {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
    }
}
header .header-container nav {
    height: 100%;
}
header .header-container nav .mobile-ul {
    display: none;
}
@media screen and (max-width: 991px) {
    header .header-container nav {
        display: flex;
    }
    header .header-container nav .mobile-ul {
        display: none;
    }
    header .header-container nav .mobile-ul.opened {
        display: flex;
    }
}
header .header-container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 25px;
    @media screen and (max-width: 991px) {
        justify-content: flex-end;
    }
}
header .header-container nav ul li {
    margin: 0 1px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991px) {
    header .header-container nav ul.main-ul li.li-pages {
        display: none;
    }
}
header .header-container nav ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-black);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.5s;
    z-index: 1;
}
header .header-container nav ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    border-radius: 20px;
    background-color: #d7d7d7;
    transition: 0.5s;
    z-index: -1;
}
header .header-container nav ul li:hover a::after {
    top: -50%;
    height: 200%;
    width: 140%;
}
header .header-container nav ul li a.main-link::after {
    background-color: var(--light-black);
    top: -50%;
    height: 200%;
    width: 120%;
}
header .header-container nav ul li.logo {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    img {
        width: 50px;
        height: 50px;
    }
}
header .header-container nav ul li.logo a {
    padding:  0;
    margin: 0;
    margin: 0 1px;
    width: max-content;
    height: 100%;
    direction: ltr;
    text-transform: uppercase;
    cursor: pointer !important;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    direction: ltr;
    user-select: none; /* يمنع تحديد النص */
    -webkit-user-select: none; /* دعم لمتصفح كروم وسفاري */
    -moz-user-select: none; /* دعم لمتصفح فايرفوكس */
    -ms-user-select: none; /* دعم لمتصفح إنترنت إكسبلورر */
    
}
header .header-container nav ul li.logo a::selection {
    background-color: transparent;
    color: #000;
}
@media screen and (max-width: 991px) {
    html:lang(en) header .header-container nav ul li.logo a {
        font-size: 16px;
        margin-right: 0;
        margin-left: -30px;
    }
    html:lang(ar) header .header-container nav ul li.logo a {
        font-size: 16px;
        margin-right: -30px;
        margin-left: 0;
    }
}
header .header-container nav ul li.logo a::after {
    content: '';
    display: none;
}
header .header-container nav ul li a.main-link {
    color: #fff;
}
header .header-container nav ul li.logo {
    margin: 0 1px;
    width: max-content;
    height: 100%;
    direction: ltr;
    text-transform: uppercase;
    cursor: default;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    direction: ltr;
}
header .header-container nav ul li.logo::selection {
    background-color: transparent;
    color: #000;
}
@media screen and (max-width: 991px) {
    html:lang(en) header .header-container nav ul li.logo {
        font-size: 16px;
        margin-right: 0;
        margin-left: -30px;
    }
    html:lang(ar) header .header-container nav ul li.logo {
        font-size: 16px;
        margin-right: -30px;
        margin-left: 0;
    }
}
header .header-container nav ul li.logo::after {
    content: '';
    display: none;
}
header .header-container nav .mobile-ul {
    flex-direction: column;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 49px;
    background-color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    height: max-content;
}
header .header-container nav .mobile-ul li {
    height: max-content;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 0;
}
header .header-container nav .mobile-ul li a {
    font-size: 18px;
    font-weight: 400;
}
header .header-container nav .hamburger-icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    padding: 15px;
}
@media screen and (max-width: 991px) {
    header .header-container nav .hamburger-icon {
        display: flex;
    }
}
header .header-container nav .hamburger-icon span {
    width: 22px;
    height: 2px;
    border-radius: 12px;
    background-color: var(--light-black);
    transition: 0.5s;
    position: absolute;
    left: 0 ;
}
html:lang(ar) header .header-container nav .hamburger-icon span {
    left: auto;
    right: 0;
}
header .header-container nav .hamburger-icon span.top {
    top: calc(50% - 7px);
}
header .header-container nav .hamburger-icon span.middle {
    top: 50%;
    width: 17px;
}
header .header-container nav .hamburger-icon span.bottom {
    top: calc(50% + 7px);
    width: 10px;
}
header .header-container nav .hamburger-icon span.top.opened {
    transform: rotate(45deg);
    top: 50%;
}
header .header-container nav .hamburger-icon span.middle.opened {
    width: 0;
}
header .header-container nav .hamburger-icon span.bottom.opened {
    transform: rotate(-45deg);
    width: 22px;
    top: 50%;
}
/* Footer */
footer .container .inside .parent {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    footer .container .inside .parent {
        flex-wrap: wrap;
        justify-content: center;
    }
}
footer .container .inside .parent .child {
    width: 33.33333333%;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .container .inside .parent .child .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
footer .container .inside .parent .child.title .box {
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding: 36px 0px 20px 0px;
    margin: 0% 10% 0% 0%;
    gap: 0;
}
@media (max-width: 1024px) {
    footer .container .inside .parent .child.title {
        width: 100%;
        min-height: auto;
        padding: 0;
        margin: 0;
    }
    footer .container .inside .parent .child.title .box {
        width: 100%;
        border-top: none;
        align-items: center;
        margin: 0;
        padding: 0;
        padding-bottom: 22px;
    }
}
footer .container .inside .parent .child.title .box h1 {
    font-family: 'Plus Jakarta Sans';
    color: #000000;
    font-size: 85px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 0;
    padding-bottom: 12px ;
}
@media (max-width: 1024px) {
    footer .container .inside .parent .child.title .box h1 {
        font-size: 44px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    footer .container .inside .parent .child.title .box h1 {
        font-size: 30px;
    }
}
footer .container .inside .parent .separator {
    width: 2px;
    min-height: 250px;
    background-color: #e5e5e5;
    display: inline-block;
}
@media (max-width: 1024px) {
    footer .container .inside .parent .separator {
        width: 100%;
        min-height: 2px;
        background-color: #e5e5e5;
}}
@media (max-width: 1024px) {
    footer .container .inside .parent .child.location {
        width: 50%;
    }
}
footer .container .inside .parent .child.location .box {
    padding: 015% 10% 15% 10%;
}
@media (max-width: 768px) {
    footer .container .inside .parent .child.location {
        width: 100%;
        min-height: auto;
    }
    footer .container .inside .parent .child.location .box {
        width: 100%;
        padding: 5% 5% 5% 5%;;
    }
}
footer .container .inside .parent .child.location .box h3.country-name {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 992px) {
    footer .container .inside .parent .child.location .box h3.country-name {
        font-size: 28px;
    }
}
@media screen and (min-width: 768px) {
    footer .container .inside .parent .child.location .box h3.country-name {
        font-size: 24px;
    }
}
footer .container .inside .parent .child.location .box a.phone-number {
    margin-top: 30px;
    color: #000000B8;
    line-height: 1;
    font-size: 18px;
    direction: ltr;
}
footer .container .inside .parent .child.location .box a.e-mail {
    color: #000000B8;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    direction: ltr;
}
@media (max-width: 768px) {
    footer .container .inside .parent .child.location .box a.phone-number,
    footer .container .inside .parent .child.location .box a.e-mail {
        font-size: 16px;
    }
}
footer .container .inside .parent .child.location .box a.home-title {
    color: #000000B8;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}
footer .container .inside .parent .child.location .box a {
    text-decoration: none;
}
/* Info */
.info {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.info .container .inside .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .info .container .inside .content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}
.info .container .inside .content .child.mobile {
    display: none;
}
.info .container .inside .content .child {
    width: 33.3333333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .info .container .inside .content .child {
        width: 100%;
    }
    .info .container .inside .content .child.mobile {
        display: flex;
        width: 100%;
    }
    .info .container .inside .content .child.screens {
        display: none;
    }
}
.info .container .inside .content .child .logo {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
}
.info .container .inside .content .child .logo img {
    width: 50px;
}
.info .container .inside .content .child .logo h1 {
    margin: 0 1px;
    width: max-content;
    height: 100%;
    direction: ltr;
    text-transform: uppercase;
    cursor: default;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    direction: ltr;
}
.info .container .inside .content .child .logo span {
    cursor: default;
    direction: ltr;
}
.info .container .inside .content .child .logo h1::selection,
.info .container .inside .content .child .logo span::selection {
    background-color: transparent;
    color: #000;
}
@media screen and (max-width: 991px) {
    .info .container .inside .content .child .logo h1 {
        font-size: 16px;
    }
}
.info .container .inside .content .child p {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .info .container .inside .content .child p {
        font-size: 14px;
        font-weight: 400;
    }
}
/* Translation */
.social {
    position: fixed;
    bottom: 50px;
    z-index: 999;
    right: 10px;
    border-radius: 40px;
    transition: 0.5s all ease-in-out;
}
.social.opened {
    right: -45px;
}
.social .in-social {
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    padding: 15px 10px;
    padding: 10px 5px;
    border-radius: 40px;
    background-color: #3a3a3a;
    background-color: #ececee;
    background-color: #fff;
    box-shadow: 0 0 10px #d5d5d5;
    transition: 0.5s all ease-in-out;
}
.social .in-social button {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 0;
    background-color: #fff;
    background-color: transparent;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s all ease-in-out;
}
.social .in-social button:hover {
    box-shadow: 0 0 10px #e0e0e0;
}
.social .in-social button img {
    width: 20px;
}
.social .in-social .toggle {
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
}
.social .in-social .toggle .open-close {
    position: relative;
    width: 100%;
    height: 100%;
}
.social .in-social .toggle .open-close span {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 2px;
    border-radius: 20px;
    background-color: #000;
    transition: 0.5s all ease-in-out;
    line-height: 0;
    box-shadow: 0 0 10px #7c7c7c;
}
.social .in-social .toggle .open-close span.top {
    top: calc(50% - 5px);
    transform: rotate(45deg);
}
.social .in-social .toggle .open-close span.bottom {
    bottom: calc(50% - 5px);
    transform: rotate(-45deg);
}
.social.opened .in-social .toggle .open-close span.top {
    transform: rotate(-45deg);
}
.social.opened .in-social .toggle .open-close span.bottom {
    transform: rotate(45deg);
}
@media (max-width: 768px) {
    .social.opened {
        right: -31px;
    }
    .social.opened .in-social {
        border: 1px solid #d9d9d9;
    }
    .social .in-social {
        gap: 5px;
        padding: 5px 4px;
        background-color: #ececee;
        background-color: #fff;
        box-shadow: 0 0 10px #d5d5d5;
    }
    .social .in-social button {
        font-size: 14px;
        width: 25px;
        height: 25px;
        background-color: transparent;
    }
    .social .in-social button img {
        width: 20px;
    }
    .social .in-social .toggle {
        left: -15px;
    }
}
@media (max-width: 768px) {
    .social .in-social .toggle .open-close span {
        width: 10px;
        height: 2px;
    }
    .social .in-social .toggle .open-close span.top {
        top: calc(50% - 4px);
    }
    .social .in-social .toggle .open-close span.bottom {
        bottom: calc(50% - 4px);
    }
}