#footer {
    height: auto;
    width: 100%;
    padding-top: 140px;
    flex-flow: row wrap;
    font-family: 'Yekan';
    cursor: default;
    display: flex;
    justify-content: center;
}
#footerDiv {
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 4/1;
    background-color:#70b8c3;
    /* background: url(../img/background/footerBackgroundPic.png) no-repeat 30% 5%;
    background-size: 200% 170%; */
    /* background: url(../img/background/n\ -\ Copy.jpg) no-repeat 50%;
    background-size: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footerLogoDiv {
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
}
#footerLogoDiv>a {
    height: 250%;
    width: 15%;
    position: relative;
    left: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerLogoDiv>a>img {
    width: 100%;
    height: auto;
    filter: invert(70%) brightness(130%);
}
#footerAddressDiv {
    height: 30%;
    width: 100%;
    direction: rtl;
    position: relative;
    top: 8%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerAddressIconPic {
    height: 100%;
    width: 2.7%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerAddressIconPic>img {
    width: 100%;
    position: relative;
    bottom: 2%;
}
#footerAddressText {
    height: 100%;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
}
#footerAddressText>span {
    font-family: bt;
    font-size: clamp(1px, 1.44vw, 22px);
    color: #fff;
    position: relative;
    right: 1%;
}
#telAndEmailDiv {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#telAndEmailBox {
    height: 50%;
    width: 70%;
    border-radius: 50px;
    position: relative;
    bottom: 10%;
    backdrop-filter: brightness(90%) blur(5px);
    /* box-shadow: 0px 15px 20px -2px aqua; */
    border-bottom: 3px solid #fff;
    border-top: 3px solid lightcyan;
    display: flex;
    justify-content: space-around;
}
#footerTelDiv {
    height: 100%;
    width: 33%;
    border-radius: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footerTelDiv>img {
    width: 9%;
    position: absolute;
    left: 8%;
}
#footerTelDiv>a {
    height: 70%;
    width: auto;
    text-decoration: none;
    color: #fff;
    font-family: bt;
    font-size: clamp(1px, 1.2vw, 19px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerInstagramDiv {
    height: 100%;
    width: 33%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerInstagramDiv>a {
    transition: 0.2s;
    height: 70%;
    width: 50%;
    text-decoration: none;
    color: #fff;
    font-family: vb;
    font-size: clamp(1px, 1.2vw, 19px);
    position: relative;
    top: 5%;
    right: -3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #footerInstagramDiv>a:hover {
    color: #ce0047;
} */
#footerInstagramDiv>img {
    width: 9%;
    position: relative;
    right: 12%;
}
#footerEmailDiv {
    height: 100%;
    width: 33%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerEmailDiv>a {
    transition: 0.2s;
    height: 70%;
    width: 50%;
    text-decoration: none;
    color: #fff;
    font-family: vb;
    font-size: clamp(1px, 1.2vw, 19px);
    position: relative;
    top: 5%;
    right: -3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerEmailDiv>img {
    width: 9%;
    position: relative;
    right: 12%;
}
@media screen and (max-width:750px) {
    #footer {
        padding-top: 0px;
    }
    #footerDiv {
        aspect-ratio: 1/1.5;
        /* background: url(../img/background/footerBackgroundPic.png) no-repeat 30% 50%;
        background-size: 200% 270%; */
        background-color: #77c5d1;
        backdrop-filter: brightness(80%);
    }
    #footerLogoDiv {
        height: 20%;
        position: relative;
        top: 5%;
    }
    #footerLogoDiv>a {
        height: 100%;
        width: 50%;
        left: initial;
    }
    #footerAddressDiv {
        height: 20%;
        top: 5%;
        right: initial;
    }
    #footerAddressIconPic {
        width: 20%;
        right: 10%;
    }
    #footerAddressIconPic>img {
        width: 42%;
        bottom: 23%;
        right: 20%;
    }
    #footerAddressText {
        right: 10%;
    }
    #footerAddressText>span {
        font-family: vb;
        font-size: 4vw;
        width: 80%;
        right: initial;
    }
    #telAndEmailDiv {
        height: 50%;
    }
    #telAndEmailBox {
        height: 90%;
        width: 80%;
        bottom: -5%;
        flex-direction: column;
    }
    #footerTelDiv {
        height: auto;
        width: 100%;
    }
    #footerTelDiv>img {
        left: 27%;
    }
    #footerTelDiv>a {
        font-size: 4vw;
        line-height: 6vw;
        left: 5%;
    }
    #footerInstagramDiv {
        height: auto;
        width: 100%;
        position: relative;
        top: 5%;
    }
    #footerInstagramDiv>a {
        width: auto;
        font-size: 4.5vw;
    }
    #footerInstagramDiv>img {
        width: 7%;
        right: 1%;
    }
    #footerEmailDiv {
        height: auto;
        width: 100%;
        position: relative;
        top: 7%;
    }
    #footerEmailDiv>a {
        width: auto;
        font-size: 4.5vw;
    }
    #footerEmailDiv>img {
        width: 7%;
        right: 1.5%;
    }
}