* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

:root {
    --white: #fff;
    --black: #000;
    --black2: #222;
    --greey: #465b52;
    --grey1: #f0f0f0;
    --grey2: #e9d7d3;
    --aQwa: #088178;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px;
    background: var(--white);
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #CE8C39;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 67%;
    height: 2px;
    background: #CE8C39;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

.logo {
    width: 70px;
}
.btn-riht{
    margin-right: 5px;
}

.scroll-toop {
    width: 65px;
    height: 65px;
    position: fixed;
    font-size: 20px;
    bottom: 5rem;
    right: 20px;
    background-color: #CE8C39;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 50%;
    padding: 20px;
}

.scroll-toop a {
    text-decoration: none;
    color: var(--white);
}

.scroll-toop2 a {
    text-decoration: none;
    color: var(--white);
}

.scroll-toop2 {
    width: 65px;
    height: 65px;
    position: fixed;
    font-size: 27px;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    background-color: rgb(74, 184, 74);
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 50%;
    padding: 10px;
}

#navbar button {
    width: 7rem;
    height: 2rem;
    background-color: #031333;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

.img-header-slider {
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
}

.img-header-slider span {
    color: #ECC491;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Reem Kufi', sans-serif;
}

.img-header-slider h2 {
    color: var(--white);
    font-weight: bold;
    font-size: 50px;
    font-family: 'Reem Kufi', sans-serif;
}

.btn-one {
    background-color: #CE8C39;
    width: 6rem;
    height: 2rem;
    border: none;
    border-radius: 5px;
    color: var(--white);
    font-weight: bold;
}

.btn-two {
    background-color: transparent;
    width: 6rem;
    height: 2rem;
    border: 2px solid #CE8C39;
    border-radius: 5px;
    color: var(--white);
    font-weight: bold;
}

.banner-text-and-img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

.text-banner {
    width: 50%;
    text-align: center;
}

.text-banner h3 {
    font-weight: bold;
    font-size: 30px;
}

.text-banner p {
    color: #818181;
    font-size: 17px;
}

.img-banner {
    width: 50%;
}

.img-banner img {
    width: 70%;
}
.one-div-background {
    background-color: var(--white);
    width: 20rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 10px 20px 50px 10px rgb(0, 0, 0, 0.1);
}
.banner-two-backgruund {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.one-div-background img {
    width: 100%;
    height: 13rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.one-div-background p {
    color: #818181;
    font-size: 12px;
    padding: 0 15px;
    text-align: center;
}

.one-div-background h4 {
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.Balance i {
    font-size: 50px;
    color: #ECC491;
}

.Our__services h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.img__and_text__our_services img {
    width: 15rem;
    height: 20rem;
    border-radius: 5px;
}

.text__our__services {
    margin-top: -9rem;
    padding-right: 15px;
    color: var(--white);
}

.text__our__services h4 {
    font-size: 18px;
    font-weight: bold;
}

.text__our__services p {
    font-size: 11px;
}

.Ask-for-a-service-parnt {
    background-image: url(img/Group\ 32.png);
    background-size: cover;
    height: 40vh;
}

.Ask-for-a-service-text h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}

.Ask-for-a-service-btn button {
    background-color: #CE8C39;
    width: 10rem;
    height: 2.5rem;
    border: none;
    color: var(--white);
    border-radius: 5px;
    font-weight: bold;
}

.Areas-of-specialization {
    text-align: center;
}

.Areas-of-specialization h4 {
    font-weight: bold;
    font-size: 30px;
}

.Areas-of-specialization p {
    font-size: 13px;
    color: #6B7280;
}

.Areas-of-specialization-one {
    background-color: var(--white);
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 10px 20px 50px 10px rgb(0, 0, 0, 0.1);
}
.parnt-one-dev-foter{
    background-color: #031333;
    text-align: center;
    margin-top: 4rem;
    color: #fff;
    width: 100%;
    height: 100%;
}
.one-div-footer img{
    width: 100px;
    margin-top: 10px;
}

.link-athr {
    color: var(--white);
    font-size: 14px;
}

/* start-input-page */
.form-inpot {
    background-color: var(--grey1);
    padding: 20px;

}

.inpot-one {
    width: 17rem;
    height: 2.5rem;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 11px;
}

.inpot-one1 {
    width: 17rem;
    height: 2.5rem;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 11px;
}

.inpot-two {
    width: 34.2rem;
    border-radius: 5px;
    outline: none;
    border: none;
    height: 2.5rem;
    font-size: 11px;
    color: #818181;
}

.inpot-three {
    width: 34.2rem;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 11px;
}

.titrlee-form h2 {
    color: #6B7280;
    font-size: 25px;
}

.icon-inpot {
    margin-right: 67%;
    margin-top: -3.4rem;
    background-color: #031333;
    width: 40px;
    padding: 8px;
    color: var(--white);
    border-radius: 50%;
    height: 40px;
}
.our-servicess-shadoow{
    box-shadow: 10px 20px 40px 5px rgb(0, 0, 0, 0.2);
}
.centar-img i{
    margin-top: 2rem;
    font-size: 10rem;
    color: #ECC491;
    animation: floatImage 4s ease-in-out infinite;
}
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    50%{
        transform: translateY(2.8rem);
    }
    100%{
        transform: translateY(0);
    }
}
/* Start english page */
.btn_two-two{
    width: 11rem;
}
.btn_one-one{
    width: 7rem;
}
.one-one-div-background{
    height: 26rem;
}
.text__our__services-ooone {
    margin-top: -11rem;
    padding-left: 15px;
    color: var(--white);
}
.btn-left{
    margin-left: 5px;
}

@media (max-width:799px) {
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 70vh;
        width: 300px;
        background-color: #031333;
        color: var(--white);
        opacity: .9;
        box-shadow: 0 40px 60px rgb(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s ease;
        border-bottom-left-radius: 5px;
    }

    #navbar.active {
        right: 0px;
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #navbar a {
        color: var(--white);
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 30px;
    }

    #navbar li a:hover,
    #navbar li a.active {
        color: var(--white);
    }

    #navbar li a.active::after,
    #navbar li a:hover::after {
        background: var(--white);
    }

    #navbar button {
        width: 7rem;
        height: 2rem;
        background-color: var(--white);
        color: #000;
        margin-right: 10px;

    }

    #navbar li a {
        color: var(--white);
    }

    #close {
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: var(--white);
        font-size: 24px;
    }

    #lg-bag {
        display: none;
    }

    .banner-text-and-img {
        flex-direction: column;
    }

    .img-banner {
        width: 100%;
        text-align: center;
    }

    .text-banner {
        width: 100%;
    }
    .img-header-slider span {   
        font-size: 26px;
    }
    .img-header-slider h2 {
        font-size: 27px;
    }
    .img-banner img {
        width: 100%;
    }

    .banner-two-backgruund {
        flex-direction: column;
        align-items: center;
    }

    .Balance {
        margin-top: 2rem;
    }

    .one-div-background-media {
        margin-top: 2rem;
    }

    .img__and_text__our_services {
        flex-direction: column;
        align-items: center;
    }

    .our-servicess-shadoow {
        margin-top: 10px;
    }

    .parnt-Areas-of-specialization {
        flex-direction: column;
        align-items: center;
    }

    .Areas-of-specialization-one {
        text-align: center;
        width: 35rem;
        height: 32rem;
        margin-top: 15px;
    }

    .parnt-div-footeer {
        flex-direction: column;
        text-align: center;
    }

    .one-div-footer {
        width: 100%;
    }

    .two-div-footer a {
        text-decoration: none;
    }

    .one-div-footer p {
        font-size: 13px;
    }

    .three-div-footer {
        width: 100%;
    }

    .parnt__Ask_for_a_service {
        flex-direction: column;
    }

    .Ask-for-a-service-btn {
        margin-top: 10px;
    }

    .img__and_text__our_services img {
        width: 35rem;
    }

    .text__our__services {
        margin-top: -15rem;
        padding-right: 25px;
        color: var(--white);
    }

    .text__our__services p {
        font-size: 15px;
    }

    .one-div-background {
        width: 35rem;
        height: 23rem;
    }

    .three-div-footer {
        margin-top: 20px;
        font-size: 14px;
    }
    .direction {
        order: -1;
    }

    .centar-img {
        order: 1;
    }

    footer {
        width: 100%;
        background-color: #031333;
        height: 100%;
    }
    .btn-riht{
        margin-top: 10px;
    }
    .btn-left{
        margin-top: 10px;
    }
    .mediam-lefft-btn{
        margin-left: 5px;
    }
    
}

