@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../../assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal }

* {
    margin: 0; padding: 0;
    font-family: 'IBM Plex Sans Arabic', sans-serif }

/* تغيير لون الخلفية للنصوص التي يتم تحديدها */
::selection {
    background-color: #D4AF37;
    color: #F2F2F2 }

/* شريط التمرير */
::-webkit-scrollbar {
    height: 0.5rem; width: 0.5rem;
    background-color: transparent }
::-webkit-scrollbar-thumb {
    background: #D4AF37;
    border-radius: .625rem }
/* شريط التمرير في  FireFox */
* {
    scrollbar-width: thin;
    scrollbar-color: #D4AF37 transparent }

html { scroll-behavior: smooth }

span { color: #D4AF37 }

.fade-in-top {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-bottom {
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.visible {
    opacity: 1;
    transform: translate(0, 0) }

header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #F2F2F2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 0.625rem 1rem;
    border-radius: 20px;
    margin: 1.25rem }

.logo-container {
    display: flex;
    align-items: center }

.logo-container h1 { 
    font-weight: 700;
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text }

nav {
    display: flex;
    gap: 1.25rem }

nav a, .mobile-menu a, .dropdown-content a {
    font-weight: 700;
    color: #F2F2F2;
    text-decoration: none;
    background: linear-gradient(135deg, #F2F2F2 0%, #F2F2F2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.3s ease;
    background-size: 200% 200%;
    background-position: left center;
    position: relative }

nav a:hover, .mobile-menu a:hover, .dropdown-content a:hover {
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    background-position: right center;
    transition: background-position 0.3s ease }

.mobile-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: fixed;
    top: 5.3125rem; right: 0;
    width: 80%;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #F2F2F2;
    font-weight: 700;
    flex-direction: column;
    gap: 0.9375rem;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(160, 160, 160, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    pointer-events: none }

.mobile-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto }

.mobile-menu.hiding {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none }

.mobile-menu a { 
    text-align: right;
    text-decoration: none;
    color: #F2F2F2;
    margin-right: .625rem }

.mobile-close {
    align-self: flex-end;
    font-size: 1.5rem;
    cursor: pointer;
    margin: .625rem 1.5625rem }

.bar {
    display: block;
    position: absolute;
    height: 3px; width: 100%;
    background-color: #F2F2F2;
    border-radius: 2px;
    transition: all 0.4s ease-in-out }

.top-bar { top: .3125rem }

.bottom-bar { top: .875rem }

.menu-toggle.active .top-bar {
    transform: rotate(45deg);
    top: .6875rem }

.menu-toggle.active .bottom-bar {
    transform: rotate(-45deg);
    top: .6875rem }

.dropdown { position: relative }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 150px;
    top: 1.875rem;
    right: 0;
    box-shadow: 0px 4px 6px rgba(160, 160, 160, 0.5);
    z-index: 999 }

.dropdown:hover .dropdown-content { display: block }

.dropdown-content a {
    display: block;
    padding: 0.625rem;
    color: #F2F2F2;
    text-decoration: none }

.dropdown.show .dropdown-content { display: block }

.lang a {
    font-weight: 700;
    font-size: 20px;
    color: #F2F2F2;
    text-decoration: none;
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    padding: 5px 20px;
    border-radius: 20px;
    transition: 0.3s }

.lang a:hover { filter: drop-shadow(0 0 10px rgba(218, 79, 55, 0.502)) }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-0.625rem) }
    to { opacity: 1; transform: translateY(0) }}

p { line-height: 1.65 }

.home {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center }
        
.home::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to right,
        #000, /* from-black */
        #111827, /* المنتصف */
        #000 /* to-black */ );
    opacity: 0.9;
    z-index: -1 }

.home-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center }

.home-icon {
    font-size: 64px;
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(218, 79, 55, 0.502)) }

