* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 80%;
    margin: auto;
}

.clear {
    clear: both;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.pd-y {
    padding: 75px;
}

/* ===== HEADER ===== */

.header {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.logo {
    width: 40%;
    float: left;
}

.logo span {
    text-transform: capitalize;
    display: inline-block;
    transform: rotate(10deg);
    color: rgba(232, 103, 10, 0.8);
    margin-top: 37px;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: italic;
}

.nav {
    width: 60%;
    float: left;
}

.hr {
    background-color: rgba(232, 103, 10, 0.8);
    height: 1px;
    margin-top: 30px;
    border: none;
}

.nav {
    list-style: none;
    margin-top: 35px;
    text-align: right;
}

.nav li {
    display: inline-block;
}

.nav li a {
    text-decoration: none;
    padding: 30px 21px;
    color: rgb(235, 103, 8);
    transition: color 0.5s;
    font-size: 22px;
}

.home-li {
    color: #fff;
}

.h2 {
    display: inline-block;
    color: rgb(235, 103, 8);
    font-size: 30px;
}

.search {
    font-size: 20px;
    color: rgb(235, 103, 8);
}

.nav li a:hover {
    color: #fff;
}

.search:hover {
    color: #fff;
    transition: color 0.5s;
}

/* ===== HOME SECTION ===== */

.home {
    background-image: url(../images/دانلود-عکس-پیتزا-ایتالیایی-با-بهترین-کیفیت--1077019937.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.home .home-border {
    position: absolute;
    margin-top: 270px;
    left: 0;
    padding: 30px 180px 30px 40px;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 780px;
}

.home-border .h1 {
    padding-bottom: 20px;
    font-size: 44px;
    color: #fff;
    text-transform: capitalize;
}

.home-border .h1 .span-h1 {
    color: rgb(235, 103, 8);
}

.home-border .home-para {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.home-border i {
    color: rgb(235, 103, 8);
    margin-top: 7px;
    font-size: 35px;
    font-weight: bolder;
}

.nav a.home-li {
    color: #fff;
}

/* ===== SERVICE SECTION ===== */

.section-header {
    text-align: center;
}

.section-header .section-title {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
    color: rgb(6, 6, 60);
    margin-bottom: 30px;
}

.section-header .line {
    display: block;
    width: 190px;
    height: 5px;
    background-color: rgb(235, 103, 8);
    margin: 10px auto 17px auto;
    position: relative;
}

.section-header .circle {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid rgb(235, 103, 8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-header .para-section {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.5;
}

.service {
    background-color: rgb(227, 219, 156);
}

.service-content {
    display: flex;
    flex-wrap: wrap;
}

.item-service {
    width: 50%;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.item-service img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    flex-shrink: 0;
}

.service-right {
    margin-bottom: 40px;
}

.service-right .service-h3 {
    text-transform: capitalize;
    color: rgb(235, 103, 8);
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
}

.service-right .sercive-para {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(6, 6, 60);
    font-size: 16px;
    line-height: 1.7;
}

.item-service.mg {
    margin-top: 10px;
}

/* ===== CHEF SECTION ===== */

.chef {
    position: relative;
    background-image: url(../images/صور-أكل-وخلفيات-أكل-وطعام-بجودة-عالية-HD-ومناسبة-للجوال-والكمبيوتر--2109626515.jpg);
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.chef img {
    position: absolute;
    z-index: 2;
    width: 520px;
    height: auto;
    left: 5%;
    bottom: 0;
}

.chef-list {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 50px 40px 35px;
    box-sizing: border-box;
    z-index: 3;
    min-width: 280px;
}

.chef-list .list {
    list-style: none;
    text-transform: capitalize;
    font-size: 19px;
    padding-top: 20px;
    line-height: 3;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.chef-title {
    color: rgba(232, 103, 10, 0.8);
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
    font-size: 25px;
}

.list .italic {
    color: rgb(235, 103, 8);
    font-style: italic;
    padding-right: 10px;
}

/* ===== SELECTOR SECTION ===== */

.selector {
    background-color: rgb(227, 219, 156);
}

.selector-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    justify-content: center;
    padding-left: 0;
    font-size: 20px;
}

.selector-list li {
    padding: 15px 0 0 7px;
    text-transform: capitalize;
    color: rgb(6, 6, 60);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 70px;
}

.all:first-child {
    border: 1px solid rgb(235, 103, 8);
    display: flex;
    padding: 6px 8px 8px 8px;
    justify-content: center;
    color: #fff;
    background-color: rgb(235, 103, 8);
    line-height: 2;
    border-radius: 10%;
}

.container2 {
    width: 90%;
    margin: auto;
}

.selector-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.selector-item {
    width: 25%;
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.selector-item img {
    width: 100%;
    height: 265px;
    border-radius: 9%;
    display: block;
    object-fit: cover;
}

.selector-item .overlay3 {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 9%;
    transition: opacity 1.8s;
    cursor: pointer;
    z-index: 1;
}

.selector-item .overlay3:hover {
    opacity: 0;
}

.selector-title {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    background-color: rgb(235, 103, 8);
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    white-space: nowrap;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.4s ease;
}

.selector-item:hover .selector-title {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.selector-item.mg {
    margin-top: 0;
}

.selector-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.container4 {
    width: 52%;
    margin: auto;
}

.selector-item2 {
    width: 50%;
    position: relative;
    padding: 8px;
    overflow: hidden;
}

.selector-item2 img {
    width: 100%;
    height: 265px;
    margin-top: 0;
    border-radius: 9%;
    object-fit: cover;
    display: block;
}

.selector-item2 .overlay4 {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 9%;
    cursor: pointer;
    transition: opacity 1.8s;
    z-index: 1;
}

.selector-item2 .overlay4:hover {
    opacity: 0;
}

.selector-item2:hover .selector-title {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.selector-content2 .view {
    margin-top: 20px;
    cursor: pointer;
    background-color: rgb(235, 103, 8);
    border: 0;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 10px;
    text-transform: capitalize;
    margin-bottom: 60px;
    transition: opacity 0.3s;
    align-self: center;
}

.selector-content2 .view:hover {
    opacity: 0.7;
}

.selector-content2 .view a {
    text-decoration: none;
    color: #fff;
}

/* ===== WATCH SECTION ===== */

.watch {
    position: relative;
}

.watch img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}

.watch-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 100px;
}

.watch-content .watch-title {
    text-transform: uppercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(235, 103, 8);
    padding-bottom: 30px;
    font-size: 35px;
}

.watch-content .watch-para {
    color: #fff;
    padding: 10px 0 25px 0;
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.watch-content .watch-bu {
    background-color: rgb(235, 103, 8);
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.4s;
}

.watch-content .watch-bu a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: capitalize;
}

.watch-content .watch-bu:hover {
    background-color: rgb(6, 6, 60);
}

/* ===== ABOUT SECTION ===== */

.about {
    background-color: rgb(227, 219, 156);
}

.about-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    width: 100%;
    text-align: center;
}

.about-left .star {
    color: rgb(6, 6, 60);
    font-size: 60px;
}

.about-left .star2 {
    color: rgb(235, 103, 8);
    font-size: 60px;
    padding: 0 30px;
}

.about-right {
    display: flex;
    justify-content: center;
}

.section-header.right {
    margin-top: 60px;
    text-align: center;
}

.section-title2 {
    color: rgb(6, 6, 60);
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.para-section2 .tasty {
    color: rgb(235, 103, 8);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 25px;
}

.para-section2 {
    padding-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    line-height: 2;
    font-size: 25px;
}

.about-click {
    background-color: rgb(235, 103, 8);
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.4s;
    margin-top: 30px;
}

.about-click a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
}

.about-click:hover {
    opacity: 0.7;
}

/* ===== MEALS SECTION ===== */

.meals {
    background-image: url(../images/تصميم-مطاعم-ومقاهي-مميزة-في-السعودية-أفكار-وإلهام-1322846580.jpg);
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.meals-content {
    overflow: hidden;
}

.border-meals {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 250px;
    margin-top: 180px;
    display: flex;
}

.meals-item {
    width: 25%;
    padding-top: 85px;
    padding-left: 40px;
    text-align: center;
}

.meals-h3 {
    padding: 20px 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.meals-item i {
    color: rgb(235, 103, 8);
    font-size: 35px;
}

.meals-title {
    color: rgb(235, 103, 8);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}

/* ===== ORDER SECTION ===== */

.order {
    background-color: rgb(227, 219, 156);
    padding-left: 0;
}

.order .section-title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.order .para-section {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.container6 {
    width: 95%;
    margin: auto;
}

.order-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.order-list {
    width: calc(25% - 20px);
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-list .hr1 {
    width: 100%;
    background-color: rgb(235, 103, 8);
    height: 3px;
    border: none;
}

.order-list .ul1 {
    text-align: center;
    padding: 25px 15px;
    font-size: 20px;
    color: rgb(6, 6, 60);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    list-style: none;
    width: 100%;
}

.ul1 .ul1-list {
    padding-bottom: 15px;
    font-size: 17px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-list .ul2 {
    list-style: none;
    color: rgb(6, 6, 60);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    width: 100%;
}

.ul2 .hr2 {
    width: 60%;
    margin: 0 auto;
    height: 1px;
    background-color: rgb(235, 103, 8);
    border: none;
    padding: 1px 0;
}

.ul2 li {
    padding: 10px 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul2 .hr3 {
    width: 100%;
    height: 3.5px;
    background-color: rgb(235, 103, 8);
    border: none;
}

.order-list .order-button {
    display: block;
    margin: 20px auto 0;
    border: none;
    border-radius: 10px;
    background-color: rgb(235, 103, 8);
    padding: 10px 20px;
    transition: background-color 0.5s;
    cursor: pointer;
}

.order-list .order-button a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #fff;
}

.order-list .order-button:hover {
    background-color: rgb(6, 6, 60);
}

.touch {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: rgb(6, 6, 60);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    width: 100%;
}

.touch a {
    color: rgb(235, 103, 8);
}

/* ===== EMAIL SECTION ===== */

.email {
    position: relative;
}

.email img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.overlay7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    width: 100%;
    padding: 0 20px;
}

.email-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 1.7;
}

.email-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.email-message i {
    color: rgb(235, 103, 8);
    font-size: 26px;
    flex-shrink: 0;
}

.email-message .your {
    height: 38px;
    border: none;
    border-radius: 6px;
    width: 240px;
    padding: 0 10px;
    font-size: 14px;
}

.email-message button {
    background-color: rgb(235, 103, 8);
    border: none;
    height: 38px;
    padding: 0 18px;
    cursor: pointer;
    transition: opacity 0.2s;
    border-radius: 6px;
    flex-shrink: 0;
}

.email-message button a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

.email-message button:hover {
    opacity: 0.7;
}

/* ===== CONTACT SECTION ===== */

.contact {
    background-color: rgb(227, 219, 156);
    padding-bottom: 50px;
    height: auto;
}

.contact .section-header {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-content .send {
    width: 50%;
    flex: 1;
    min-width: 280px;
}

.send .send-contact,
.send .send-contact1 {
    width: 100%;
    height: 32px;
    border: 1px solid gray;
    border-radius: 7px;
}

.send .send-contact1 {
    margin: 17px 0;
}

.send .send-contact:hover,
.send .send-contact1:hover {
    border-color: rgb(235, 103, 8);
}

.send textarea {
    border: 1px solid gray;
    border-radius: 7px;
    width: 100%;
    resize: vertical;
}

.send textarea:hover {
    border-color: rgb(235, 103, 8);
}

.send button {
    margin-top: 17px;
    background-color: rgb(235, 103, 8);
    width: 100%;
    height: 32px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

.send button:hover {
    opacity: 0.8;
}

.send button a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.contact-list {
    width: 40%;
    flex: 1;
    min-width: 220px;
    padding-left: 40px;
}

.contact-list li {
    list-style: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(6, 6, 60);
    padding: 7px 0;
}

.contact-list .li-contact {
    font-size: 20px;
    font-weight: bold;
}

.contact-list li i {
    color: rgb(235, 103, 8);
    font-size: 20px;
}

/* ===== FINAL SECTION ===== */

.final {
    background-color: rgb(14, 13, 13);
    text-align: center;
    padding: 20px;
    color: #fff;
}

.final .final-title {
    padding: 22px;
    font-style: italic;
    font-size: 25px;
    color: rgb(235, 103, 8);
    text-transform: capitalize;
}

.final .final-para {
    color: #b3b0b0;
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.final .final-hr {
    width: 380px;
    max-width: 80%;
    margin: 10px auto;
    background-color: rgb(235, 103, 8);
    height: 1px;
    border: 1px solid rgb(235, 103, 8);
}

.final .final-list {
    padding: 25px;
    display: flex;
    justify-content: center;
    list-style: none;
}

.final .final-list li {
    margin: 0 15px;
    font-size: 23px;
}

.final span {
    color: rgb(235, 103, 8);
    text-transform: capitalize;
}


/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* ===== LARGE DESKTOP: min-width 1400px ===== */
@media (min-width: 1400px) {

    .home .home-border {
        padding: 35px 200px 35px 50px;
        max-width: 900px;
        margin-top: 290px;
    }

    .home-border .h1 {
        font-size: 50px;
    }

    .chef img {
        width: 580px;
        left: 6%;
    }

    .chef-list {
        right: 6%;
        padding: 50px 60px 50px 40px;
    }

    /* Email */
    .email-message i {
        font-size: 28px;
    }

    .email-message .your {
        width: 280px;
        height: 42px;
        font-size: 15px;
    }

    .email-message button {
        height: 42px;
        padding: 0 22px;
    }

    .email-message button a {
        font-size: 16px;
    }
}

/* ===== LAPTOP: 1025px – 1399px ===== */
@media (max-width: 1399px) and (min-width: 1025px) {

    .home .home-border {
        padding: 28px 150px 28px 35px;
        max-width: 700px;
        margin-top: 250px;
    }

    .home-border .h1 {
        font-size: 40px;
    }

    .chef img {
        width: 440px;
        left: 4%;
    }

    .chef-list {
        right: 5%;
        padding: 40px 45px 40px 30px;
    }

    .container4 {
        width: 55%;
    }

    /* Email */
    .email-message i {
        font-size: 24px;
    }

    .email-message .your {
        width: 220px;
        height: 36px;
    }

    .email-message button {
        height: 36px;
        padding: 0 16px;
    }

    .email-message button a {
        font-size: 14px;
    }
}

/* ===== TABLET: 769px – 1024px ===== */
@media (max-width: 1024px) {

    .container {
        width: 90%;
    }

    .logo {
        width: 35%;
    }

    .nav {
        width: 65%;
    }

    .nav li a {
        padding: 30px 12px;
        font-size: 16px;
    }

    .home .home-border {
        padding: 22px 40px;
        margin-top: 200px;
        max-width: 90%;
    }

    .home-border .h1 {
        font-size: 32px;
    }

    .chef {
        height: 580px;
    }

    .chef img {
        width: 280px;
        left: 3%;
        bottom: 0;
    }

    .chef-list {
        right: 3%;
        padding: 30px 35px 30px 25px;
        min-width: 240px;
    }

    .chef-list .list {
        font-size: 17px;
        line-height: 2.6;
    }

    .chef-title {
        font-size: 22px;
    }

    /* Selector */
    .selector-item {
        width: 50%;
    }

    .container4 {
        width: 70%;
    }

    .about-left .star {
        font-size: 50px;
    }

    .about-left .star2 {
        font-size: 50px;
        padding: 0 22px;
    }

    /* Order */
    .order-list {
        width: calc(50% - 20px);
    }

    /* Meals */
    .border-meals {
        height: auto;
        padding: 20px 0;
    }

    .meals-item {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    /* Email */
    .email-message i {
        font-size: 22px;
    }

    .email-message .your {
        width: 200px;
        height: 35px;
    }

    .email-message button {
        height: 35px;
        padding: 0 14px;
    }

    .email-message button a {
        font-size: 13px;
    }

    .contact-list {
        padding-left: 20px;
    }
}


/* ===== MOBILE: max-width 768px ===== */
@media (max-width: 768px) {

    .pd-y {
        padding: 40px 20px;
    }

    .container,
    .container2,
    .container4,
    .container5,
    .container6,
    .container7 {
        width: 100%;
        padding: 0 15px;
    }

    /* Header */
    .header {
        position: relative;
        background-color: rgba(0, 0, 0, 0.85);
        padding: 10px 0;
    }

    .logo {
        width: 100%;
        float: none;
        text-align: center;
    }

    .logo span {
        margin-top: 10px;
        font-size: 22px;
    }

    .nav {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .nav li {
        display: inline-block;
    }

    .nav li a {
        padding: 8px 10px;
        font-size: 18px;
    }

    .h2 {
        display: none;
    }

    .hr {
        margin-top: 10px;
    }

    /* Home */
    .home {
        height: 80vh;
    }

    .home .home-border {
        position: relative;
        left: auto;
        margin: 150px auto 0 auto;
        padding: 20px;
        width: 95%;
        max-width: 100%;
    }

    .home-border .h1 {
        font-size: 24px;
    }

    .home-border .home-para {
        font-size: 13px;
    }

    /* Service */
    .service-content {
        flex-direction: column;
    }

    .item-service {
        width: 100%;
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 0 10px;
    }

    .item-service img {
        width: 160px;
        height: 160px;
    }

    .service-right {
        margin-bottom: 0;
    }

    .service-right .sercive-para br {
        display: none;
    }

    .chef {
        height: 400px;
        display: block;
    }

    .chef img {
        width: 160px;
        left: 2%;
        bottom: 0;
    }

    .chef-list {
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
        padding: 18px 22px 18px 16px;
        min-width: 0;
        width: 58%;
    }

    .chef-list .list {
        font-size: 13px;
        line-height: 2.2;
        padding-top: 10px;
    }

    .chef-title {
        font-size: 15px;
        padding-bottom: 8px;
    }

    .list .italic {
        font-size: 13px;
    }

    /* Selector */
    .selector-list ul {
        padding: 0 10px;
        gap: 10px;
    }

    .selector-list li {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .selector-content {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 5px;
    }

    .selector-item {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 5px;
    }

    .selector-item img {
        height: 180px;
    }

    .selector-item .overlay3 {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .selector-item.mg {
        margin-top: 5px;
    }

    .selector-content2 {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .selector-item2 {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 5px;
    }

    .selector-item2 img {
        height: 180px;
        margin-top: 0;
    }

    .selector-item2 .overlay4 {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        margin-top: 0;
    }

    .selector-content2 .view {
        margin: 15px auto 30px;
        display: block;
        width: fit-content;
    }

    /* Watch */
    .watch img {
        height: 400px;
    }

    .watch-content {
        padding: 40px 20px;
    }

    .watch-content .watch-title {
        font-size: 22px;
    }

    .watch-content .watch-para {
        font-size: 16px;
    }

    .about {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px;
    }

    .about-left {
        padding-top: 30px;
        justify-content: center;
        width: 100%;
    }

    .about-left .star {
        font-size: 40px;
    }

    .about-left .star2 {
        font-size: 40px;
        padding: 0 15px;
    }

    .about-right {
        width: 90%;
    }

    .section-header.right {
        margin-top: 20px;
        text-align: center;
    }

    .section-title2 {
        font-size: 28px;
    }

    .para-section2 {
        font-size: 17px;
    }

    /* Meals */
    .meals {
        height: auto;
        background-attachment: scroll;
        padding: 40px 0;
    }

    .border-meals {
        flex-wrap: wrap;
        height: auto;
        margin-top: 0;
        padding: 15px 0;
    }

    .meals-item {
        width: 50%;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Order */
    .order {
        padding-left: 0;
    }

    .order-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .order-list {
        width: calc(50% - 15px);
        min-width: 200px;
        margin-bottom: 20px;
    }

    .order-list .hr1, .ul2 .hr3 {
        width: 100%;
    }

    .order-list .ul1 {
        font-size: 16px;
        padding: 15px 10px;
    }

    .ul1 .ul1-list {
        font-size: 14px;
        min-height: 40px;
    }

    .order-list .ul2 {
        font-size: 15px;
    }

    .ul2 li {
        padding: 8px 0;
        min-height: 36px;
    }

    .email img {
        height: 420px;
    }

    .email-title {
        font-size: 16px;
    }

    .email-message {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .email-message i {
        font-size: 19px;
    }

    .email-message .your {
        width: 170px;
        height: 33px;
        font-size: 13px;
    }

    .email-message button {
        height: 33px;
        padding: 0 11px;
    }

    .email-message button a {
        font-size: 12px;
    }

    /* Contact */
    .contact-content {
        flex-direction: column;
    }

    .contact-content .send {
        width: 100%;
    }

    .contact-list {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    /* Final */
    .final {
        padding: 20px 15px;
    }

    .final .final-list li {
        margin: 0 8px;
        font-size: 18px;
    }
}


/* ===== SMALL MOBILE: max-width 575px ===== */
@media (max-width: 575px) {

    .pd-y {
        padding: 30px 15px;
    }

    .section-header .section-title {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .nav li a {
        padding: 6px 7px;
        font-size: 15px;
        font-weight: bold;
    }

    .home {
        height: auto;
        min-height: 60vh;
        filter: brightness(0.8);
    }

    .home .home-border {
        padding: 15px;
        margin-top: 120px;
    }

    .home-border .h1 {
        font-size: 20px;
    }

    .home-border .home-para {
        font-size: 12px;
    }

    .home-border .home-para br {
        display: none;
    }

    .chef {
        height: 340px;
    }

    .chef img {
        width: 130px;
        left: 1%;
    }

    .chef-list {
        right: 1%;
        width: 62%;
        padding: 14px 16px 14px 12px;
    }

    .chef-list .list {
        font-size: 12px;
        line-height: 2;
    }

    .chef-title {
        font-size: 13px;
        padding-bottom: 6px;
    }

    /* Selector */
    
    .section-header .para-section {
        font-size: 18px;
    }

    .selector-item {
        width: calc(50% - 10px);
    }

    .selector-item img {
        height: 150px;
    }

    .selector-item2 {
        width: calc(50% - 10px);
    }

    .selector-item2 img {
        height: 150px;
    }

    /* Watch */
    .watch img {
        height: 300px;
    }

    .watch-content {
        padding: 30px 15px;
    }

    .watch-content .watch-title {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .watch-content .watch-para {
        font-size: 14px;
    }

    /* About */
    .about-left .star {
        font-size: 30px;
    }

    .about-left .star2 {
        font-size: 30px;
        padding: 0 10px;
    }

    .section-title2 {
        font-size: 22px;
    }

    .para-section2 {
        font-size: 15px;
    }

    /* Meals */
    .meals-item {
        width: 50%;
    }

    .meals-item i {
        font-size: 26px;
    }

    .meals-h3 {
        font-size: 18px;
        padding: 14px 0;
    }

    .meals-title {
        font-size: 15px;
    }

    /* Order */
    .order-list {
        width: 95%;
        min-width: unset;
    }

    /* Email */
    .email img {
        height: 380px;
    }

    .email-title {
        font-size: 14px;
    }

    .email-message {
        gap: 8px;
        flex-wrap: nowrap;
    }

    .email-message i {
        font-size: 17px;
    }

    .email-message .your {
        width: 140px;
        height: 30px;
        font-size: 12px;
    }

    .email-message button {
        height: 30px;
        padding: 0 9px;
    }

    .email-message button a {
        font-size: 11px;
    }

    .final .final-title {
        font-size: 20px;
    }

    .final .final-list {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* ===== VERY SMALL: max-width 360px ===== */
@media (max-width: 360px) {

    .nav li a {
        padding: 5px 5px;
        font-size: 12px;
        font-weight: bold;
    }

    .home {
        filter: brightness(0.8);
    }

    .home-border .h1 {
        font-size: 17px;
    }

    /* Chef */
    .chef {
        height: 300px;
    }

    .chef img {
        width: 100px;
        left: 1%;
    }

    .chef-list {
        right: 1%;
        width: 65%;
        padding: 10px 12px 10px 10px;
    }

    .chef-list .list {
        font-size: 11px;
        line-height: 1.9;
    }

    .chef-title {
        font-size: 12px;
    }

    .selector-item,
    .selector-item2 {
        width: 100%;
        margin: 5px 0;
    }

    .selector-item img,
    .selector-item2 img {
        height: 200px;
    }

    .order-list {
        width: 100%;
    }

    .meals-item {
        width: 100%;
    }

    /* Email */
    .email-message i {
        font-size: 15px;
    }

    .email-message .your {
        width: 120px;
        height: 28px;
        font-size: 11px;
    }

    .email-message button {
        height: 28px;
        padding: 0 7px;
    }

    .email-message button a {
        font-size: 10px;
    }

    .final .final-list li {
        font-size: 16px;
        margin: 0 5px;
    }
}