


@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@600&display=swap');


body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;


}

.jjnfi {
    color: rgb(48, 68, 92);
    ;

    font-size: 1.2vw;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.first_part {
    width: calc(100 - 40px);
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 0px;
    align-items: center;
}

.title_f_p {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.but_f {
    width: 30vw;
    max-width: 200px;
    min-width: 70px;
    border-radius: 20px;
    font-size: min(20px, 3vw);
    background-color: rgb(48, 68, 92);

    font-family: 'Noto Sans Arabic', sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
}

.but_f_div {
    display: flex;
    justify-content: center;

}

@media only screen and (max-width: 850px) {


    .title_f_p {
        width: 100%;
        text-align: center;
        font-size: 7vw;
        font-family: 'Noto Sans Arabic', sans-serif;
        margin-top: 30px;
    }

    .jjnfi {
        text-align: center;
        font-size: 3vw;

    }



}

.index_img {
    width: 100%;
    max-width: 1000px;

}





.but_f:hover {
    opacity: 0.8;
}

.animatebut {

    animation: mm 1s ease forwards;
}

@keyframes mm {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    60% {
        opacity: 1;
        transform: translateX(+20px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes mymove {
    30% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-30%);
    }

    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}


/*

































































above  home-page


below offers
*/








.content_works {
    position: relative;
    padding-bottom: 30px;
}

.but_more_dd {
    right: calc(50% - 60px);
    position: absolute;
    bottom: 0;
    width: 120px;

    border-radius: 10px;
    font-size: 15px;

    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(48, 68, 92);


    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: 'El Messiri', sans-serif;
}

.but_more_dd:hover {
    opacity: 0.8;
}


.middle_part {

    /*  background-color: rgb(79, 163, 165,0.5);*/
    background-color: #E0E2D4;
    width: 100%;
    padding-bottom: 100px;
    margin-top: -10px;
}

.part {

    max-width: 1200px;
    margin-right: calc(50% - 600px);
    z-index: 1;

}

@media only screen and (max-width: 1200px) {
    .part {


        margin-right: 0;
        z-index: 1;

    }
}



















.our_works {
    padding: 20px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px 70px;
}

@media (min-width:800px) and (max-width:1100px) {
    .our_works {

        grid-template-columns: 1fr 1fr;
        grid-gap: 70px 70px;
    }
}

@media only screen and (max-width:800px) {
    .our_works {

        grid-template-columns: 1fr;
        grid-gap: 70px 70px;
    }

    h3 {
        text-align: center;
        margin-top: 0px;
        padding-top: 0;
    }

    .description {
        text-align: center;
    }
}

.middle_part_title {
    width: 100%;
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    color: rgb(5, 99, 120);
    font-family: 'El Messiri', sans-serif;
}

@media only screen and (max-width:800px) {
    .middle_part_title {

        margin-top: 60px;

    }
}


.image_container {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
    border-radius: 10px;

}

.title {
    margin-top: 20px;
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    color: rgb(5, 99, 120);
    text-align: center;
}

.description {
    font-size: 17px;
    word-spacing: 4px;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'El Messiri', sans-serif;

}