#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: url(../images/background/footerBackgroundPic.png) no-repeat 30% 5%;
    background-size: 200% 170%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footerLogoDiv {
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
}
#footerLogoDiv>a {
    height: 270%;
    width: 18%;
    position: relative;
    left: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerLogoDiv>a>img {
    width: 100%;
    height: auto;
    filter: invert(70%);
}
#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(14px, 1.44vw, 22px);
    color: #455069;
    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(110%) blur(5px);
    box-shadow: 0px 15px 20px -2px #ccc;
    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: #455069;
    font-family: bt;
    font-size: clamp(13px, 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: #455069;
    font-family: vb;
    font-size: clamp(13px, 1.2vw, 19px);
    position: relative;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerInstagramDiv>a:hover {
    color: #ce0047;
}
#footerInstagramDiv>img {
    width: 9%;
    position: relative;
    right: 8%;
}
#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: #455069;
    font-family: vb;
    font-size: clamp(13px, 1.2vw, 19px);
    position: relative;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footerEmailDiv>img {
    width: 9%;
    position: relative;
    right: 8%;
}
/* Tablet Portrait */
@media screen and (max-width:1024px) {
    #footerLogoDiv>a {
        width: 20%;
    }

    #telAndEmailBox {
        width: 80%;
    }
}

/* Large Mobile / Small Tablet */
@media screen and (max-width:900px) {
    #footerDiv {
        aspect-ratio: 3/1;
    }

    #telAndEmailBox {
        width: 85%;
    }

    #footerTelDiv>a,
    #footerInstagramDiv>a,
    #footerEmailDiv>a {
        font-size: clamp(14px, 1.5vw, 19px);
    }
}

/* Medium Mobile */
@media screen and (max-width:768px) {
    #footerDiv {
        aspect-ratio: 2.5/1;
    }

    #footerAddressText>span {
        font-size: clamp(15px, 2vw, 22px);
    }
}

/* Mobile */
@media screen and (max-width:750px) {
    #footer {
        padding-top: 0px;
    }
    #footerDiv {
        aspect-ratio: 1/1.5;
        background: url(../images/background/footerBackgroundPic.png) no-repeat 30% 50%;
        background-size: 200% 270%;
    }
    #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%;
    }
}