*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cairo", sans-serif;
    transition: .3s ease all;
    text-decoration: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    direction: rtl;
}

body {
    background: #dedede;
}

header{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 30px auto;
    width: 90%;
    background-color: transparent;
    z-index: 999;
}

.logo img {
    height: 32px;
}
.menu-mobile{
    display: none;
}
.menu button{
    background: transparent;
    border: none;
    opacity: 0.3;
    cursor: pointer;
}


/* server animation */
section .animate{
    overflow-y: hidden;
    transition: 1s;
}
.sec1 .animate{
    overflow-y: hidden;
    transform: translateY(-100%);
}
.sec1.show-animate .animate{
    overflow-y: hidden;
    transform: translateY(0);
}
.navigation{
    overflow-y: hidden;
}
.navigation a{
    margin: 0 35px;
    padding-bottom: 10px;
    color: #747474;
    font-weight: 400;
}
.navigation a:hover{
    color: #ffae00;
}
/* FIRST SECTION HERE */
.home-container {
    position: relative;
    min-height: 90vh;
    width: 90%;
    margin: auto;
}
.home-container h1{
    margin-top: 80px;
    font-size: 80px;
    font-weight: 500;
    line-height: 120px;
    direction: rtl;
    z-index: 2;
}
.home-container span{
    font-weight: 500;
    font-size: 110px;
    z-index: 3;
}
.homeBtns a {
    display: inline-block;
    padding-top: 30px;
}
.homeBtns .btn1{
    width: auto;
    height: 100%;
    padding: 10px 40px;
    margin: auto;
    margin-top: 30px;
    margin-right: 30px;
    border-radius: 30px;
    color: white;
    background: black;
    border: 1px solid black;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}
.homeBtns button i{
    color: orange;
}
.homeBtns .btn2 {
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    background-color: transparent;
    border: 1px solid black;
    color: black;
}
.btn1:hover{
    background-color: transparent;
    color: black;
}
.btn2:hover{
    color: white;
    background-color: black;
}
.box {
    position: absolute;
    z-index: -1;
    padding: 60px;
    top: 0;
    left: 0;
    width: 25%;
    height: 600px;
    background-color: #c9c9c9;
}
.box p {
    margin-top: 55%;
    z-index: 0;
    direction: ltr;
}
.home-container img {
    z-index: -1;
    top: 25%;
    left: 10%;
    margin-right: 3px;
    position: absolute;
    height: 520px;
}
.home-container p {
    margin-top: 30px;
    width: 30%;
}
.home-container .images img {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    height: 130px;
}

/* services-conatainer */
/* server animation */
.sec2 .animate{
    opacity: 0;
}
.sec2.show-animate .animate{
    opacity: 1;
}

.services-conatainer{
    display: flex;
    min-height: 50vh;
    width: 90%;
    margin: auto;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    background: #d6d6d6;
}
.image-service, .service{
    margin-top: 50px;
}
.image-service img {
    width: 100%;
    padding: 30px;
}
.service{
    width: 100%;
    padding: 30px;
    margin: auto;
    color: #000000;
}
.service h2 {
    color: #757575;
    margin-bottom: 30px;
}
.service span{
    color: #979797;
    font-weight: 500;
}

