.footer{
    width: 100%;
    height: 70vh;
    background-image: url("../assets/Section\ dwqsection]\ 1.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

.fitem{
    width: 30%;
    height: 55%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.fitem .subitem{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.fitem .subitem h3{
    color: white;
    font-size: 15px;
}

.fitem .subitem svg{
    margin-left: 15px;
}

.fitem h1{
    color:#248D59;
    margin-bottom: 35px;
}
.fitem .subitem h3 a{
    color: inherit;   
}


.fitem .subitemholder{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fitem .subitemholder .ssitenhalf{
    width: 50%;
}

.fitem .subitemholder .ssitenhalf .subitem{
    justify-content: flex-start;
}

.fitem.lastone{
    align-items: center;
    justify-content: center;
}
.fitem.lastone h2{
    color: white;
    text-align: right;
    width: 340px;
    font-weight: normal;
}
.emailinp{
    width: 340px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 100px;
    box-shadow: gray 0px 0px 5px 0px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.emailinp input{
    width: 90%;
    padding: 5px;
    border-radius: 100px;
    border: none;
    outline: none;
    cursor: text;
}
.emailinp button{
    width: 9%;
    border-radius: 100%;
    height: 100%;
    background-color: #248D59;
    display: flex;
    justify-content: center;
    align-items: center;
}
.emailinp button svg{
    color: white;
    width: 90%;
}
.subitem h3{
    font-weight: normal;
}
.addres h3{
    text-align: right;
    width: 200px;
}
@media (max-width : 1110px){
    .fitem.lastone{
        padding: 0;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .emailinp button{
        height: 30px;
    }
    .footer {
        width: 100%;
        height: fit-content;
        background-image: url("../assets/Section dwqsection] 1.png");
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        direction: rtl;
        flex-direction: column;
    }
    .fitem {
        width: 100%;
        height: 55%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 35px;
        padding-top: 100px;
    }
    
}
