/* media 575 */
@media (max-width: 575px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 4rem;
    --fs-600: 3rem;
    --fs-500: 2.5rem;
    --fs-400: 1.2rem;
    --fs-300: 1rem;
  }
  .mexican--food__sub-title {
    display: none;
  }
  .gallery {
    margin-top: 25px;
  }
  h2 {
    font-size: var(--fs-500);
  }
  .offer--section {
    padding: 50px 0 50px 0;
  }
  .margin-top-sm {
    margin-top: 20px;
  }
  .restaurant--menu__text::before {
    display: none;
  }
  /* -------------- reset css ends --------------- */
  .mexican--map {
    width: auto;
  }
  .mexican--food__subtitle {
    font-size: 1.5rem;
  }
  .order-btn {
    margin-top: 20px;
  }
  .order-btn button {
    padding: 15px;
  }

  .menu--tab-pan__left {
    padding-top: 10px;
  }

  .submenu--text__title {
    font-size: 2.8rem;
    margin-top: 50px;
   }
   
  /* -------------- main menu CSS starts -------------- */
  .main-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #fcf972;
    height: 80px;
    left: 0;
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
  }
  .main-menu-navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100vh;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0491f;

    clip-path: circle(25px at 265px -30px);
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
  .main-menu-navbar.show {
    clip-path: circle(75%);
    z-index: 50;
  }
  .main-menu-navbar ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 80px;
    z-index: -100;
    /* height: 90vh; */
    background: #f0491f;
    width: 100vw;
  }
  .main-menu-navbar ul li a {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }

  .main-menu-navbar ul ul li {
    width: auto;
    display: none;
  }
  .main-menu-navbar ul ul {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  }

  .main-menu-navbar ul ul li.show {
    display: block;
  }

  .mexican--btn__white {
    background-color: #fff;
  }

  .logo {
    width: 80px;
    padding: 10px;
  }
  .logo img {
    width: 100%;
  }
  .right-menu {
    display: flex;
  }
  .main-menu-navbar-ul > li {
    display: block;
  }
  .right-menu i {
    font-size: 1.2rem;
  }
  /* -------------- main menu CSS ends --------------- */

  /* --------------- common css starts ------------- */
  .container--fluid {
    padding: 50px 25px;
  }
  .container--fluid__full {
    padding: 25px;
  }
  .container--fluid__right {
    padding: 50px 25px 50px 25px;
  }
  .container--fluid__right-left {
    padding: 0 25px;
  }
  .mexican--sm1 {
    display: block;
  }
  .mexican--mg1 {
    display: none;
  }
  .mexican--sm {
    display: block;
  }
  .mexican--mg {
    display: none;
  }
  #cssm, #ravinshahsm {
    margin-top: 10px;
  }
  #rakeshprasadsm,
  #ravinshahsm {
    width: 20rem;
  }
  #cn,
  #cs {
    width: 18rem;
  }
  #gp {
    width: 20rem;
  } 

  .mexican--btn-white-sm {
    background-color: #fff;
  }
  .mexican--btn-yellow-sm {
    background-color: #f2d51f;
  }
  .mexican--btn-red-sm {
    background-color: #f0491f;
  }
  /* --------------- common css ends ------------- */

  /* -------------- footer CSS starts ------------ */
  .footer--col-1__title {
    font-size: var(--fs-500);
  }
  .footer--col-1 {
    max-width: auto;
  }
  .footer--col-2,
  .footer--col-3 {
    padding-top: 15px;
  }
  .footer--second-container {
    padding: 20px 25px;
  }
  /* ---------------- footer CSS ends ---------------- */

  /* ---------------- home page CSS starts --------------- */
  .mexican--btn {
    transform: translateX(0);
    /* background-color: #fff; */
  }
  .mexican--btn:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #A9CD39;
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    z-index: -1;
  }
  .mexican--btn-white:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    z-index: -1;
  }
  .mexican--btn__svg-container {
    display: none;
  }
  .mexican--btn__container {
    padding: 25px 0px 20px 25px;
    display: block;
  }
  .mexican--btn__sm-menu-flex-end {
    justify-content: flex-end;
  }

  /* franchisee section CSS starts */
  .info-section--body__img {
    top: 0%;
    /* left: 0%; */
    width: 100px;
  }
  .info-section--body__text {
    padding-top: 15px;
  }
  /* franchisee section CSS ends */

  /* first page section starts */
  .home--first__line-down {
    top: -1%;
  }
  .home--first__green-chilli {
    width: 60px;
    top: 5%;
    left: 15%;
  }
  .home--first__hat {
    width: 100px;
    right: 6%;
  }
  .home--first__flower {
    width: 40px;
    left: 5%;
    top: 25%;
  }
  .home--first__red-chiili,
  .home--first__catus-right {
    display: none;
  }
  .home--first__catus-left {
    width: 80px;
    right: 5%;
  }
  .home--first__home-g {
    width: 60px;
    left: 32%;
    bottom: 3%;
  }
  .home--first__sun {
    width: 40px;
    left: 8%;
    bottom: 20%;
  }
  /* first page section ends */

  /* mexican food section starts */
  .mexican--sub-title-1 {
    top: 75%;
    transform: rotate(-0deg);
    left: 15%;
  }

  .map--icon-size-big {
    width: 35px;
  }

  .mexican--sub-title-4 {
    top: 0%;
  }
  .mexican--sub-title-2 {
    top: 0%;
  }
  .mexican--sub-title-5 {
    right: 5%;
    bottom: 20%;
  }
  .mexican--sub-title-3 {
    bottom: 15%;
    left: 4%;
  }

  .ourkitchen-flawer {
    width: 100px;
  }

  .mexican--food__red {
    min-height: 100vh;
  }
  /* mexican food section ends */

  #mystory {
    width: 10rem;
    /* margin: 0 auto 30px 0; */
  }
  .icon--size-cloud {
    /* top: -12%;
    left: -4%; */
  }
  .info--subtitle {
    font-size: 1.5rem !important;
  }
  /* about us section starts */
  #aboutus {
    width: 20rem;
    margin: 0 auto 30px 0;
  }
  .icon--size-1 {
    width: 100px;
    height: 100px;
    margin-top: -80px;
  }
  .about--section__body {
    width: 100%;
    /* margin: auto; */
  }
  .about--section {
    padding: 50px 25px 50px;
  }
  .icon--size {
    width: 120px;
    height: 100px;
  }
  .about--section__icon {
    bottom: -15%;
    right: -7%;
  }

  .about--partner-img-container {
    justify-content: center;
    /*padding-left: 0px;*/
  }
  .about--partner-img-container1 {
    justify-content: center;
    /*padding-right: 0px;*/
  }
  /* about us section ends */

  /* quality section starts */
  .quality--section__hat {
    width: 120px;
  }
  /* quality section ends */

  .mystory_absolute {
    width: 250px;
  }
  .mystory_absolute1 {
    width: 250px;
    right: -50%;
    display: none;
  }

  /* service section starts */
  .service--section {
    padding: 100px 50px;
  }
  .service--col-1__img-1 {
    width: auto;
  }
  .service--section__icon-1 {
    top: 12%;
    right: -16%;
  }
  .service--col-1__img-2 {
    width: auto;
  }
  .service--col-2__img {
    width: auto;
  }
  .service--col-1__body-2 {
    margin-left: 0;
    padding-top: 0;
  }
  .service--col-2 {
    margin-top: 0px;
  }
  .mexican--padding-b-sm {
    padding-bottom: 80px;
  }

  .service--col-1__body-1 {
    margin-bottom: 50px;
  }
  .service--col-1__body-2 {
    margin-bottom: 50px;
  }
  .ourfood--text {
    padding-right: 0;
  }

  .service--section__icon-2 {
    top: 12%;
    right: -16%;
  }
  .service--section__icon-3 {
    top: 12%;
    right: -16%;
    left: auto;
  }
  .service--col-1__btn {
    padding: 40px 0px 0 20px;
  }
  /* service section ends */

  /* our food section starts */
  .food-article__chilli-img {
    width: 100px;
  }

  .map--dwarka-gujarat {
    top: 45%;
    left: 12%;
  }
  .food--swiper-container {
    /* padding-top: 60px; */
  }
  .food--swiper {
    padding: 0;
  }
  .info-section__about__catus {
    right: -1%;
  }
  /* our food section ends */

  /* our offer section media query starts */
  .offer--section__img {
    margin: 25px;
  }
  .offer--section__title {
    font-size: 4rem;
  }
  .service--section__icon-4 {
    top: 56%;
    right: -2%;
  }
  .offer--section__lines-1,
  .offer--section__lines-2 {
    width: 120px;
  }
  .offer--section__lines-2 {
    left: -15%;
  }
  .offerSwiper .swiper-pagination.swiper-pagination-progressbar {
    bottom: 0%;
  }
  .offer--section__title-container {
    flex-direction: column;
  }
  .enquiry-icon {
    width: 80px;
  }
  /* our offer section media query ends */

  /* restaurant section media query starts */
  .restaurant--section {
    padding: 0 25px 50px 25px;
  }
  /* restaurant section media query ends */
  /* --------------- home page CSS ends ---------------- */

  /* ------------- subpage hero section media query starts ---------------- */
  .subpage--hero-section,
  .hero-section--main-img {
    height: 40vh;
    margin-top: 25px;
  }
  .hero-section--icon {
    width: 200px;
  }
  /* ------------- subpage hero section media query ends ----------------- */

  /* ------------- contact us page media query starts -------------- */
  .contact--section__lines {
    display: none;
  }
  /* ------------- contact us page media query ends -------------- */

  /* ------------ about us page media query starts -------------- */
  .about--partner__title,
  .about--partner__title-right {
    transform: translateX(0px);
  }
  .about--partner-text-right {
    text-align: left;
    align-items: flex-start;
  }
  .about--paratner__row {
    padding-bottom: 50px;
  }
  .about--partner-text {
    padding-top: 20px;
    padding-right: 0;
  }
  /* ------------ about us page media query ends -------------- */

  /* ------------- menu page media query starts -------------- */
  .restaurant--menu__tabs {
    padding-right: 0px;
    border-right: 0px solid transparent;
    width: auto;
  }
  .restaurant--menu__text {
    padding-left: 0;
    padding-top: 20px;
  }
  .restaurant--menu {
    display: block;
  }
  .tabs__ul {
    width: auto;
    font-size: 1.5rem;
    flex-direction: row;
    text-align: center;
  }
  .mexican-menu--sm {
    display: block;
  }
  .mexican-menu--mg {
    display: none;
  }
  .menu--tab-pan {
    display: initial;
    width: auto;
    padding: 20px 20px;
  }
  .nav {
    flex-wrap: nowrap;
  }
  /* ------------- menu page media query ends ------------- */
  .mexican--food {
    height: auto;
    padding: 25px;
  }

  .mexican--sub-title-13 {
    left: 5%;
    top: 90%;
  }
  .mexican--sub-title-5 {
    right: 8%;
    top: 70%;
  }
  .mexican--sub-title-10 {
    right: 2%;
    bottom: 18%;
  }
  .mexican--sub-title-14 {
    left: 5%;
    bottom: 27%;
  }
  .mexican--sub-title-1 {
    left: 6%;
    top: 60%;
  }
  .mexican--sub-title-12 {
    right: 8%;
    bottom: 3%;
  }
  .mexican--sub-title-9 {
    right: 5%;
    bottom: 10%;
  }
  .mexican--sub-title-11 {
    right: 5%;
    bottom: 35%;
  }
  .mexican--sub-title-8 {
    right: 75%;
    bottom: 21%;
  }
  .mexican--sub-title-7 {
    left: 40%;
    bottom: 20%;
  }


  #mexicanfood {
    margin: 0 auto 0px auto;
    width: 20rem;
  }
  #ourfood {
    width: 20rem;
    margin: 0 auto 20px 0;
  }
  .home--first__title {
    font-size: 1.5rem;
  }

  #gourmetcloudkitchen {
    width: 22rem;
    margin: 0 auto 10px -2px;
  }
  #ofp {
    width: 16rem;
    margin: 0 auto 0 0;
  }
  #wmsqsm {
    width: 16rem;
  }
  #menugreen {
    width: 8rem;
  }
  #tarunapatel {
    width: 20rem;
  }
  #ravinshah {
    width: 20rem;
  }
  #mgurung {
    width: 17rem;
  }
  #rakeshprasad {
    width: 22.5rem;
  }

  /* .icon--size-2 {
    left: -2%;
    margin-top: 20px;
    top: -8%;
  } */
  .icon--size-3 {
    top: 0;
  }

  .info-section--body {
    /* padding-top: 50px; */
  }
  /* .mexican--food__img {
    height: 450px;
  } */
  .mexican--food__img {
    /* bottom: 5%; */
  }
  /* .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
  .mexican--map-container {
    width: 100%;
  }
  .map--icon-size i {
    font-size: 0.8rem;
  }

  .mexican--btn__container-flex {
    display: block;
  }

  .mexican--food__img {
    height: calc(100% - (55%));
  }

  .home--first__logo {
    width: 200px;
  }

  #aboutusred,
  #contactusred {
    width: 20rem;
  }

  .mexican--map {
    justify-content: center;
  }
  .mexican--map1 {
    justify-content: center;
  }

  .map--chennai {
    bottom: 15.5%;
  }
  .map--somnath {
    top: 51.5%;
  }
  .map--dwarka {
    top: 48%;
  }
  .map--porbandar {
    top: 49%;
    left: 3.5%;
  }
  .map--junagarh {
    top: 50%;
    left: 5%;
  }

  .info--padding__top {
    padding-top: 0;
  }
}

/* media 576 to 767 */
@media (min-width: 576px) and (max-width: 767px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 4rem;
    --fs-600: 3rem;
    --fs-500: 1.5rem;
    --fs-400: 1.2rem;
    --fs-300: 1rem;
  }
  /* -------------- reset css ends --------------- */
  .margin-top-sm {
    margin-top: 20px;
  }
  .mexican--btn__svg-container {
    display: none;
  }
  .order-btn {
    margin-top: 20px;
  }
  .order-btn button {
    padding: 15px;
  }
  /* .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
  .submenu--text__title {
    font-size:4rem;
   }
   .menu--tab-pan__left {
    padding-top: 10px;
  }

.restaurant--menu__text::before {
  display: none;
}
  .map--icon-size-big {
    width: 40px;
  }

  .map--dwarka-gujarat {
    top: 45%;
    left: 12%;
  }

  #cn,
  #cs {
    width: 15rem;
  }
  #contactusred {
    width: 15rem;
  }
  #gp {
    width: 33rem;
}
  #mgsm {
    width: 12rem;
}

.mexican--btn:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #A9CD39;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  z-index: -1;
}
.mexican--btn-white:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
  z-index: -1;
}
.about--partner-img-container {
  justify-content: center;
  padding-left: 0px;
}
.about--partner-img-container1 {
  justify-content: center;
  padding-right: 0px;
}

.mexican--map {
  width: auto;
}
  /* -------------- main menu CSS starts -------------- */
  .main-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #fcf972;
    height: 80px;
    left: 0;
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
  }
  .main-menu-navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100vh;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0491f;

    clip-path: circle(25px at 265px -30px);
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
  .main-menu-navbar.show {
    clip-path: circle(75%);
    z-index: 50;
  }
  .main-menu-navbar ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 25%;
    z-index: -100;
    justify-content: center;
    align-items: center;
    background: #f0491f;
  }
  .main-menu-navbar ul li a {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }

  .main-menu-navbar ul ul li {
    width: auto;
    display: none;
  }
  .main-menu-navbar ul ul {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  }

  .main-menu-navbar ul ul li.show {
    display: block;
  }

  .logo {
    width: 80px;
    padding: 10px;
  }
  .logo img {
    width: 100%;
  }
  .right-menu {
    display: flex;
  }
  .main-menu-navbar-ul > li {
    display: block;
  }
  .right-menu i {
    font-size: 1.2rem;
  }
  /* -------------- main menu CSS ends --------------- */

  /* --------------- common css starts ------------- */
  .container--fluid {
    padding: 50px 25px;
  }
  .container--fluid__right {
    padding: 100px 0 100px 25px;
  }
  .container--fluid__full,.container--fluid__right-left {
    padding: 25px;
  }
  /* --------------- common css ends ------------- */

  /* -------------- footer CSS starts ------------ */
  .footer--col-1__title,
  .footer--col-3__title {
    font-size: var(--fs-500);
  }
  .footer--col-1 {
    max-width: auto;
  }
  .footer--col-2,
  .footer--col-3 {
    padding-top: 15px;
  }
  .footer--second-container {
    padding: 20px 25px;
  }
  .footer__social {
    flex-direction: column;
  }
  /* ---------------- footer CSS ends ---------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    max-width: auto;
  }
  .info-section--body__img {
    top: 0%;
    width: 100px;
  }
  .info-section--body__text {
    padding-top: 15px;
  }
  .icon--size-cloud {
    /* top: -15%; */
}
  /* franchisee section CSS ends */

  /* service section starts */
  .service--section {
    padding: 100px 25px;
  }
  .service--col-1__img-1 {
    width: auto;
  }
  .service--section__icon-1 {
    top: 5%;
    right: -10%;
  }
  .service--col-1__img-2 {
    width: auto;
  }
  .service--col-2__img {
    width: auto;
  }
  .service--col-2 {
    margin-top: 0px;
  }
  .mexican--padding-b-sm {
    padding-bottom: 20px;
  }
  .service--section__icon-2 {
    top: 5%;
    right: -10%;
  }
  .service--section__icon-3 {
    top: 5%;
    right: -10%;
    left: auto;
  }
  .icon--size-1 {
    width: 80px;
    height: 80px;
  }
  .service--section__icon-1,
  .service--section__icon-2 {
    top: -15%;
  }
  .service--section__icon-3 {
    top: -15%;
  }
  /* service section ends */

  /* our food section starts */
  .food-article__chilli-img {
    width: 120px;
  }
  .food--swiper-container {
    padding-top: 0px;
  }
  .food--swiper {
    padding: 0;
  }

  .mexican--sm1 {
    display: block;
  }
  .mexican--mg1 {
    display: none;
  }
  #wmsqsm {
    width: 20rem;
  }
  #dv {
    width: 33rem;
  }
  .food--swiper__img img {
    width: 240px;
  }
  .offer--section__img {
    width: 330px;
    margin: auto;
  }
  .offer--section__lines-2,
  .offer--section__lines-1 {
    width: 120px;
  }
  .offer--section__lines-2 {
    left: -15%;
  }
  .offerSwiper .swiper-pagination.swiper-pagination-progressbar {
    bottom: 0%;
  }
  .offer--section__title {
    font-size: 4rem;
    /* line-height: 200px; */
  }
  .offer--section__title-container {
    flex-direction: column;
  }
  .enquiry-icon {
    width: 80px;
  }
  .service--section__icon-4 {
    top: 35%;
  }
  .offer--section {
    padding: 180px 0;
  }
  /* our food section ends */

  /* about us section starts */
  .about--section__body {
    width: 80%;
    margin: auto;
  }
  .icon--size {
    width: 120px;
    height: 120px;
  }
  .info-section__about__catus {
    top: 25%;
  }
  .icon--size-1 {
    width: 120px;
    height: 120px;
  }
  .icon--size-2 {
    left: -10px;
  }

  /* mexican food section starts */
  .mexican--food {
    height: auto;
    padding: 25px;
  }
  .mexican--food__sub-title {
    display: none;
  }
  .mexican--sub-title-13 {
    left: 5%;
    top: 90%;
  }
  .mexican--sub-title-5 {
    right: 8%;
    top: 70%;
  }
  .mexican--sub-title-10 {
    right: 2%;
    bottom: 18%;
  }
  .mexican--sub-title-14 {
    left: 5%;
    bottom: 27%;
  }
  .mexican--sub-title-1 {
    left: 6%;
    top: 60%;
  }
  .mexican--sub-title-12 {
    right: 8%;
    bottom: 3%;
  }
  .mexican--sub-title-9 {
    right: 5%;
    bottom: 10%;
  }
  .mexican--sub-title-11 {
    right: 5%;
    bottom: 35%;
  }
  .mexican--sub-title-8 {
    right: 75%;
    bottom: 21%;
  }
  .mexican--sub-title-7 {
    left: 40%;
    bottom: 20%;
  }


  .mexican--food__red {
    min-height: 100vh;
  }
  
  #mystory {
    width: 18rem;
    /* margin: 0 auto 35px 0; */
  }
  /* mexican food section ends */

  /* first page section starts */
  .home--first__line-down {
    top: -1%;
  }
  .home--first__green-chilli {
    width: 60px;
    left: 15%;
  }
  .home--first__hat {
    width: 100px;
    right: 10%;
  }
  .home--first__flower {
    width: 40px;
    left: 10%;
    top: 18%;
  }
  .home--first__red-chiili,
  .home--first__catus-right {
    display: none;
  }
  .home--first__catus-left {
    width: 80px;
    right: 5%;
  }
  .home--first__home-g {
    width: 80px;
    left: 32%;
    bottom: 8%;
  }
  .home--first__sun {
    width: 40px;
    left: 8%;
    bottom: 17%;
  }
  /* first page section ends */

  /* --------------- home page CSS ends ---------------- */

  /* --------------- subpage hero section media query starts ------------------ */
  .subpage--hero-section,
  .hero-section--main-img {
    height: 40vh;
  }
  .hero-section--icon {
    width: 200px;
  }
  /* --------------- subpage hero section media query ends ------------------- */

  /* ------------- contact us page media query starts -------------- */
  .contact--section__lines {
    width: 80px;
  }
  /* ------------- contact us page media query ends -------------- */

  /* ---------------- menu page media query starts ------------- */
  .mexican-menu--sm {
    display: block;
  }
  .mexican-menu--mg {
    display: none;
  }

  .restaurant--menu__tabs {
    padding-right: 0px;
    border-right: 0px solid transparent;
    width: auto;
  }
  .restaurant--menu__text {
    padding-left: 0;
    padding-top: 20px;
  }
  .restaurant--menu {
    display: block;
  }
  .tabs__ul {
    width: auto;
    font-size: 1.6rem;
    flex-direction: row;
    text-align: center;
  }
  .menu--tab-pan {
    display: block;
    width: auto;
  }
  .nav {
    flex-wrap: nowrap;
  }
  #menugreen {
    width: 16rem;
  }
  /* -------------- menu page media query ends --------------- */

  #aboutus {
    width: 32rem;
  }
  #ourfood {
    width: 33rem;
    margin: 0 auto 20px 0;
  }
  #gourmetcloudkitchen {
    width: 34rem;
    margin: 0 auto 10px 0;
  }
  #ofp {
    width: 32rem;
    margin: 0 auto 10px 0;
  }

  #tarunapatel {
    width: 15rem;
  }
  #ravinshah {
    width: 15rem;
    /* margin: 10px auto 0px 0; */
  }
  #mgurung {
    width: 20rem;
  }
  #rakeshprasad {
    width: 20rem;
    /* margin: 10px auto 0px 0; */
  }
  #aboutusred {
    width: 15rem;
}
  .mexican--map-container {
    width: 520px;
  }

  .mexican--food__img {
    bottom: 5%;
  }
  .mexican--food__img {
    height: calc(100% - (45%));
  }

  .home--first__logo {
    width: 200px;
  }

  .map--icon-size i {
    font-size: 1rem;
  }

  .mystory_absolute {
    width: 250px;
  }
  .mystory_absolute1 {
    width: 250px;
    right: -50%;
  }
}

