html {
    height: 100%;
    line-height: 1.5;
    font-family: "Scheherazade New", serif;
    font-style: normal;
}

body {
    height: 100%;
    background-color: #3E5254;
    padding: 0;
    margin: 0;
}

.en {
    font-family: 'Montserrat', sans-serif;
}

* {
    box-sizing: border-box;
}

.page-wrapper {
    width: max(30%, 350px);
    margin: 5vh auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px;
    padding-bottom: 4vh;
    background-image: url(../images/photo_2026-01-07_19-08-09.jpg);
    background-size: 40%;
}

.imgs {
    position: relative;
    width: 100%;
}

.top {
    width: 45%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 2px 6px;
    margin: 1vh auto 0;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2.2vw;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0.5vh;
}

.content-top-p {
    font-size: 1.8vw;
    margin-top: 0px;
    color: #ffffff;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    width: 100%;
}

.whats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 0.2vw;
}

.whats {
    text-decoration: none;
    padding: 8px 10px;
    background-color: #ffffff;
    color: #000;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: max(2rem, 2vw);
}

.icon {
    width: 3vw;
}

.whats:hover {
    background-color: #dfdfdf;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-p {
    text-align: center;
    margin-top: 1.5vw;
    width: 80%;
    color: #ffffff;
}

.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.delivery-img-container a {
    transition: transform 0.3s ease;
}

.delivery-img-container a:hover {
    transform: scale(1.15);
}

.img-p {
    margin: 0;
    font-size: 1vw;
    color: #ffffff;
    text-align: center;
}

.delivery-img {
    width: 5vw;
    height: 10vh;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.the-chefz {
    width: auto;
}

.delivery-p {
    text-align: center;
    font-size: 1.3vw;
}

h5 {
    text-align: center;
    font-size: 1vw;
}

@media (max-width: 1024px) and (min-height: 720px) {
    .page-wrapper {
        width: 70%;
    }

    h1 {
        font-size: 4.5vw;
    }

    .content-top-p {
        font-size: 3vw;
    }

    .whats-container {
        gap: 0.5vw;
    }

    .whats {
        font-size: 3vw;
    }

    .icon {
        width: 6.5vw;
    }

    .footer-p {
        font-size: 3vw;
    }
    
    .delivery-img {
        width: 11vw;
        height: 7vh;
    }

    .img-p {
        font-size: 2.3vw;
    }

    .the-chefz {
        width: 18vw;
    }

    .delivery-p {
        font-size: 2.5vw;
    }

    h5 {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .page-wrapper {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
        box-shadow: 0 0 0;
    }

    h1 {
        font-size: 8vw;
    }

    .content-top-p {
        font-size: 5vw;
    }

    .whats-container {
        gap: 1.2vw;
    }

    .whats {
        font-size: 4.5vw;
    }

    .icon {
        width: 10vw;
    }

    .footer-p {
        font-size: 4.5vw;
    }

    .delivery-img {
        width: 18vw;
        height: 14vw;
    }

    .img-p {
        font-size: 4vw;
    }

    .the-chefz {
        width: 25vw;
    }

    .delivery-p {
        font-size: 4vw;
    }

    h5 {
        display: none;
    }
}
