@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Kufi+Arabic:wght@100..900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --header-ar-font: "Noto Kufi Arabic", sans-serif;
    --header-fr-font: "Funnel Sans", sans-serif;
    --fr-font: "Jost", sans-serif;
    --ar-font-Two: "Zain", sans-serif;
    --header-background: #f4d081;
    --navbar-color: #000;
    --button-color: #fdcd64;
}

header {
    height: 65px;
    width: 100%;
    display: flex;
    background: var(--header-background);
    box-shadow: 0px 0px 2px 0px black;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-box {
    height: 65px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.logo-box img {
    height: 120px;
}

.navbar {
    height: 65px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 1.8s;
}

.navbar-link {
    height: 65px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: var(--header-fr-font);
    position: relative;
    column-gap: 10px;
}

.navbar-link:hover {
    color: #ffffff;
    background-color: #0000007c;
}

.navbar-link>i {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.side-bar {
    display: none;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    position: relative;
}

.side-bar>img {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 40px;
    display: none;
}

/* heading */

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45vh;
    width: 100%;
    position: relative;
}

.heading .background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: url(../Images/img\ 7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: brightness(30%);
    z-index: -1;
}

.heading>h1 {
    font-size: 55px;
    color: #fff;
    font-family: var(--fr-font);
    z-index: 2;
}


/* projects bare */

.projects-bare {
    height: 100%;
    width: 70%;
    display: grid;
    padding: 20px;
    row-gap: 40px;
    box-sizing: border-box;
}

.cart {
    height: 200px;
    width: 100%;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 3px #0000001d;
    border-radius: 5px;
    align-items: center;
}

.cart img {
    height: 100%;
}

.cart .desc {
    display: grid;
    align-items: start;
    align-content: start;
    justify-content: left;
    box-sizing: border-box;
    padding: 10px;
    height: 100%;
    width: 50%;
    row-gap: 10px;
}

.desc h4 {
    height: 45px;
    width: 100%;
    text-align: left;
    font-family: var(--header-fr-font);
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 800;
}

.desc span {
    font-size: 18px;
    font-family: var(--fr-font);
    font-weight: 500;
    color: #bdbdbd;
}

.desc h6 {
    font-size: 16px;
    font-family: var(--header-fr-font);
    color: #bdbdbd;
}

.desc label {
    color: rgb(255, 204, 0);
}

.button-read {
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-link {
    height: 40px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button-link button {
    height: 40px;
    width: 100%;
    outline: 0;
    border: 0;
    background: var(--button-color);
    color: #fff;
    transition: 0.2s;
}

.button-link button:active {
    background-color: rgb(255, 136, 0);
}
/* products-sect */

.products-sect {
    height: 200vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    direction: ltr;
}

.products-sect .right-sect {
    height: 200vh;
    width: 30%;
    display: grid;
    box-sizing: border-box;
    align-items: start;
    align-content: start;
    padding: 20px;
}

.social-media {
    height: 350px;
    width: 100%;
    display: grid;
    align-content: start;
}

.social-media>label {
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-family: var(--header-fr-font);
    font-size: 15px;
}
.social-media .media {
    height: 130px;
    width: 99%;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    border-top: 2px solid black;
}

.social-media .media>a {
    height: 90px;
    width: 90px;
    border: 1px solid rgba(0, 0, 0, 0.164);
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    row-gap: 5px;
}

.media>a:hover {
    filter: grayscale(70%);
}

.media>a>i {
    font-size: 25px;
}

.media>a span {
    font-size: 16px;
    color: #000;
    font-family: var(--header-fr-font);
    font-weight: 600;
}

.media>a p {
    color: #000;
    font-weight: 200;
    font-family: var(--header-fr-font);
}


.featured {
    height: 400px;
    width: 100%;
    display: grid;
    align-content: start;
}

.featured>label {
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-family: var(--header-fr-font);
    font-size: 13px;
}

.featured .featur {
    height: 300px;
    width: 99%;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    border-top: 2px solid black;
    background: url(../Images/wordpress.svg);
    background-color: #e3e3e3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    position: relative;
}
.featur::after {
    content: attr(data-featur);
    position: absolute;
    bottom: -8%;
    width: 80%;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    font-size: 17px;
    font-family: var(--header-fr-font);
    font-weight: 700;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.311);
}

.return-up {
    position: fixed;
    height: 40px;
    width: 40px;
    background-color: #00a2ff;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px black;
    text-decoration: none;
    z-index: 70000;
}
.return-up i {
    position: relative;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.return-up i::after {
    height: 20px;
    width: 100px;
    padding: 5px;
    content: attr(data-after);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 120%;
    background-color: #00a2ff;
    border-radius: 40px;
    font-family: var(--header-fr-font);
    transform: scale(0);
    transition: 0.1s;
    z-index: 6000;
}

.return-up i:hover::after {
    transform: scale(1);
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    width: 100%;
    background: #f4d081;
}

.row-part {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages-part {
    height: 85%;
    width: 30%;
    display: flex;
    flex-direction: column;
    font-family: var(--header-fr-font);
    box-sizing: border-box;
    padding: 30px;
}

.pages-part label {
    height: 40px;
    color: #005eff;
    font-weight: 700;
    font-size: 19px;
}

.pages-part a {
    height: 45px;
    color: #00000081;
    border-bottom: 1px solid black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pages-part a:hover {
    color: #000;
}

/* second-part */

.faqs-part {
    height: 85%;
    width: 30%;
    display: flex;
    flex-direction: column;
    font-family: var(--header-fr-font);
    box-sizing: border-box;
    padding: 30px;
}

.faqs-part label {
    height: 40px;
    color: #005eff;
    font-weight: 700;
    font-size: 19px;
}

.faqs-part>a {
    height: 45px;
    color: #00000081;
    border-bottom: 1px solid black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.faqs-part>a:hover {
    color: #000;
}

.social-part {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.social-part>a {
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.4s;
    line-height: 37px;
}

.social-part a:hover {
    transform: scale(1.19);
}

.social-part a:nth-child(1) {
  background: linear-gradient(0deg,#00c6ff,#0072ff);
}

.social-part a:nth-child(2) {
  background: linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);
}

.social-part a:nth-child(3) {
    background-color: #00a2ff;
}

.social-part a:nth-child(4) {
    background-color: #ff0000;
}

.social-part a:nth-child(5) {
    background-color: #000;
}

.social-part>a i {
    color: #fff;
    font-size: 18px;
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    line-height: 38px;
}

.contactes-parts {
    height: 85%;
    width: 30%;
    display: flex;
    flex-direction: column;
    font-family: var(--header-fr-font);
    box-sizing: border-box;
    padding: 30px;
}

.contactes-parts label {
    height: 40px;
    color: #005eff;
    font-weight: 700;
    font-size: 19px;
}

.contactes-parts span {
    cursor: pointer;
    height: 45px;
    color: #00000081;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.copyright {
    height: 50px ;
    width: 100%;
    background-color: var(--header-background);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--header-fr-font);
    font-weight: 500;
    font-size: 18px;
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background: url(../Loader/Loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10%;
    background-color: #fff;
    animation: loader 1.4s;
    z-index: 9999999;
}

@keyframes loader {
    from{
        display: flex;
    }
}

.loader.finl {
    display: none;
}
@media (max-width:950px) {
    header {
        box-sizing: border-box;
        padding-inline: 20px;
    }
    .logo-box img {
        height: 110px;
        overflow: auto;
    }
    .side-bar {
        display: flex;
    }
    .logo-box {
        width: 40%;
        overflow: hidden;
    }
    .side-bar {
        display: flex;
    }
    .side-bar>img.active {
        display: flex;
    }
    .navbar {
        position: absolute;
        display: none;
        flex-direction: column;
        top: 65px;
        right: 0;
        height: 50vh;
        width: 100%;
        background: #008cff;
        justify-content: start;
        transition: 1s;
        z-index: 2100;
    }
    .navbar.active {
        display: flex;
    }
    .navbar-link {
        height: 60px;
        width: 90%;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
        color: #fff;
        border-bottom: 1px solid #ffffff56;
    }
    .navbar-link:nth-child(5) {
        border-bottom: none;
    }
    .navbar-link:hover {
        color: #000000;
    }
    .navbar-link:hover {
        color: #ffffff;
        background-color: #00000073;
    }
    .navbar-link i {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .heading {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50vh;
        width: 100%;
        position: relative;
    }
    
    .heading .background {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        background: url(../Images/img\ 7.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: brightness(20%);
        z-index: -1;
    }
    
    .heading>h1 {
        font-size: 40px;
        color: #fff;
        font-family: var(--fr-font);
        z-index: 2;
    }
    .products-sect {
        height: 430vh;
        width: 100%;
        display: grid;
        direction: ltr;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }
    
    .products-sect .right-sect {
        height: 120vh;
        width: 100%;
        display: grid;
        box-sizing: border-box;
        align-items: start;
        align-content: start;
        padding: 20px;
    }
    
    .social-media {
        height: 300px;
        width: 100%;
        display: grid;
        align-content: start;
    }
    
    .social-media>label {
        height: 30px;
        width: 100px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        font-family: var(--header-fr-font);
        font-size: 15px;
    }
    .social-media .media {
        height: 130px;
        width: 99%;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        align-items: center;
        border-top: 2px solid black;
    }
    
    .social-media .media>a {
        height: 90px;
        width: 90px;
        border: 1px solid rgba(0, 0, 0, 0.164);
        display: grid;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        row-gap: 5px;
    }
    
    .media>a:hover {
        filter: grayscale(70%);
    }
    
    .media>a>i {
        font-size: 25px;
    }
    
    .media>a span {
        font-size: 16px;
        color: #000;
        font-family: var(--header-fr-font);
        font-weight: 600;
    }
    
    .media>a p {
        color: #000;
        font-weight: 200;
        font-family: var(--header-fr-font);
    }
    
    
    .featured {
        height: 400px;
        width: 100%;
        display: grid;
        align-content: start;
    }
    
    .featured>label {
        height: 30px;
        width: 100px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        font-family: var(--header-fr-font);
        font-size: 13px;
    }
    
    .featured .featur {
        height: 300px;
        width: 99%;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        align-items: center;
        border-top: 2px solid black;
        background-size: 50%;
        position: relative;
    }
    .featur::after {
        content: attr(data-featur);
        position: absolute;
        bottom: -8%;
        width: 80%;
        height: 50px;
        background-color: #fff;
        padding: 10px;
        font-size: 17px;
        font-family: var(--header-fr-font);
        font-weight: 700;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.311);
    }

    .projects-bare {
        height: 280vh;
        width: 100%;
        display: grid;
        padding: 20px;
        row-gap: 20px;
        box-sizing: border-box;
    }

    .cart {
        height: 65vh;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
    }
    
    .cart img {
        height: 35%;
    }
    
    .cart .desc {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 30vh;
        width: 88%;
        row-gap: 0px;
    }
    
    .desc h4 {
        height: 70px;
        width: 100%;
        text-align: left;
        font-family: var(--header-fr-font);
        font-size: 18px;
        font-weight: 800;
    }
    
    .desc span {
        height: 40px;
        width: 100%;
        font-size: 15px;
        font-family: var(--fr-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        color: #bdbdbd;
    }

    .desc label {
        height: 30px;
        width: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    
    .desc h6 {
        font-size: 14px;
        font-family: var(--header-fr-font);
        color: #bdbdbd;
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .button-read {
        height: 10vh;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    footer {
        height: 120vh;
    }
    .row-part {
        display: flex;
        flex-direction: column;
        height: 94%;
        width: 100%;
    }
    .pages-part {
        height: 40%;
        width: 100%;
    }
    .faqs-part {
        height: 24%;
        width: 100%;
    }
    .contactes-parts {
        height: 24%;
        width: 100%;
    }
    .copyright {
        height: 6%;
        width: 100%;
        font-size: 11px;
    }
    .loader {
        background-size: 20%;
    }

}