/* media 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 6rem;
    --fs-600: 4rem;
    --fs-500: 2rem;
    --fs-400: 1.2rem;
    --fs-300: 1rem;
  }
  /* -------------- reset css ends --------------- */

  .submenu--text__title {
    font-size: 6rem;
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  .order-btn {
    margin-top: 20px;
  }
  .order-btn button {
    padding: 15px;
  }
  .menu--tab-pan__left {
    padding-top: 10px;
  }
  
  .restaurant--menu__text::before {
    display: none;
  }

  .service--section__icon-4 {
    top: 35%;
    right: 10%;
  }
  .map--dwarka-gujarat {
    top: 45%;
    left: 12%;
  }

  #cn,
  #cs {
    width: 18rem;
  }
  #wmsqsm {
    width: 25rem;
  }
  #gp {
    width: 35rem;
}
#contactusred {
  width: 28rem;
}

.mexican--map-container{
  width: auto;
}
.mexican--map {
  width: 450px;
}

.offer--section__lines-2 {
  left: -15%;
}
  /* -------------- main menu CSS starts -------------- */
  .main-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #fcf972;
    height: 80px;
    left: 0;
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
  }
  .main-menu-navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0491f;

    clip-path: circle(25px at 265px -30px);
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
  .main-menu-navbar.show {
    clip-path: circle(75%);
    z-index: 50;
  }
  .main-menu-navbar ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 15%;
    z-index: -100;
    justify-content: center;
    align-items: center;
    background: #f0491f;
  }
  .main-menu-navbar ul li a {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }

  .main-menu-navbar ul ul li {
    width: auto;
    display: none;
  }
  .main-menu-navbar ul ul {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  }

  .main-menu-navbar ul ul li.show {
    display: block;
  }

  .logo {
    width: 80px;
    padding: 10px;
  }
  .logo img {
    width: 100%;
  }
  .right-menu {
    display: flex;
  }
  .main-menu-navbar-ul > li {
    display: block;
  }
  .right-menu i {
    font-size: 1.2rem;
  }
  /* -------------- main menu CSS ends --------------- */

  /* --------------- common css starts ------------- */
  .container--fluid {
    padding: 60px 35px;
  }
  .container--fluid__full {
    padding: 50px;
  }

  /* --------------- common css ends ------------- */

  /* -------------- footer CSS starts ------------ */
  .footer__social {
    flex-direction: column;
  }
  /* -------------- footer CSS ends ------------ */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    /* padding-top: 120px; */
    max-width: 650px;
  }
  .info-section--body__img {
    top: 5%;
    width: 100px;
  }
  #aboutusred {
    width: 22rem;
}
.mexican--sm1 {
  display: block;
}
.mexican--mg1 {
  display: none;
}
  /* franchisee section CSS ends */

  /* home section starts */
  .home--first__red-chiili {
    width: 120px;
    right: 15%;
  }
  .home--first__hat {
    width: 120px;
  }
  .home--first__flower {
    width: 50px;
  }
  .home--first__catus-left {
    width: 80px;
  }
  .home--first__catus-right {
    width: 80px;
  }
  .home--first__green-chilli {
    width: 100px;
    top: 8%;
    left: 20%;
  }
  /* home section ends */

  /* about us section starts */
  .icon--size-1 {
    width: 150px;
    height: 150px;
  }
  .info-section--body-1 {
    padding-top: 50px;
  }
  .about--section__body {
    width: 550px;
    margin: auto;
  }
  .icon--size {
    width: 180px;
    height: 150px;
  }
  /* about us section ends */

  /* our food section starts */
  #What_makes_it_so_special_x3F_ {
    width: 45rem;
  }
  #mystory {
    width: 18rem;
  }
  #dv {
    width: 35rem;
    /* margin: 0 auto 40px 0; */
  }
  .info--padding__top {
    padding-top: 0;
  }
  .food-article__chilli-img {
    width: 120px;
  }
  /* our food section ends */

  /* service section starts */
  .service--col-1__img-1 {
    width: 300px;
  }
  .service--col-2__img {
    width: 300px;
  }
  .service--col-1__img-2 {
    width: 300px;
  }
  .service--section {
    padding: 150px 50px;
  }
  .icon--size-1 {
    width: 100px;
  }
  .service--col-2 {
    justify-content: center;
  }
  /* service section ends */

  /* offer section starts */
  .offer--section__title {
    font-size: 8rem;
  }
  .offer--section__img {
    width: 300px;
  }
  .offer--section__title-container {
    flex-direction: column;
  }
  .enquiry-icon {
    width: 100px;
  }
  /* offer section ends */

  .mexican--sub-title-5 {
    right: 5%;
  }
  .mexican--food {
    height: auto;
  }

  .mexican--sub-title-1 {
    left: 2%;
    top: 12%;
  }
  .mexican--sub-title-2 {
    left: 25%;
    top: 77%;
  }
  .mexican--sub-title-3 {
    left: 4%;
    bottom: 5%;
  }
  .mexican--sub-title-4 {
    top: 15%;
    right: 5%;
  }
  .mexican--sub-title-5 {
    right: 25%;
    top: 75%;
  }
  .mexican--sub-title-6 {
    left: 25%;
    bottom: 5%;
  }
  .mexican--sub-title-7 {
    left: 42%;
    bottom: 5%;
  }
  .mexican--sub-title-8 {
    right: 45%;
    bottom: 18%;
  }
  .mexican--sub-title-9 {
    right: 28%;
    bottom: 5%;
  }
  .mexican--sub-title-10 {
    right: 10%;
    bottom: 50%;
  }
  .mexican--sub-title-11 {
    right: 3%;
    bottom: 20%;
  }
  .mexican--sub-title-12 {
    right: 3%;
    bottom: 5%;
  }
  .mexican--sub-title-13 {
    left: 5%;
    top: 40%;
  }
  .mexican--sub-title-14 {
    left: 3%;
    bottom: 18%;
  }

  .mexican--food-img {
    width: 350px;
  }

  .mexican--food__img {
    bottom: -5%;
  }

  /* --------------- home page CSS ends ---------------- */

  /* --------------- subpage hero section media query starts ------------------ */
  .subpage--hero-section,
  .hero-section--main-img {
    height: 50vh;
  }
  .hero-section--icon {
    width: 300px;
  }
  #menugreen {
    width: 18rem;
  }
  /* --------------- subpage hero section media query ends ------------------- */

  /* ------------- contact us page media query starts -------------- */
  .contact--section__lines {
    width: 150px;
  }
  /* ------------- contact us page media query ends -------------- */

  /* ---------------- menu page media query starts ------------- */
  .mexican-menu--sm {
    display: block;
  }
  .mexican-menu--mg {
    display: none;
  }

  .restaurant--menu__tabs {
    padding-right: 0px;
    border-right: 0px solid transparent;
    width: auto;
  }
  .restaurant--menu__text {
    padding-left: 0;
    padding-top: 20px;
  }
  .restaurant--menu {
    display: block;
  }
  .tabs__ul {
    width: auto;
    font-size: 1.9rem;
    flex-direction: row;
    text-align: center;
  }
  .menu--tab-pan {
    display: block;
    width: auto;
  }
  .nav {
    flex-wrap: nowrap;
  }
  /* -------------- menu page media query ends --------------- */

  #mexicanfood {
    width: 30rem;
    margin: 0 auto 10px auto;
  }
  #ourfood {
    margin: 0 auto 10px 0;
  }
  #gourmetcloudkitchen {
    width: 45rem;
    margin: 0 auto 10px 0;
  }
  #ofp {
    width: 25rem;
    margin: 0 auto 10px 0;
  }

  #tarunapatel {
    width: 20rem;
  }
  #ravinshah {
    width: 20rem;
    /* margin: 10px auto 0px 0; */
  }
  #mgurung {
    width: 25rem;
  }
  #rakeshprasad {
    width: 25rem;
    /* margin: 10px auto 0px 0; */
  }
  .mexican--food__sub-title {
    display: none;
  }
  .mexican--food__img {
    height: calc(100% - (20%));
  }
  .mexican--food {
    padding: 50px;
  }
}

