@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
    font-family: "Droid Arabic Kufi", sans-serif;
    background-color: black;
}

p {
    line-height: 35px;
    color: #fff;
}

#header {
    background: #000;
}

.navbar a,
.navbar a:focus {
    color: #fff;
}

.about-us .content h2 {
    color: #fff;
}

.featured .icon-box {
    background: #181818;
    color: #fff;
}

.featured .icon-box p {
    color: #f5eeca;
}

.about-us .content ul li {
    color: #f5eeca;
}

.section-bg {
    background-color: #181818;
}

.section-title h2 {
    color: #fff;
}

.services .icon-box {
    background: #181818;
}

.services .icon-box h4 a {
    color: #fff;
}

p {
    color: #f5eeca;
}

.btn_1 {
    border: solid 2px #223927;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #1bbd36;
}

.services .icon-box {
    background: #08080838;
}

.whatsapp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 90px;
    color: white;
    text-align: left;
}


/* --------------------------------------------------------------*/

.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.clients .swiper-slide:hover img {
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #808080;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #808080;
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.clients .owl-item img {
    width: 60%;
    opacity: 0.5;
    transition: 0.3s;
}

.clients .owl-item img:hover {
    opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.clients .owl-dot.active {
    background-color: #808080 !important;
}


/* ======================== */

.swiper-wrapper {
    height: auto;
}

.features .image {
    min-height: auto;
}

.about {
    padding: 0px 0;
}

.navbar a,
.navbar a:focus {
    font-size: 20px;
}

.bg_color {
    background-color: #2c4a32;
}

.bg_color2 {
    background-color: #223927af;
}


/* icon lift clinte */

.resume-item::before {
    content: "";
    position: absolute;
    /* width: 16px; */
    /* height: 16px; */
    /* border-radius: 50px; */
    right: -9px;
    top: 0;
    background: #fff;
    /* border: 2px solid #0563bb; */
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 6px;
    background-color: #00000000;
    margin-top: -4px;
}


/* ============================================= */

.navsub2 {
    font-size: 24px !important;
}

.img_client {
    width: 80%;
}

.contact .info i {
    float: right;
}

.contact .info p {
    padding: 0 60px 0 0px;
}

.contact .info h4 {
    padding: 0 60px 0 0px;
}


/* الححركة */

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}


/* transform: translateY(-10px); */


/* }

} */


/* ==================== background moving circles ======================= */

.section_c {
    height: 100%;
    width: 100%;
    position: relative;
    /* background: #000; */
}

.section_c .circle {
    width: 5px;
    height: 5px;
    background-color: #2c4594;
    /* background-image: url('/images/logo.png');
    background-size: cover; */
    /* background-position: center; */
    border-radius: 50%;
    position: absolute;
    /* z-index: 100; */
}


/* corcel */

@import url('https://fonts.cdnfonts.com/css/bebas-neue');
@import url('https://fonts.cdnfonts.com/css/poppins');
:root {
    --diameter: 500px;
    --url: width
    /* ------------------ Colors ----------------------*/
    /* Color mode HSL(hue, saturation, lightness) */
    --first-color: hsl(82, 60%, 28%);
    --title-color: hsl(0, 0%, 15%);
    --text-color: hsl(0, 0%, 35%);
    --sec2-color: hsl(0, 0%, 95%);
    --containersec2-color: hsl(0, 0%, 100%);
    --white-color: #fff;
    --black-color: hsl(210, 12%, 15%);
    --body-color: hsl(210, 16%, 12%);
    --container-color: hsl(210, 24%, 8%);
}


/*-------------------------- reset section ---------------------------*/


/* html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section {
    display: block;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select::-ms-expand {
    display: none;
}

label {
    font-weight: normal;
}


/*--------------------- global style -----------------------------*/

body {
    overflow-x: hidden;
}

h1 {
    font-size: 75px;
    font-weight: 800;
    line-height: 85px;
    font-family: "Raleway", sans-serif;
}

h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 51px;
    font-family: "Raleway", sans-serif;
}

