:root {
  --hi-primary-font: "Playfair Display", serif;
  --hi-secondary-font: "Raleway", sans-serif;
  --hi-primary-color: #00af42;
  --hi-secondary-color: #009c40;
  --hi-tertiary-color: #98c52f;
  --hi-gray-color: #525252;
  --hi-dark-gray-color: #2f2f2f;
  --hi-white-color: #fff;
  --hi-black-color: #000;
  --hi-primary-bkgd: #00af42;
  --hi-secondary-bkgd: #f4f6ef;
  --hi-tertiary-bkgd: #e5fdf0;
  --hi-white-bkgd: #fff;
  --hi-transition: all 300ms ease-in-out;
}

@media all and (min-width: 768px) {
  /* === Header Area Styles === */
  .navbar-nav .nav-item {
    width: calc((100% / 3) - 12px);
  }
  .navbar-nav .nav-item:nth-child(4),
  .navbar-nav .nav-item:nth-child(5),
  .navbar-nav .nav-item:nth-child(6) {
    margin-bottom: 6px;
  }

  /* === Footer Area Styles === */
  .ft-content {
    max-width: 84%;
  }
  .ft-link-title {
    font-size: 19px;
  }
  .ft-first-flex .ft-links-container:first-of-type {
    width: 50%;
  }
  .ft-first-flex .ft-links-container:last-of-type {
    width: 50%;
  }
  .ft-list li {
    font-size: 15px;
  }
  .ft-first-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ft-timing-list li {
    font-size: 15px;
  }
  .ft-bottom {
    padding: 15px 0;
  }
  .ft-bottom-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ft-bottom-list li:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* === Common Style === */
  .title {
    font-size: 30px;
  }

  /* ===== Home Page Styles ===== */
  /* === Banner Area === */
  .banner-sec {
    display: flex;
    align-items: center;
    min-height: 56vh;
    height: 100%;
  }
  .bannerSwiper .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide .container {
    margin-top: 0;
    overflow: visible;
  }
  .swiper-slide .row {
    height: 100%;
    align-items: center;
  }
  .banner-img img {
    max-width: 124%;
    margin-left: -6%;
  }
  .banner-content .title {
    font-size: 34px;
  }

  /* === Home About Area === */
  .hm-abt-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hm-abt-img {
    margin-top: 0px;
  }

  /* === Benefits Area === */
  .benefit-list-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 230px;
  }
  .single-benefit-wrapper {
    width: calc((100% / 2) - 70px);
    max-width: 340px;
  }
  .single-benefit-icon {
    height: 90px;
    width: 90px;
  }
  .single-benefit-content h6 {
    font-size: 20px;
  }
  .circle-img-area {
    width: 540px;
  }

  /* === Home Menu Area === */
  .hm-menu-area.spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .menu-wrapper {
    padding: 50px 35px 30px 35px;
  }
  .hm-menu-area .title-area {
    margin: 0 0 30px 0;
  }
  .tab-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
  }
  .tab-container .nav {
    width: 50%;
    margin-top: 0;
    padding-right: 0;
  }
  .tab-container .tab-content {
    width: 50%;
  }
  .order-btn {
    max-width: 350px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hm-menu-area .order-btn .btn:nth-child(1) {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .other-menu-item-container {
    text-align: left;
  }
  .other-menu-item-list {
    justify-content: flex-start;
    max-width: unset;
    flex-wrap: nowrap;
    margin-top: 1px;
  }
  .other-menu-item-list li {
    white-space: nowrap;
  }
  .other-menu-item-list li:nth-child(1) {
    padding-left: 0;
  }
  .other-menu-item-list li:nth-child(2)::after {
    display: block;
  }
  .weight-note p {
    white-space: nowrap;
  }
  .weight-note p:not(:last-of-type) {
    margin-bottom: 2px;
  }

  /* === Home Recipe Area === */
  .single-card-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .single-card-wrapper a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card-img-container {
    width: 50%;
  }
  .card-content {
    width: 50%;
    text-align: left;
    padding: 35px 35px;
  }
  .card-img-container img {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 0;
  }
  .card-content .card-title {
    font-size: 22px;
  }
  .card-content .card-title br {
    display: none;
  }
  .card-content .card-text {
    font-size: 14px;
  }

  /* === Testimonial Area === */
  .testimonialSlider .swiper-slide {
    padding: 0 120px;
  }
  .testi-img-wrapper {
    padding: 0;
  }
  .testimonial-swiper-button-next,
  .testimonial-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: #589b43;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
  }
  .testimonial-swiper-button-next {
    right: 0;
  }
  .testimonial-swiper-button-prev {
    left: 0;
  }
  .testimonial-swiper-button-prev img {
    transform: rotate(180deg);
  }
  .testimonialSlider .swiper-button-disabled {
    background-color: #589b43;
  }

  /* === Subscribe Area === */
  .subscribe-sec {
    padding: 50px 0;
  }
  .form-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 670px;
  }
  .submit-btn .btn {
    margin-top: 0;
    width: 170px;
  }
  .form-container .input-area {
    width: calc(100% - 190px);
  }

  /* === Home Blog Area === */
  .card-middle-box {
    display: none;
  }

  /* ===== About Us Page Styles ===== */
  /* === About Us Area === */
  .about-sec.spacing {
    margin-top: 60px;
  }
  .abt-top-container {
    top: -60px;
    margin-bottom: -60px;
  }
  .abt-top-img-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .abt-single-img-wrapper {
    width: calc((100% / 2) - 12px);
  }
  .abt-single-img-wrapper:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* === Art Gallery Area === */
  .gallery-img-spacing {
    margin-bottom: 24px;
  }

  /* ===== Menu Page Styles ===== */
  /* === Menu Slider Area === */
  .menuPageSlider {
    position: relative;
  }
  .menuPageSlider::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #daebb2;
  }
  .menuPageSlider.menuSlider .swiper-wrapper {
    padding-bottom: 0;
  }
  .menuPageSlider.menuSlider .nav-link {
    border: none;
    min-width: unset;
    color: var(--hi-dark-gray-color);
    padding: 10px 10px;
    position: relative;
    height: 46px;
    width: auto;
  }
  .menuPageSlider.menuSlider .nav-link.active {
    background-color: transparent;
    color: var(--hi-primary-color);
  }
  .menuPageSlider.menuSlider .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: var(--hi-primary-bkgd);
  }
  .menu-sec .tab-container {
    margin-top: 40px;
  }
  .menu-sec .tab-container .nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px;
  }
  .menu-sec .tab-container .nav .nav-item {
    width: calc((100% / 2) - 30px);
    margin-bottom: 30px;
  }
  .weight-note.weight-spacing {
    padding: 0 30px;
    margin-top: 0.5rem;
  }
  .menu-sec .order-btn {
    max-width: 330px;
    margin: 30px auto 0 auto;
  }
  .menu-page-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .menu-sec .tab-container .menu-page-flex .nav .nav-item {
    width: 100%;
  }

  /* === Chef Menu Area === */
  .chef-menu-single-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .chef-menu-slide-container .chef-menu-single-item:nth-of-type(even) .chef-menu-img-area {
    order: 2;
  }
  .chef-menu-slide-container .chef-menu-single-item:nth-of-type(even) .chef-menu-info {
    order: 1;
  }
  .chef-menu-img-area {
    width: 50%;
    align-self: stretch;
  }
  .chef-menu-img-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .chef-menu-info {
    width: 50%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .chef-menu-item-detail {
    margin-bottom: 15px;
  }
  .chef-menu-item-detail p {
    padding-right: 14%;
  }
  .chef-menu-order-btn {
    margin-top: auto;
  }

  /* ===== Contact Page Styles ===== */
  /* === Contact Information Area === */
  .contact-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 5%;
  }
  .contact-info-wrapper .single-contact-info-item {
    width: calc((100% / 2) - 20px);
  }

  /* === Contact Form Area === */
  .form-flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
  .form-img-container {
    width: 50%;
    align-self: stretch;
  }
  .form-img-container img {
    height: 100%;
    object-fit: cover;
  }
  .contact-info-container {
    width: 50%;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  /* ===== Single Recipe Page Styles ===== */
  /* === Nutritions Area === */
  .nutrition-img-area img {
    width: 74%;
  }
  .nutrition-info-area {
    justify-content: flex-start;
    column-gap: 50px;
  }

  /* ===== Blog Page Styles ===== */
  /* === Blog Banner Area === */
  .blog-banner-title {
    font-size: 30px;
  }
  .max-char {
    max-width: 60ch;
  }

  /* === Blog Detail Area === */
  .blog-conclusion-box {
    padding: 32px;
  }
}

