/* s */
@media screen and (max-width:480px) {

    .header {
        margin: 0;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 25px;

        p {
            font-size: 20px;
        }

        h2 {
            font-size: 66px;
        }
    }

    .Home {
        padding: 0px 0;

        .navBar {
            .container {
                width: 95%;
                height: 120px;

                .logo {
                    width: 25%;
                    font-size: 35px;
                }

                .menu {
                    display: none;
                    position: absolute;
                    top: 60px;
                    right: 0;
                    padding: 10px;
                    z-index: 700;
                    flex-direction: column;
                    background-color: var(--white);
                    width: 25%;
                }

                .menu.active {
                    display: flex;
                }

                .hamburger {
                    display: block;
                    font-size: 40px;
                }

                .menu ul {
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    height: 300px;
                    flex-wrap: nowrap;

                    li {
                        justify-content: center;
                        align-items: center;
                        display: flex;

                        a {
                            height: 25%;
                            width: 100%;
                            font-size: 24px;
                        }

                        a::after {
                            left: -95px;
                        }

                    }
                }

                .darkmode {
                    width: 60%;
                    display: flex;
                    flex-direction: row-reverse;
                    cursor: pointer;
                    label{
                        font-size: 50px;
                    }

                    .fa-moon {
                        font-size: 40px;
                    }

                    .fa-sun {
                        font-size: 50px;
                    }

                }
            }
        }

        .homePage {
            .container {
                width: 90%;
                margin: auto;
                flex-direction: column-reverse;
                flex-wrap: wrap;
                height: fit-content;

                .homeImage {
                    width: 100%;
                    height: 50%;
                    justify-content: center;

                    img {
                        width: 100%;
                    }
                }

                .homeContent {
                    width: 100%;
                    height: 50%;
                    text-align: center;
                    padding-left: 0px;

                    p {
                        font-size: 20px;
                        margin-top: 10px;
                        margin-right: 0px;
                        padding: 0px;
                    }

                    h1 {
                        font-size: 85px;
                        padding-right: 0px;
                        padding-top: 0px;
                        padding-bottom: 10px;
                    }

                    .buttons {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: flex-start;
                        margin-top: 40px;

                        #btn1 {
                            font-size: 22px;
                            padding: 18px 35px;
                            border-radius: 900px;
                        }

                        #btn2 {
                            margin: 20px;
                            width: 270px;
                            height: fit-content;

                            .border {
                                height: 84px;
                                width: 45px;


                                .whiteCircle {
                                    left: 13px;
                                    top: 12px;
                                    height: 60px;
                                    width: 60px;
                                }

                                i {
                                    top: 28px;
                                    left: 34px;
                                    font-size: 28px;
                                }
                            }

                            .contenttttt {
                                p {
                                    font-size: 22px;
                                    margin-left: 15px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .Chefs {
        padding: 40px 0;

        .container {
            width: 90%;
            flex-direction: column;
            flex-wrap: wrap;
            height: fit-content;
            height: fit-content;

            .chef {
                width: 100%;
                height: 33%;
                margin-top: 30px;
                line-height: 40px;
                border-radius: 30px;

                .content {
                    h2 {
                        font-size: 26px;
                        padding-top: 10px;
                    }

                    h5 {
                        font-size: 20px;
                        padding: 0;
                    }

                    p {
                        font-size: 20px;
                        padding: 0;
                        width: 90%;
                        margin: auto;
                    }
                }

                chefImage {
                    img {
                        width: 100%;
                        position: relative;
                    }
                }

                .chefImage::before {
                    content: "";
                    position: absolute;
                    bottom: -1;
                    left: 0;
                    background-image: url(images/team-shape.svg);
                    background-repeat: repeat-x;
                    width: 100%;
                    height: 377px;
                    z-index: 90;
                }

                .sideBar {
                    height: 250px;
                    width: 70px;
                    border-radius: 10px;
                    top: 10%;
                    right: -150px;
                    padding-top: 25px;

                    i {
                        font-size: 30px;
                    }
                }



            }

            .chef:hover {
                transform: scale(1.05);

                .sidebar {
                    right: 20px;
                }
            }

        }
    }

    .Gallery {
        padding: 40px 0;

        .container {
            width: 90%;
            flex-direction: column;
            flex-wrap: wrap;
            height: fit-content;

            img {
                border: 5px #fff solid;
            }

            .one {
                height: 31%;
                width: 100%;
            }

            .two {
                height: 31%;
                width: 100%;
                margin: 20px 0;
            }

            .three {
                height: 31%;
                width: 100%;
            }

            .layer {
                font-size: 26px;
            }
        }



    }

    .Contact {
        padding: 40px 0;
        height: fit-content;

        .container {
            width: 90%;

            .map iframe {
                height: 450px;
                width: 100%;
                border: 1px solid red;
                overflow: auto;
            }

            .contactInfo {
                flex-direction: column;
                justify-content: space-between;
                align-content: space-between;
                height: 650px;
                line-height: 20px;
                padding-bottom: 0px;

                p {
                    padding-top: 14px;
                    font-size: 22px;
                    line-height: 30px;
                }

                h3 {
                    font-size: 25px;
                }

                .icon {
                    width: 23%;
                    align-content: center;
                    padding-left: 20px;

                    .background {
                        height: 70px;
                        width: 70px;
                    }

                    i {
                        top: 18px;
                        left: 18px;
                        font-size: 35px;
                    }
                }

                .address {
                    height: 24%;
                    width: 100%;
                    padding: 10px;
                }

                .email {
                    height: 24%;
                    width: 100%;
                    padding: 10px;
                }

                .phone {
                    padding: 10px;
                    height: 24%;
                    width: 100%;
                }

                .worktime {
                    padding: 10px;
                    height: 24%;
                    width: 100%;
                }
            }

            .contactForm form {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                height: fit-content;
                height: fit-content;
                padding: 10px;

                .name {
                    width: 100%;
                    height: 25%;
                    padding: 8px;

                }

                .email {
                    width: 100%;
                    height: 25%;
                    padding: 8px;
                }

                .subject {
                    height: 25%;
                    padding: 8px;
                    ;
                }

                .message {
                    height: 25%;
                    padding: 8px;
                    ;
                }

                input {
                    height: 70px;
                }

                textarea {
                    height: 140px;
                }

                input::placeholder {
                    padding: 10px;
                    font-size: 16px;
                }

                textarea::placeholder {
                    padding: 10px;
                    font-size: 18px;
                }

                .btn {
                    margin-top: 40px;
                    margin-bottom: 40px;
                }

                .btn button {
                    font-size: 20px;
                    padding: 20px 40px;
                }

            }
        }
    }

    .Footter {

        height: fit-content;

        .background {
            padding: 0px;
            position: relative;
            height: fit-content;
            background-size: cover;
            background-image: url(images/textured-metal-background.jpg);
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;

            .container {
                width: 90%;
                height: fit-content;
                flex-direction: column;
                padding: 0px;

                .Mealify {
                    height: 25%;
                    width: 100%;
                    padding: 20px 0 0 0;
                    margin: 20px 5px;
                    background-color: transparent;

                    .head {
                        display: flex;
                        align-items: center;

                        .one {
                            img {
                                width: 55px;
                            }
                        }

                        .two {
                            h2 {
                                font-size: 38px;

                            }
                        }
                    }

                    p {

                        font-size: 20px;
                        padding: 10px 0;
                    }

                    #social {
                        width: 70%;
                        text-align: center;
                        padding: 5px;
                        margin-top: 10px;
                        margin-bottom: 8px;
                        font-size: 25px;
                    }

                    .line {
                        width: 95%;
                        height: 3px;
                    }

                    ul {
                        width: 80%;
                        height: fit-content;
                        margin: 0 auto;

                        li {
                            width: 25%;
                            justify-content: space-evenly;

                            a {
                                i {
                                    font-size: 30px;
                                }
                            }
                        }
                    }
                }

                .subscribe {
                    height: 25%;
                    width: 100%;
                    padding: 0;
                    margin: 0px 0px;

                    h2 {
                        width: 100%;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        font-size: 25px;
                    }

                    p {
                        font-size: 20px;
                        padding: 10px 0;
                    }

                    .btn {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        padding: 0;

                        input {
                            width: 100%;
                            height: 50px;
                        }

                        input::placeholder {
                            padding: 0;
                            padding-top: 25px;
                            padding-left: 25px;
                            font-size: 18px;
                        }

                        button {
                            margin: 10px 0;
                            width: 100%;
                            height: 50px;
                            font-size: 20px;
                        }
                    }

                    button:hover {
                        background-color: var(--red);
                    }

                    h3 {
                        margin-top: 10px;
                        font-size: 25px;
                    }

                    ul {
                        padding: 5px 0;
                        width: 100%;
                        height: 150px;

                        li {
                            height: 33%;
                            width: 50%;
                            font-size: 20px;
                            font-weight: 500;
                        }
                    }
                }

                .contactus {
                    height: 25%;
                    width: 100%;
                    padding: 0;

                    h2 {
                        font-size: 25px;
                    }

                    ul {

                        li {
                            font-size: 20px;
                            padding: 20px 0;
                            font-weight: 500;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        #last {
                            padding-top: 25px;

                            i {
                                padding-top: 0px;
                            }
                        }

                        i {
                            width: 10%;
                            font-size: 35px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        p {
                            width: 90%;
                            padding-left: 10px;
                        }
                    }
                }
            }
        }
    }
}

/* m */
@media screen and (min-width:481px) and (max-width:768px) {

    .header {
        margin-bottom: 40px;
        text-align: center;

        p {
            font-size: 14px;
        }

        h2 {
            font-size: 50px;
        }
    }

    .Home {
        .navBar {
            .container {
                width: 88%;


                .menu {
                    display: none;
                    position: absolute;
                    top: 60px;
                    right: 0;
                    padding: 10px;
                    z-index: 700;
                    flex-direction: column;
                    background-color: var(--white);
                    width: 25%;
                }

                .menu.active {
                    display: flex;
                }

                .hamburger {
                    display: block;
                    font-size: 25px;
                    padding-right: 20px;
                }

                .menu ul {
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    height: 300px;
                    flex-wrap: nowrap;
                    width: 100px;

                    li {
                        justify-content: center;
                        align-items: center;
                        display: flex;

                        a {
                            height: 25%;
                            width: 100%;
                            font-size: 24px;
                        }

                        a::after {
                            left: -95px;
                        }

                    }
                }

                .darkmode {
                    width: 73%;
                    display: flex;
                    flex-direction: row-reverse;

                    label {
                        cursor: pointer;
                        font-size: 25px;
                    }
                }
            }
        }

        .homePage {
            .container {
                width: 85%;
                flex-direction: column-reverse;
                flex-wrap: wrap;
                height: fit-content;
                padding-top: 115px;

                .homeImage {
                    width: 98%;
                    justify-content: flex-start;
                    align-items: center;

                    img {
                        width: 100%;
                    }
                }

                .homeContent {
                    width: 98%;
                    height: 50%;
                    text-align: center;
                    padding-left: 0px;
                    margin-top: 50px;

                    p {
                        font-size: 14px;
                        margin-right: 0;
                        padding: 10px 0;

                    }

                    h1 {
                        margin: 0 70px 30px 70px;
                        font-size: 66px;
                        padding-right: 0px;
                        padding-top: 0px;
                        padding-bottom: 10px;
                    }

                    .buttons {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: flex-start;
                        width: 80%;
                        height: fit-content;
                        margin: 0px auto;
                        height: 100px;


                        #btn1 {
                            width: 40%;
                            font-size: 16px;
                            padding: 10px 2px;
                            border-radius: 900px;
                            margin: 0 40px;
                        }

                        #btn2 {
                            width: 60%;
                            margin: 0px;

                            .border {
                                height: 56px;
                                width: 30px;

                                .whiteCircle {
                                    left: 8px;
                                    top: 8px;
                                    height: 40px;
                                    width: 40px;
                                }

                                i {
                                    top: 19px;
                                    left: 22px;
                                    font-size: 19px;
                                }
                            }

                            .contenttttt {
                                p {
                                    font-size: 16px;
                                    margin-left: 16px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .Chefs {
        padding: 80px 0px 100px 0px;

        .container {
            width: 83%;
            flex-direction: column;
            flex-wrap: wrap;
            height: fit-content;
            height: fit-content;

            .chef {
                width: 100%;
                height: 33%;
                margin-top: 30px;
                line-height: 25px;
                border-radius: 8px;

                .content {
                    padding: 20px 10px;

                    h2 {
                        font-size: 20px;
                    }

                    h5 {
                        font-size: 14px;
                        font-weight: 400;
                    }

                    p {
                        font-size: 14px;
                    }
                }


                chefImage {
                    img {
                        width: 100%;
                        position: relative;
                    }
                }

                .chefImage::before {
                    content: "";
                    position: absolute;
                    bottom: -1;
                    left: 0;
                    background-image: url(images/team-shape.svg);
                    background-repeat: repeat-x;
                    width: 100%;
                    height: 270px;
                    z-index: 90;
                }

                .sideBar {
                    height: 175px;
                    width: 48px;
                    border-radius: 5px;
                    top: 30px;
                    right: -150px;

                    i {
                        font-size: 18px;
                        height: 25%;
                    }
                }
            }

            .chef:hover {
                transform: scale(1.07);

                .sidebar {
                    right: 9px;

                }
            }

        }
    }

    .Gallery {
        padding: 80px 0;

        .container {
            width: 83%;
            flex-direction: column;
            flex-wrap: wrap;
            height: fit-content;

            img {
                border: 4px #fff solid;
            }

            .one {
                height: 31%;
                width: 100%;
            }

            .two {
                height: 31%;
                width: 100%;
                margin: 24px 0;
            }

            .three {
                height: 31%;
                width: 100%;
            }

            .layer {
                h3 {
                    font-size: 24px;
                }

                p {
                    font-size: 16px;
                }

                line-height: 35px;
                padding: 0 30px;
            }
        }



    }

    .Contact {
        padding: 80px 0 100px 0;
        height: fit-content;

        .container {
            width: 83%;

            .map iframe {
                height: 350px;
                width: 100%;
                border: 1px solid red;
                overflow: auto;
            }

            .contactInfo {
                flex-direction: column;
                display: flex;
                justify-content: space-between;
                height: 470px;
                line-height: 16px;
                padding-bottom: 30px;


                p {
                    padding-top: 14px;
                    font-size: 14px;
                }

                h3 {
                    font-size: 20px;
                }

                .icon {
                    width: 13%;
                    align-content: center;
                    padding-left: 0px;

                    .background {
                        height: 47px;
                        width: 47px;
                    }

                    i {
                        top: 10px;
                        left: 10px;
                        font-size: 25px;
                    }
                }

                .address {
                    height: 24%;
                    width: 100%;
                }

                .email {
                    height: 24%;
                    width: 100%;

                    i {
                        top: 11px;
                        left: 11px;
                        font-size: 25px;
                    }
                }

                .phone {
                    height: 24%;
                    width: 100%;

                    i {
                        top: 12px;
                        left: 12px;
                        font-size: 25px;
                    }
                }

                .worktime {
                    height: 24%;
                    width: 100%;

                    i {
                        top: 12px;
                        left: 12px;
                        font-size: 25px;
                    }
                }
            }

            .contactForm form {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                height: fit-content;

                .name {
                    width: 100%;
                    height: 25%;
                    padding: 8px 5px;
                }

                .email {
                    width: 100%;
                    height: 25%;
                    padding: 8px 5px;
                }

                .subject {
                    height: 25%;
                    padding: 8px 5px;
                }

                .message {
                    height: 25%;
                    padding: 8px 5px;
                }

                input {
                    height: 55px;
                }

                textarea {
                    height: 140px;
                }

                input::placeholder {
                    padding: 10px;
                    font-size: 13px;
                }

                textarea::placeholder {
                    padding: 10px;
                    font-size: 13px;
                }

                .btn {
                    margin-top: 40px;
                    margin-bottom: 10px;
                }

                .btn button {
                    font-size: 14px;
                    padding: 15px 45px;
                }

            }
        }
    }

    .Footter {
        height: fit-content;

        .background {
            position: relative;
            height: fit-content;
            background-size: cover;
            background-image: url(images/textured-metal-background.jpg);
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;

            .container {
                width: 83%;
                height: fit-content;
                flex-direction: column;
                padding: 0px;

                .Mealify {
                    height: 25%;
                    width: 100%;
                    padding: 40px 0 0 0;
                    margin: 0px;


                    .head {
                        display: flex;
                        align-items: center;

                        .one {
                            width: 7%;

                            img {
                                width: 40px;
                            }
                        }

                        .two {
                            width: 93%;

                            h2 {
                                font-size: 28px;
                            }
                        }
                    }

                    p {
                        font-size: 15px;
                        padding: 10px 0;
                    }

                    #social {
                        text-align: center;
                        margin-top: 10px;
                        margin-bottom: 0px;
                        font-size: 20px;
                    }

                    .line {
                        width: 95%;
                        height: 2px;
                    }

                    ul {
                        width: 90%;
                        margin: 0 auto;

                        li {
                            width: 25%;
                            justify-content: space-evenly;

                            a {
                                i {
                                    font-size: 25px;
                                }
                            }
                        }
                    }
                }

                .subscribe {

                    height: 25%;
                    width: 100%;
                    padding: 5px 0 0 0;
                    margin: 0px;

                    h2 {
                        width: 100%;
                        font-size: 20px;
                    }

                    p {
                        font-size: 15px;
                        padding: 10px 0;
                    }

                    .btn {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        padding: 0;

                        input {
                            width: 79%;
                            height: 40px;
                        }

                        input::placeholder {
                            margin: 10px;
                            font-size: 14px;
                        }

                        button {
                            margin-top: 0px;
                            width: 20%;
                            height: 40px;
                            font-size: 14px;

                        }
                    }

                    button:hover {
                        background-color: var(--red);
                    }

                    h3 {
                        margin-top: 20px;
                        font-size: 20px;
                    }

                    ul {
                        width: 100%;
                        height: 100px;
                        padding: 0;

                        li {
                            height: 33.33%;
                            width: 50%;
                            font-weight: 500;
                            font-size: 16px;
                        }
                    }
                }

                .contactus {

                    height: 25%;
                    width: 100%;
                    padding: 0;
                    margin: 0px;

                    h2 {
                        font-size: 20px;
                    }

                    ul {
                        padding-top: 10px;
                        padding-bottom: 30px;

                        li {
                            font-size: 16px;
                            padding: 8px;
                            font-weight: 500;
                        }

                        #last {
                            padding-top: 10px;
                        }

                        i {
                            width: 7%;
                            font-size: 25px;
                        }

                        p {
                            width: 93%;
                            margin-left: 15px;
                        }
                    }
                }
            }
        }
    }
}

/* l */
@media screen and (min-width:769px) and (max-width:1024px) {

    .Home {
        .navBar {
            .container {
                width: 90%;

                .logo {
                    width: 25%;
                }

                .menu {
                    display: none;
                    position: absolute;
                    top: 60px;
                    right: 0;
                    padding: 10px;
                    z-index: 700;
                    flex-direction: column;
                    background-color: var(--white);
                    width: 25%;
                }

                .menu.active {
                    display: flex;
                }

                .hamburger {
                    display: block;
                    font-size: 25px;
                    padding-right: 20px;
                }

                .menu ul {
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    height: 300px;
                    flex-wrap: nowrap;
                    width: 100px;

                    li {
                        justify-content: center;
                        align-items: center;
                        display: flex;

                        a {
                            height: 25%;
                            width: 100%;
                            font-size: 24px;
                        }

                        a::after {
                            left: -95px;
                        }

                    }
                }

                .darkmode {
                    width: 65%;
                    display: flex;
                    flex-direction: row-reverse;

                    label {
                        cursor: pointer;
                        font-size: 25px;
                    }
                }
            }
        }

        .homePage {

            .container {
                width: 90%;
                height: fit-content;
                padding-top: 100px;
                flex-direction: column-reverse;

                .homeImage {
                    width: 100%;
                    height: 50%;
                    padding: 15px;

                    img {
                        width: 100%;
                    }
                }

                .homeContent {
                    height: 50%;
                    align-content: center;
                    width: 100%;
                    padding-left: 0px;
                    text-align: center;

                    h1 {
                        width: 70%;
                        margin: 30px auto;
                        padding-right: 0px;
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }

                    p {
                        margin: 10px auto;
                        padding: 0;
                        width: 92%;
                        font-size: 15px;
                    }

                    .buttons {
                        width: 50%;
                        margin: 30px auto;
                        display: flex;
                        align-content: space-between;
                        justify-content: space-between;


                        #btn1 {
                            width: 45%;
                            border-radius: 900px;
                        }


                        #btn2 {
                            width: 55%;
                        }


                    }
                }
            }
        }
    }

    .Chefs {
        .container {
            width: 90%;

            .chef {
                width: 48%;
                margin-bottom: 30px;
                padding: 0px;

                chefImage {
                    img {
                        width: 100%;
                        position: relative;
                    }
                }

                .chefimage::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-image: url(images/team-shape.svg);
                    width: 100%;
                    height: 265px;
                    z-index: 90;
                }
            }

            .chef:hover {
                transform: scale(1.05);

                .sidebar {
                    right: 13px;
                }
            }
        }
    }

    .Gallery {
        .container {
            width: 90%;
            height: fit-content;
            display: flex;
            flex-direction: row;
            position: relative;
            flex-wrap: wrap;
            height: fit-content;

            .one {
                width: 50%;


            }

            .two {
                width: 50%;

            }

            .three {
                width: 50%;


            }

        }
    }

    .Contact {
        .container {
            width: 90%;

            .contactInfo {
                height: 265px;
                margin: 20px 0;

                .icon {
                    width: 10%;
                }

                .content {
                    width: 90%;
                    padding-left: 30px;
                    padding-top: 0;
                }

                .address {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .email {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .phone {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .worktime {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }

            .contactForm form {
                margin-top: 30px;
                margin-bottom: 40px;
                box-shadow: 0px 0px 21px 0px hsla(0, 0%, 0%, 0.104);
                height: 450px;

                .name {
                    width: 100%;
                }

                .email {
                    width: 100%;
                }


                textarea {
                    height: 140px;
                }

                .btn {
                    margin: 40px;
                    margin-bottom: 5px;
                }

                .btn button {
                    padding: 15px 42px;
                }

            }
        }
    }

    .Footter {
        height: fit-content;
        padding: 0px;

        .background {
            height: fit-content;
            position: relative;
            height: fit-content;
            background-size: cover;
            background-image: url(images/textured-metal-background.jpg);
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;

            .container {
                width: 90%;
                height: fit-content;
                align-items: center;
                flex-wrap: wrap;

                .Mealify {

                    width: 48%;
                    padding: 0px;
                    order: 50;
                    margin: 30px 5px 10px 5px;

                    p {
                        margin: 10px 0px;
                        font-size: 15px;
                    }

                    #social {
                        text-align: center;
                        margin-top: 10px;
                    }

                    .line {
                        width: 100%;
                    }
                }

                .subscribe {

                    width: 100%;
                    padding: 3px;
                    order: 80;
                    margin: 0px 10px;

                    p {
                        font-size: 15px;
                    }

                    .btn {
                        margin-top: 20px;
                        margin-bottom: 20px;

                        input {
                            width: 84%;
                            height: 40px;
                        }

                        button {
                            width: 15.5%;
                        }
                    }

                    ul {
                        width: 100%;

                        li {
                            font-size: 15px;
                            padding: 5px;
                            height: 33%;
                            width: 50%;
                        }
                    }
                }

                .contactus {

                    width: 48%;
                    align-self: flex-start;
                    padding: 10px 0 10px 10px;
                    order: 70;
                    margin: 20px 5px;

                    h2 {
                        margin: 0px;
                    }

                    ul {
                        padding-top: 10px;

                        li {
                            justify-content: space-between;
                            list-style: none;
                            padding: 10px 0 10px 10px;
                            font-size: 15px;

                            p {
                                width: 93%;
                            }

                            i {
                                justify-content: center;
                                width: 4%;
                            }
                        }

                        #last {
                            padding-top: 9px;
                        }
                    }
                }
            }
        }
    }
}

/* xl */
@media screen and (min-width:1025px) and (max-width:1200px) {
    .Home {
        .navBar {
            .container {
                width: 96%;

                .logo {
                    width: 25%;
                }

                .menu {
                    display: none;
                    position: absolute;
                    top: 60px;
                    right: 0;
                    padding: 10px;
                    z-index: 700;
                    flex-direction: column;
                    background-color: var(--white);
                    width: 25%;
                }

                .menu.active {
                    display: flex;
                }

                .hamburger {
                    display: block;
                    font-size: 25px;
                    padding-right: 20px;
                }

                .menu ul {
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    height: 300px;
                    flex-wrap: nowrap;
                    width: 100px;

                    li {
                        justify-content: center;
                        align-items: center;
                        display: flex;

                        a {
                            height: 25%;
                            width: 100%;
                            font-size: 24px;
                        }

                        a::after {
                            left: -95px;
                        }

                    }
                }

                .darkmode {
                    width: 68%;
                    display: flex;
                    flex-direction: row-reverse;

                    label {
                        cursor: pointer;
                        font-size: 25px;
                    }
                }
            }
        }

        .homePage {
            background-color: var(--background1);

            .container {
                width: 95%;
                margin: auto;
                padding-bottom: 40px;
                padding-top: 120px;
                height: fit-content;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: flex-start;

                .homeImage {
                    width: 50%;
                    padding-right: 0;
                    display: flex;
                    justify-content: end;

                    img {
                        width: 79%;
                    }

                    img:hover {
                        animation: move 0.5s;
                        animation-iteration-count: infinite;
                    }
                }

                .homeContent {
                    align-content: center;
                    width: 50%;
                    padding-left: 10px;

                    h1 {
                        font-family: "Amatic SC", sans-serif;
                        font-weight: 700;
                        font-size: 64px;
                        color: var(--darkDarkGray);
                        padding-right: 70px;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

                    p {
                        margin-right: 60px;
                        padding: 10px 0;
                        font-family: "Open Sans", sans-serif;
                        color: var(--gray)
                    }

                    .buttons {
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;
                        margin-top: 20px;

                        #btn1 {
                            margin-right: 30px;
                            margin-left: 0px;
                            font-size: 14px;
                            padding: 14px 26px;
                            border: none;
                            background-color: var(--darkRed);
                            color: var(--white);
                            border-radius: 900px;
                            border-top-left-radius: 0px;
                            cursor: pointer;

                        }

                        #btn1:hover {
                            background-color: var(--red);
                        }

                        #btn2 {
                            width: 200px;
                            height: 50px;
                            border: none;
                            padding-top: 0;
                            background-color: transparent;

                            a {
                                text-decoration: none;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                            .border {
                                display: inline-block;
                                width: 10%;
                                height: 54px;
                                width: 29px;
                                background-color: var(--darkRed);
                                border-top-left-radius: 100% 50%;
                                border-top-right-radius: 0;
                                border-bottom-left-radius: 100% 50%;
                                border-bottom-right-radius: 0;
                                position: relative;

                                .whiteCircle {
                                    position: relative;
                                    left: 7px;
                                    top: 7px;
                                    height: 40px;
                                    width: 40px;
                                    background-color: var(--background2);
                                    border-radius: 50%;
                                    z-index: 3;
                                }

                                i {
                                    position: absolute;
                                    top: 19px;
                                    left: 22px;
                                    font-size: 16px;
                                    color: var(--DarkDarkDarkGrey);
                                    z-index: 5;
                                }
                            }

                            .contenttttt {
                                display: inline-block;
                                width: 80%;

                                p {
                                    font-size: 14px;
                                    font-weight: 600;
                                    color: var(--DarkDarkDarkGrey);
                                    margin-right: 0;
                                }

                            }
                        }

                        #btn2:hover {
                            p {
                                color: var(--darkRed);
                            }

                            i {
                                color: var(--darkRed);
                            }
                        }
                    }
                }
            }
        }
    }

    .Chefs {

        .container {
            width: 93%;

            .chef {
                width: 32%;

                chefImage {
                    img {
                        width: 100%;
                        position: relative;
                    }
                }

                .chefimage::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-image: url(images/team-shape.svg);
                    width: 100%;
                    height: 250px;
                    z-index: 90;
                }
            }
        }
    }

    .Gallery {
        .container {
            width: 93%;
            height: 900px;
        }
    }

    .Contact {
        .container {
            width: 93%;

            .contactInfo {
                height: 215px;
                margin: 20px 0;

                .icon {
                    width: 10%;
                }

                .content {
                    width: 90%;
                    padding-left: 30px;
                    padding-top: 0;
                }

                .address {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .email {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .phone {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .worktime {
                    padding: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }

    .Footter {
        height: fit-content;

        .background {
            height: fit-content;
            position: relative;
            height: fit-content;
            background-size: cover;
            background-image: url(images/textured-metal-background.jpg);
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;

            .container {
                width: 94%;
                height: fit-content;
                align-items: center;
                flex-wrap: wrap;
                padding: 20px 0;

                .Mealify {
                    width: 48%;
                    padding: 0px;
                    order: 50;
                    margin: 20px 0px;

                    .head {
                        display: flex;
                        align-items: center;

                        .one {
                            width: 10%;

                            img {
                                width: 43px;
                            }
                        }

                        .two {
                            h2 {
                                width: 83%;
                                font-size: 30px;
                                font-family: "Open Sans", sans-serif;
                                color: var(--white);
                                margin-left: 0px;

                                .dot {
                                    color: var(--darkRed);
                                }
                            }
                        }
                    }

                    p {
                        margin: 5px 0px;
                        font-size: 15px;
                    }

                    #social {
                        font-size: 18px;
                        text-align: center;
                        padding: 0px;
                    }

                    .line {
                        width: 100%;
                        margin: 9px auto;
                    }
                }

                .subscribe {
                    width: 100%;
                    padding: 3px;
                    order: 80;
                    margin: 5px 0px;

                    h2 {
                        font-size: 18px;
                    }

                    p {
                        font-size: 15px;
                    }

                    .btn {
                        margin-top: 20px;

                        input {
                            width: 87.5%;
                            height: 40px;
                        }

                        button {
                            width: 12%;
                        }
                    }


                    h3 {
                        font-size: 18px;
                        margin-top: 20px;
                    }

                    ul {
                        width: 100%;

                        li {
                            font-size: 15px;
                            padding: 5px;
                            height: 33%;
                            width: 50%;
                        }
                    }
                }

                .contactus {

                    width: 48%;
                    align-self: flex-start;
                    padding: 0;
                    margin-top: 20px;
                    margin-left: 30px;

                    order: 70;

                    h {
                        font-size: 18px;
                    }

                    ul {

                        li {
                            justify-content: space-between;
                            list-style: none;
                            padding: 15px 0 10px 15px;
                            font-size: 15px;

                            p {
                                width: 93%;
                            }

                            i {
                                justify-content: center;
                                width: 4%;
                            }
                        }

                        #last {
                            padding-top: 9px;
                        }
                    }
                }
            }
        }
    }

}