﻿/* @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

:root {
    --primary_color: #131313;
    --prim_col: #9100b8;
    --accent_color: #f5a0f9;
    --third_color: #56fabd;
    --textLight_color: #bdc3c7;
    --textdark_color: #eeecdf;
    --primary_font: "Noto Sans Arabic", sans-serif;
    /* --primary_font: "Tajawal", sans-serif; */
    --white_color: #000000;
    --black_color: #ffffff;
    --transition: 0.2s ease-in;
    --border_color: #334155;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: var(--primary_font);
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section {
    position: relative;
    scroll-margin-top: 120px;
}

.container {
    max-width: 1250px !important;
    padding: 0 !important;
}

.btn_default {
    box-shadow: none !important;
    color: var(--white_color);
    background: var(--accent_color);
    transition: var(--transition);
    border-radius: 10px;
    font-weight: 500;
    padding: 10px;
    margin: 5px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.btn_second {
    background: var(--third_color);
}

.btn_default::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-radius: 10px;
    height: 100%;
    transition: var(--transition);
    background: var(--third_color);
    z-index: -1;
    opacity: 0.5;
}

.btn_default.btn_second::before {
    background: var(--accent_color);
}

.btn_default:hover {
    color: var(--white_color);
}

    .btn_default:hover::before {
        opacity: 1;
        width: 100%;
    }




/*------------------*/
/*----topbar_sec----*/
/*------------------*/
.topbar_sec {
    padding: 10px;
    transition: var(--transition);
    /* background: var(--accent_color); */
    border-bottom: 1px solid var(--border_color);
}

.bg_dark.topbar_sec {
    background: var(--primary_color);
}

.social_item a {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 1;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--third_color);
    border: 1px solid var(--accent_color);
    background: transparent;
    transition: var(--transition);
    color: var(--primary_color);
    background: var(--accent_color);
}

    .social_item a i {
        line-height: 1;
    }

    .social_item a:hover {
        background: var(--third_color);
        border-color: var(--third_color);
    }

.contactInfo_item a {
    color: var(--third_color);
    transition: var(--transition);
}

    .contactInfo_item a:hover, .contactInfo_item a i {
        color: var(--accent_color);
    }



/*----------------*/
/*-----navbar-----*/
/*----------------*/
#nav {
    padding: 0 15px;
    border-bottom: 1px solid var(--border_color);
    background-color: var(--primary_color);
    background-image: url(../img/nav_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo {
    max-width: 90px;
    transition: var(--transition);
}

    .logo img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

#nav-item {
    font-size: 15px;
    font-weight: 500;
    color: var(--textdark_color);
    transition: var(--transition);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
}

    #nav-item::before {
        content: "";
        position: absolute;
        top: 0;
        transition: var(--transition);
        right: 0;
        width: 0;
        height: 100%;
        background: #f5a0f92d;
        border-top: 2px solid var(--accent_color);
        border-bottom: 2px solid var(--accent_color);
        opacity: 0.5;
        z-index: -1;
    }

    #nav-item:hover::before {
        width: 100%;
        opacity: 1;
    }

#Btnnav_toggler {
    color: var(--accent_color);
    padding: 5px;
    border: 1px solid var(--accent_color);
    background: var(--primary_color);
    transition: var(--transition);
    border-radius: 12px;
    font-size: 30px;
    line-height: 1px;
}

    #Btnnav_toggler:hover {
        color: var(--third_color);
        background: var(--accent_color);
        border-color: var(--accent_color);
    }


/*----------------------*/
/*------home_banner-----*/
/*----------------------*/
.home_banner {
    /* background: url(/mkm12.jpg) center center/cover no-repeat; */
    min-height: 100vh;
    padding: 200px 0 150px;
    transition: var(--transition);
    align-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #0C0119;
    background-image: url(../img/aboutus.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* .home_banner::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/dots-frame.jpg);
    background-position: center center;
    background-repeat: repeat;
} */
.banner_shabe {
    position: absolute;
    bottom: -120px;
    right: -50px;
    max-width: 300px;
}

.banner_shabe2 {
    position: absolute;
    bottom: -120px;
    left: -50px;
    max-width: 300px;
    transform: scaleX(-1);
}