/* project section css */
.Projects-container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
.our-projects{
    font-weight: 500;
    color: #747474;
}
.heading{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.heading h2 {
    font-size: 3em;
    width: 40%;
    font-weight: 500;
}
.heading p{
    width: 40%;
}
.Gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}
.Gallery img {
    width: 100%;
    border-radius: 25px;
}
.project-btn{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    align-items: center;
    text-align: center;
    background-color: #ffae00;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}
.project-btn:hover{
    background-color: #ff8800;
}
.sec3 .animate{
    transform: translateX(-100%);
    opacity: 0;
}
.sec3.show-animate .animate{
    transform: translateX(0);
    opacity: 1;
}

/* products-Container */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slide {
    display: none;
    margin: auto;
    width: 90%;
    transition: 1s ease-in-out;
    padding: 100px;
}


.slide img {
    width: 100%;
    border-radius: 20px;
}

.slide.active {
    display: flex;
}
.products-Container{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    margin: auto;
    padding: 100px;
    transition: opacity 1s ease-in-out;
}
.products-Container.active {
    display: flex;
}
.products-Container img {
    border-radius: 20px;
    margin: auto;
    width: 100%;
}
.product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 570px;
    margin: auto;
    background: none;
    margin-left: 20px;
    border-radius: 20px;
    padding: 30px;
    overflow-y: hidden;
}
.product-info h2 {
    font-size: 1em;
    margin-bottom: 30px;
    color: #747474;
}
.product-info h3 {
    font-size: 2em;
    margin-bottom: 20px;
}
.type{
    font-size: 16px;
}
.product-info p{
    color: #979797;
    font-size: 14px;
}
.butn{
    float: right;
    margin: 0 auto;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    background: #ff9113;
    border: none;
    margin-top: 50px;
}
.butn:hover{
    background: #ff5e00;
}

.sec4 .animate{
    transform: translateX(100%);
    opacity: 0;
}
.sec4.show-animate .animate{
    transform: translateX(0);
    opacity: 1;
}

/* contact-container */
.contact-container{
    display: flex;
    flex-direction: column;
    background: url(/images/wallpaper1.jpg), no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 50vh;
    color: #fff;
}
.contact-container h2 {
    font-size: 3em;
    text-align: center;
    font-weight: 400;
    width: 60%;
    margin: 100px auto 60px auto;
    text-shadow: #1d1d1d8a 1px 0 10px;
}

.contact-container a{
    margin: 30px auto;
    background: #ff8800;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 300;
    border-radius: 25px;
}
.contact-container a:hover {
    background: #fff;
    color: #000000;
}

/* FOOTER */
footer{
    display: flex;
    flex-direction: column;
    background: #ffffff;

}
.division{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
footer a{
    margin: 0 15px;
    color: #000000;
    font-size: 1.2em;
    text-transform: capitalize;
}
footer a:hover{
    color: #ff9113;
}
footer .be-smart{
    padding-bottom: 30px;
}
.division p{
    color: #757575;
    font-weight: 200;
    margin-bottom: 30px;
}
.social-icons i {
    background-color: #bbbbbb;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.social-icons i:hover{
    background-color: #ff8800;
}
hr {
    width: 90%;
    margin: 30px auto 0px auto;
    height: 1px;
    opacity: 0.2;
}
footer .btm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px;
    margin-bottom: 20px;
}
.btm div {
    font-weight: 300;
}