@media all and (min-width: 992px) {
  /* === Header Area Styles === */
  .navbar {
    /* --bs-navbar-padding-y: 1.125rem; */
  }
  .navbar-brand img {
    height: 44px;
  }
  .navbar-nav {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .navbar-nav .nav-item {
    margin-left: 10px;
    width: auto;
    margin-bottom: 0;
  }
  .navbar-nav .nav-item:nth-child(4),
  .navbar-nav .nav-item:nth-child(5),
  .navbar-nav .nav-item:nth-child(6) {
    margin-bottom: 0;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    transition: var(--hi-transition);
  }
  .navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: var(--hi-primary-color);
  }
  .navbar-nav .nav-item .nav-link.active {
    color: var(--hi-primary-color);
    background-color: transparent;
  }

  /* === Footer Area Styles === */
  .ft-content {
    max-width: 58%;
  }

  /* === Common Style === */
  .title {
    font-size: 38px;
  }
  .content {
    margin-top: 15px;
    font-size: 15px;
  }
  .btn {
    font-size: 16px;
    padding: 12px 30px;
  }
  .spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* ===== Home Page Styles ===== */
  /* === Banner Area === */
  .banner-sec {
    padding-top: 80px;
  }
  .circle {
    height: 480px;
    width: 480px;
  }
  .bannerSwiper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
  .banner-content .title-tag {
    font-size: 16px;
  }
  .banner-content .title {
    font-size: 42px;
  }
  .banner-content .btn {
    font-size: 16px;
    margin-top: 25px;
  }

  /* === Home About Area === */
  .content-area .btn {
    margin-top: 20px;
  }

  /* === Benefits Area === */
  .benefit-sec {
    overflow: hidden;
  }
  .benefit-list-wrapper {
    position: relative;
    padding-bottom: 390px;
    margin-top: 80px;
  }
  .single-benefit-wrapper {
    max-width: 260px;
  }
  .single-benefit-wrapper:not(:last-of-type) {
    margin-bottom: 0;
  }
  .single-benefit-wrapper:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 124px;
    z-index: 1;
  }
  .single-benefit-wrapper:nth-child(2) {
    position: absolute;
    left: 190px;
    bottom: 226px;
    z-index: 1;
  }
  .single-benefit-wrapper:nth-child(3) {
    position: absolute;
    right: 190px;
    bottom: 226px;
    z-index: 1;
  }
  .single-benefit-wrapper:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 140px;
    z-index: 1;
  }
  .single-benefit-icon {
    height: 72px;
    width: 72px;
  }
  .single-benefit-content h6 {
    font-size: 18px;
  }
  .single-benefit-content p {
    font-size: 13px;
  }
  .circle-img-area {
    width: 520px;
    text-align: center;
    overflow: hidden;
  }
  .circle-border {
    position: absolute;
    height: 920px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: 0;
    border: 1px solid rgba(152, 197, 47, 0.46);
  }

  /* === Home Menu Area === */
  .menu-wrapper {
    padding: 50px;
  }
  .menu-tab-slider {
    position: relative;
  }
  .tab-container {
    margin: 30px 52px 0 52px;
  }
  .menuSlider .swiper-wrapper {
    padding-bottom: 0;
  }
  .menuSlider .nav-link {
    padding: 24px 30px;
    min-width: 170px;
  }
  .menuSlider {
    width: calc(100% - 104px);
  }
  .menu-tab-slider .custom-swiper-button-next,
  .menu-tab-slider .custom-swiper-button-prev {
    position: absolute;
    top: 5px;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: #589b43;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
  }
  .menu-tab-slider .swiper-button-disabled {
    background-color: #589b43;
  }
  .menu-tab-slider .custom-swiper-button-next {
    right: 0;
  }
  .menu-tab-slider .custom-swiper-button-prev img {
    transform: rotate(180deg);
  }
  .menuSlider .swiper-pagination {
    display: none;
  }
  .tab-container .nav {
    width: 50%;
  }
  .item-name-area span:nth-child(1) {
    font-size: 18px;
  }
  .item-name-area span:nth-child(2) {
    font-size: 18px;
  }
  .item-detail p {
    font-size: 14px;
  }
  .weight-note {
    margin-top: 3rem;
  }
  .weight-note p {
    font-size: 14px;
  }
  .weight-note p:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .menu-item-small-title h4 {
    font-size: 20px;
  }
  .other-menu-item-title span {
    font-size: 16px;
  }
  .other-menu-item-list li {
    font-size: 14px;
  }
  .order-btn {
    max-width: 410px;
    margin-top: 45px;
  }

  /* === Home Recipe Area === */
  .hm-recipe-sec.spacing {
    padding-bottom: 65px;
  }
  .card-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 30px;
  }
  .card-wrapper .single-card-wrapper {
    width: calc((100% / 3) - 20px);
    align-self: stretch;
    margin-bottom: 0;
  }
  .single-card-wrapper a {
    display: block;
  }
  .card-img-container {
    width: 100%;
  }
  .card-img-container img {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 0;
  }
  .card-content {
    width: 100%;
    text-align: center;
    padding: 35px 35px;
  }
  .card-content .card-title {
    height: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
  }
  .read-more-btn {
    margin-top: 45px;
  }

  /* === Testimonial Area === */
  .testimonialSlider .swiper-slide {
    padding: 0 170px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .testimonial-content span:nth-of-type(1) {
    font-size: 22px;
  }
  .testimonial-content span:nth-of-type(2) {
    font-size: 16px;
  }

  /* === Home Blog Area === */
  .hm-blog-sec .card-content {
    padding: 25px 35px 45px 35px;
  }
  .card-middle-box {
    display: block;
    margin-top: -24px;
  }
  .card-box {
    width: 150px;
    font-size: 16px;
    padding: 14px 20px;
  }

  /* ===== About Us Page Styles ===== */
  /* === Inner Pages Banner Area === */
  .inner-banner-sec {
    padding-top: 90px;
    margin-bottom: 70px;
  }
  .inner-banner-container {
    top: 70px;
  }
  .breadcrumb-item {
    font-size: 16px;
  }

  /* === About Area === */
  .abt-content {
    max-width: 66%;
    margin: auto;
  }
  .abt-content p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* === About Us Area === */
  .about-sec.spacing {
    padding-bottom: 350px;
  }
  .abt-top-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
  }
  .abt-item {
    width: calc((100% / 2) - 12px);
  }
  .abt-item .title {
    margin-bottom: 0;
  }

  /* === Mission & Vision Area === */
  .mission-sec {
    padding: 60px 0;
    margin-bottom: -350px;
    position: relative;
    top: -350px;
  }
  .mission-flex-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .mission-flex-item {
    width: calc((100% / 3) - 15px);
  }
  .mission-flex-item:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* ===== Menu Page Styles ===== */
  /* === Menu Slider Area === */
  .menuPageSlider {
    width: calc(100% - 90px);
  }

  .menu-sec .menu-tab-slider .swiper-button-lock {
    display: none;
  }
  .menuPageSlider.menuSlider .nav-link {
    padding: 10px 15px;
  }
  .menu-sec .tab-container {
    margin: 30px 15px 0 15px;
  }
  .weight-note.weight-spacing {
    padding: 0 45px;
  }
  .other-menu-item-container.weight-spacing {
    padding: 0 45px;
  }
  .menu-sec .order-btn {
    max-width: 400px;
  }
  .menu-sec .order-btn .btn {
    width: calc((100% / 2) - 10px);
  }

  /* === Chef Menu Area === */
  .chef-menu-info {
    padding: 40px;
  }
  .time-tag {
    font-size: 16px;
    font-weight: 500;
  }
  .chef-menu-item-name span:nth-child(1) {
    width: 80%;
    font-size: 22px;
    line-height: 1.3;
  }
  .chef-menu-item-name span:nth-child(2) {
    width: 20%;
    text-align: right;
  }
  .chef-menu-item-detail p {
    font-size: 15px;
  }
  .chef-menu-item-detail {
    margin-bottom: 25px;
  }

  /* ===== Contact Page Styles ===== */
  /* === Contact Information Area === */
  .contact-info-wrapper {
    padding: 0 14% 0 10%;
  }

  /* === Contact Form Area === */
  .contact-info-container {
    padding: 40px;
  }

  /* ===== Single Recipe Page Styles ===== */
  /* === Nutritions Area === */
  .nutrition-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .nutrition-img-area {
    width: 48%;
  }
  .nutrition-img-area img {
    width: 90%;
  }
  .nutrition-info-container {
    width: 52%;
  }
  .nutrition-info-area {
    justify-content: flex-start;
  }

  /* ===== Blog Detail Page Styles ===== */
  /* === Blog Area === */
  .blog-detail-container {
    max-width: 800px;
    margin: auto;
  }
}