@media (max-width:590px) {
    .one-div-background {
        width: 30rem;
        height: 23rem;
    }

    .img__and_text__our_services img {
        width: 30rem;
    }

    .Areas-of-specialization-one {
        width: 30rem;
    }
}

/* start media logn */
@media (max-width:587px) {
    .inpot-one {
        width: 30rem;
    }

    .inpot-one1 {
        width: 30rem;
        margin-top: 5px;
    }

    .inpot-two {
        width: 30rem;
    }

    .inpot-three {
        width: 30rem;
    }

    .icon-inpot {
        margin-right: 85%;
    }
}

@media (max-width:511px) {
    .inpot-one {
        width: 23rem;
    }

    .inpot-one1 {
        width: 23rem;
    }

    .inpot-two {
        width: 23rem;
    }

    .inpot-three {
        width: 23rem;
    }

    .icon-inpot {
        margin-right: 78%;
    }
}

@media (max-width:508px) {
    .one-div-background {
        width: 25rem;
    }

    .img__and_text__our_services img {
        width: 25rem;
    }

    .Areas-of-specialization-one {
        width: 25rem;
    }

    .one-div-footer p {
        font-size: 13px;
    }

    .text-banner p {
        font-size: 15px;
    }
}

@media (max-width:430px) {
    .one-div-background {
        width: 20rem;
        height: 25rem;
    }

    .img__and_text__our_services img {
        width: 20rem;
    }

    .Areas-of-specialization-one {
        width: 20rem;
    }

    .text-banner p {
        font-size: 13px;
    }

    .one-div-footer p {
        font-size: 12px;
    }

    .text__our__services {
        padding-right: 5px;
    }

    .Ask-for-a-service-text h2 {
        font-size: 20px;
    }

    .Areas-of-specialization h4 {
        font-size: 20px;
    }

    .Areas-of-specialization p {
        font-size: 10px;
    }

    .Ask-for-a-service-parnt {
        height: 30vh;
        background-position: center;
    }

    .text__our__services{
        margin-top: -13rem;
    }
    .p-english{
        padding: 0 10px;
    }
}