h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    font-family: "Raleway", sans-serif;
}

h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Raleway", sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 22px; */
    font-family: "Barlow", sans-serif;
}

button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 38px 16px 38px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}

button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #020202;
}


/* .container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
} */


/*--------------------------- 1.1 Header Section ----------------------------*/

.navbar {
    position: relative;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    /* padding: 0.5rem 15px; */
    color: #fff;
    margin-top: 20px;
}

.container-nav {
    gap: 180px;
    /* margin-right: 110px; */
}

.navbar-logo {
    /* margin-right: 25px; */
}

.navbar-logo img {
    width: 100px;
}

.navbar-toggler {
    border: 1px solid #011230;
    background: linear-gradient(20deg, #011230, #2c7f29);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: none;
}

.navbar-toggler:hover {
    background: inherit;
}

.navbar-toggler span {
    color: #fff;
    font-size: 22px;
}

a {
    text-decoration: none;
}

.navbar-nav {
    gap: 20px;
    display: flex;
    flex-direction: unset;
}

.nav-link {
    font-weight: 500;
    color: #fff;
}

nav li a.active,
.nav-link:is(:hover,
 :focus-visible) {
    color: #385fa2;
}

.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    content: '+';
    vertical-align: center;
    margin-left: 5px;
}

.dropdown-menue {
    position: absolute;
    padding: 30px;
    z-index: 9;
    display: none;
}

.dropdown:hover .dropdown-menue {
    display: block;
    width: 220px;
    padding: 15px 0 15px 0;
    border-radius: 10px;
    background-color: whitesmoke;
    margin-left: -52px;
}

.dropdown-menue li {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* color: #fff; */
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
}

.dropdown-item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
    color: #000;
    background-color: #2c7f29;
    z-index: -1;
    top: 0;
    left: 0;
}

.dropdown-item:hover::before {
    width: 100%;
    background: #2c7f29;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #000;
    background-color: inherit;
}

.dropdown-item {
    color: #000;
    display: block;
    width: 100%;
}

.nav-right {
    gap: 50px;
    /* margin-right: 220px; */
}

.nav-right p {
    color: #fff;
}

.nav-right span {
    color: orangered;
}

.fa-magnifying-glass {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.nav-right .fa-magnifying-glass:active {
    color: #fff;
    transform: scale(0.8);
}

.nav-right .fa-bars {
    color: #fff;
    font-size: 22px;
    background-color: #011230;
    padding: 5px 8px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-right .fa-bars:active {
    transform: scale(0.9);
}


/*--- Sidebar ---*/

.sidepanel {
    background: linear-gradient(20deg, #011230, #2c7f29);
    /* z-index: 10; */
    position: fixed;
    width: 20px;
    height: 100vh;
    top: 0;
    left: -320px;
    overflow: hidden;
    transition: 0.5s;
    padding: 40px 20px 20px 20px;
}

.sidebar {
    justify-content: space-between;
}

.sidebar img {
    width: 100px;
}

.sidebar button {
    width: 44px;
    height: 44px;
    background: linear-gradient(20deg, #011230, #2c7f29);
    padding: 10px 12px 10px 12px;
    margin-bottom: -15PX;
    border-radius: 0.25em;
    border: 1.5px solid #011230;
    cursor: pointer;
}

.sidebar button:hover {
    background: inherit;
}

.sidebar a {
    padding: 10px 0;
}

aside ul {
    padding: 0;
    display: flex;
    flex-direction: column;
}

aside ul li {
    margin: 15px 0;
    left: 50px;
}

aside li a {
    color: aliceblue;
    transition: 500ms;
    padding: 10px 0;
}

aside ul li a.active {
    color: #84b382;
}

aside ul li a:hover {
    color: rgb(206, 255, 127);
    transition: 500ms;
}

aside .pages {
    font-weight: 500;
    color: #fff;
    margin: 11px 0 7px 0;
}

.collapse-btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.collapse-btn i {
    border: 1px solid #d3c9c1;
    padding: 7px 8px;
    border-radius: 40px;
}

.collapse-btn i:hover {
    border: 1px solid aquamarine;
}

.plus-collapse {
    margin: -52px 0 0 0;
    height: 45px;
}

#pages {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.show {
    height: 500px !important;
    transition: height 0.34s ease;
}


/*-- Searchbar --*/

#search-bar {
    background-color: #000000a6;
    width: 100%;
    height: 0;
    position: fixed;
    display: flex;
    z-index: 2;
    border-radius: 0px;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

#search-bar div:first-child {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    background: linear-gradient(70deg, #011230, #2c7f29);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    border: 1.5px solid #84b382;
    color: #fff;
    margin: 30px;
    cursor: pointer;
}

#search-bar div:first-child:hover {
    background: inherit;
}

#search-bar form {
    border-radius: 50px;
    border: 1px solid #3a7020;
    background: #84b382;
    width: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-bar form input {
    border-radius: 50px;
    background: #84b382;
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}

#search-bar form button {
    transition: all 0.3s ease;
    text-transform: uppercase;
}