.rocket_banner {
    position: absolute;
    display: inline-block;
    width: auto;
    max-height: 400px;
    top: 50%;
    right: 5%;
    animation: pxl_right_left 12s ease-out infinite both alternate;
    transition: var(--transition);
}

.banner_title {
    font-size: 40px;
    font-weight: 700;
    transition: var(--transition);
    color: transparent;
    /* background: linear-gradient(180deg , var(--prim_col) , var(--accent_color)); */
    background: linear-gradient(180deg, var(--accent_color), var(--third_color));
    -webkit-background-clip: text;
}

.banner_des {
    color: var(--textLight_color);
    transition: var(--transition);
    font-size: 23px;
    font-weight: 400;
}

/*-----------------*/
/*----about_sec----*/
/*-----------------*/
.about_sec {
    position: relative;
    padding: 70px 0 30px;
    overflow: hidden;
    /* background: url(/img/d-bg-footer.jpg) center center/cover no-repeat; */
    /* background: var(--primary_color); */
    /* background-color: #0C0119; */
    /* background-image: url(../img/banner2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto; */
    background-color: #0C0119;
    /* background-image: url(../img/d-bg-footer.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
   background-attachment: fixed; */
}

.about_image {
    position: relative;
}
    /* .about_image img{
    border-radius: 12px;
} */
    .about_image img {
        animation: rotate 10s infinite linear;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section_header {
    margin-bottom: 25px;
    margin-top: 15px;
}

.subtitle {
    font-size: 13px;
    font-weight: 500;
    color: var(--third_color);
    display: inline-block;
    padding: 7px 20px;
    background: #03d9952d;
    border-radius: 0;
    line-height: 1;
    border-top: 2px solid var(--third_color);
    border-bottom: 2px solid var(--third_color);
    position: relative;
}

    .subtitle::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 5px;
        background: var(--third_color);
        top: -7px;
        left: 0;
        animation: rotattoright 5s ease-in infinite both alternate-reverse;
    }

    .subtitle::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 5px;
        background: var(--third_color);
        bottom: -7px;
        right: 0;
        animation: rotattoleft 5s ease-in infinite both alternate-reverse;
    }

.title_section, .aboutSub_title {
    font-size: 25px;
    font-weight: 600;
    color: transparent;
    /* background: linear-gradient(180deg , var(--prim_col) , var(--accent_color)); */
    background: linear-gradient(180deg, var(--accent_color), var(--third_color));
    -webkit-background-clip: text;
    margin: 15px 0;
}

.aboutSub_title {
    font-size: 22px;
    margin-bottom: 5px;
}

.description {
    font-size: 16px;
    color: var(--textdark_color);
}