/* media 992 to 1200 */
@media (min-width: 992px) and (max-width: 1200px) {
  /* common CSS section starts */
  .container--fluid__full {
    padding: 50px;
  }
  /* common CSS section ends */
  #cn,
  #cs {
    width: 25rem;
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  .offer--section__lines-2 {
    left: -12%;
  }
  .order-btn {
    margin-top: 20px;
  }
  .order-btn button {
    padding: 15px;
  }
  .restaurant--menu__text::before {
    display: none;
  }
  .menu--tab-pan__left {
    padding-top: 10px;
  }
  .service--section__icon-4 {
    top: 40%;
    right: 3%;
  }
  .restaurant--menu__tabs {
    width: 1220px;
  }

  /* -------------- main menu CSS starts -------------- */
  .main-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #fcf972;
    height: 80px;
    left: 0;
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
  }
  .main-menu-navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0491f;

    clip-path: circle(25px at 265px -30px);
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
  .main-menu-navbar.show {
    clip-path: circle(75%);
    z-index: 50;
  }
  .main-menu-navbar ul {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .main-menu-navbar ul li a {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }

  .main-menu-navbar ul ul li {
    width: auto;
    display: none;
  }
  .main-menu-navbar ul ul {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  }

  .main-menu-navbar ul ul li.show {
    display: block;
  }

  .logo {
    width: 80px;
    padding: 10px;
  }
  .logo img {
    width: 100%;
  }
  .right-menu {
    display: flex;
  }
  .main-menu-navbar-ul > li {
    display: block;
  }
  .right-menu i {
    font-size: 1.2rem;
  }
  /* -------------- main menu CSS ends --------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    max-width: 750px;
  }
 
  /* franchisee section CSS ends */

  /* offer section starts */
  .offer--section__title {
    font-size: 12rem;
    /* line-height: 27rem; */
  }
  .offer--section__img {
    width: 350px;
  }
  /* offer section ends */

  /* mexicn food section starts */
  .mexican--sub-title-4 {
    right: 5%;
  }
  .mexican--food-img {
    width: 370px;
  }
  .mexican--food {
    height: auto;
  }

  .mexican--sub-title-1 {
    left: 3%;
    top: 20%;
  }
  .mexican--sub-title-2 {
    left: 1%;
    top: 52%;
  }
  .mexican--sub-title-3 {
    left: 10%;
    bottom: 10%;
  }
  .mexican--sub-title-4 {
    top: 15%;
    right: 5%;
  }
  .mexican--sub-title-5 {
    right: 1%;
    top: 32%;
  }
  .mexican--sub-title-6 {
    left: 25%;
    bottom: 10%;
  }
  .mexican--sub-title-7 {
    left: 40%;
    bottom: 10%;
  }
  .mexican--sub-title-8 {
    right: 45%;
    bottom: 10%;
  }
  .mexican--sub-title-9 {
    right: 28%;
    bottom: 10%;
  }
  .mexican--sub-title-10 {
    right: 5%;
    bottom: 50%;
  }
  .mexican--sub-title-11 {
    right: 3%;
    bottom: 20%;
  }
  .mexican--sub-title-12 {
    right: 8%;
    bottom: 10%;
  }
  .mexican--sub-title-13 {
    left: 5%;
    top: 40%;
  }
  .mexican--sub-title-14 {
    left: 5%;
    bottom: 22%;
  }



  #What_makes_it_so_special_x3F_ {
    width: 50rem;
  }

  #mexicanfood {
    width: 35rem;
    margin: 0 auto 10px auto;
  }
  #ourfood {
    width: 35rem;
    margin: 0 auto 10px 0;
  }

  #tarunapatel {
    width: 30rem;
  }
  #ravinshah {
    width: 30rem;
    /* margin: 10px auto 0px 0; */
  }
  #mgurung {
    width: 30rem;
  }
  #rakeshprasad {
    width: 30rem;
    /* margin: 10px auto 0px 0; */
  }

  /* mexican food section ends */

  /* about us section starts */
  .about--section__body {
    width: 650px;
    margin: auto;
  }
  .icon--size {
    width: 180px;
    height: 180px;
  }
  /* about use section ends */

  /* service section starts */
  .service--section {
    padding: 200px 50px;
  }
  .service--col-1__img-1 {
    width: 350px;
  }
  .service--col-2__img {
    width: 350px;
  }
  .service--col-1__img-2 {
    width: 400px;
  }
  .icon--size-1 {
    width: 150px;
    height: 150px;
  }
  /* service section ends */
  /* --------------- home page CSS ends ---------------- */

  /* --------------- subpage hero section media query starts ------------------ */
  .subpage--hero-section,
  .hero-section--main-img {
    height: 70vh;
  }
  .hero-section--icon {
    width: 350px;
  }
  /* --------------- subpage hero section media query ends ------------------- */

  .mexican--sm1 {
    display: block;
  }
  .mexican--mg1 {
    display: none;
  }
  #mgsm {
    width: 18rem;
}
#wmsqsm {
  width: 30rem;
}
#contactusred {
  width: 25rem;
}
  /* ---------------- menu page media query starts ------------- */
  .mexican-menu--sm {
    display: block;
  }
  .mexican-menu--mg {
    display: none;
  }

  .restaurant--menu__tabs {
    padding-right: 0px;
    border-right: 0px solid transparent;
    width: auto;
  }
  .restaurant--menu__text {
    padding-left: 0;
    padding-top: 20px;
  }
  .restaurant--menu {
    display: block;
  }
  .tabs__ul {
    width: auto;
    font-size: 2.2rem;
    flex-direction: row;
    text-align: center;
  }
  .menu--tab-pan {
    display: block;
    width: auto;
  }
  .nav {
    flex-wrap: nowrap;
  }
  /* -------------- menu page media query ends --------------- */

  #gourmetcloudkitchen {
    width: 55rem;
    margin: 0 auto 10px 0;
  }
  #ofp {
    width: 25rem;
    margin: 0 auto 10px 0;
  }


  .offer--section__title-container {
    flex-direction: column;
  }
  .enquiry-icon {
    width: 140px;
  }
}

