﻿@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../font/notokufiarabic-variablefont_wght.woff') format('woff');
}
/********** القالب CSS **********/
:root {
    --primary: #65B530;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}



.fw-medium {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

/* زر العودة للأعلى */
.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** مؤشر التحميل (Spinner) ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** الأزرار ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** شريط التنقل (Navbar) ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** الرأس (Header) ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item h5,
        .header-carousel .owl-carousel-item p {
            font-size: 14px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 45px;
        font-size: 20px;
        transition: .5s;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

    .header-carousel .owl-dot::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        top: 4px;
        left: 4px;
        background: #FFFFFF;
        border-radius: 5px;
    }

    .header-carousel .owl-dot.active {
        background: var(--primary);
        border-color: var(--primary);
    }

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** قسم "حول" (About) ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** قسم "الخدمات" (Service) ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

    .service-item .btn {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        color: #FFFFFF;
        background: var(--primary);
        border-radius: 38px;
        white-space: nowrap;
        overflow: hidden;
        transition: .5s;
    }

    .service-item:hover .btn {
        width: 140px;
    }


/*** قسم "المميزات" (Feature) ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** معرض الأعمال (Portfolio) ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

    #portfolio-flters li:hover,
    #portfolio-flters li.active {
        color: var(--primary);
        border-color: var(--primary);
    }

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

    .portfolio-inner img {
        transition: .5s;
    }

    .portfolio-inner:hover img {
        transform: scale(1.1);
    }

    .portfolio-inner .portfolio-text {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -50px;
        opacity: 0;
        transition: .5s;
    }

    .portfolio-inner:hover .portfolio-text {
        bottom: 0;
        opacity: 1;
    }


/*** قسم "اقتباس" (Quote) ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** قسم "الفريق" (Team) ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .team-item img {
        transition: .5s;
    }

    .team-item:hover img {
        transform: scale(1.1);
    }

    .team-item .team-social {
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(22, 22, 22, .7);
        opacity: 0;
        transition: .5s;
    }

    .team-item:hover .team-social {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
    }

    .team-item .team-social .btn {
        opacity: 0;
    }

    .team-item:hover .team-social .btn {
        opacity: 1;
    }


/*** قسم "آراء العملاء" (Testimonial) ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

    .testimonial-carousel .owl-dots {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .testimonial-carousel .owl-dots .owl-dot {
            position: relative;
            width: 60px;
            height: 60px;
            margin: 0 5px;
            transition: .5s;
        }

            .testimonial-carousel .owl-dots .owl-dot.active {
                width: 100px;
                height: 100px;
            }

            .testimonial-carousel .owl-dots .owl-dot::after {
                position: absolute;
                width: 40px;
                height: 40px;
                bottom: -20px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                align-items: center;
                justify-content: center;
                content: "\f10d";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: var(--primary);
                background: #FFFFFF;
                border-radius: 40px;
                transition: .5s;
                opacity: 0;
            }

            .testimonial-carousel .owl-dots .owl-dot.active::after {
                opacity: 1;
            }

            .testimonial-carousel .owl-dots .owl-dot img {
                border-radius: 60px;
                opacity: .4;
                transition: .5s;
            }

            .testimonial-carousel .owl-dots .owl-dot.active img {
                opacity: 1;
            }


/*** قسم "اتصل بنا" (Contact) ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** التذييل (Footer) ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        content: "\f12f";
        font-family: "bootstrap-icons";
        font-weight: normal;
        margin-left: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary);
        letter-spacing: 1px;
        box-shadow: none;
    }


    /* =========================================
   تصغير حجم الخط بشكل عام للموقع
   ========================================= */

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-size: 14px;
}

/* النصوص العامة */
p,
span,
li,
label,
input,
textarea,
select,
button {
    font-size: 14px;
}

/* القوائم الرئيسية */
.navbar .navbar-nav .nav-link {
    font-size: 14px;
}

/* الأزرار */
.btn {
    font-size: 13px;
}

/* العناوين الصغيرة */
h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* العناوين المتوسطة */
h4 {
    font-size: 20px;
}

h3 {
    font-size: 24px;
}

/* العناوين الكبيرة */
h2 {
    font-size: 28px;
}

/* العنوان الرئيسي */
h1 {
    font-size: 34px;
}

/* نص الـ Carousel */
.header-carousel .owl-carousel-item p {
    font-size: 14px;
}

.header-carousel .owl-carousel-item h5 {
    font-size: 15px;
}

/* نصوص الخدمات */
.service-item p {
    font-size: 13px;
}

.service-item h5 {
    font-size: 16px;
}

/* التذييل */
.footer {
    font-size: 13px;
}

.footer .btn.btn-link {
    font-size: 13px;
}

/* Breadcrumb */
.breadcrumb-item {
    font-size: 13px;
}


/* =========================================
   الشاشات الصغيرة
   ========================================= */

@media (max-width: 768px) {

    body {
        font-size: 13px;
    }

    p,
    span,
    li,
    label,
    input,
    textarea,
    select,
    button {
        font-size: 13px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 13px;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 28px;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 13px !important;
    }
}


/* =========================================
   Videos Page
========================================= */

.videos-page {
    background: #f8f9fa;
}


/* Section Header */

.videos-section-line {
    width: 60px;
    height: 3px;
    background: var(--bs-primary);
    margin-bottom: 15px;
}


.videos-eyebrow {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.videos-title {
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}


.videos-subtitle {
    color: #777;
    line-height: 1.9;
    max-width: 720px;
}



/* =========================================
   Video Card
========================================= */

.video-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    transition: transform .35s ease, box-shadow .35s ease;
}


    .video-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 45px rgba(0,0,0,.12);
    }



/* =========================================
   Thumbnail
========================================= */

.video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
}


    .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }


.video-card:hover
.video-thumb img {
    transform: scale(1.06);
}



/* Overlay */

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0,0,0,.55), rgba(0,0,0,0) );
}



/* =========================================
   Play Button
========================================= */

.video-play-btn {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.3);
    transition: .3s ease;
}


    .video-play-btn i {
        font-size: 34px;
        margin-left: 3px;
    }


    .video-play-btn:hover {
        background: #fff;
        color: var(--bs-primary);
        transform: translate(-50%, -50%) scale(1.12);
    }



/* =========================================
   Category
========================================= */

.video-badge {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
}



/* =========================================
   Card Content
========================================= */

.video-card-body {
    padding: 24px;
}


    .video-card-body h2 {
        font-size: 20px;
        font-weight: 750;
        color: #222;
        line-height: 1.6;
        margin-bottom: 10px;
    }


    .video-card-body p {
        color: #777;
        font-size: 14px;
        line-height: 1.9;
        min-height: 53px;
    }



/* Watch */

.watch-link {
    border: 0;
    background: transparent;
    color: var(--bs-primary);
    padding: 0;
    font-weight: 700;
}


    .watch-link i {
        margin-left: 6px;
        transition: .25s ease;
    }


    .watch-link:hover i {
        margin-left: 12px;
    }



/* =========================================
   Modal
========================================= */

.video-modal-content {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}


#localContainer {
    background: #000;
}


#localVideo {
    display: block;
    width: 100%;
    max-height: 80vh;
    background: #000;
}



/* Empty */

.empty-videos {
    background: #fff;
    border-radius: 18px;
}


    .empty-videos i {
        font-size: 55px;
        color: var(--bs-primary);
    }



/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .videos-page {
        padding-top: 40px !important;
    }


    .videos-title {
        font-size: 32px;
    }


    .video-play-btn {
        width: 58px;
        height: 58px;
    }
}