.home-title h1 { color: #F2F2F2 }

.home-title span {
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent }

.home-text { 
    margin-top: 15px;
    color: #888 }

.home-btns { 
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }

.home-btns-google-play span, .applestore-button span { color: #F2F2F2 }
 
.playstore-button, .applestore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 1);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all  .2s ease;
    text-decoration: none }

.playstore-button:hover, .applestore-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1) }

.home-btns i { font-size: 1.5rem; }

.texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1 }

.text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem }

.text-2 { font-weight: 600 }

.home-note { 
    color: #F2F2F2;
    margin-top: 20px;
    font-weight: 600 }

.about, .faqs, .contact { 
    background-color: #111827;
    color: #F2F2F2 }

.about-data, .faqs-data, .contact-data {
    display: flex;
    flex-direction: column;
    align-items: center }

.about-title::after, .faqs-title::after, .contact-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px; width: 100px;
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%) }

.about-text { margin-top: 25px }

.about-why span {
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent }

.features {
    background-color: #111827;
    margin-top: 20px;
    color: #F2F2F2 }

.features-grid {
    display: grid;
    gap: 20px;
    justify-content: center;
    padding: 0 10px }

.feature-card {
    background: #1F2937;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(244, 196, 48, 0.05);
    border: 1px solid transparent }

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
    box-shadow: 0 0 25px rgba(244, 196, 48, 0.1) }

.feature-icon {
    font-size: 2.4rem;
    color: #D4AF37;
    margin-bottom: 15px }

.faq-section {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #1F2937;
    color: #F2F2F2;
    padding: 2rem;
    border: 1px solid #D4AF37;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-top: 15px; margin-left: auto; margin-right: auto;
    display: table }

.faq-header {
    text-align: center;
    margin-bottom: 2rem }

.faq-header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem }

.faq-header h1 {
    color: #A0A0A0;
    font-size: 1.2rem }

.faq-card {
    border-radius: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05) }

.faq-toggle {
    background: none;
    border: none;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
    background-color: #D4AF37;
    color: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s }