/* media 1201 to 1366 */
@media (min-width: 1201px) and (max-width: 1290px) {
  .menu--tab-pan {
    width: 680px;
  }
}
@media (min-width: 1291px) and (max-width: 1366px) {
  .menu--tab-pan {
    width: 800px;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  .restaurant--menu__tabs {
    width: 1220px;
  }
}

/* media 1367 to 1439 */
@media (min-width: 1367px) and (max-width: 1439px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 8rem;
    --fs-600: 6rem;
    --fs-500: 4rem;
    --fs-400: 1.5rem;
    --fs-300: 1rem;
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  /* -------------- reset css ends --------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    /* padding-top: 120px; */
    max-width: 750px;
  }
  /* franchisee section CSS ends */
  /* --------------- home page CSS ends ---------------- */

  .info-section--body-1 {
    max-width: 1050px;
  }

  .info-section__about__catus {
    right: -6%;
  }
  .restaurant--menu__tabs {
    width: 1220px;
  }
  .menu--tab-pan {
    width: 850px;
  }
}

/* media 1440 to 1919 */
@media (min-width: 1440px) and (max-width: 1600px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 8rem;
    --fs-600: 6rem;
    --fs-500: 2.5rem;
    --fs-400: 1.5rem;
    --fs-300: 1.2rem;
  }
  p,
  .mexican--btn {
    font-size: var(--fs-300);
  }
  .info-section__about__catus {
    right: -10%;
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }

  .sticky {
    left: 4%;
  }

  /* -------------- footer css starts ------------- */
  .footer--col-1__title,
  .footer--col-3__title {
    font-size: var(--fs-500);
  }
  .footer--col-1 {
    max-width: 550px;
  }
  /* -------------- footer css ends -------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    /* padding-top: 120px; */
    max-width: 1050px;
  }
  .mexican--btn:before {
    width: 80px;
    height: 80px;
  }
  /* franchisee section CSS ends */
  /* --------------- home page CSS ends ---------------- */
  .info-section--body-1 {
    max-width: 1250px;
  }
  .service--col-2 {
    justify-content: center;
  }

  #aboutusred,
  #contactusred {
    width: 35rem;
  }

  .service--col-2 {
    margin-top: -20px;
  }
  .icon--size-cloud {
    /* top: -20%; */
  }
  #cn, #cs {
    width: 22rem;
}
}

