﻿/* Start Global Rules */
:root {
    --main-color: #19c8fa;
    --transparent-color: rgb(15 116 143 / 70%);
    --section-padding: 100px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
/*    font-family: "Noto Kufi Arabic", sans-serif;*/
}
body {
/*    font-family: "Noto Kufi Arabic", sans-serif;*/
}
html {
    scroll-behavior: smooth;
}
ul {
    list-style: none;
    margin: 0;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.ar-direction{
    direction: rtl;
}
.en-direction {
    direction: ltr;
}
/* Small */
@media (min-width: 768px) {
    .container {
/*        width: 750px;*/
        width: 100%;
    }
}
/* Medium */
@media (min-width: 992px) {
    .container {
        /*        width: 970px;*/
        width: 100%;
    }
}
/* Large */
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }
}
/* End Global Rules */

/* Start Landing */
    .landing {
        height: 100vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .landing .overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000000b3;
            z-index: 2;
        }

        .landing .slider-container {
            width: 100%;
            height: 100%;
        }

            .landing .slider-container .slide {
                background-size: cover;
                width: 100%;
                height: 100%;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                opacity: 0;
                transition: opacity 1s;
            }

            .landing .slider-container .slide.active {
                opacity: 1;
            }

                .landing .slider-container .slide .text {
                    color: white;
                    padding: 0 15px;
                    display: flex;
                    justify-content: flex-start;
                    z-index: 2;
                    width: 94%;
                    max-width: 1200px;
                    text-align: right;
                    margin-left: auto;
                    margin-right: auto;
                }

    @media (max-width: 767px) {
        .landing .slider-container .slide .text {
            width: 100%;
        }
    }

    .landing .slider-container .slide .text .content {
        max-width: 500px;
    }

    @media (max-width: 767px) {
        .landing .slider-container .slide .text .content {
            max-width: 100%;
        }
    }

    .landing .slider-container .slide .text .content h2 {
        font-size: 3.5rem;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .landing .slider-container .slide .text .content p {
        font-size: 18px;
        line-height: 2;
    }
.landing .slider-container .slide .text .content a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 13px;
    border: 2px solid;
    border-color: #343a40;
    text-align: center;
    vertical-align: middle;
    padding: 12px 16px;
}
    .landing .slider-container .slide .text .content a:hover {
        background-color: #343a40;
    }
.landing i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(52, 58, 64, 0.6);
    height: 54px;
    width: 54px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.delay-500 {
    animation-delay: 0.5s;
}
.delay-1000 {
    animation-delay: 1s;
}
.delay-1500 {
    animation-delay: 1.5s;
}

.landing i.prev {
    left: -100px;

}
    .landing:hover i.prev {
            left: 30px;
        }