.card_value {
    border: 1px solid #FFFFFF12;
    background: #FFFFFF12;
    backdrop-filter: blur(10px);
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.listFeature_about i {
    color: var(--third_color);
}

/* ====== Testimonial Section ====== */
.testmonial_sec {
    /* background: var(--primary_color); */
    /* background: url(/img/banner2.jpg) center center/cover no-repeat; */
    padding: 60px 0;
    background-color: #0C0119;
    /* background-image: url(../img/d-bg-footer.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .testmonial_sec::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(../img/dots-frame.jpg); */
        background-position: center center;
        background-repeat: repeat;
        /* backdrop-filter: blur(20px); */
    }

.card-testmonial {
    border: 1px solid #334155;
    /* background: #16161612; */
    /* background: url(../img/gradientbg21.png) center center/cover; */
    background: #20202012;
    backdrop-filter: blur(1px);
    /* backdrop-filter: blur(10px); */
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 #02426211;
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

    .card-testmonial:hover {
        /* box-shadow: 0 6px 32px 0 #d203d933; */
        border-color: var(--accent_color);
    }

.testmonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--prim_col);
    box-shadow: 0 2px 8px 0 #03d99622;
    background: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testmonial-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.testmonial-name {
    color: var(--accent_color);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.testmonial-job {
    color: var(--third_color);
    font-size: 0.98rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    display: block;
}

.testmonial-text {
    color: var(--textdark_color);
    font-size: 1.08rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0.5rem;
    line-height: 2;
    min-height: 70px;
}

.swiper_testmonial {
    padding-bottom: 0;
}

    .swiper_testmonial .swiper-pagination {
        bottom: 0 !important;
    }

    .swiper_testmonial .swiper-pagination-bullet {
        background: var(--third_color);
        opacity: 0.5;
        width: 12px;
        height: 12px;
        margin: 0 4px !important;
        transition: background 0.2s, opacity 0.2s;
    }

    .swiper_testmonial .swiper-pagination-bullet-active {
        background: var(--accent_color);
        opacity: 1;
    }

@media (max-width: 991px) {
    .card-testmonial {
        padding: 1.5rem 0.7rem 1.2rem 0.7rem;
        min-height: 320px;
    }

    .testmonial-img {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 767px) {
    .testmonial_sec {
        padding: 40px 0 0;
    }

    .card-testmonial {
        margin-bottom: 1.5rem;
        min-height: 260px;
    }
}



/*----------------*/
/*--servises_sec--*/
/*----------------*/
.servises_sec {
    background: var(--primary_color);
    /* background: url(/img/d-bg-footer.jpg) center center/cover no-repeat; */
    padding: 50px 0 20px;
    background-color: #0C0119;
    background-image: url(../img/aboutus2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#listServisesTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    #listServisesTabs .btn_servisesTap {
        box-shadow: none !important;
        color: var(--white_color);
        background: var(--accent_color);
        transition: var(--transition);
        border-radius: 10px;
        font-weight: 500;
        padding: 10px 20px;
        margin: 5px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

        #listServisesTabs .btn_servisesTap.active {
            background: var(--third_color);
        }

.card_servises {
    overflow: hidden;
    border-radius: 10px;
    transition: var(--transition);
    border: 1px solid #FFFFFF12;
    background: #FFFFFF12;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 16px 0 #02426211;
}

    .card_servises:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card_servises .card-title, .card-text {
        transition: var(--transition);
        color: var(--textdark_color);
    }

    .card_servises:hover .card-title {
        color: var(--third_color);
    }

    .card_servises .card-body {
        border-top: 1px solid #FFFFFF12;
    }

.servises_image {
    height: 300px;
    overflow: hidden;
    transition: var(--transition);
}

.card-img-top {
    width: 100%;
    transition: var(--transition);
    height: 100%;
}

.card_servises:hover img {
    transform: scale(1.1);
}



/*----------------*/
/*--gallery_sec---*/
/*----------------*/
.gallery_sec {
    padding: 50px 0;
    background-color: #0C0119;
    background-image: url(../img/aboutus.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .gallery_sec::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(../img/dots-frame.jpg); */
        background-position: center center;
        background-repeat: repeat;
        /* backdrop-filter: blur(20px); */
    }

    .gallery_sec .banner_shabe {
        bottom: auto;
        top: -100px;
        transform: scaleY(-1);
    }

.card_gallery {
    transition: var(--transition);
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ffffff23;
    background: #20202012;
    backdrop-filter: blur(1px);
}
/* .card_gallery:hover{

} */
.gallery_image {
    position: relative;
    transition: var(--transition);
    height: 330px;
}

    .gallery_image img {
        transition: var(--transition);
        width: 100%;
        height: 100%;
    }

.card_gallery:hover img {
    transform: scale(1.1);
}

.card_gallery .card-title {
    transition: var(--transition);
    color: var(--textdark_color);
}

.card_gallery:hover .card-title {
    color: var(--third_color);
}



.contact_sec {
    position: relative;
    padding: 50px 0;
    background: var(--primary_color);
    background-color: #0C0119;
    background-image: url(../img/d-bg-footer.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

.card_form {
    border: 1px solid var(--primary_color);
    border-radius: 10px;
    border: 1px solid #ffffff23;
    background: #20202012;
    backdrop-filter: blur(1px);
}

    .card_form label {
        color: var(--textdark_color);
    }

.form-control {
    border: 1px solid var(--textLight_color);
    box-shadow: none !important;
    border-radius: 10px;
    transition: var(--transition);
    background: var(--primary_color);
    height: 54px;
    color: var(--textdark_color) !important;
}

    .form-control::placeholder {
        color: var(--textdark_color) !important;
    }

    .form-control:focus {
        border-color: var(--accent_color);
        background: var(--border_color);
    }

.list-unstyled a, .list-unstyled li {
    color: var(--textdark_color);
    font-size: 18px;
    font-weight: 500;
    transition: var(--transition);
}

    .list-unstyled a:hover {
        color: var(--third_color);
    }

.list-unstyled i {
    color: var(--accent_color);
    font-size: 25px;
}

.contact_info .social_item a {
    border: 1px solid var(--textLight_color);
    width: 40px;
    font-size: 20px;
    height: 40px;
}

.footer {
    background-color: var(--primary_color);
    background-image: url(../img/nav_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}

    .error-area .container {
        max-width: 1320px;
    }

.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

    .error-content img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .error-content h3 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.4;
        font-family: 'Dosis', sans-serif;
        margin: 0;
    }

    .error-content p {
        max-width: 520px;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 auto 20px;
        color: #5f5f5f;
        letter-spacing: 0.2px;
        font-family: 'Catamaran', sans-serif;
        /* font-family: 'Dosis', sans-serif; */
    }

    .error-content #btn-error {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
        margin-top: 5px;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 30px;
        border: 1px solid #ec2529;
        background-color: #ec2529;
        -webkit-transition: .6s;
        transition: .6s;
        margin-right: 0;
        outline: 0 !important;
    }

        .error-content #btn-error:hover {
            color: #ec2529;
            background-color: #ffffff;
            text-decoration: none;
        }

/* ====== Privacy Policy & Terms Section ====== */
.privacy_content {
    padding: 150px 0 10px;
    position: relative;
    overflow: hidden;
    background-color: #0C0119;
    text-align: right;
}

    .privacy_content::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/dots-frame.jpg);
        background-position: center center;
        background-repeat: repeat;
    }

    .privacy_content .card {
        background: var(--white_color);
        border-radius: 16px;
        border: 1px solid #FFFFFF12;
        background: #FFFFFF12;
        backdrop-filter: blur(10px);
        padding: 0 15px;
        border-radius: 10px;
    }

    .privacy_content h1, .privacy_content h2, .privacy_content h4 {
        color: transparent;
        background: linear-gradient(180deg, var(--prim_col), var(--third_color));
        -webkit-background-clip: text;
        font-weight: 700;
    }

    .privacy_content h1 {
        color: transparent;
        background: linear-gradient(180deg, var(--prim_col), var(--third_color));
        -webkit-background-clip: text;
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .privacy_content h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .privacy_content h4 {
        font-size: 1.1rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .privacy_content p, .privacy_content ul {
        color: var(--textdark_color);
        font-size: 1.08rem;
        line-height: 2.1;
    }

    .privacy_content ul {
        padding-right: 1.5rem;
        margin-bottom: 1rem;
    }

        .privacy_content ul li {
            margin-bottom: 0.5rem;
            position: relative;
            padding-right: 1.2em;
        }

            .privacy_content ul li:before {
                content: '\f00c';
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
                color: var(--third_color);
                position: absolute;
                right: 0;
                top: 0.1em;
                font-size: 1em;
            }

    .privacy_content a {
        color: var(--accent_color);
        text-decoration: underline;
        font-weight: 500;
        transition: color 0.2s;
    }

        .privacy_content a:hover {
            color: var(--third_color);
        }

    .privacy_content hr {
        border-top: 1px solid var(--textLight_color);
        margin: 2rem 0;
    }

@media (max-width: 767px) {
    .privacy_content {
        padding: 180px 0 10px;
    }

        .privacy_content .card {
            padding: 1.2rem 0.7rem;
        }

        .privacy_content h1 {
            font-size: 1.3rem;
        }

        .privacy_content h2 {
            font-size: 1.1rem;
        }

        .privacy_content h4 {
            font-size: 1rem;
        }

        .privacy_content p, .privacy_content ul {
            font-size: 0.98rem;
        }
}
