@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-color: #ff9a00;
  --black-color: #121212;
  --red-color: #eb1400;
  --light-black-color: #4b4b4b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.wrapper-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 24px;
}

.wrapper-scroll-sec {
  background-color: var(--orange-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-scroll-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.wrapper-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  align-items: center;
  display: flex;
}

.section {
  overflow: hidden;
}

.container {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-view-txt {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 44px;
}

.heading-view-txt.left-txt {
  text-align: left;
  line-height: 48px;
}

.heading-view-txt.left-txt.branch-heading {
  margin-top: 35px;
  margin-bottom: 35px;
}

.heading-view-txt.left-txt.mt-head {
  margin-top: 20px;
}

.heading-view-txt.left-txt.occasions-txt {
  font-size: 42px;
  line-height: 52px;
}

.heading-view-txt.heading-color {
  color: #fff;
}

.heading-view-txt.mt-heading {
  margin-top: 38px;
  margin-bottom: 38px;
}

.heading-view-txt.trust-head-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-view-span {
  color: #eb1400;
}

.heading-view-span.heading-span {
  color: #fba829;
}

.expert-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.experitise-heading {
  color: #121212;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 34px;
}

.expertise-div {
  padding-left: 42px;
  padding-right: 42px;
  text-decoration: none;
  overflow: hidden;
}

.since-txt {
  color: #efefef;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-family: DM Serif Display, sans-serif;
  font-size: 115px;
  font-weight: 400;
  line-height: 110px;
}

.heading-para {
  color: #4b4b4b;
  text-align: center;
  max-width: 622px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.sweet-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.sweet-div {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 10px 8px;
}

.wishlist-div {
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 10px;
  right: 10px;
}

.sweet-heading {
  color: #1e1d23;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13.9px;
  line-height: 20px;
}

.sweet-sec {
  position: relative;
}

.sweet-view {
  padding: 10px;
  position: relative;
}

.tradition-grid {
  align-items: center;
  display: flex;
  position: relative;
}

.tradition-div {
  background-color: #fbf7e8;
  border-radius: 20px;
  width: 60%;
}

.tradition-view {
  width: 47%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0%);
}

.rooted-para {
  color: #4b4b4b;
  max-width: 850px;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.rooted-para.rooted-mt {
  margin-top: 20px;
}

.know-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eb1400;
  border-radius: 50px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.know-txt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.traditon-content {
  max-width: none;
  padding-top: 85px;
  padding-left: 65px;
  padding-right: 100px;
}

.spicy-view {
  width: 165px;
}

.container-2.section-part {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
}

.tradition-view-part {
  width: 100%;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}

.spicy-div {
  float: right;
  width: 50%;
  max-width: none;
}

.notify-sec {
  background-color: #072f25;
}

.notify-part {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.notify-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.notify-link.notify-first {
  padding-right: 15px;
  position: relative;
}

.notify-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.notify-txt.phone-txt-num {
  font-size: 12.5px;
  font-weight: 600;
}

.notify-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.trust-sec {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  position: relative;
}

.trust-para {
  color: #4b4b4b;
  max-width: 585px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.india-sweet {
  width: 140px;
  position: absolute;
  right: 0;
}

.trust-grid {
  grid-column-gap: 70px;
  grid-row-gap: 10px;
  width: 83%;
  margin-top: 65px;
  position: relative;
}

.ornament-line {
  z-index: 1;
  position: absolute;
}

.ornament-line.horizontal-line {
  background-image: url('../images/vertical-line.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 20px;
  top: 49%;
  left: -5px;
  transform: translateY(-50%);
}

.ornament-line.vertical-line {
  background-image: url('../images/horizonal-line.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 100%;
  top: 0;
  right: 48%;
  transform: translateX(-50%);
}

.item {
  flex-flow: column;
  align-items: center;
  padding: 40px 15px;
  display: flex;
}

.trust-txt {
  color: #121212;
  text-align: center;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.image, .image-2, .image-3, .image-4 {
  width: 60px;
  height: 60px;
}

.sweet-variety {
  position: relative;
}

.amman-view {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
}

.grid {
  flex-flow: column;
  display: flex;
}

.trust-sec-view {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.full-image {
  width: 100%;
  height: 100%;
}

.full-image.full-view {
  height: auto;
}

.full-image.view-im {
  display: none;
}

.trusted-section {
  background-color: #fbf7e866;
  border-top: 1px solid #ffd08d;
  margin-bottom: 50px;
  padding-top: 75px;
  padding-bottom: 45px;
  position: relative;
}

.leaf-view {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sections {
  margin-bottom: 50px;
}

.sections.scroll-sections {
  overflow: hidden;
}

.sections.tradition-section-part {
  margin-top: 50px;
}

.catering-section {
  background-color: #fff6eacc;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.caterign-sec {
  z-index: 99;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  position: relative;
}

.catering-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4b4b4b;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.catering-grid {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

.catering-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.catering-card {
  cursor: auto;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding: 16px 16px 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.book-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff9a00;
  border-radius: 30px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.book-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.catering-card-heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.catering-card-para {
  color: #fff;
  margin-bottom: 5px;
}

.catering-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.catering-div-part {
  flex-flow: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.catering-view {
  background-color: #0000;
  position: absolute;
  inset: 0;
}

.catering-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 2.1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.value-block.value-second-part {
  grid-template-columns: 1fr 1fr 2.1fr;
  margin-top: 22px;
}

.value-box {
  background-color: #ff9a00;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  display: flex;
  position: relative;
}

.value-point {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 65px;
}

.value-top-icon {
  position: absolute;
  top: 14px;
  right: 20px;
}

.value-bottom-icon {
  position: absolute;
  bottom: 14px;
  left: 20px;
}

.value-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.span-symbol {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.value-content {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.since-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  align-items: center;
  padding-top: 80px;
  position: relative;
}

.since-about-part {
  position: relative;
}

.about-view-icon {
  margin-top: 14px;
  position: absolute;
  right: 0;
}

.since-para-content {
  color: #4b4b4b;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.more-txt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eb1400;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.rated-section {
  background-color: #fff6eacc;
  border-bottom: 1px solid #ffd08d;
}

.rated-div {
  position: relative;
}

.rated-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.rated-div-part {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.rated-div-part:hover {
  background-color: #ffe07b4d;
}

.review {
  width: 200px;
}

.rated-view {
  width: 210px;
}

.rating-txt {
  color: #4b4b4b;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.review-txt {
  color: #121212;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.rated-txt {
  text-align: center;
  border-top: 1px solid #ffe4bb;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.thumb-div {
  position: absolute;
  top: 0;
}

.thumb-icon-img {
  width: 142px;
}

.rated-part-div {
  z-index: 99;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.review-span-txt {
  color: #6c6c6c;
  font-size: 30px;
}

.sweet-part {
  position: absolute;
  bottom: 0;
  left: 0;
}

.variety-sweet {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sweet-view-part {
  width: 120px;
}

.sweet-view-variety {
  width: 172px;
}

.customer-rating-para {
  color: #d88300;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.quality-section {
  background-color: #fdfbf3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quality-grid {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr 2.45fr 1.2fr .8fr;
  margin-top: 38px;
}

.quality-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.customer-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.customer-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.customer-div {
  background-color: #fffefb;
  border: 1px solid #ffe5bc;
  border-radius: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.customer-div.say-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.customer-para {
  color: #4d4d4d;
  max-width: 360px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.customer-para.customer-paras {
  margin-top: 10px;
  margin-bottom: 35px;
}

.customer-para.customer-txt-view {
  max-width: none;
  margin-right: 40px;
}

.customer-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.customer-part-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-name {
  color: #041418;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}

.customer-location {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.customer-quote {
  justify-content: flex-end;
  margin-top: -10px;
  margin-right: -30px;
  display: flex;
}

.customer-quote.customer-quote-sec {
  margin-right: 0;
  position: absolute;
  top: 0;
  right: -15px;
}

.quote-view-img {
  width: 75px;
}

.footer-section {
  background-color: #000;
  background-image: url('../images/footer-bg-view.png');
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 45px;
}

.footer-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-para {
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: 28px auto 32px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.footer-part-link {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.footer-part-logo {
  min-width: 90px;
  max-width: 90px;
  margin-bottom: 30px;
}

.copy-div {
  background-image: url('../images/footer-border-line.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top: 1px #d5d5d54f;
  width: 100%;
}

.copy-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mbl-display {
  display: none;
}

.nav-part {
  background-color: #0000;
}

.order-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eb1400;
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.order-link.order-mbl:hover {
  background-color: #121212;
}

.order-link.order-desk-link {
  display: none;
}

.order-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.book-btn-view {
  position: absolute;
  right: 0;
}

.header-div {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-banner-section {
  z-index: 9;
  background-color: #f7f2e2;
  padding-top: 140px;
  position: relative;
}

.banner-heading {
  color: #121212;
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 4vw;
}

.banner-heading-para {
  color: #4b4b4b;
  text-align: center;
  max-width: 600px;
  margin: 30px auto 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16.9px;
  font-weight: 400;
  line-height: 26px;
}

.banner-heading-span {
  color: #eb1400;
}

.catering-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eb1400;
  border-radius: 50px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 12px;
  text-decoration: none;
  display: flex;
}

.catering-btn.banner-location-btn {
  background-color: #fba829;
}

.banner-btn-txt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 20px;
}

.bannner-btn-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.bannner-btn-flex.banner-about-btn {
  justify-content: flex-start;
}

.header-logo {
  width: 100%;
  min-width: 130px;
  max-width: 130px;
}

.nav-link {
  color: #121212;
  font-family: Inter, sans-serif;
  font-size: 11.9px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #eb1400;
}

.banner-side-part {
  position: absolute;
  top: 13%;
  right: 6%;
}

.first-icon-part {
  width: 200px;
}

.banner-side-part-first {
  position: absolute;
  top: 33%;
  right: 8.5%;
}

.second-icon-part {
  width: 100px;
}

.banner-side-part-third {
  position: absolute;
  top: 50%;
  right: 15%;
}

.third-icon-part {
  width: 85px;
}

.banner-section-dish {
  width: 76%;
  margin-top: 15px;
  margin-left: 205px;
  margin-right: auto;
}

.banner-side-part-fourth {
  position: absolute;
  top: 65%;
  right: 6%;
}

.fourth-icon-part {
  width: 100px;
}

.banner-side-part-fifth {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fifth-icon-part {
  width: 130px;
}

.banner-side-part-sixth {
  position: absolute;
  top: 13%;
  left: 6%;
}

.banner-side-part-seventh {
  position: absolute;
  top: 40%;
  left: 7%;
}

.seventh-icon-part {
  width: 245px;
}

.banner-side-part-eight {
  position: absolute;
  top: 75%;
  left: 7%;
}

.banner-side-part-nine {
  position: absolute;
  bottom: 0;
}

.banner-section {
  z-index: 99;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.expert-view {
  width: 100%;
}

.about-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catering-txt {
  color: #4b4b4b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.location-banner-section {
  background-color: #f7f2e2;
  padding-top: 140px;
  padding-bottom: 50px;
}

.location-banner-heading {
  color: #121212;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.location-heading-span {
  color: #eb1400;
}

.location-wrapper {
  align-items: center;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.location-view {
  z-index: 1;
  width: 68%;
  position: absolute;
  top: 0;
  right: 0;
}

.location-view.location-first {
  z-index: 1;
  position: relative;
  top: auto;
  left: 60px;
  right: auto;
}

.location-view.location-second {
  z-index: 3;
  width: 80%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.location-view.location-third {
  position: relative;
  top: auto;
  right: 60px;
}

.notify-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.notify-social-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-parts {
  background-image: url('../images/Line-view.webp');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-parts.nav-second-part {
  background-image: url('../images/nav-Line.webp');
}

.brand-logo {
  margin-left: 30px;
  margin-right: 30px;
}

.menu-btn-flex {
  align-items: center;
  display: flex;
}

.branches-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.branch-content {
  color: #4b4b4b;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.offer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 35px;
}

.branch-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.offer-txt {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.branch-view {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
}

.branches-section {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.timing-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 70px;
  position: relative;
}

.sweet-side {
  width: 175px;
}

.sweet-side-part {
  position: absolute;
  top: 55%;
  right: 0;
}

.heading-smart-span {
  color: #4b4b4b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.open-txt {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.timing-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.timing-txt {
  color: #4b4b4b;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.branches-part {
  z-index: 99;
  position: relative;
}

.madurai-branch {
  background-color: #fff6eacc;
  border-bottom: 1px solid #ffd08d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.branches-para {
  color: #4b4b4b;
  text-align: center;
  width: auto;
  max-width: 550px;
  margin: 15px auto 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.branch-flex-part {
  grid-column-gap: 64px;
  grid-row-gap: 55px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.branches-div {
  background-color: #fff;
  border-radius: 10px;
  width: 28%;
  padding: 15px 15px 35px;
}

.branches-name {
  color: #2c2c2c;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 19.5px;
  font-weight: 600;
  line-height: 24px;
}

.social-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  text-decoration: none;
  display: flex;
}

.social-txt {
  color: #4b4b4b;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.reliable-section {
  margin: 80px 85px 40px 60px;
  position: relative;
}

.side-icon-part {
  width: 100px;
}

.side-view {
  position: absolute;
  top: -45px;
  right: 0;
}

.reliable-part {
  background-image: url('../images/reliable-bg.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 46px 28px 48px 30px;
  position: relative;
}

.tick-point-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.point-txt {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.reliable-txt {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}

.reliable-para {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.reliable-hint {
  color: #fff;
  max-width: 450px;
  margin-top: 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.reliable-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
}

.things-part {
  position: absolute;
  bottom: 10%;
  right: 4%;
}

.icon-leaf {
  width: 95px;
}

.beyond-section {
  background-color: #fff8ee;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.beyond-section.none {
  display: none;
}

.coming-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.coming-para {
  color: #4b4b4b;
  text-align: center;
  max-width: 800px;
  margin: 15px auto 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.temple-part {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.temple-part.temple-left {
  left: auto;
  right: 0;
}

.coming-content {
  max-width: 580px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-banner-section {
  background-color: #0000;
  background-image: url('../images/curve-view-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 365px;
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.contactus-banner-heading {
  color: #121212;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
}

.contact-heading-span {
  color: #eb1400;
}

.contact-part-view {
  background-color: #f7f2e2;
}

.sweet-spcl {
  position: absolute;
  top: 36%;
  left: 29px;
}

.sweet-spcl-part {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sweet-variety-box {
  width: 180px;
}

.sweet-tri {
  width: 195px;
}

.contact-part {
  position: relative;
}

.detail-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  align-items: center;
}

.detail-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.detail-heading {
  color: #1a1a1a;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.detail-txt {
  color: #393939;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.detail-txt.mail-txt-detail {
  word-break: break-all;
}

.contact-part-sec {
  margin-top: 65px;
  margin-bottom: 65px;
}

.icon-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  bottom: 83px;
  right: 0;
}

.service-banner-section {
  z-index: 9;
  background-image: url('../images/curve-view-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 140px;
  position: relative;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 65px;
}

.service-txt {
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #ff9a00;
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
  margin-top: -22px;
  margin-bottom: 0;
  padding: 13px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-txt.service-center {
  margin-top: -40px;
  position: relative;
  bottom: 0;
}

.service-top {
  margin-top: -30px;
}

.service-box {
  position: relative;
}

.service-box.service-top {
  margin-top: -61px;
}

.experience-div {
  margin-top: 80px;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
}

.experience-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.experience-point {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.delights-txt {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.delights-para {
  color: #4b4b4b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.experience-sec {
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.leaf-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.leaf-part {
  width: 95px;
}

.spicy-way {
  position: absolute;
  top: 0;
  right: 0;
}

.chilli-part {
  width: 145px;
}

.service-rate-sec {
  background-color: #fff6eacc;
  border-bottom: 1px solid #ffd08d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.events-grid {
  grid-template-rows: auto;
  align-items: center;
}

.events-para {
  color: #4b4b4b;
  margin-bottom: 0;
  padding-left: 60px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.event-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.apart-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
}

.apart-line {
  margin-top: 25px;
  margin-bottom: 25px;
}

.apart-heading {
  color: #1e1d23;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.apart-txt {
  color: #4b4b4b;
  max-width: 340px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.service-apart {
  padding-left: 20px;
}

.occasions-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
}

.occasions-para {
  color: #4b4b4b;
  margin-top: 32px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 22px;
  display: none;
}

.occasions-section {
  background-color: #fbf7e8;
  padding-bottom: 50px;
  position: relative;
}

.occasions-part {
  position: absolute;
  top: 0;
  left: 0;
}

.view-way {
  width: 300px;
}

.sweet-side-view {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sweet-set-icon {
  width: 130px;
}

.occasions-part-view {
  z-index: 99;
  position: relative;
}

.all-event-grid {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
}

.event-part {
  background-color: #fcfdfd;
  border: 1px solid #eef3f6;
  border-radius: 20px;
  padding: 38px 35px 32px;
  box-shadow: 0 0 0 6px #fff;
}

.event-heading {
  color: #1e1d23;
  margin-top: 18px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.event-para-txt {
  color: #4b4b4b;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
}

.event-planner {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.event-planner.event-second-part {
  justify-content: flex-start;
  margin-top: 40px;
}

.ready-section {
  background-image: url('../images/orange-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 454px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.ready-txt {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 52px;
}

.ready-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.next-stage-txt {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 52px;
}

.order-view {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 92px;
  line-height: 80px;
}

.contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eb1400;
  border-radius: 50px;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.contact-us {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.plate-view {
  position: absolute;
  left: 0;
}

.plate-part {
  height: 455px;
}

.dish-list {
  position: absolute;
  right: 0;
}

.dish-part {
  height: 400px;
}

.tradition-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tradition-view-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
}

.tradition-para {
  color: #4b4b4b;
  max-width: 575px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.tradition-para.mb-para {
  margin-bottom: 30px;
}

.tradition-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
  display: flex;
}

.list-section {
  background-image: url('../images/delicious-view-bg.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 20px;
  display: flex;
}

.list-grid {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-txt {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-para {
  color: #fff;
  text-align: center;
  max-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.expertise-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-part-line {
  width: auto;
  margin-top: 15px;
}

.single-part-line.mt-5 {
  margin-top: 5px;
}

.most-loved-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.madurai-txt-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chilli-thing {
  position: absolute;
  top: 0;
  left: 0;
}

.green-leaf-view {
  position: absolute;
  bottom: 0;
  right: 0;
}

.green-leaf {
  width: 85px;
}

.single-view {
  width: 120px;
}

.our-expert-sec {
  position: relative;
}

.expert-side-view {
  position: absolute;
  top: 50px;
  right: 0;
}

.expert-div {
  position: relative;
}

.heading {
  color: #ac6800;
  background-color: #ffdd85;
  border: .5px solid #fb991a;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-form-div {
  background-color: #fbf7e880;
  border-radius: 20px;
  padding: 40px;
}

.about-banner-section {
  background-image: url('../images/curve-view-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 140px;
  padding-bottom: 50px;
}

.about-sec-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
}

.abt-banner-para {
  color: #4b4b4b;
  max-width: 663px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.abt-banner-para.mt-abt-txt {
  max-width: 630px;
  margin-top: 24px;
}

.abt-banner-heading {
  color: #121212;
  max-width: 750px;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 67px;
}

.service-grid-view {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.service-content {
  color: #4b4b4b;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.service-content.service-width {
  max-width: 500px;
}

.service-div-grid {
  grid-template-rows: auto;
}

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.service-flex.mt-10 {
  margin-top: 20px;
}

.more-service-txt {
  color: #121212;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.more-service-content {
  color: #424242;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.service-sec {
  margin-top: 60px;
  margin-bottom: 60px;
}

.icon-curve {
  width: 17px;
  margin-top: 4px;
}

.beyond-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .82fr 1fr;
  align-items: center;
  margin-top: 60px;
}

.coming-txt {
  color: #12121208;
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.trust-sec-part {
  background-image: url('../images/trust-bg.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.trust-para-txt {
  color: #4b4b4b;
  text-align: center;
  max-width: 500px;
  margin: 20px auto 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.testi-section {
  background-image: url('../images/trusted-bg-view.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.trusted-div {
  background-color: #fff;
  border-radius: 48px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.trusted-div-para {
  color: #4b4b4b;
  text-align: center;
  max-width: 450px;
  margin: 20px auto 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.section_slider {
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  color: #fd6145;
  background-color: #f96500;
  border-radius: 99rem;
  width: 19px;
  height: 0;
  padding: 1.7px;
}

.swiper-buttons {
  justify-content: space-between;
  align-items: center;
}

.swiper-buttons.is-slider-1 {
  display: flex;
}

.swiper-buttons.is-slider-1.swiper-dots-view {
  justify-content: center;
  margin-top: 35px;
}

.swiper-wrapper.is-slider-1 {
  width: 100%;
  display: flex;
}

.swiper-button-prev {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.swiper-button-prev:hover {
  color: #fff;
  background-color: #000;
}

.swiper-button-prev.is-slider-1.swiper-category-view {
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: -49px;
}

.swiper-button-prev.is-slider-1.swiper-category-view:hover {
  background-color: #0000;
}

.slider_component-2 {
  width: 100%;
}

.swiper-button-next {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.swiper-button-next.is-slider-1.swiper-category-view {
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: -49px;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-slide.is-slider-1 {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.is-slider-1.image-slide-swiper {
  margin-top: 30px;
  padding: 0;
}

.padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-pagination-bullet {
  background-color: #cecece;
  border-radius: 99rem;
  width: 19px;
  height: 0;
  padding: 1.7px;
}

.swiper-pagination.is-slider-1 {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.swiper-pagination.is-slider-1.swiper-category-view.dots-none {
  display: none;
}

.swiper.is-slider-1 {
  width: 100%;
}

.swiper.is-slider-1.swiper-category-view {
  z-index: 99;
  position: relative;
}

.padding-global-2 {
  padding-left: 66px;
  padding-right: 66px;
}

.swiper-navigation.is-slider-1 {
  grid-column-gap: .75rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.swiper-navigation.is-slider-1.swiper-arrow-rght {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  padding-bottom: 0;
}

.swiper-navigation.is-slider-1.swiper-arrow-rght.arrow-none {
  display: none;
}

.service-heading-banner {
  color: #121212;
  max-width: 650px;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 67px;
}

.service-heading-span {
  color: #eb1400;
}

.service-banner-para {
  color: #4b4b4b;
  max-width: 665px;
  margin-top: 24px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.service-banner-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.service-banner-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.service-sweet-view {
  padding-top: 80px;
}

.service-banner-content {
  z-index: 99;
  position: relative;
}

.arrow-part {
  float: right;
  width: 50%;
  max-width: none;
  margin-top: 0;
  position: static;
  right: 40px;
}

.arrow-icon {
  width: 310px;
}

.ghee-view {
  width: 300px;
  position: absolute;
  bottom: 0;
}

.service-div {
  height: auto;
  position: relative;
}

.service-content-part {
  z-index: 99;
  position: relative;
}

.leaf-view-part {
  width: 100px;
  position: absolute;
  bottom: 25px;
  right: 0;
}

.tradition-sweet-sec {
  width: 112px;
  position: absolute;
  top: 37px;
}

.service-offet-txt {
  color: #121212;
  width: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 37px;
  font-weight: 600;
}

.service-offer-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 80%;
  margin: 60px auto;
  display: grid;
}

.service-offer-span {
  color: #eb1400;
}

.service-content-para {
  color: #4b4b4b;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.service-content-para.mt-5-servoce {
  margin-top: 12px;
}

.service-block-div {
  cursor: auto;
}

.slide-arrow {
  width: 18px;
}

.rate-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rate-div-part {
  border: 1px solid #969696;
  border-radius: 195.5px;
  padding: 80px 38px;
  position: relative;
  overflow: hidden;
}

.rate-heading {
  color: #121212;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.rated-grow {
  width: 80px;
}

.rate-block {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.rate-num {
  color: #eb1400;
  text-align: center;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.rate-part {
  z-index: 2;
  position: relative;
}

.rate-overlay {
  z-index: 1;
  background-color: #fff8ee;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rate-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exclusive-sec {
  background-color: #fdfbf3;
  padding-top: 60px;
  padding-left: 4rem;
  display: block;
}

.exclusive-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.exclusive-head {
  color: #121212;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 52px;
}

.exclusive-span {
  font-family: DM Serif Display, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 90px;
}

.exclusive-view {
  color: #eb1400;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 43px;
  line-height: 53px;
}

.exclusive-span-view {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.exclusive-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.exclusive-list {
  color: #3e3e3e;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.layer-views {
  width: 230px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.trusted-icon {
  width: 90px;
  position: absolute;
  top: 30px;
  right: 0;
}

.get-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.get-flex-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.get-para {
  color: #4b4b4b;
  text-align: center;
  max-width: 590px;
  margin: 14px auto 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.visit-link {
  color: #fff;
  text-align: center;
  background-color: #fb991a;
  border-radius: 54px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.get-content {
  z-index: 99;
  position: relative;
}

.get-link {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.get-link.mail-wrap {
  word-break: break-all;
}

.get-side-lft {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.get-side-rgt {
  width: 315px;
  position: absolute;
  top: 30px;
  right: 0;
}

.get-section {
  background-color: #fff8ee;
  padding: 70px 20px;
  position: relative;
}

.catering-side-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.catering-left-part {
  position: absolute;
  bottom: 0;
  right: 0;
}

.exclusive-mb {
  margin-top: 40px;
}

.exclusive-heading {
  color: #121212;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 37px;
  font-weight: 600;
}

.image-part {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-side-part {
  position: absolute;
  top: 24%;
  right: 48%;
}

.image-side-view {
  position: absolute;
  top: 0;
  right: 0;
}

.exclusive-div {
  z-index: 99;
  position: relative;
}

.video-view {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  display: none;
}

.image-review {
  height: 100%;
  position: relative;
}

.start-point {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.expert-block {
  border-radius: 100%;
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.product-div {
  overflow: hidden;
}

.copy-link {
  color: #fff;
  text-decoration: none;
}

.copy-link:hover {
  color: #fba829;
}

.temple-view {
  width: 210px;
}

.profile {
  border-radius: 100%;
}

@media screen and (min-width: 1440px) {
  .wrapper-heading {
    font-size: 16px;
  }

  .container {
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .expert-grid {
    margin-top: 45px;
  }

  .experitise-heading {
    font-size: 30px;
  }

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

  .sweet-grid {
    margin-top: 55px;
  }

  .sweet-heading {
    font-size: 14.9px;
  }

  .rooted-para, .rooted-para.rooted-mt {
    font-size: 17px;
  }

  .container-2.section-part {
    width: 100%;
    max-width: 100%;
    padding-left: 5.7rem;
    padding-right: 5.7rem;
  }

  .notify-txt {
    font-size: 12px;
  }

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

  .trust-txt {
    font-size: 21px;
  }

  .trusted-section {
    margin-bottom: 65px;
    padding-top: 85px;
    padding-bottom: 55px;
  }

  .sections, .sections.scroll-sections {
    margin-bottom: 65px;
  }

  .catering-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .value-heading {
    font-size: 21px;
  }

  .since-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .since-para-content {
    font-size: 17px;
  }

  .more-btn {
    margin-top: 24px;
  }

  .rated-grid {
    margin-top: 35px;
  }

  .rating-txt {
    font-size: 21px;
  }

  .rated-txt {
    font-size: 19px;
  }

  .rated-part-div {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .customer-rating-para {
    font-size: 17px;
  }

  .quality-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .quality-grid {
    margin-top: 42px;
  }

  .customer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .customer-grid {
    margin-top: 42px;
  }

  .customer-para.customer-paras, .customer-para.customer-txt-view {
    font-size: 17px;
  }

  .customer-name, .customer-location {
    font-size: 14px;
  }

  .footer-para {
    font-size: 17px;
    line-height: 24px;
  }

  .footer-link.w--current {
    font-size: 14px;
    line-height: 23px;
  }

  .copy-txt {
    font-size: 13px;
    line-height: 21px;
  }

  .banner-heading-para {
    font-size: 18px;
  }

  .banner-btn-txt {
    font-size: 15px;
  }

  .nav-link {
    font-size: 12.9px;
  }

  .catering-txt, .branch-content {
    font-size: 17px;
  }

  .offer-txt {
    font-size: 20px;
  }

  .branches-section {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .heading-smart-span {
    font-size: 16px;
  }

  .timing-txt {
    font-size: 18px;
  }

  .madurai-branch {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .branches-para {
    max-width: 570px;
    font-size: 17px;
  }

  .social-txt {
    font-size: 18px;
  }

  .point-txt {
    font-size: 19px;
    line-height: 27px;
  }

  .reliable-txt {
    font-size: 33px;
    line-height: 36px;
  }

  .reliable-para {
    font-size: 16px;
    line-height: 25px;
  }

  .reliable-hint {
    font-size: 16px;
    line-height: 23px;
  }

  .coming-para {
    font-size: 17px;
    line-height: 24px;
  }

  .delights-txt {
    font-size: 19px;
  }

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

  .experience-sec {
    margin-bottom: 65px;
  }

  .service-rate-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .event-section {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .apart-txt {
    font-size: 16px;
  }

  .occasions-section {
    padding-bottom: 60px;
  }

  .event-para-txt {
    font-size: 15px;
  }

  .tradition-sec {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .tradition-para, .tradition-para.mb-para, .list-para {
    font-size: 17px;
  }

  .abt-banner-para {
    font-size: 18px;
  }

  .service-content, .more-service-content {
    font-size: 17px;
  }

  .service-sec {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .beyond-grid {
    margin-top: 65px;
  }

  .testi-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trusted-div-para {
    font-size: 17px;
  }

  .service-banner-para {
    font-size: 18px;
  }

  .service-offer-flex {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .service-content-para {
    font-size: 17px;
  }

  .rate-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .exclusive-list {
    font-size: 18px;
  }

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

@media screen and (max-width: 991px) {
  .heading-view-txt {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-view-txt.left-txt {
    line-height: 40px;
  }

  .expert-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertise-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .since-txt {
    font-size: 80px;
    line-height: 90px;
  }

  .sweet-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .traditon-content {
    padding-left: 35px;
    padding-right: 80px;
  }

  .trust-sec {
    align-items: center;
  }

  .trust-grid {
    margin-top: 40px;
  }

  .trusted-section {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .sections, .sections.scroll-sections {
    margin-bottom: 40px;
  }

  .sections.tradition-section-part {
    margin-top: 40px;
  }

  .catering-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .catering-grid {
    margin-top: 30px;
  }

  .catering-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .catering-card {
    width: 100%;
    padding: 0;
  }

  .catering-box {
    position: relative;
  }

  .catering-div-part {
    justify-content: center;
    max-width: 100%;
    position: absolute;
    inset: 25% 10px;
  }

  .catering-view {
    display: none;
  }

  .since-grid {
    padding-top: 60px;
  }

  .rated-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rated-part-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-div {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #fff;
  }

  .mbl-display {
    display: block;
  }

  .book-btn-view {
    position: relative;
    right: auto;
  }

  .banner-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .location-banner-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-parts {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-parts.nav-second-part {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .brand-logo {
    display: none;
  }

  .menu-btn-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .mobile-logo {
    min-width: 130px;
    max-width: 130px;
  }

  .menu-button {
    background-color: #000;
    border-radius: 14px;
    padding: 12px 9px;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 14px;
  }

  .toggle-icon {
    color: #fff;
  }

  .branches-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .offer-grid {
    grid-column-gap: 20px;
  }

  .branches-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .timing-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 50px;
  }

  .madurai-branch {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branch-flex-part {
    grid-column-gap: 45px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .reliable-section {
    margin-top: 50px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .reliable-txt {
    font-size: 28px;
    line-height: 36px;
  }

  .reliable-grid {
    z-index: 99;
    position: relative;
  }

  .beyond-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contactus-banner-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .detail-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-part-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-txt {
    font-size: 27px;
    line-height: 32px;
  }

  .experience-div {
    margin-top: 40px;
  }

  .experience-grid, .experience-point {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .experience-sec {
    margin-bottom: 40px;
  }

  .event-section, .tradition-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tradition-view-grid, .list-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .contact-form-div {
    padding: 30px;
  }

  .about-banner-section {
    position: relative;
  }

  .about-sec-grid {
    align-items: center;
    position: relative;
  }

  .abt-banner-para {
    max-width: 680px;
  }

  .abt-banner-heading {
    max-width: 735px;
    font-size: 40px;
    line-height: 50px;
  }

  .service-grid-view {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .service-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .beyond-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 40px;
  }

  .trusted-div-para {
    margin-bottom: 10px;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .service-heading-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .arrow-icon, .tradition-sweet-sec {
    display: none;
  }

  .service-offet-txt {
    font-size: 32px;
    line-height: 40px;
  }

  .service-offer-flex {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .layer-view {
    width: 230px;
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .exclusive-sec {
    padding-top: 40px;
    padding-left: 2rem;
  }

  .image-side-part {
    display: none;
  }

  .temple-view {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .heading-view-txt {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-view-txt.left-txt {
    line-height: 36px;
  }

  .heading-view-txt.left-txt.branch-heading, .heading-view-txt.mt-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .expert-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .experitise-heading {
    font-size: 23px;
    line-height: 30px;
    text-decoration: none;
  }

  .expertise-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .since-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .sweet-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 25px;
  }

  .sweet-div {
    width: 225px;
    margin-bottom: 5px;
  }

  .tradition-grid {
    flex-flow: column;
  }

  .tradition-div {
    width: 100%;
  }

  .tradition-view {
    width: 95%;
    margin-top: -20px;
    position: static;
    top: 0%;
  }

  .rooted-para.rooted-mt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .traditon-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.section-part {
    max-width: 100%;
  }

  .tradition-view-part {
    position: static;
    transform: translate(0);
  }

  .notify-sec {
    display: none;
  }

  .trust-sec {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-column-gap: 25px;
    width: 100%;
    margin-top: 35px;
  }

  .trusted-section {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .sections, .sections.scroll-sections {
    margin-bottom: 30px;
  }

  .sections.tradition-section-part {
    margin-top: 30px;
  }

  .catering-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .caterign-sec {
    grid-template-columns: 1.25fr;
  }

  .catering-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .catering-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .catering-card {
    width: auto;
  }

  .value-block {
    grid-template-columns: 2.1fr;
  }

  .value-block.value-second-part {
    grid-template-columns: 1fr;
  }

  .since-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .rated-section {
    overflow: hidden;
  }

  .rated-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rated-div-part {
    width: 350px;
  }

  .review-txt {
    font-size: 40px;
    line-height: 50px;
  }

  .rated-part-div {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sweet-part, .variety-sweet {
    display: none;
  }

  .quality-section {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .customer-section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .customer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 25px;
  }

  .customer-div {
    margin-top: 10px;
  }

  .customer-div.say-div {
    width: 300px;
  }

  .customer-para.customer-txt-view {
    margin-right: 58px;
  }

  .customer-quote.customer-quote-sec {
    right: 0;
  }

  .footer-section {
    background-image: url('../images/footer-mbl-bg.png');
    padding-top: 30px;
  }

  .footer-part {
    width: 95%;
  }

  .footer-para {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .footer-part-link, .footer-part-logo {
    margin-bottom: 20px;
  }

  .home-banner-section {
    padding-top: 100px;
  }

  .banner-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .banner-heading-para {
    margin-top: 20px;
  }

  .bannner-btn-flex {
    margin-bottom: 0;
  }

  .banner-side-part, .banner-side-part-first, .banner-side-part-third {
    display: none;
  }

  .banner-section-dish {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
  }

  .banner-side-part-fourth, .banner-side-part-fifth, .banner-side-part-sixth, .banner-side-part-seventh, .banner-side-part-eight, .banner-side-part-nine {
    display: none;
  }

  .about-content {
    margin-top: 0;
  }

  .location-banner-section {
    padding-top: 110px;
    padding-bottom: 35px;
  }

  .location-banner-heading {
    margin-top: 10px;
    font-size: 34px;
    line-height: 42px;
  }

  .location-wrapper {
    margin-top: 20px;
  }

  .location-view.location-first {
    width: 85%;
    left: 20px;
  }

  .location-view.location-second {
    width: 90%;
  }

  .location-view.location-third {
    width: 85%;
    right: 20px;
  }

  .branches-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .branch-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .branch-view {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .branches-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .sweet-side-part {
    display: none;
  }

  .heading-smart-span {
    display: block;
  }

  .madurai-branch {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .branch-flex-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 25px;
  }

  .branches-div {
    width: 45%;
  }

  .reliable-section {
    margin: 30px 20px;
  }

  .reliable-part {
    background-color: #eb1400;
    background-image: none;
    background-size: auto;
    border-radius: 30px;
    padding: 25px;
  }

  .reliable-txt {
    margin-top: 0;
    font-size: 25px;
    line-height: 31px;
  }

  .reliable-para {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reliable-hint {
    margin-top: 20px;
  }

  .reliable-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.15fr;
  }

  .beyond-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-banner-section {
    height: 300px;
    padding-top: 100px;
  }

  .contactus-banner-heading {
    margin-top: 25px;
    font-size: 34px;
    line-height: 42px;
  }

  .sweet-spcl {
    display: none;
  }

  .sweet-tri {
    width: 125px;
  }

  .detail-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .contact-part-sec {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon-flex {
    justify-content: center;
    margin-bottom: 10px;
    position: static;
  }

  .service-banner-section {
    padding-top: 100px;
  }

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .service-txt {
    margin-top: -40px;
    font-size: 24px;
    line-height: 30px;
  }

  .service-box.service-top {
    margin-top: 0;
  }

  .experience-div {
    margin-top: 30px;
  }

  .experience-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .experience-point {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .delights-para {
    margin-bottom: 0;
  }

  .experience-sec {
    margin-bottom: 30px;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .events-para {
    padding-left: 0;
  }

  .event-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .apart-grid {
    grid-template-columns: 1fr;
  }

  .apart-txt {
    max-width: none;
  }

  .occasions-grid {
    grid-template-columns: 1fr;
  }

  .all-event-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 95%;
  }

  .ready-section {
    height: 350px;
  }

  .ready-txt {
    font-size: 30px;
    line-height: 40px;
  }

  .ready-part {
    padding-top: 0;
  }

  .next-stage-txt {
    font-size: 30px;
    line-height: 40px;
  }

  .order-view {
    font-size: 45px;
    line-height: 55px;
  }

  .contact-link {
    margin-top: 10px;
  }

  .plate-view {
    display: none;
  }

  .dish-list {
    bottom: 0;
  }

  .dish-part {
    width: 300px;
    height: auto;
  }

  .tradition-sec {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tradition-view-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .tradition-para.mb-para {
    margin-bottom: 20px;
  }

  .list-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .madurai-txt-content {
    z-index: 99;
    position: relative;
  }

  .chilli-thing, .green-leaf-view {
    display: none;
  }

  .green-leaf {
    opacity: .5;
    width: 65px;
  }

  .single-view {
    opacity: .5;
    width: 85px;
  }

  .contact-form-div {
    padding: 15px;
  }

  .about-banner-section {
    padding-top: 100px;
  }

  .about-sec-grid {
    grid-template-columns: 1.6fr;
  }

  .abt-banner-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .service-grid-view {
    grid-template-columns: 1fr;
  }

  .service-sec {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .beyond-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .coming-txt {
    font-size: 70px;
    line-height: 80px;
  }

  .trust-sec-part {
    padding-top: 40px;
  }

  .swiper-pagination-bullet-active {
    color: #fba829;
  }

  .swiper-slide.is-slider-1.image-slide-swiper {
    margin-top: 0;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-pagination.is-slider-1.swiper-category-view.dots-none {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-navigation.is-slider-1.swiper-arrow-rght {
    display: none;
  }

  .service-heading-banner {
    font-size: 34px;
    line-height: 42px;
  }

  .service-banner-grid {
    grid-template-columns: 1.25fr;
  }

  .ghee-view {
    display: none;
  }

  .service-offet-txt {
    font-size: 28px;
    line-height: 36px;
  }

  .service-offer-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .exclusive-sec {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .exclusive-flex {
    grid-template-columns: 1fr;
  }

  .exclusive-head {
    font-size: 30px;
    line-height: 40px;
  }

  .exclusive-span {
    font-size: 40px;
    line-height: 53px;
  }

  .exclusive-view {
    font-size: 35px;
    line-height: 42px;
  }

  .get-flex-part {
    flex-flow: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .get-para {
    margin-top: 10px;
  }

  .get-side-lft, .get-side-rgt {
    display: none;
  }

  .get-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .catering-side-icon {
    display: none;
  }

  .exclusive-mb {
    margin-top: 20px;
  }

  .exclusive-heading {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .image-side-view {
    display: none;
  }

  .product-div {
    overflow: hidden;
  }

  .temple-view {
    width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .heading-view-txt {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-view-txt.left-txt {
    line-height: 32px;
  }

  .amman-view {
    grid-template-columns: 1fr;
  }

  .catering-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .quality-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quality-flex {
    flex-flow: column;
  }

  .footer-part-link {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .order-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    margin-left: 10px;
    display: flex;
  }

  .order-link.order-mbl {
    display: none;
  }

  .order-link.order-desk-link {
    display: flex;
  }

  .banner-heading, .location-banner-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .offer-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .branches-div {
    width: 100%;
  }

  .reliable-txt {
    font-size: 22px;
    line-height: 30px;
  }

  .contactus-banner-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .service-grid, .experience-point {
    grid-template-columns: 1fr;
  }

  .all-event-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .list-section {
    background-size: cover;
    height: auto;
  }

  .list-grid {
    flex-flow: column;
  }

  .abt-banner-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .service-div-grid {
    grid-template-columns: 1fr;
  }

  .trust-sec-part {
    padding-top: 30px;
  }

  .service-heading-banner {
    font-size: 30px;
    line-height: 38px;
  }

  .service-offet-txt {
    font-size: 25px;
    line-height: 32px;
  }

  .rate-grid {
    grid-template-columns: 1fr;
  }

  .exclusive-span {
    font-size: 33px;
    line-height: 43px;
  }

  .exclusive-view {
    font-size: 30px;
    line-height: 40px;
  }

  .exp-div {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .exclusive-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .video-view {
    aspect-ratio: 9 / 16;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}