.LetsEatBanner {
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.LetsEatBanner::after {
  content: "";
  position: absolute;
  background-image: url(../images/home2/mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 20%;
  bottom: 150px;
}

.LetsEatBanner::before {
  content: "";
  position: absolute;
  background-image: url(../images/home2/mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 20%;
  bottom: 20px;
}

.LetsEatBanner .LetsEatBannerInner h1 {
  opacity: 0.8;
  background: linear-gradient(90deg, #FA2456 0%, #FD735A 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 4px 21px 20px rgba(0, 0, 0, 0.06);
  font-family: "Righteous";
  font-size: 220px;
  font-weight: 400;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.LetsEatBanner .LetsEatBannerInner h1::before {
  content: "";
  position: absolute;
  background-image: url(../images/home2/banner-mask4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  left: 22px;
  bottom: 44px;
}

.LetsEatBanner .LetsEatBannerInner h1::after {
  content: "";
  position: absolute;
  background-image: url(../images/home2/banner-mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 180px;
  height: 180px;
  right: 0;
  bottom: 8px;
}

.LetsEatBanner .LetsEatImg {
  position: relative;
}

.LetsEatBanner .LetsEatImg .LetsEatThali {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -145px;
}

.LetsEatBanner .bannerMask1,
.LetsEatBanner .bannerMask2,
.LetsEatBanner .bannerMask3,
.LetsEatBanner .bannerMask4 {
  position: absolute;
}

.LetsEatBanner .bannerMask1 {
  top: 140px;
  left: 300px;
}

.LetsEatBanner .bannerMask2 {
  top: 300px;
  left: 300px;
}

.LetsEatBanner .bannerMask3 {
  top: 450px;
  right: 350px;
}

.LetsEatBanner .bannerMask4 {
  top: 300px;
  right: 250px;
}

.specialTiffinSecondary {
  padding: 80px 0;
  position: relative;
}

.specialTiffinSecondary::before {
  content: "";
  position: absolute;
  background-image: url(../images/home2/mask3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: 20%;
  top: 120px;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -1.5%, #F54748 303.75%);
  padding: 20px;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem:hover .specialTiffinSecondaryImg img {
  transform: rotate(45deg);
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinSecondaryImg {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 100%;
  width: 215px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinSecondaryImg img {
  width: 170px;
  height: 170px;
  transition: all 0.4s ease;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinSecondaryContent h4 {
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(90deg, #FA2456 0%, #FD735A 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinSecondaryContent p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinRating {
  margin-bottom: 20px;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinRating .fa-star {
  color: #FFA31E;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinBtnGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinBtnGroup .addCardIcon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.4s ease;
}

.specialTiffinSecondaryGroup .specialTiffinSecondaryItem .specialTiffinBtnGroup .addCardIcon:hover {
  background-color: transparent;
  border-color: #F92456;
}

.bxAboutUs {
  background-image: url("../images/home2/bg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.bxAboutUs::after {
  content: "";
  position: absolute;
  background-image: url(../images/home2/mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}

.bxAboutUs::before {
  content: "";
  position: absolute;
  background-image: url(../images/home2/mask9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 150px;
  right: 0;
  bottom: 50px;
}

.bxAboutUs .bxAboutUsInner .row {
  align-items: center;
}

.bxAboutUsContent .commonHeading {
  margin-bottom: 40px;
}

.bxAboutUsContent .bxAboutUsService {
  margin-bottom: 40px;
}

.bxAboutUsContent .bxAboutUsService h5 {
  color: #111111;
  font-size: 26px;
  font-weight: 400;
}

.bxAboutUsContent .bxAboutUsService p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.bxAboutUsContent .bxAboutUsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.bxAboutUsContent .bxAboutUsList .bxAboutUsListItem {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
}

.bxAboutUsContent .bxAboutUsList .bxAboutUsListItem .bxAboutUsListContent p {
  color: #191919;
  font-size: 18px;
  font-weight: 400;
}


.LetsEatBanner .LetsEatImg {
    text-align:center Important;
}