* {
    padding: 0;
    margin: 0;
}
body {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: #4c4c4c;
    background: #f4f4f4;
    height: 100vh;
    font-size: 16px;
    overflow-x: hidden;
}


/* فوتر پایینی */
.resturant-social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #A90E06;
    padding-block: 20px;
    padding-inline: 42px;
    border-radius: 20px;
    color: #d9d9d9;
    margin-top: 21px;

    font-size: 14px;
    font-weight: 600;
}
.social-media-container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.socila-media-icons {
    text-decoration: none;
}
.socila-media-icons:hover svg path {
    fill: #ffffff;
    transition: fill 0.2s;
}


.resturant-logo-and-phone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    color: #fff;
}
.resturant-footer-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
}
.resturant-footer-phone-title {
    padding-left: 7px;
    border-left: 1px solid #03676b;
    font-weight: 600;
    font-size: 16px;
}
.resturant-footer-phone-number {
    padding-right: 8px;
    font-weight: 700;
    font-size: 16px;
}
.resturant-footer-area-code {
    color: #ffa600;
}
.resturant-footer-info {
    display: grid;
    grid-template-columns: auto 277px 356px;
    gap: 81px;
}
.resturant-about-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.resturant-about-title {
    font-size: 16px;
    font-weight: 600;
    color: #d9d9d9;
}
.resturant-about-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    text-align: justify;
    color: #ffffff8a;
}
.resturant-footer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#A90E06;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-inline: 42px;
    margin-top: 100px;
    padding-block: 36px 42px;
}
.useful-links-container {
    display: flex;
    justify-content: center;
    gap: 81px;
}
.useful-links-1,
.useful-links-2 {
    width: 98px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.useful-links-title {
    font-size: 16px;
    font-weight: 600;
    color: #d9d9d9;
    margin-bottom: 1px;
}
.useful-link {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff8a;
    cursor: pointer;

}
.menu-item::marker{
    display:none;
}
.useful-links-1 ul,.useful-links-2 ul {
    list-style-type: none;
    line-height:34px;
}
.useful-link:hover {
    color: #ffffff;
    transition: color 0.2s;
}
.resturant-contacts-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.resturant-contacts-title {
    margin-bottom: 1px;
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 600;
}
.resturant-footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff8a;
}
.resturant-footer-contact-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #d9d9d9;
    text-wrap: nowrap;
}
.resturant-footer-contact-title svg path {
    fill: #d9d9d9;
}
.footer-multiple-phones {
    display: flex;
    gap: 5px;
}
.resturant-footer-work-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.resturant-open-time-details {
    line-height: 26.32px;
}
@media screen and (max-width: 1371px) {
    .resturant-footer-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .resturant-about-container {
        grid-area: 2 / 1 / 3 / 3;
    }
}
@media screen and (max-width: 860px) {
    .resturant-footer-info {
        display: flex;
        flex-direction: column;
    }
    .useful-links-container {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 576px) {
    .footer-container {
        margin-inline: 20px;
    }
    .resturant-footer-details {
        background-color:#A90E06;
        padding-inline: 12px;
        padding-block: 28px 47px;
    }
    .resturant-logo-and-phone {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 33px;
        margin-bottom: 53px;
    }
    .resturant-footer-info {
        gap: 40px;
    }
    .resturant-social-media {
        margin-bottom: 72px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .resturant-social-media span {
        line-height: 28px;
    }
}
