
#footer-bg-top {
    display: flex;
    width: 100%;
}

#footer-bg {
    background-color: #d94443;
    width: 100%;
    display: flex;
    height: 300px;
}

#footer-bg .container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}

#footer-left {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#footer-left p {
    direction: rtl;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
}

#footer-left a {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#footer-left a:hover {
    opacity: 0.8;
}

#footer-left #instagram-img {
    width: 35px;
    height: 35px;
}

#footer-left #whatsapp-img {
    width: 35px;
    height: 35px;
}

.developer {
    display: flex;
    direction: rtl;
    margin-top: 30px;
}

.developer a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: yekan,sans-serif;
}

.developer a:hover {
    transition: 0.3s;
    scale: 110%;
}

.developer a:not(:hover) {
    transition: 0.3s;
}

.zero-one {
    color: #bbff3a;
}

#footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

#footer-center .logo {
    position: relative;
}

#footer-center .logo .logo-img {
    width: 80px;
    height: 70px;
    position: relative;
    z-index: 2;
}

#footer-center .logo .logo-main-bg {
    position: absolute;
    top: -13px;
    left: -22px;
    width: 125px;
    height: 110px;
    z-index: 1;
}

#footer-center .logo-bg-1 {
    width: 100px;
    height: 150px;
    z-index: 1;
}

#footer-center .logo-bg-2 {
    width: 100px;
    height: 150px;
    z-index: 2;
}

#footer-right {
    direction: rtl;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#footer-right li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#footer-right li p {
    font-size: 17px;
    font-family: yekan,sans-serif;
}

#footer-right li i {
    width: 24px;
    height: 24px;
    display: block;
}

#footer-right li #add-icon {
    background: url(../images/add-icon.png) no-repeat;
}

#footer-right li #tel-icon {
    background: url(../images/tel-icon.png) no-repeat;
}

@media only screen and (max-width:1200px) {

    #footer-left p {
        font-size: 14px;
    }

    #footer-left #instagram-img {
        width: 30px;
        height: 30px;
    }

    #footer-left #whatsapp-img {
        width: 30px;
        height: 30px;
    }

    #footer-right li p {
        font-size: 14px;
    }

    #footer-center {
        gap: 55px;
    }

    #footer-center .logo-bg-1 {
        width: 90px;
        height: 130px;
    }

    #footer-center .logo-bg-2 {
        width: 90px;
        height: 130px;
    }

    #footer-center .logo .logo-img {
        width: 70px;
        height: 60px;
    }

    #footer-center .logo .logo-main-bg {
        width: 115px;
        height: 100px;
    }

    .developer a {
        font-size: 15px;
    }
}

@media only screen and (max-width:992px) {

    #footer-left p {
        font-size: 13px;
    }

    #footer-left #instagram-img {
        width: 25px;
        height: 25px;
    }

    #footer-left #whatsapp-img {
        width: 25px;
        height: 25px;
    }

    #footer-right li p {
        font-size: 13px;
    }

    #footer-center {
        gap: 40px;
    }

    #footer-center .logo-bg-1 {
        width: 80px;
        height: 120px;
    }

    #footer-center .logo-bg-2 {
        width: 80px;
        height: 120px;
    }

    #footer-center .logo .logo-img {
        width: 60px;
        height: 50px;
    }

    #footer-center .logo .logo-main-bg {
        width: 105px;
        height: 90px;
    }

    .developer a {
        font-size: 13px;
    }
}

@media only screen and (max-width:768px) {

    #footer-bg .container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        color: #fff;
        margin: 20px 0;
        row-gap: 20px;
    }

    #footer-bg {
        height: 320px;
    }

    #footer-left p {
        font-size: 14px;
        gap: 5px;
    }

    #footer-left #instagram-img {
        width: 25px;
        height: 25px;
    }

    #footer-left #whatsapp-img {
        width: 25px;
        height: 25px;
    }

    #footer-right li p {
        font-size: 14px;
        margin-bottom: 0;
    }

    #footer-center {
        gap: 20px;
    }

    #footer-center .logo-bg-1 {
        width: 70px;
        height: 90px;
    }

    #footer-center .logo-bg-2 {
        width: 70px;
        height: 90px;
    }

    #footer-center .logo .logo-img {
        width: 50px;
        height: 45px;
    }

    #footer-center .logo .logo-main-bg {
        width: 65px;
        height: 65px;
        top: -4px;
        left: -6px;
    }

    #footer-right li {
        gap: 5px;
    }

    #footer-right li i {
        background-size: 15px 15px !important;
        position: relative;
        top: 9px;
    }

    .developer {
        margin-top: 10px;
    }

    .developer a {
        font-size: 13px;
    }
}

@media only screen and (max-width:576px) {

    #footer-bg .container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        color: #fff;
        margin: 20px 0;
        row-gap: 20px;
    }

    #footer-bg {
        height: 300px;
    }

    #footer-left p {
        font-size: 13px;
        gap: 5px;
    }

    #footer-left #instagram-img {
        width: 25px;
        height: 25px;
    }

    #footer-left #whatsapp-img {
        width: 25px;
        height: 25px;
    }

    #footer-right li p {
        font-size: 13px;
        margin-bottom: 0;
    }

    #footer-center {
        gap: 20px;
    }

    #footer-center .logo-bg-1 {
        width: 60px;
        height: 90px;
    }

    #footer-center .logo-bg-2 {
        width: 60px;
        height: 90px;
    }

    #footer-center .logo .logo-img {
        width: 50px;
        height: 45px;
    }

    #footer-center .logo .logo-main-bg {
        width: 65px;
        height: 65px;
        top: -6px;
        left: -7px;
    }

    #footer-right li {
        gap: 5px;
    }

    #footer-right li i {
        background-size: 15px 15px !important;
        position: relative;
        top: 9px;
    }

    .developer {
        margin-top: 10px;
    }

    .developer a {
        font-size: 12px;
    }
}