/*-------------     footer      --------------*/
footer p {
    font-size: 16px;
}

.footer-description h2 {
    color: white;
    font-weight: bold;
    width: 59%;
    padding: 20px 0 15px;
}

.footer-description p {
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}

.menu h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    margin: 0;
    padding-bottom: 25px;
}

ul.footer-menu li {
    padding-top: 20px;
}

ul.footer-menu li a {
    font-size: 16px;
    color: #CFCFCF;
    text-transform: capitalize;
}

ul.footer-menu li a i {
    padding-left: 20px;
}

.footer-location {
    display: flex;
    align-items: baseline;
}

.footer-location i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.footer-location p {
    color: #CFCFCF;
}

.footer-location {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #787878;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.menu.contacts a i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.menu.contacts a {
    color: #CFCFCF;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

ul.social-media li {
    margin-right: 20px;
}

ul.social-media {
    display: flex;
    padding: 40px 0;
}

ul.social-media li a i {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-media li a i:hover {
    border: 1px #f29f05;
    color: white;
}

.footer-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 101px;
    border: 1px solid #787878;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 25px;
}

.footer-two a {
    color: #787878;
    font-size: 14px;
    padding-left: 20px;
}

.footer-two p {
    font-size: 14px;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #787878;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #363636;
    font-size: 16px;
}

a:hover {
    color: #363636;
}

h1 {
    font-size: 60px;
    line-height: 80px;
    color: #363636;
}

h2 {
    line-height: 58px;
    font-size: 48px;
    margin: 0;
    color: #363636;
}

h3 {
    line-height: 46px;
    font-size: 36px;
    margin: 0;
    color: #363636;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}

h5 {
    line-height: 32px;
    font-size: 22px;
    color: #363636;
}

h6 {
    line-height: 28px;
    font-size: 18px;
    color: #363636;
}

a {
    color: black;
}

.gap {
    padding: 100px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}

.carousel-item img {
    object-fit: cover;
    max-height: 450px;
    /* Limit maximum height */
    max-width: 100%;
    /* Ensure image doesn't exceed container width */
    margin: auto;
    /* Center horizontally */
}


.body-wrapper {
    margin: auto;

}

.today-food-title {
    margin: auto;
    align-items: center;
}

.outer-wrapper {
    margin: 35px auto;
    display: flex;
    max-width: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.today-food-title{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.outer {
    margin: 10px;
    min-width: 290px;
    min-height: 220px;
    width: 295px;
    height: 228px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow:
        0 3.4px 2.7px rgba(0, 0, 0, 0.022),
        0 8.7px 6.9px rgba(0, 0, 0, 0.031),
        0 17.7px 14.2px rgba(0, 0, 0, 0.039),
        0 36.5px 29.2px rgba(0, 0, 0, 0.048),
        0 100px 80px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.inner {
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    border: 1px solid #f0f0f0;
    border-bottom-right-radius: 80px;
    transform: translateX(-4px) translateY(-17px) rotate(10deg);
}


.item {
    height: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
}

.item-name h4 {
    font-size: 18px;
    font-weight: bold;
    color: #11313c;
}

.item-name p {
    font-size: 12px;
    font-weight: 500;
    color: #949a98;
}

.item-price {
    display: flex;
    flex-direction: column;
}

.item-price p {
    font-size: 18px;
    font-weight: bold;
    color: #f7736e;
    text-align: right;
}

.rating {
    display: flex;
}

.rating>div {
    width: 15px;
    height: 15px;
    background: #f7736e;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.outer:hover {
    transform: scale(1.01);
}