.faq-toggle:hover { background-color: #111827 }

.faq-toggle p { color: #F2F2F2 }

.faq-answer {
    padding: 0 1.5rem;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #F2F2F2;
    border-top: 1px solid #DDD;
    color: #555;
    font-size: 0.95rem;
    transition: all 0.4s ease }

.faq-answer.show {
    padding: 1rem 1.5rem;
    height: auto;
    opacity: 1 }

.faq-answer.show p { 
    color: #000;
    font-weight: 500 }

.contact-data {
    display: block;
    text-align: right }

.contact-title { text-align: center }

.contact-message-title {
    font-weight: 600;
    margin-top: 15px;
    color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center }

.message-cont { padding-top: 20px }

.message-form, .message-group {
    display: grid;
    row-gap: 25px }

.message-form { position: relative }

.name-input, .email-input, .message-input {
    padding: 16px 20px;
    border: none;
    border-radius: 8px;
    background-color: #1F2937;
    color: hsl(228, 8%, 95%);
    border: 1px solid #4b5563;
    transition: 0.3s }

.name-input::placeholder, .email-input::placeholder, .message-input::placeholder { color: hsl(228, 8%, 65%) }

.name-input:hover, .email-input:hover, .message-input:hover { border-color: #D4AF37 }

.message-input {
    height: 150px;
    resize: none;
    margin-bottom: 10px }

.submit-button {
    justify-self: center;
    cursor: pointer;
    display: inline-block; 
    font-weight: 700;
    font-size: 20px;
    color: #F2F2F2;
    text-decoration: none;
    background: linear-gradient(135deg, #DA4F37 0%, #D4AF37 100%);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    transition: 0.3s }

.submit-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(244, 196, 48, 0.1)}

#toast {
    position: fixed;
    top: 20px; right: 20px;
    padding: 1em;
    border-radius: 4px;
    color: #F2F2F2;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1000 }

#toast.show {
    opacity: 1;
    pointer-events: auto }

#toast.success { background-color: #74B72E }

#toast.error { background-color: #e74c3c }

footer { background-color: #1F2937 }

.footer-content { display: grid }

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around }

.footer-right { grid-area: a }

.logo-footer div {
    display: flex;
    align-items: center }

.logo-footer h2 {
    margin-left: 10px;
    font-weight: 600;
    color: #F2F2F2 }

.tow { margin-top: 10px }

.logo-footer img { border-radius: 50% }

.logo-footer p { color: #F2F2F2 }

.footer-links { margin: 10px 0 }

.footer-links a { color: #F2F2F2 }

.footer-links i:hover { transform: scale(1.2) }

.footer-links i { transition: transform 0.5s }

.payment-methods { padding-top: 10px }

.payment-methods img {
    height: auto;
    object-fit: contain }

.footer-left { grid-area: b }

.copy-right p {
    font-weight: 500;
    margin: 0;
    color: #F2F2F2;
    line-height: 1.65 }

.footer-left {
    display: flex;
    justify-content: center;
    line-height: 1.65 }

.footer-left div { 
    display: flex;
    flex-direction: column }

.footer-left h1 {
    font-weight: 600;
    color: #F2F2F2 }

.footer-left a {
    text-decoration: none;
    font-weight: 400;
    color: #F2F2F2;
    transition: all 0.3s }

.footer-left a:hover { 
    background: linear-gradient(135deg, #DA4F37 0%, #f4c430 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent }

.arrow-up {
    position: fixed;
    bottom: 10px; right: -70px;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s }
        
.show-arrow-up { right: 10px }
        
.arrow-up i {
    color: #F2F2F2;
    font-size: 30px;
    background-color: #D4AF37;
    padding: 10px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50% }

@media screen and (min-width: 320px) and (max-width: 426px) { .mobile-menu { margin: 30px }}

@media screen and (max-width: 321px) { .mobile-menu { margin: 20px }}

@media screen and (max-width: 394px) {
    nav { display: none }

    .mobile-menu.active { display: flex }

    .menu-toggle {
        display: block;
        height: 1.5625rem; width: 1.875rem;
        position: relative;
        cursor: pointer;
        z-index: 1100 }

    .home-data, .about-data, .faqs-data, .contact-data { padding: 25px }

    .home-title h1, .home-title span { font-size: 1.875rem }

    .home-btns { flex-direction: column }

    .about-title, .faqs-title, .contact-title { font-size: 20px }

    .about-title::after { bottom: -10px }

    .faqs-title::after { bottom: -5px }

    .features-grid { grid-template-columns: 1fr }

    .faq-header h1 { font-size: 1rem }

    .faqs p, .faqs i { font-size: 0.9rem }

    .contact-message-title { font-size: 14px }

    footer { padding: .625rem }

    .footer-content { grid-template-areas: "a a" "b b" }

    .logo-footer img { max-width: 40px }

    .logo-footer h2, .footer-left h1 { font-size: 1.125rem }

    .footer-links a { 
        font-size: 30px;
        padding: 3px }

    .payment-methods { margin-top: 10px }

    .footer-left, .copy-right { padding-top: 20px; padding-left: 5px }

    .footer-left { justify-content: space-around }

    .footer-left a { 
        font-size: 15px;
        line-height: 25px }
    
    .copy-right p { width: 300px }}

@media screen and (min-width: 394px) {
    nav { display: none }

    .mobile-menu.active { display: flex }

    .menu-toggle {
        display: block;
        height: 1.5625rem; width: 1.875rem;
        position: relative;
        cursor: pointer;
        z-index: 1100 }

    .home-data, .about-data, .faqs-data, .contact-data { padding: 40px }

    .home-title h1, .home-title span { font-size: 2.1875rem }

    .home-text { font-size: 18px }

    .home-btns { flex-direction: column }

    .about-title, .faqs-title, .contact-title { font-size: 25px }

    .about-title::after { bottom: -10px }

    .faqs-title::after { bottom: -5px }

    .features-grid { grid-template-columns: 1fr }

    .faq-header h1 { font-size: 1rem }

    .faqs p, .faqs i { font-size: 0.9rem }

    footer { padding: .9375rem }

    .footer-content { grid-template-areas: "a a" "b b" }

    .logo-footer img { max-width: 40px }

    .logo-footer h2, .footer-left h1 { font-size: 20px }

    .footer-links { margin-top: 20px }

    .footer-links a { 
        font-size: 30px;
        padding: 3px }

    .payment-methods { margin-bottom: 10px }

    .footer-left { justify-content: space-around }
    
    .footer-left a { 
        font-size: 15px;
        line-height: 25px }
    
    .copy-right p { width: 350px }}

@media screen and (max-width: 426px) { .payment-methods img { max-width: 300px }}

@media screen and (min-width: 425px) and (max-width: 767px) { .copy-right p { margin-top: 15px }}

@media screen and (min-width: 425px) { .footer-links { margin-top: 10px }}

@media screen and (min-width: 426px) { .payment-methods img { max-width: 300px }}

@media screen and (min-width: 683px) { .payment-methods img { max-width: 350px }}

@media screen and (max-width: 768px) { .home-data { margin-top: 120px } }

@media screen and (min-width: 767px) {
    header { margin: 1.25rem 3.75rem }

    nav { display: flex }

    .menu-toggle { display: none }

    nav a { font-size: 1.0625rem }

    .home { height: 100vh }

    .home-data { margin-top: 60px }

    .home-title h1, .home-title span { font-size: 2.1875rem }

    .home-text { font-size: 20px }

    .home-btns { flex-direction: row }

    .about-text { font-size: 20px }

    .about-title::after { bottom: -10px }

    .about-why { font-size: 22px }

    .features-grid { grid-template-columns: repeat(3, 1fr) }

    footer { padding: 20px 75px } 

    .footer-content { grid-template-areas: "a b" "c b" }

    .logo-footer {
        display: flex;
        align-items: flex-start;
        flex-direction: column }
    
    .payment-methods img { max-width: 280px }

    .footer-left { 
        flex-direction: row;
        gap: 3.75rem }}

@media screen and (min-width: 1023px) {
    header { margin: 1.25rem 5rem }

    nav a { font-size: 1.25rem }

    .home-title h1, .home-title span { font-size: 3rem }

    .home-text { font-size: 24px }

    .about-data, .contact-data { padding: 50px }

    .about-title, .faqs-title, .contact-title { font-size: 25px }

    .about-title::after { bottom: -10px }

    .about-text { font-size: 20px }

    .features-grid { grid-template-columns: repeat(4, 1fr) }

    .payment-methods img { max-width: 350px }

    .footer-left { align-items: flex-start }}

@media screen and (min-width: 1439px) { 
    header { margin: 1.25rem 12.5rem }

    .home-data { padding: 180px }

    .about-data, .contact-data { padding: 50px }

    .home-text { font-size: 26px }

    .about-title, .faqs-title, .contact-title { font-size: 30px }

    .about-title::after { bottom: -10px }

    .about-text { font-size: 22px }
    
    .features-grid { grid-template-columns: repeat(5, 1fr) }

    .faq-header h1 { font-size: 1.4rem }

    .faqs p, .faqs i { font-size: 1.125rem }

    .contact-message-title { font-size: 22px }

    footer { padding: 40px 0 }

    .footer-content {
        display: grid;
        justify-content: space-around;
        margin: 0 140px }

    .logo-footer img { max-width: 60px }

    .logo-footer h2, .footer-left h1 { font-size: 1.875rem }

    .footer-links a { 
        font-size: 45px;
        padding: 5px }

    .payment-methods { margin-top: 10px }

    .payment-methods img { max-width: 550px }

    .footer-left a { 
        font-size: 25px;
        line-height: 40px }
    
    .footer-left a::before {
        margin-top: 25px;
        height: 12px; width: 95% }

    .footer-url a, .copy-right p { font-size: 20px }

    .copy-right p { 
        width: 500px;
        margin-top: 10px }}