.container .navbar {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    max-width: 1920px;
    margin: 0 auto;
}

.container .navbar div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container .navbar div a {
    font-size: 16px;
    font-family: 'YekanBakhFaNum-Regular', sans-serif;
    color: black;
    padding: 10px 15px;
    border-radius: 10px;
    max-height: 50px;
}

.container .navbar div a:hover {
    background-color: #f9f9f9;
    border-bottom: 1px solid black;
    transition: all 0.3s;
}

.container .navbar div a img {
    width: 40px;
    margin-top: -6px;
    height: 40px;
}

.container .navbar a {
    max-height: 50px;
}

.container .navbar a img {
    width: 50px;
    height: 50px;
}

.container .navbar #login {
    background-color: #092a59;
    color: white;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'YekanBakhFaNum-SemiBold', sans-serif;
}

.container footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: white;
    flex-direction: column;
    gap: 15px;
}

.container footer .news-latter {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5%;
    padding-bottom: 15px;
    max-width: 1920px;
    margin: 0 auto;
}

.container footer .news-latter .success {
    border: 1px solid green;
    color: green;
    padding: 10px;
    border-radius: 10px;
    text-align: justify;
    font-family: "YekanBakh-Regular", sans-serif;
    font-size: 14px;
    align-self: center;
}

.container footer .news-latter .text {
    display: flex;
    flex-direction: column;
}

.container footer .news-latter .text h5 {
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 20px;
}

.container footer .news-latter .text p {
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 18px;
}

.container footer .news-latter form {
    position: relative;
    width: 100%;
    max-width: 350px;
    top: 0;
}

.container footer .news-latter #register-news-latter-phone {
    border-radius: 25px;
    border: 1px solid #092a59;
    background-color: #f1f2f4;
    padding: 15px 20px;
    width: 100%;
    letter-spacing: 1px;
}

.container footer .news-latter #register-news-latter-phone:focus {
    outline: none;
}

.container footer .news-latter #submit-news-latter {
    background-color: #092a59;
    padding: 15px 35px;
    color: white;
    border-radius: 25px;
    top: 1px;
    position: absolute;
    border: none;
    left: 0;
    cursor: pointer;
}

.container footer .section {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}

.container footer .section .section-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 35%;
}

.container footer .section .section-right p {
    font-family: "YekanBakhFaNum-Regular", sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}

.container footer .section .section-left {
    display: flex;
    width: 62%;
    gap: 30px;
}

.container footer .section .section-left .links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container footer .section .section-left .links .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.container footer .section .section-left .links .link h6,
.container footer .section .section-left .links .download-app h6,
.container footer .section .section-left .links .credits h6,
.container footer .section .section-left .contact h6 {
    font-family: "YekanBakhFaNum-Regular", sans-serif;
    font-size: 17px;
}

.container footer .section .section-left .links .link a {
    color: #092a59;
    font-size: 16px;
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
}

.container footer .section .section-left .links .download-app {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.container footer .section .section-left .links .download-app a {
    display: flex;
    gap: 5px;
    background-color: #092a59;
    color: white;
    padding: 20px;
    border-radius: 15px;
    justify-content: center;
    font-family: 'YekanBakhFaNum-SemiBold', sans-serif;
    width: fit-content;
}

.container footer .section .section-left .links .download-app span img {
    width: 25px;
    height: 25px;
}

.container footer .section .section-left .links .credits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 150px;
}

.container footer .section .section-left .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 520px;
}

.container footer .section .section-left .contact p {
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 18px;
}

.container footer .section .section-left .contact p a {
    color: #092a59;
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 18px;
}

.container footer .copy-right p {
    color: black;
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 16px;
    text-align: center;
}

.container footer .copy-right p a {
    color: #092a59;
    font-family: "YekanBakhFaNum-SemiBold", sans-serif;
    font-size: 16px;
}

@media all and (max-width: 1600px) {
    .container footer .section .section-right {
        width: 49%;
    }

    .container footer .section .section-left {
        flex-direction: column;
        align-items: stretch;
        width: 49%;
    }
}

@media all and (max-width: 1200px) {
    .container footer .section .section-left .links .link,
    .container footer .section .section-left .links .download-app {
        width: 100%;
        max-width: 200px;
    }

    .container footer .section .section-left .links .credits {
        width: 100%;
        max-width: 150px;
    }
}

@media all and (max-width: 1100px) {
    .container footer .section .section-left .links .download-app a {
        font-size: 12px;
    }

    .container footer .section .section-left .links .download-app a img {
        width: 17px;
    }

    .container footer .section .section-left .contact {
        width: 100%;
    }
}

@media all and (max-width: 950px) {
    .container footer .news-latter {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .container footer .section {
        flex-direction: column;
        gap: 15px;
    }

    .container footer .section .section-right {
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding-bottom: 10px;
    }

    .container footer .section .section-left {
        width: 100%;
        gap: 15px;
    }

    .container footer .section .section-left .links {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .container footer .section .section-left .contact {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .container .navbar div a:nth-child(5),
    .container .navbar div a:nth-child(6) {
        display: none;
    }

    .container footer .news-latter .text h5 {
        font-size: 18px;
    }

    .container footer .news-latter .text p {
        font-size: 15px;
    }
}

@media all and (max-width: 850px) {
    .container .navbar div {
        gap: 5px;
    }

    .container .navbar div a {
        font-size: 16px;
    }

    .container .navbar div a:nth-child(2),
    .container .navbar div a:nth-child(4) {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .container footer .section .section-left .links {
        border-bottom: none;
        padding-bottom: 0;
        flex-direction: column;
        gap: 15px;
    }

    .container footer .section .section-left .links .link,
    .container footer .section .section-left .links .download-app,
    .container footer .section .section-left .links .credits {
        width: 100%;
        border-bottom: 1px solid #ccc;
        align-items: center;
        max-width: 100%;
        padding-bottom: 10px;
    }

    .container footer .section .section-left .links .download-app span {
        margin: 0 auto;
    }
}