/* right sidebar */

.header-right-sidebar {
    width: 355px;
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    right: -355px;
    overflow: hidden;
    transition: 0.5s;
    padding: 60px 25px 20px 30px;
    z-index: 2;
    background: #000;
}

.flex-sb img {
    width: 100px;
    height: 50px;
}

.flex-sb button {
    position: absolute;
    width: 20px;
    height: 40px;
    right: 0;
    background: linear-gradient(42deg, #011230, #2c7f29);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    border: 1.5px solid #84b382;
    color: #fff;
    margin: 20px;
    cursor: pointer;
}

.flex-sb button:hover {
    background: inherit;
}

.header-right-sidebar p {
    margin-top: 30px;
}

.header-right-sidebar a {
    margin: 20px 0;
    width: 150px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    color: #fff;
}

.header-right-sidebar h4 {
    margin: 20px 0;
}

.header-right-sidebar ul {
    margin: 20px 0 0 0;
    padding: 0;
    display: grid;
    gap: 15px;
}

.flex li i {
    color: #84b382;
}

.flex-sb li a {
    font-size: 13px;
    color: #000;
}

.sidebar-social-icon i {
    color: green;
    margin: 30px 0;
}

.sidebar-social-icon i:hover {
    color: #cafd10;
}


/*======================== magic slider ===========================*/

header {
    height: 70px;
    /* put the element in the middle of the frame*/
    margin: 0;
    display: flex;
    /* helps to move in both sides of the screen*/
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    z-index: 1;
}

header .logo img {
    width: 50px;
    height: 50px;
}


/* Slider*/

.slider {
    color: #eee;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -70px;
    position: relative;
}

.slider .list .item {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    /* to center the element in culmun*/
    justify-content: center;
    /* to center the element in the row*/
    align-items: center;
}

.slider .list .item .content {
    position: absolute;
    top: 20%;
    width: max-content;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    gap: 80px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 0 40px #000;
}

.slider .list .item .content h2 {
    font-size: 6em;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 0.9em;
    grid-row-start: 1;
    grid-row-end: 7;
}

.slider .list .content p:last-child {
    display: flex;
    align-items: end;
    padding-bottom: 25px;
}

.slider .list .image {
    /* the size doesnot destorted becouse of the flex property inn the item class*/
    flex-shrink: 0;
    width: var(--diameter);
    height: var(--diameter);
    background-image: var(--url);
    background-position: center;
    background-size: var(--diameter) var(--diameter);
    border-radius: 50%;
    position: relative;
}

.slider .list .item .image::before,
.slider .list .item .image::after {
    position: absolute;
    width: 70%;
    height: 70%;
    content: '';
    border-radius: 50%;
    background-image: linear-gradient( to right, #0004, #0004), var(--url);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: var(--diameter) var(--diameter);
}

.slider .list .item .image::after {
    width: 30%;
    height: 30%;
    background-image: var(--url);
}


/* --------------------animation ------------------------*/


/* item comes befor item actiive*/

.slider .list .content h2 {
    transform: translateY(-100%);
    transition: transform 1s;
}

.slider .list .item .image {
    transform: rotate(-60deg);
    filter: blur(30px);
    transition: 1s;
}

.slider .list .item .image::before {
    transform: translate(-50%, -50%) rotate(-120deg);
    transition: 1s;
}

.slider .list .item .image::after {
    transform: translate(-50%, -50%) rotate(-170deg);
    transition: 1s;
}

.slider .list .item {
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}


/* item active*/

.slider .list .item.active {
    opacity: 1;
    pointer-events: auto;
}

.slider .list .item.active .content h2 {
    transform: translateY(0);
}

.slider .list .item.active .image {
    transform: rotate(0);
    filter: blur(0);
}

.slider .list .item.active .image::before,
.slider .list .item.active .image::after {
    transform: translate(-50%, -50%) rotate(0);
}


/* item after active item */

.slider .list .item.active~.item {
    opacity: 0;
}

.slider .list .item.active~.item .content h2 {
    transform: translateY(100%);
}

.slider .list .item.active~.item .image {
    transform: rotate(60deg);
    filter: blur(30px);
}

.slider .list .item.active~.item .image::before {
    transform: translate(-50%, -50%) rotate(120deg);
}

.slider .list .item.active~.item .image::after {
    transform: translate(-50%, -50%) rotate(170deg);
}


/* arrows */

.arrrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.arrrows button {
    all: unset;
    cursor: pointer;
}

.slider .list::after {
    position: absolute;
    content: '';
    bottom: o;
    left: 50%;
    transform: translateX(-50%);
    width: min(1000px, 100vw);
    /* background-image: url(../image/Clipped_image_20240702_093345.png); */
    height: 70%;
    background-size: cover/ no-repeat;
    background-position: top;
    pointer-events: none;
    animation: sjowModle 1s ease-in-out 1 forwards;
}

@keyframes sjowModle {
    from {
        transform: translateX(-50%) scale(1.5) translateY(88px);
    }
}

.arrrows button.d-none {
    opacity: 0;
    pointer-events: none;
}


/* corcel */

.read-more-content {
    display: none;
}
/* =============card about=========== */
.icon_box:hover {
    transform: rotate(5deg);
}
/* =======card services */
  .icon-box:hover .icon {
    transform: scale(1.4);
  }
/* work */
.work {
    background-image: url(../image/1.jpg);
    background-size: 85% 100%;
    background-position: center;
    padding: 0 0;
    background-repeat: no-repeat;
    min-height: 242px;
}

.work .container {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.work-line div {
    position: absolute;
    border-radius: 50%;
}

.container .progress_circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 20px;
}

.container .progress_circle::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #222;
    opacity: 0.8;
}

.container .progress_circle::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    background: #333;
    border: 15px solid #4d4c51;
    border-radius: 50%;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.75), 0 -2px 2px rgba(255, 255, 255, 0.25), inset 0 4px 2px rgba(0, 0, 0, 0.25), inset 0 -2px 2px rgba(255, 255, 255, 0.5);
}

.container .progress_circle .number {
    position: relative;
    color: #fff;
    z-index: 10;
    line-height: 1em;
    font-size: 2em;
}

.container .progress_circle .number span {
    font-size: 0.5em;
    font-weight: 500;
}

.container .progress_circle h4 {
    position: relative;
    color: #fff;
    z-index: 10;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 0.6em;
}

/*  */
.breadcrumbs {
    padding: 0 0;
    padding-bottom: 15px;
    margin-top: 15px;
}
.swiper {
    position: static;
}
.featured {
    position: static;
}