@media all and (min-width: 1200px) {
  /* === Header Area Styles === */
  .navbar-nav .nav-item {
    margin-left: 20px;
  }

  /* === Footer Area Styles === */
  .footer-sec {
    padding-top: 55px;
  }
  .ft-top {
    padding-bottom: 70px;
  }
  .ft-top-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ft-logo-container {
    width: 36%;
  }
  .ft-content {
    max-width: 76%;
    margin-top: 20px;
  }
  .ft-lists-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 64%;
  }
  .ft-first-flex {
    display: block;
    width: 38%;
    align-self: stretch;
  }
  .ft-first-flex .ft-links-container:first-of-type {
    width: 100%;
  }
  .ft-first-flex .ft-links-container:last-of-type {
    width: 100%;
  }
  .ft-second-flex {
    width: 42%;       /*  42% HI */
    align-self: stretch;
  }
  .ft-second-flex .ft-links-container:last-of-type {
    /*padding-left: 5%;*/
  }
  .ft-first-flex .ft-links-container:last-of-type {
    margin-top: 30px;
  }
  .ft-third-flex {
    width: 22%;
    align-self: stretch;
  }
  .ft-links-container {
    margin-top: 10px;
  }
  .ft-timing-list {
    display: block;
  }
  .ft-timing-list li:first-of-type {
    width: auto;
    margin-bottom: 30px;
  }
  .ft-timing-list li:last-of-type {
    width: auto;
  }
  .ft-link-title {
    margin-bottom: 20px;
  }

  /* === Common Style === */
  .title {
    font-size: 46px;
  }
  .content {
    margin-top: 20px;
    font-size: 16px;
  }
  .spacing {
    padding-top: 20px;
    /* padding-bottom: 120px; */
  }

  /* ===== Home Page Styles ===== */
  /* === Banner Area === */
  .banner-sec {
    min-height: 100vh;
  }
  .circle {
    height: 580px;
    width: 580px;
  }
  .banner-content .title {
    font-size: 50px;
  }
  .banner-content .btn {
    font-size: 18px;
    padding: 11px 35px;
  }
  .banner-img img {
    max-width: 108%;
    margin-left: -30%;
  }

  /* === Home About Area === */
  .content-area .btn {
    margin-top: 30px;
  }
  .hm-abt-sec .content {
    max-width: 84%;
  }
  .hm-abt-img img {
    max-width: 106%;
    position: relative;
    left: -30px;
  }

  /* === Benefits Area === */
  .benefit-list-wrapper {
    margin-top: 140px;
  }
  .single-benefit-wrapper {
    max-width: 290px;
  }
  .single-benefit-wrapper:nth-child(1) {
    left: 16px;
    bottom: 120px;
  }
  .single-benefit-wrapper:nth-child(2) {
    left: 230px;
    bottom: 240px;
  }
  .single-benefit-wrapper:nth-child(3) {
    right: 250px;
    bottom: 240px;
  }
  .single-benefit-wrapper:nth-child(4) {
    right: 18px;
    bottom: 140px;
  }
  .single-benefit-icon {
    height: 96px;
    width: 96px;
  }
  .single-benefit-content h6 {
    font-size: 22px;
  }
  .single-benefit-content p {
    font-size: 15px;
  }
  .circle-border {
    height: 1140px;
    top: -50px;
  }

  /* === Home Menu Area === */
  .hm-menu-area.spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .menu-wrapper {
    padding: 60px 60px 40px 60px;
    margin: 0 80px;
  }
  .menuSlider .nav-link {
    padding: 24px 30px 26px 30px;
    min-width: 190px;
  }
  .tab-container {
    margin-top: 40px;
  }
  .tab-container .nav {
    width: 46%;
  }
  .tab-container .tab-content {
    width: 54%;
  }
  .weight-note {
    margin-top: 3rem;
  }
  .menu-item-small-title {
    margin-bottom: 30px;
  }

  /* === Home Recipe Area === */
  .hm-recipe-sec.spacing {
    padding-bottom: 100px;
  }
  .hm-recipe-sec .content {
    font-size: 18px;
  }
  .card-wrapper .single-card-wrapper {
    transition: var(--hi-transition);
  }
  .card-wrapper .single-card-wrapper:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .card-content {
    padding: 50px;
  }
  .card-content .card-title {
    height: 62px;
    -webkit-box-orient: vertical;
    font-size: 26px;
  }
  .card-content .card-title br {
    display: block;
  }
  .card-content .card-text {
    font-size: 16px;
    margin-top: 15px;
  }

  /* === Testimonial Area === */
  .testimonialSlider .swiper-slide {
    padding: 0 230px;
  }
  .testimonial-content p {
    font-size: 20px;
  }

  /* === Subscribe Area === */
  .subscribe-sec {
    padding: 80px 0 90px 0;
  }

  /* ===== About Us Page Styles ===== */
  /* === Inner Pages Banner Area === */
  .inner-banner-sec {
    margin-bottom: 100px;
  }
  .inner-banner-container {
    top: 100px;
    padding: 80px 0;
  }
  /* === About Us Area === */
  .about-sec.spacing {
    padding-bottom: 350px;
    margin-top: 100px;
  }
  .abt-top-container {
    top: -100px;
    margin-bottom: -100px;
  }
  .abt-single-img-wrapper {
    width: calc((100% / 2) - 20px);
  }
  .abt-top-content {
    margin-top: 80px;
  }
  .abt-item {
    width: calc((100% / 2) - 20px);
  }
  .abt-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
  .abt-item-description:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /* === Mission & Vision Area === */
  .mission-sec {
    padding: 80px 0;
    margin-bottom: -350px;
    position: relative;
    top: -350px;
  }
  .mission-flex-item {
    width: calc((100% / 3) - 20px);
    padding: 30px;
  }
  .mission-title {
    font-size: 26px;
  }
  .mission-description {
    font-size: 16px;
  }
  .mission-description:not(:last-of-type) {
    margin-bottom: 17px;
  }

  /* ===== Menu Page Styles ===== */
  /* === Menu Slider Area === */
  .menu-sec .menu-wrapper {
    margin: 0;
  }
  .menuPageSlider.menuSlider .nav-link {
    font-size: 18px;
    height: 50px;
    padding: 12px 14px;
  }
  .menu-sec .tab-container {
    margin: 50px 50px 0 50px;
  }
  .menu-sec .tab-container .nav {
    padding: 0 60px;
  }
  .menu-sec .tab-container .nav .nav-item {
    width: calc((100% / 2) - 60px);
    margin-bottom: 35px;
  }
  .weight-note.weight-spacing {
    padding: 0 110px;
  }
  .other-menu-item-container.weight-spacing {
    padding: 0 110px;
  }

  /* === Chef Menu Area === */
  .chefMenuSlider {
    margin-top: 60px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .chef-menu-single-item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .chefMenuSlider-navigation {
    margin-top: 30px;
  }

  /* ===== Contact Page Styles ===== */
  /* === Contact Information Area === */
  .contact-info-wrapper {
    padding: 0;
  }
  .contact-info-wrapper .single-contact-info-item {
    width: calc((100% / 4));
  }
  .single-contact-info-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .single-contact-item-title {
    margin-top: 22px;
  }
  .single-contact-item-links {
    margin-top: 20px;
  }
  .single-contact-item-links a {
    font-size: 15px;
  }
  .single-contact-item-links p {
    font-size: 15px;
  }

  /* === Contact Form Area === */
  .form-img-container {
    width: 55%;
    margin-right: 50px;
  }
  .contact-info-container {
    width: 45%;
    padding: 55px 70px;
    margin-left: 0;
  }
  .single-form-item .form-label {
    font-size: 16px;
  }

  /* ===== Single Recipe Page Styles ===== */
  /* === Nutritions Area === */
  .nutrition-img-area {
    width: 50%;
  }
  .nutrition-img-area img {
    width: 100%;
  }
  .nutrition-info-container {
    width: 50%;
    padding-left: 80px;
  }
  .nutrition-info-area {
    margin: 50px 0;
    justify-content: flex-start;
  }
  .nutrition-title-area h4 {
    font-size: 28px;
  }
  .nutrition-title-area p {
    font-size: 16px;
  }
  .nutrition-circle-box {
    width: 82px;
    height: 82px;
  }
  .nutrition-circle-box span:nth-child(1) {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .nutrition-circle-box span:nth-child(2) {
    font-size: 14px;
  }
  .single-box-info h5 {
    margin-top: 10px;
    font-size: 22px;
  }
  .nutriotion-desciption p {
    font-size: 16px;
  }
  .nutriotion-desciption p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /* === Recipe Details Area === */
  .recipe-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .recipe-left-area {
    width: 50%;
    padding-right: 46px;
  }
  .recipe-right-area {
    width: 50%;
    padding-left: 52px;
  }
  .list-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .recipe-list li {
    font-size: 16px;
  }
  .recipe-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .hi-list-style li::before {
    top: 6px;
  }

  /* ===== Blog Detail Page Styles ===== */
  /* === Blog Banner Area === */
  .blog-banner-title {
    font-size: 42px;
  }

  /* === Blog Area === */
  .blog-detail-container {
    max-width: 900px;
  }
  .blog-detail-container .title-area {
    margin-top: 60px;
  }
  .blog-description {
    margin: 45px 0;
  }
  .blog-description p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .blog-small-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .blog-desciption-list li {
    font-size: 16px;
  }
  .blog-desciption-list li:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .blog-desciption-list.hi-list-style li::before {
    top: 6px;
  }
  .blog-conclusion-box {
    margin-top: 50px;
    padding: 40px;
  }
  .blog-conclusion-box p {
    font-size: 16px;
  }
}

@media all and (min-width: 1400px) {
  /* === Footer Area Styles === */
  .footer-sec {
    padding-top: 60px;
  }
  .ft-top {
    padding-bottom: 90px;
  }
  .ft-logo-container {
    width: 36%;
  }
  .ft-content {
    max-width: 66%;
  }
  .ft-lists-flex {
    width: 64%;
  }
  .ft-link-title {
    font-size: 20px;
  }
  .ft-list li {
    font-size: 16px;
  }
  .ft-list li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .ft-list.ft-text-lists li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .ft-timing-list li {
    font-size: 16px;
  }

  /* ===== Home Page Styles ===== */
  /* === Benefits Area === */
  .benefit-list-wrapper {
    margin-top: 140px;
  }
  .single-benefit-wrapper {
    max-width: 290px;
  }
  .single-benefit-wrapper:nth-child(1) {
    left: 66px;
    bottom: 160px;
  }
  .single-benefit-wrapper:nth-child(2) {
    left: 330px;
    bottom: 323px;
  }
  .single-benefit-wrapper:nth-child(3) {
    right: 340px;
    bottom: 323px;
  }
  .single-benefit-wrapper:nth-child(4) {
    right: 74px;
    bottom: 185px;
  }
  .single-benefit-icon {
    height: 96px;
    width: 96px;
  }
  .single-benefit-content h6 {
    font-size: 22px;
  }
  .single-benefit-content p {
    font-size: 15px;
  }
  .circle-border {
    height: 1320px;
    top: -50px;
  }

  /* === Testimonial Area === */
  .testimonialSlider .swiper-slide {
    padding: 0 320px;
  }

  /* ===== About Us Page Styles ===== */
  /* === About Area === */
  .abt-content {
    max-width: 62%;
  }
  .abt-content p {
    font-size: 20px;
  }
  /* === About Us Area === */
  .about-sec.spacing {
    padding-bottom: 250px;
  }
  .abt-mx-spacing {
    max-width: 1100px;
    margin: auto;
  }

  /* ===== Menu Page Styles ===== */
  /* === Menu Slider Area === */
  .menu-sec .tab-container .nav {
    padding: 0 90px;
  }
  .menu-sec .tab-container .nav .nav-item {
    width: calc((100% / 2) - 70px);
    margin-bottom: 35px;
  }
  .menuPageSlider.menuSlider .nav-link {
    font-size: 18px;
    height: 50px;
    padding: 12px 13px;
  }
  .item-name-area span:nth-child(1) {
    transition: var(--hi-transition);
  }
  .menu-sec .tab-container .nav-item .nav-link:hover .item-name-area span:nth-child(1) {
    color: var(--hi-primary-color);
  }
  .item-name-area span:nth-child(2) {
    transition: var(--hi-transition);
  }
  .menu-sec .tab-container .nav-item .nav-link:hover .item-name-area span:nth-child(2) {
    color: var(--hi-primary-color);
  }
  .weight-note.weight-spacing {
    padding: 0 142px;
  }
  .other-menu-item-container.weight-spacing {
    padding: 0 142px;
  }

  /* === Chef Menu Area === */
  .chef-menu-info {
    padding: 50px;
  }

  /* ===== Contact Page Styles ===== */
  /* === Contact Information Area === */
  .contact-info-wrapper .single-contact-info-item {
    width: calc((100% / 4) - 20px);
  }
  .single-contact-item-title {
    margin-top: 30px;
  }
  .single-contact-item-links {
    margin-top: 25px;
  }
  .single-contact-item-links a {
    font-size: 16px;
  }
  .single-contact-item-links p {
    font-size: 16px;
    white-space: nowrap;
  }

  /* ===== Single Recipe Page Styles ===== */
  /* === Nutritions Area === */
  .nutrition-img-area img {
    width: 90%;
  }
  .nutrition-info-container {
    padding-left: 50px;
  }
}

@media all and (min-width: 1680px) {
  /* === Header Area Styles === */
  .navbar {
    /* --bs-navbar-padding-y: 0.25rem; */
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 17px;
  }

  /* === Footer Area Styles === */
  .ft-logo-container {
    width: 44%;
  }
  .ft-lists-flex {
    width: 56%;
  }
  .ft-content {
    max-width: 48%;
  }

  /* === Common Style === */
  .title {
    font-size: 52px;
  }

  /* ===== Home Page Styles ===== */
  /* === Banner Area === */
  .circle {
    height: 690px;
    width: 690px;
  }
  .banner-content .title-tag {
    font-size: 18px;
  }
  .banner-content .title {
    font-size: 60px;
  }
  .banner-content .btn {
    font-size: 18px;
    padding: 11px 35px;
  }

  /* === Home About Area === */
  .hm-abt-img {
    text-align: right;
  }
  .hm-abt-img img {
    width: 100%;
    left: 0;
  }

  /* === Benefits Area === */
  .benefit-list-wrapper {
    margin-top: 330px;
  }
  .single-benefit-wrapper:nth-child(1) {
    left: 40px;
    bottom: 180px;
  }
  .single-benefit-wrapper:nth-child(2) {
    left: 346px;
    bottom: 376px;
  }
  .single-benefit-wrapper:nth-child(3) {
    right: 346px;
    bottom: 376px;
  }
  .single-benefit-wrapper:nth-child(4) {
    right: 38px;
    bottom: 198px;
  }
  .circle-img-area {
    width: 860px;
  }
  .circle-border {
    height: 1480px;
    top: -190px;
  }

  /* === Home Menu Area === */
  .menu-wrapper {
    padding: 80px 60px 50px 60px;
    margin: 0 80px;
  }
  .hm-menu-area .title-area {
    margin: 0 0 40px 0;
  }
  .tab-container {
    align-items: flex-start;
    margin-top: 50px;
  }
  .menuSlider .nav-link {
    font-size: 20px;
    padding: 24px 30px 26px 30px;
    min-width: 210px;
  }
  .tab-container .nav {
    width: 44%;
  }
  .tab-container .tab-content {
    width: 54%;
  }
  .item-name-area span:nth-child(1) {
    font-size: 20px;
  }
  .item-name-area span:nth-child(2) {
    font-size: 18px;
  }
  .item-detail p {
    font-size: 15px;
  }
  .tab-container .nav-item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .menu-item-small-title h4 {
    font-size: 22px;
  }

  /* === Home Recipe Area === */
  .card-content {
    padding: 55px 50px;
  }
  .card-content .card-title {
    height: 70px;
    font-size: 28px;
  }
  .card-content .card-text {
    margin-top: 22px;
  }

  /* === Testimonial Area === */
  .testimonialSlider .swiper-slide {
    padding: 0 380px;
  }

  /* ===== About Us Page Styles ===== */
  /* === About Area === */
  .abt-content {
    max-width: 56%;
  }

  /* === Inner Pages Banner Area === */
  .inner-banner-sec {
    padding-top: 100px;
  }
  .inner-banner-container {
    padding: 90px 0;
  }

  /* === Mission & Vision Area === */
  .mission-flex-item {
    padding: 50px;
  }
  .mission-title {
    font-size: 30px;
  }
  .mission-description {
    line-height: 1.4;
  }

  /* ===== Menu Page Styles ===== */
  /* === Menu Slider Area === */
  .menuPageSlider.menuSlider .nav-link {
    font-size: 20px;
    padding: 12px 20px;
  }
  .menu-sec .tab-container {
    margin-top: 65px;
  }
  .menu-sec .tab-container .nav {
    padding: 0 160px;
  }
  .menu-sec .tab-container .nav .nav-item {
    width: calc((100% / 2) - 100px);
    margin-bottom: 45px;
  }
  .weight-note.weight-spacing {
    padding: 0 212px;
  }
  .other-menu-item-container.weight-spacing {
    padding: 0 212px;
  }

  /* ===== Contact Page Styles ===== */
  /* === Contact Form Area === */
  .contact-form-area {
    margin-top: 50px;
  }
  .single-form-item {
    margin-bottom: 60px;
  }

  /* ===== Single Recipe Page Styles ===== */
  /* === Nutritions Area === */
  .nutrition-info-container {
    padding-left: 86px;
  }

  /* === Recipe Details Area === */
  .recipe-left-area {
    padding-right: 86px;
  }
  .recipe-right-area {
    padding-left: 86px;
  }
}

/* === Other Resposive Styles === */
@media all and (min-width: 1300px) and (max-width: 1380px) and (max-height: 1200px) {
  .banner-sec {
    min-height: 70vh;
    height: 100%;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) and (max-height: 900px) {
  .banner-sec {
    min-height: 100vh;
    height: 100%;
  }
}
@media all and (max-width: 460px) and (max-height: 720px) {
  .banner-content .title-tag {
    font-size: 12px;
  }
  .banner-content .title {
    font-size: 26px;
  }
}
@media all and (max-width: 900px) and (orientation: landscape) {
  .banner-sec {
    height: 100%;
    min-height: 68vh;
  }
}
@media all and (min-width: 450px) and (max-width: 550px) {
  .circle-img-area {
    max-width: 84%;
  }
 .ftrnav{margin-top:15px;}
}
@media all and (min-width: 550px) and (max-width: 767px) {
  .circle-img-area {
    max-width: 70%;
  }
  .ftrnav{margin-top:15px;}
}
@media all and (min-width: 320px) and (max-width: 450px) {
 .ftrnav{margin-top:15px;}
}