/* media 1920 */
@media (min-width: 1601px) and (max-width: 1900px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 8rem;
    --fs-600: 6rem;
    --fs-500: 2.5rem;
    --fs-400: 1.5rem;
    --fs-300: 1.2rem;
  }
  p,
  .mexican--btn {
    font-size: var(--fs-300);
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  /* -------------- reset css ends --------------- */

  .info-section__about__catus {
    right: -10%;
  }
  .about--partner-text-right {
    max-width: 620px;
    margin: auto 0 auto auto;
  }
  .about--partner-text {
    max-width: 620px;
    margin: auto auto auto 0;
  }

  .service--section__icon-4 {
    top: 10%;
    right: 15%;
  }

  /* -------------- footer css starts ------------- */
  .footer--col-1__title,
  .footer--col-3__title {
    font-size: var(--fs-500);
  }
  .footer--col-1 {
    max-width: 550px;
  }
  .sticky {
    left: 10%;
  }
  /* -------------- footer css ends -------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    /* padding-top: 120px; */
    max-width: 1050px;
  }
  .mexican--btn:before {
    width: 80px;
    height: 80px;
  }
  /* franchisee section CSS ends */
  /* --------------- home page CSS ends ---------------- */

  /* ------------ menu page media query starts ----------- */
  .menu--tab-pan {
    width: 850px;
  }
  /* ------------ menu page media query ends ------------ */

  .info-section--body-1 {
    max-width: 1250px;
  }
  .service--col-2 {
    justify-content: center;
  }

  #aboutusred,
  #contactusred {
    width: 35rem;
  }

  .service--col-2 {
    margin-top: -20px;
  }

  #cn, #cs {
    width: 22rem;
}
}