.landing i.next {
    right: -100px;
}
    .landing:hover i.next {
        right: 30px;
    }

    @media (max-width: 767px) {
        .landing i.prev {
            left: -100px;
        }
        .landing:hover i.prev {
            left: 20px;
        }
        .landing i.next {
            right: -100px;
        }
        .landing:hover i.next {
            right: 20px;
        }
    }

    .landing i.disabled {
        opacity: 0.4;
        cursor: no-drop;
    }

    .landing ul {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        display: flex;
        z-index: 2;
    }

        .landing ul li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid white;
            margin-right: 10px;
            cursor: pointer;
        }

            .landing ul li.active {
                background-color: var(--main-color);
                border-color: var(--main-color);
            }
    /* End Landing */
    /* Start About Us */
    .about {
        padding: 80px 0;
    }

        .about .container {
            display: flex;
            align-content: center;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

    @media (max-width: 992px) {
        .about .container {
            flex-direction: column-reverse;
        }
    }

    .about .container .content {
        width: calc(60% - 20px);
    }

    @media (max-width: 992px) {
        .about .container .content {
            width: 100%;
        }
    }

.about .title {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

        .about .container .content .title h3 {
        }

    .about .container .content .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        row-gap: 20px;
    }

        .about .container .content .boxes .box {
            width: calc(50% - 10px);
            font-size: 16px;
            background-color: #dddddd59;
            padding: 20px;
            border-radius: 20px;
        }

    @media (max-width: 540px) {
        .about .container .content .boxes .box {
            width: 100%;
        }
    }

    .about .container .content .boxes .box .icon {
        width: 50px;
    }

        .about .container .content .boxes .box .icon img {
            max-width: 100%;
        }

    .about .container .content .boxes .box .info {
        margin-top: 15px;
    }

        .about .container .content .boxes .box .info h3 {
            font-size: 18px;
        }

        .about .container .content .boxes .box .info p {
        }

    .about .container .img {
        width: 40%;
        text-align: center;
    }

    @media (max-width: 992px) {
        .about .container .img {
            width: 100%;
        }
    }

    .about .container .img img {
        max-width: 100%;
    }
    /* End About Us */
    /* Start Services */
    .services {
        padding: 80px 0;
    }

        .services .container {
        }

            .services .container .title {
                margin-bottom: 40px;
            }

                .services .container .title h3 {
                    text-align: center;
                    color: var(--transparent-color);
                }

            .services .container .boxes {
                display: flex;
                flex-wrap: wrap;
                align-content: center;
                justify-content: center;
                align-items: center;
                gap: 20px 30px;
            }

                .services .container .boxes .box {
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                    min-width: 30%;
                    text-align: center;
                }

                    .services .container .boxes .box .icon {
                        width: 50px;
                    }

                        .services .container .boxes .box .icon img {
                            max-width: 100%;
                        }

                    .services .container .boxes .box .info {
                    }

                        .services .container .boxes .box .info h3 {
                            font-size: 18px;
                        }

                        .services .container .boxes .box .info p {
                            font-size: 16px;
                        }

    /* End Services */
    /* Start FAQ */
    .faq .container {
        max-width: 48rem;
        margin: 30px auto 60px;
        padding: 1rem;
    }

        .faq .container .title {
            text-align: center;
            color: rgb(15 23 42);
            font-size: 1.875rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }

        .faq .container .faq-container {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

            .faq .container .faq-container .faq-item {
                border-bottom: 1px solid #e2e8f0;
            }

                .faq .container .faq-container .faq-item .faq-question {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 1rem 0;
                    background: none;
                    border: none;
                    cursor: pointer;
                    text-align: right;
                }

                    .faq .container .faq-container .faq-item .faq-question span {
                        font-size: 1.125rem;
                        font-weight: 500;
                        color: rgb(15 23 42);
                    }

                .faq .container .faq-container .faq-item .arrow {
                    border: solid rgb(15 23 42);
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 3px;
                    transition: transform 0.3s ease;
                }

                .faq .container .faq-container .faq-item .down {
                    transform: rotate(45deg);
                }

                .faq .container .faq-container .faq-item .up {
                    transform: rotate(-135deg);
                }

                .faq .container .faq-container .faq-item .faq-answer {
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.3s ease-out;
                }

                    .faq .container .faq-container .faq-item .faq-answer p {
                        padding: 0 0 1rem 0;
                        color: rgb(75 85 99);
                        line-height: 1.625;
                    }

                    .faq .container .faq-container .faq-item .faq-answer.show {
                        max-height: 500px;
                    }

    @media (max-width: 768px) {
        .faq .container {
            padding: 1rem;
        }
    }
    /* End FAQ */
   



#pagination-ul {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

#pagination-ul li {
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

#pagination-ul li.active {
    opacity: 1;
    background-color: #e43c5c;
    transform: scale(1.2);
}

/* Wave Effect */
.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 3;
    overflow: hidden;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 150px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23ffffff" fill-opacity="1" d="M0,160L60,170.7C120,181,240,203,360,192C480,181,600,139,720,122.7C840,107,960,117,1080,128C1200,139,1320,149,1380,154.7L1440,160L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-size: 50% 100%;
    background-repeat: repeat-x;
    animation: wave 20s linear infinite;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .slider-content h2 {
        font-size: 2.5rem;
    }
    .slider-content h3 {
        font-size: 1.2rem;
    }
    #prev, #next {
        width: 40px;
        height: 40px;
    }
}

/* Client Slider Styles */
.client {
    padding: 60px 0;
/*    background: #f8f9fa;*/
    position: relative;
}

.client-logo {
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.client-logo img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
    color: #e43c5c;
    box-shadow: 0 0 15px rgba(228, 60, 92, 0.3);
}

.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev {
    left: -20px;
}

@media (max-width: 768px) {
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
}
/*------------*/
.animated-wave {
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
   