.menuMobile{
    display: none;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
.menuMobile a {
    padding: 15px;
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
}
.menuMobile svg {
    position: absolute;
    top: 10px;
    right: 10px;
}
.menuMobile.show {
    display: flex;
}

/* MEDIA QUERY */
@media (max-width:1024px){
    .home-container h1 {
        font-size: 3em;
        line-height: 80px;
    }
    .home-container h1 span{
        font-size: 1.7em;
    }
    .home-container img {
        z-index: -1;
        top: 16%;
        left: 5%;
        margin-right: 3px;
        position: absolute;
        height: 550px;
    }
    .box p {
        font-size: 14px;
        padding: 0;
    }
    .homeBtns .btn1, .homeBtns .btn2{
        padding: 10px 15px;
    }
    /*  services container */
    .image-service img{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: auto;
    }
    .service h2{
        font-size: 1.4em;
    }
    .service p {
        font-size: 14px;
    }
    .product-info{
        margin: auto;
    }
    .contact-container h2{
        margin-bottom: 0;
    }
    .contact-container a {
        margin-bottom: 100px;
    }
}
@media (max-width: 915px){
    .home-container h1 {
        font-size: 2em;
        line-height: 80px;
    }
    .home-container p {
        width: 50%;
    }
    .home-container img {
        z-index: -1;
        top: 16%;
        left: 5%;
        position: absolute;
        height: 500px;
    }
    .home-container .images img {
        margin-top: 70px;
        height: 120px;
    }
    .box p {
        position: relative;
        right: 30%;
        font-size: 16px;
        width: 170%;
        padding: 0;
    }
    .homeBtns .btn1, .homeBtns .btn2{
        padding: 10px 15px;
    }
    /*  services container */
    .services-conatainer{
        min-height: auto;
    }
    .image-service img{
        height: 90%;
        margin: auto;
    }
    .service h2{
        font-size: 1.1em;
    }
    .service p {
        font-size: 14px;
        width: 100%;
    }
    .heading h2{
        font-size: 2.5em;
        width: fit-content;
        margin: auto;
    }
    .product-info{
        margin: auto;
    }
    .contact-container h2{
        margin-bottom: 0;
    }
    .contact-container a {
        margin-bottom: 100px;
    }
    .slide{
        padding: 30px;
        margin-bottom: 50px;
    }
    .box p{
        width: 200%;
        transform: translateX(100px);
    }
}
@media (max-width:840px){
    .contact-container h2{
        width: 90%;
    }
    .contact-container a {
        margin-top: 50px;
    }
    .box p{
        width: 200%;
        transform: translateX(70px);
    }
    .home-container img {
        left: 0%;
    }
}
@media (max-width: 800px){
    .homeImg {
        display: none;
    }
    .home-container .images img {
        margin-top: 20px;
        height: 200px;
    }
    .image-service img {
        height: 300px;
        width: auto;
        margin-right: 30px;
        
    }
    .heading h2{
        font-size: 2em;
        margin-right: 20px;
    }
    .heading p {
        width: 90%;
    }
    .slide img{
        height: fit-content;
    }
    .box p{
        width: 200%;
        transform: translateX(70px);
    }
}
@media (max-width:765px) {
    footer .links{
        font-size: 0.7em;
    }
    .box p{
        width: 200%;
        transform: translateX(70px);
    }
}

@media (max-width:695px){
    .navigation{
        display: none;
    }
    .menu-menu{
        display: none;
    }
    .menu-mobile {
        display: flex;
        height: 64px;
    }
    .box {
        display: none;
    }
    .home-container{
        text-align: center;
    }
    .home-container p {
        text-align: center;
        width: 70%;
        margin: 30px auto;
    }
    .services-conatainer {
        margin: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    .services-conatainer:nth-child(2){
        flex-direction: column-reverse;
    }
    .Gallery{
        grid-template-columns: repeat(2, 1fr);
    }
    .product-info h3 {
        font-size: 1.5em;
    }
    .slide img {
        height: fit-content;
        width: 50%
    }
    .product-info{
        height: fit-content;
    }
    .contact-container{
        height: fit-content;
    }
    .contact-container h2{
        font-size: 2em;
    }
    footer{
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    footer .division{
        flex-direction: column;
        margin: 30px auto 0px auto;
        height: 100%;
        padding-top: 50px;
        justify-content: center;
        align-items: center;
    }
    footer .be-smart{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    footer .links{
        margin-top: 30px;
    }
    footer .ref{
        display: none;
    }
    footer .btm{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin: auto;
        padding: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .slide{
        flex-direction: column;
    }
    .slide img {
        width: 90%;
        height: fit-content;
    }
    .Gallery{
        grid-template-columns: repeat(1, 1fr);
    }
    .heading{
        flex-direction: column;
    }
    
    .home-container h1{
        transform: scale(0.1);
    }
}

@media (max-width: 390px) {
    .home-container p {
        width: 90%;
    }
    .home-container .images img{
        width: 90%;
        height: fit-content;
        padding: 0;
        margin-bottom: 30px;
    }
    .home-container .images img:nth-child(2),
    .home-container .images img:nth-child(3){
        display: none;
    }
}