/* media 1920 */
@media (min-width: 1901px) {
  /* ------------- reset css starts ------------- */
  :root {
    --fs-xl: 12rem;
    --fs-600: 6rem;
    --fs-500: 3rem;
    --fs-400: 1.5rem;
    --fs-300: 1.2rem;
  }
  p,
  .mexican--btn {
    font-size: var(--fs-300);
  }
  .menu--tab-pan:hover {
    background-color: #addf6b !important;
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--link__dark {
    color: #fff;
  }
  .menu--tab-pan:hover .mexican--btn__white-menu {
    background-color: #addf6b;
  }
  .menu--tab-pan:hover .mexican--btn:before {
    border: 2px solid #fff;
  }
  /* -------------- reset css ends --------------- */
  .info-section__about__catus {
    right: -10%;
  }
  .service--section__icon-4 {
    top: 10%;
    right: 12%;
  }

  .about--partner-text-right {
    max-width: 720px;
    margin: auto 0 auto auto;
  }
  .about--partner-text {
    max-width: 720px;
    margin: auto auto auto 0;
  }

  .mexican--map {
    width: 600px;
  }
  .mexican--map1 {
    width: 400px;
  }

  /* -------------- footer css starts ------------- */
  .footer--col-1__title,
  .footer--col-3__title {
    font-size: var(--fs-500);
  }
  .footer--col-1 {
    max-width: 100%;
  }
  /* -------------- footer css ends -------------- */

  /* ---------------- home page CSS starts --------------- */
  /* franchisee section CSS starts */
  .info-section--body {
    /* padding-top: 120px; */
    max-width: 1550px;
  }
  .mexican--btn:before {
    width: 80px;
    height: 80px;
  }
  /* franchisee section CSS ends */

  /* offer section starts */
  .offer--section__title {
    font-size: 16rem;
  }
  .offer--section__img {
    width: 630px;
    margin-right: 350px;
  }
  /* offer section ends */
  /* --------------- home page CSS ends ---------------- */

  /* ------------ about us page media query starts -------------- */
  .about--partner__img {
    width: 650px;
  }
  /* ------------ menu page media query starts ----------- */
  .menu--tab-pan {
    width: 1250px;
  }
  /* ------------ menu page media query ends ------------ */

  .service--col-2 {
    justify-content: center;
  }

  .info-section--body-1 {
    max-width: 1600px;
  }

  .mexican--food-img {
    width: 500px;
  }

  #aboutusred,
  #contactusred {
    width: 35rem;
  }

  .service--col-2 {
    margin-top: -20px;
  }

  .map--icon-size i {
    font-size: 2.3rem;
  }

  #aboutus,
  #ourfood {
    width: 65rem;
  }
  #gourmetcloudkitchen {
    width: 85rem;
  }
  #ofp {
    width: 35rem;
}

  #What_makes_it_so_special_x3F_ {
    width: 75rem;
}
#gp {
  width: 65rem;
}
.sticky {
  left: 4%;
}
}