/* start media logn */
@media (max-width:400px) {
    .inpot-one {
        width: 19rem;
    }

    .inpot-one1 {
        width: 19rem;
    }

    .inpot-two {
        width: 19rem;
    }

    .inpot-three {
        width: 19rem;
    }
}

@media (max-width:350px) {
    .text-banner p {
        font-size: 11px;
    }

    .one-div-background {
        width: 17rem;
        height: 26rem;
    }

    .img__and_text__our_services img {
        width: 17rem;
    }

    .text__our__services {
        padding-right: 9px;
    }

    .text__our__services p {
        font-size: 13px;
    }

    .Ask-for-a-service-text h2 {
        font-size: 17px;
    }

    .Areas-of-specialization h4 {
        font-size: 19px;
    }

    .Areas-of-specialization p {
        font-size: 9px;
    }

    .Areas-of-specialization-one {
        width: 17rem;
    }

    .Ask-for-a-service-parnt {
        height: 30vh;
        background-position: center;
    }

    .one-div-footer p {
        font-size: 10px;
    }
    .Areas-of-specialization-one-english{
        height: 34rem;
    }
}
@media (max-width:414px){
    .btn_two-two {
        margin-top: 10px;
    }
}

/* start media logn */
@media (max-width:400px) {
    .inpot-one {
        width: 16rem;
    }

    .inpot-one1 {
        width: 16rem;
    }

    .inpot-two {
        width: 16rem;
    }

    .inpot-three {
        width: 16rem;
    }

    .icon-inpot {
        margin-right: 74%;
    }
}