@import url("https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Hind+Siliguri:wght@300;400;500;600;700&family=Hind:wght@300;400;500;600;700&display=swap");
.hero-wrapper {
  min-height: 600px;
  width: 100%;
  background-color: #fec400;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow-x: visible; /* hidden;*/
  margin-top: -2px;
}
.hero-wrapper .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-wrapper .left-parallex {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
}
.hero-wrapper .left-parallex .star {
  max-width: 200px;
  margin-left: 50px;
  margin-top: -100px;
}
.hero-wrapper .left-parallex .onion {
  margin-left: -100px;
  max-width: 279px;
  margin-top: 30px;
}
.hero-wrapper .left-parallex .corainder {
  max-width: 300px;
  margin-left: -70px;
  margin-top: 100px;
}
.hero-wrapper .right-parallex {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.hero-wrapper .right-parallex .tomato {
  margin-right: -150px;
  max-width: 379px;
}
.hero-wrapper .right-parallex .chilli {
  max-width: 150px;
  margin-left: 90px;
  margin-top: 100px;
}
.hero-wrapper .swags {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  position: absolute;
  top: 100px;
}
.hero-wrapper .swags .happy-customer {
  animation: customer 1s linear infinite;
}
.hero-wrapper .swags .google-reviews {
  animation: reviews 1s linear infinite;
  animation-delay: 0.4s;
}
@keyframes customer {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes reviews {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero-wrapper .hero-txt {
  color: #2a2a2a;
  font-size: 72px;
  /*font-family: "Almendra", serif;*/
  font-family:Tangerine;
  font-weight: 700;
  font-style: normal;
  user-select: none;
  text-transform: capitalize;
}
.hero-wrapper .hero-img {
  max-width: 600px;

}

@media (max-width: 1250px) {
  .hero-wrapper .left-parallex img,
  .hero-wrapper .right-parallex img {
    width: 90%;
  }
  .hero-wrapper .right-parallex {
    right: -150px;
  }
  .hero-wrapper .right-parallex .tomato {
    margin-right: 0;
    max-width: 379px;
  }
  .hero-wrapper .right-parallex .chilli {
    max-width: 100px;
    margin-left: 130px;
    margin-top: 10px;
  }
  .hero-wrapper .hero-content .swags {
    max-width: 500px;
  }
  .hero-wrapper .hero-content .swags img {
    width: 100%;
    min-width: 100px;
    max-width: 150px;
  }
  .hero-wrapper .hero-content .swags .happy-customer {
    width: 100%;
    min-width: 100px;
  }
  .hero-wrapper .hero-content .swags .google-reviews {
    width: 100%;
    min-width: 80px;
    max-width: 120px;
  }
  .hero-wrapper .hero-content .swags img {
    width: 20%;
  }
  .hero-wrapper .hero-content .hero-img {
    width: 90%;
    min-width: 800px;
  }
}
@media (max-width: 828px) {
  .hero-wrapper {
    min-height: 700px;
  }
  .hero-wrapper .left-parallex img,
  .hero-wrapper .right-parallex img {
    width: 70%;
  }
  .hero-wrapper .left-parallex .star,
  .hero-wrapper .right-parallex .star {
    margin-left: 0;
  }
  .hero-wrapper .left-parallex .onion,
  .hero-wrapper .right-parallex .onion {
    margin-left: -110px;
    margin-top: 10px;
  }
  .hero-wrapper .left-parallex .corainder,
  .hero-wrapper .right-parallex .corainder {
    margin-left: -50px;
    margin-top: 20px;
  }
  .hero-wrapper .right-parallex {
    right: -150px;
  }
  .hero-wrapper .right-parallex .tomato {
    margin-right: 20px;
    max-width: 200px;
  }
  .hero-wrapper .right-parallex .chilli {
    max-width: 100px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .hero-wrapper .hero-content .swags {
    max-width: 350px;
    margin-top: -10px;
  }
  .hero-wrapper .hero-content .swags img {
    width: 100%;
    min-width: 50px;
    max-width: 100px;
  }
  .hero-wrapper .hero-content .swags .happy-customer {
    width: 100%;
    min-width: 60px;
  }
  .hero-wrapper .hero-content .swags .google-reviews {
    width: 100%;
    min-width: 40px;
    max-width: 90px;
  }
  .hero-wrapper .hero-content .swags img {
    width: 20%;
  }
  .hero-wrapper .hero-content .hero-img {
    width: 90%;
    min-width: 500px;
    margin-left: -60px;
    margin-top: 20px;
  }
  .hero-wrapper .hero-content .hero-txt {
    font-size: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .hero-wrapper .left-parallex .corainder {
    margin-top: 100px;
  }
  .hero-wrapper .left-parallex .star {
    margin-left: 0px;
    max-width: 90px;
  }
  .hero-wrapper .left-parallex .onion {
    margin-top: 80px;
  }
  .hero-wrapper .hero-content .swags {
    margin-top: 0px;
  }
  .hero-wrapper .hero-content .swags .google-reviews {
    width: 100%;
    min-width: 40px;
    max-width: 100px;
  }
  .hero-wrapper .hero-content .hero-txt {
    margin-top: 0;
  }
  .hero-wrapper .hero-content .hero-img {
    margin-top: 60px;
      max-height: 116vh;
  }
}
.welcome-wrapper {
  width: 100%;
  background-color: #7e0202;
  margin-top: -1px;
}
.welcome-wrapper .border {
  width: 100%;
}
.welcome-wrapper .border img {
  width: 100%;
}
.welcome-wrapper .top-border {
  margin-top: -5px;
}
.welcome-wrapper .bottom-border {
  margin-top: -5px;
  overflow: hidden;
}
.welcome-wrapper .bottom-border img {
  margin-top: -5px;
      
}
.welcome-wrapper .left-parallex {
  position: absolute;
  left: 0;
}
.welcome-wrapper .left-parallex .tomato {
  max-width: 350px;
  margin-left: -120px;
}
.welcome-wrapper .right-parallex {
  position: absolute;
  right: 0;
  overflow-x: hidden;
}
.welcome-wrapper .right-parallex .corainder {
  max-width: 300px;
  transform: scaleX(-1);
  margin-right: -60px;
  margin-top: 250px;
}
.welcome-wrapper .bottom-border {
  overflow: hidden;
}
.welcome-wrapper .bottom-border img {
  margin-top: -1px;
}
.welcome-wrapper .welcome-content {
  text-align: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.welcome-wrapper .welcome-content .welcome-txt {
  color: #ffffff;
  font-size: 64px;
  /*font-family: "Almendra", serif;*/
  font-family:Tangerine;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  max-width: 800px;
}
.welcome-wrapper .welcome-content .welcome-paragraph {
  color: #ffffff;
  font-size: 24px;
  font-family: "Hind Siliguri", serif;
  font-weight: 500;
  font-style: normal;
  max-width: 1096px;
  margin-top: 32px;
}

@media (max-width: 1425px) {
  .welcome-wrapper .welcome-content .welcome-paragraph {
    max-width: 800px;
  }
}
@media (max-width: 1100px) {
  .welcome-wrapper .left-parallex .tomato {
    max-width: 250px;
    margin-left: -120px;
  }
  .welcome-wrapper .right-parallex .corainder {
    max-width: 200px;
    margin-right: -50px;
    margin-top: 250px;
  }
  .welcome-wrapper .welcome-content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .welcome-wrapper .welcome-content .welcome-paragraph {
    max-width: 1100px;
  }
}
@media (max-width: 900px) {
  .welcome-wrapper .welcome-content .welcome-txt {
    font-size: 40px;
  }
  .welcome-wrapper .welcome-content .welcome-paragraph {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .welcome-wrapper .left-parallex .tomato {
    max-width: 150px;
    margin-left: -70px;
  }
  .welcome-wrapper .right-parallex .corainder {
    max-width: 150px;
    margin-right: -30px;
    margin-top: 400px;
  }
  .welcome-wrapper .welcome-content {
    padding: 100px 10px;
  }
  .welcome-wrapper .welcome-content .welcome-txt {
    font-size: 40px;
  }
  .welcome-wrapper .welcome-content .welcome-paragraph {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .welcome-wrapper .right-parallex .corainder {
    margin-top: 450px;
  }
  .welcome-wrapper .welcome-content {
    padding: 100px 10px;
  }
  .welcome-wrapper .welcome-content .welcome-txt {
    font-size: 40px;
  }
  .welcome-wrapper .welcome-content .welcome-paragraph {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .welcome-wrapper .right-parallex .corainder {
    margin-top: 550px;
  }
}
.flavor-world-wrapper {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: -10px;
  padding: 100px 0;
}
.flavor-world-wrapper .flavor-world-content {
  display: flex;
  flex-direction: column;
}
.flavor-world-wrapper .flavor-world-content .flavor-txt {
  text-align: center;
  font-size: 64px;
  /*font-family: "Almendra", serif;*/
  font-family:Tangerine;
  font-weight: 700;
  font-style: normal;
  color: #2a2a2a;
}
.flavor-world-wrapper .flavor-world-content .flavor-para {
  text-align: center;
  font-family: "Hind Siliguri", serif;
  font-weight: 500;
  font-style: normal;
  color: #5c5c5c;
  max-width: 700px;
  align-self: center;
  margin-top: 32px;
}
.flavor-world-wrapper .flavor-world-content .left-parallex {
  position: absolute;
  left: 0;
  margin-top: 150px;
  z-index: 1;
}
.flavor-world-wrapper .flavor-world-content .left-parallex .onion {
  margin-top: 100px;
  margin-left: -60px;
  max-width: 200px;
}
.flavor-world-wrapper .flavor-world-content .right-parallex {
  position: absolute;
  right: 0;
  margin-top: 150px;
  z-index: 1;
}
.flavor-world-wrapper .flavor-world-content .right-parallex .tomato {
  max-width: 130px;
}
.flavor-world-wrapper .flavor-world-content .food-items {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  gap: 30px;
  z-index: 9;
}
.flavor-world-wrapper .flavor-world-content .food-items .broken-chilli {
  width: 90%;
  max-width: 550px;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
  align-self: center;
}
.flavor-world-wrapper .flavor-world-content .food-items .one-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow-x: hidden;
}
.flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .tandoor {
  margin-left: -550px;
}
.flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .seafood {
  margin-right: -300px;
}
.flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .chicken-chooza {
  margin-left: -200px;
}
.flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .lamb-gosht {
  margin-right: -300px;
}
.flavor-world-wrapper .flavor-world-content .food-items .left {
  padding-right: 30px;
}
.flavor-world-wrapper .flavor-world-content .food-items .left .image-wrapper img {
  margin-left: -100px;
  max-width:600px;
  max-height:420px;
}
.flavor-world-wrapper .flavor-world-content .food-items .right {
  flex-direction: row-reverse;
  padding-left: 30px;
}
.flavor-world-wrapper .flavor-world-content .food-items .right .image-wrapper img {
  margin-right: -100px;
  max-height:420px;
  max-width:600px;
}
.flavor-world-wrapper .flavor-world-content .food-items .description {
  max-width: 690px;
}
.flavor-world-wrapper .flavor-world-content .food-items .description .title {
  color: #2b2b2b;
  font-size: 64px;
  /*font-family: "Almendra", serif;*/
  font-family:Tangerine;
  font-weight: 700;
  font-style: normal;
}
.flavor-world-wrapper .flavor-world-content .food-items .description .para {
  margin-top: 16px;
  color: #5c5c5c;
  font-size: 24px;
  font-family: "Hind Siliguri", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 29px;
}
.flavor-world-wrapper .flavor-world-content .food-items .description .order-btn {
  margin-top: 32px;
  display:block;
  max-width:max-content;

}
.flavor-world-wrapper .flavor-world-content .food-items .description .order-btn:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  transform-origin:center;
scale: 1.05;
  /*opacity: 0.8;*/
}

.flavor-world-wrapper .flavor-world-content .food-items .star-and-corainder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.flavor-world-wrapper .flavor-world-content .food-items .star-and-corainder .star {
  max-width: 130px;
}
.flavor-world-wrapper .flavor-world-content .food-items .star-and-corainder .corainder {
  scale: -1 1;
  max-width: 150px;
  margin-right: -30px;
  margin-top: 30px;
}
.flavor-world-wrapper .flavor-world-content .food-items .tomato-and-stick {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.flavor-world-wrapper .flavor-world-content .food-items .tomato-and-stick .tomato {
  max-width: 130px;
}
.flavor-world-wrapper .flavor-world-content .food-items .tomato-and-stick .stick {
  max-width: 150px;
  margin-right: -30px;
  margin-top: 30px;
}

@media (max-width: 1240px) {
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper {
    width: 50%;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper img {
    width: 100%;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .description {
    width: 50%;
  }
}
@media (max-width: 820px) {
  .flavor-world-wrapper .flavor-world-content .flavor-txt {
    font-size: 40px;
  }
  .flavor-world-wrapper .flavor-world-content .flavor-para {
    margin-top: 10px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items {
    width: 100%;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper {
    width: 100%;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper img {
    width: 90%;
    margin: 0;
    object-fit: cover;
    align-self: center;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .tandoor {
    margin-left: 0px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .seafood {
    margin-right: 0px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .chicken-chooza {
    margin-left: 0px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .image-wrapper .lamb-gosht {
    margin-right: 0px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .description .title {
    font-size: 40px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .one-item .description .para {
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 865px) {
  .flavor-world-wrapper .flavor-world-content .left-parallex .onion {
    max-width: 130px;
  }
  .flavor-world-wrapper .flavor-world-content .right-parallex .tomato {
    margin-top: 70px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .star-and-corainder .star {
    max-width: 80px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .star-and-corainder .corainder {
    max-width: 90px;
    margin-right: -20px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .tomato-and-stick .tomato {
    max-width: 80px;
  }
  .flavor-world-wrapper .flavor-world-content .food-items .tomato-and-stick .stick {
    max-width: 50px;
    margin-right: -10px;
  }
}
@media (max-width: 650px) {
  .flavor-world-wrapper .flavor-world-content .left-parallex .onion {
    max-width: 80px;
    margin-left: -30px;
  }
  .flavor-world-wrapper .flavor-world-content .right-parallex .tomato {
    margin-top: 70px;
    max-width: 50px;
    margin-right: 0;
  }
}
.best-indian-wrapper {
  background-color: #9dbf9e;
  overflow-y: hidden;
}
.best-indian-wrapper .top-border {
  margin: 0;
  margin-top: -2px;
  overflow: hidden;
  z-index: 1;
}
.best-indian-wrapper .top-border img {
  margin: 0;
  clip-path: inset(0 0 5px 0);
  z-index: 1;
}
.best-indian-wrapper .best-indian-content {
  background-color: #9dbf9e;
  z-index: 99;
}
.best-indian-wrapper .best-indian-content .welcome-txt,
.best-indian-wrapper .best-indian-content .welcome-paragraph {
  color: #2a2a2a;
}
.best-indian-wrapper .left-parallex {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.best-indian-wrapper .left-parallex .tomato {
  width: 100%;
  max-width: 150px;
  margin: 0;
}
.best-indian-wrapper .right-parallex {
  display: flex;
  flex-direction: column;
  right: -130px;
  margin-top: 100px;
  z-index: 1;
}
.best-indian-wrapper .right-parallex .garlic {
  width: 100%;
  max-width: 150px;
  margin-left: -100px;
}
.best-indian-wrapper .right-parallex .tomato {
  width: 100%;
  max-width: 250px;
  margin-top: 100px;
}

@media (max-width: 1160px) {
  .best-indian-wrapper .right-parallex .garlic {
    margin-left: 0;
  }
  .best-indian-wrapper .left-parallex {
    gap: 130px;
  }
  .best-indian-wrapper .left-parallex .rosemary {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 1020px) {
  .best-indian-wrapper .right-parallex .garlic {
    margin-left: 0;
  }
  .best-indian-wrapper .left-parallex {
    gap: 300px;
  }
  .best-indian-wrapper .left-parallex .rosemary {
    max-width: 100px;
  }
  .best-indian-wrapper .best-indian-content {
    max-width: 800px;
  }
}
@media (max-width: 900px) {
  .best-indian-wrapper .right-parallex {
    right: -30px;
  }
  .best-indian-wrapper .right-parallex .garlic {
    margin-left: 0;
    max-width: 70px;
  }
  .best-indian-wrapper .right-parallex .tomato {
    max-width: 130px;
  }
  .best-indian-wrapper .left-parallex {
    gap: 250px;
  }
  .best-indian-wrapper .left-parallex .rosemary {
    max-width: 100px;
  }
}
@media (max-width: 705px) {
  .best-indian-wrapper .right-parallex {
    right: -30px;
  }
  .best-indian-wrapper .right-parallex .garlic {
    margin-left: 0;
    max-width: 70px;
    margin-top: -70px;
  }
  .best-indian-wrapper .right-parallex .tomato {
    visibility: hidden;
  }
  .best-indian-wrapper .left-parallex {
    gap: 300px;
  }
  .best-indian-wrapper .left-parallex .tomato {
    max-width: 90px;
  }
  .best-indian-wrapper .left-parallex .rosemary {
    max-width: 100px;
  }
}
@media (max-width: 510px) {
  .best-indian-wrapper .right-parallex {
    right: -30px;
  }
  .best-indian-wrapper .right-parallex .garlic {
    margin-left: 0;
    max-width: 70px;
    margin-top: -70px;
  }
  .best-indian-wrapper .right-parallex .tomato {
    visibility: hidden;
  }
  .best-indian-wrapper .left-parallex {
    gap: 400px;
  }
  .best-indian-wrapper .left-parallex .tomato {
    visibility: hiddenf;
  }
  .best-indian-wrapper .left-parallex .rosemary {
    max-width: 100px;
  }
}
@media (max-width: 415px) {
  .best-indian-wrapper .left-parallex .tomato {
    visibility: hidden;
  }
}
.trophy-cabinet-wrapper {
  margin-top: -10px;
}
.trophy-cabinet-wrapper .left-parallex .tomato {
  max-width: 200px;
  margin: 0;
}
.trophy-cabinet-wrapper .right-parallex .tomato {
  max-width: 150px;
  margin-top: 100px;
}
.trophy-cabinet-wrapper .trophy-content {
  width: 100%;
  max-width: 100%;
}
.trophy-cabinet-wrapper .trophy-content .marquee-container {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.trophy-cabinet-wrapper .trophy-content .marquee-container .swiper {
  width: 100%;
}
.trophy-cabinet-wrapper .trophy-content .marquee-container .swiper .swiper-wrapper {
  width: 100%;
}
.trophy-cabinet-wrapper .trophy-content .marquee-container .swiper .swiper-wrapper .swiper-slide img {
  /*width: 100%;*/
  max-width: 300px;
        text-align: center;
    width: 200px;
    height: 300px;
    /*margin: 5px;*/
    object-fit:cover;
    display: inline-block;
}

@media (max-width: 1150px) {
  .trophy-cabinet-wrapper .trophy-content .marquee-container .marquee img {
    max-width: 250px;
  }
}
@media (max-width: 1100px) {
  .trophy-cabinet-wrapper .trophy-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .trophy-cabinet-wrapper .left-parallex .tomato {
    max-width: 100px;
    margin-top: 50px;
  }
  .trophy-cabinet-wrapper .right-parallex .tomato {
    max-width: 50px;
  }
  .trophy-cabinet-wrapper .trophy-content .marquee-container .marquee img {
    max-width: 150px;
  
  }
}
.testimonial-wrapper {
  background-color: #f1f1f1;
}

.left-parallex {
  position: relative;
  left: 0;
}

.corainder {
  max-width: 200px;
  margin-left: -40px;
}

.testimonial-content .welcome-txt {
  color: #2a2a2a;
}
.testimonial-content .testimonials {
  display: flex;
  /* Use flexbox for horizontal layout */
  overflow: hidden;
  /* Hide the cards that are out of view */
  width: 100%;
  gap: 24px;
  margin-top: 50px;
  transition: transform 1s ease-in-out;
  /* Smooth transition for sliding */
  position: relative;
}
.testimonial-content .testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fec400;
  width: 20px;
  border-radius: 5px;
}
.testimonial-content .testimonials .overlay {
  width: 400px;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.testimonial-content .testimonials .left-overlay {
  left: 0;
  background: rgb(241, 241, 241);
  background: linear-gradient(90deg, rgb(241, 241, 241) 20%, rgba(241, 241, 241, 0) 100%);
}
.testimonial-content .testimonials .right-overlay {
  right: 0;
  width: 500px;
  background: rgb(241, 241, 241);
  background: linear-gradient(270deg, rgb(241, 241, 241) 0%, rgba(241, 241, 241, 0.2) 60%, rgba(241, 241, 241, 0) 100%);
}
.testimonial-content .card-wrapper {
  display: flex;
  transition: transform 1s ease-in-out;
}
.testimonial-content .card {
  width: 100%;
  /* Each card takes up 1/3 of the container width */
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  flex-shrink: 0;
  /* Prevent shrinking */
  transition: transform 0.3s ease;
  /* Smooth transition for individual card transforms */
}
.testimonial-content .comma {
  max-width: 89px;
}
.testimonial-content .review-txt {
  font-family: "Hind Siliguri", serif;
  font-weight: 400;
  font-style: normal;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 29px;
}
.testimonial-content .user-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.testimonial-content .user-wrapper img {
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-content .user-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-content .user-name {
  font-family: "Hind Siliguri", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #2a2a2a;
  line-height: 28px;
  text-align: left;
}
.testimonial-content .user-item {
  font-family: "Hind Siliguri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .testimonial-wrapper .testimonial-content .testimonials .overlay {
    display: none;
  }
}
@media (max-width: 750px) {
  .testimonial-wrapper .left-parallex .corainder {
    max-width: 100px;
    margin-left: -20px;
  }
  .testimonial-wrapper .testimonial-content .testimonials {
    position: relative;
  }
  .testimonial-wrapper .testimonial-content .testimonials .overlay {
    display: none;
  }
}
.contact-wrapper {
  width: 100%;
  background-color: #fec400;
  margin-top: -10px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*.contact-wrapper .contact-content {*/
/*  display: grid;*/
/*  grid-template-columns: auto auto;*/
/*  gap: 24px;*/
/*}*/
.contact-wrapper .contact-content .contact-details .title {
  color: #2a2a2a;
  font-size: 64px;
  /*font-family: "Almendra", serif;*/
  font-family:Tangerine;
  font-style: normal;
  line-height: 60px;
  margin-bottom: 30px;
}
.contact-wrapper .contact-content .contact-details .icon-and-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 7px;
  max-width: 572px;
}
.contact-wrapper .contact-content .contact-details .icon-and-detail a,
.contact-wrapper .contact-content .contact-details .icon-and-detail p {
  color: #2a2a2a;
  font-size: 24px;
  font-family: "Hind Siliguri", serif;
  font-style: normal;
  line-height: 26px;
  text-decoration: none;
}
.contact-wrapper .contact-content .contact-details .opening-hours-wrapper {
  margin-top: 64px;
}
.contact-wrapper .contact-content .contact-details .opening-hours-wrapper .title,
.contact-wrapper .contact-content .contact-details .opening-hours-wrapper .hours {
  font-size: 48px;
  font-family: "Hind Siliguri", serif;
  font-style: normal;
  color: #2a2a2a;
}
.contact-wrapper .contact-content .contact-details .opening-hours-wrapper .hours {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 24px;
}
.contact-wrapper .contact-content .contact-details .socials-wrapper {
  margin-top: 64px;
  display: flex;
  gap: 23px;
  row-gap: 0;
  flex-wrap: wrap;
}
.contact-wrapper .contact-content .contact-details .socials-wrapper a:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.map .socials-wrapper a:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-content .map iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .contact-wrapper .contact-content {
    grid-template-columns: auto;
  }
  .contact-wrapper .contact-content .map {
    min-height: 300px;
  }
}
@media (max-width: 700px) {
  .contact-wrapper .contact-content .contact-details .title {
    font-size: 40px;
  }
  .contact-wrapper .contact-content .contact-details .icon-and-detail a,
  .contact-wrapper .contact-content .contact-details .icon-and-detail p {
    font-size: 18px;
  }
  .contact-wrapper .contact-content .contact-details .icon-and-detail img {
    max-width: 30px;
  }
  .contact-wrapper .contact-content .contact-details .opening-hours-wrapper .title {
    font-size: 32px;
  }
  .contact-wrapper .contact-content .contact-details .opening-hours-wrapper .hours {
    font-size: 18px;
  }
  .contact-wrapper .contact-content .contact-details .socials-wrapper a img {
    max-width: 50px;
  }
}
footer {
  width: 100%;
  background-color: #fec400;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
footer .footer-content .copyright {
  font-size: 16px;
  font-family: "Hind Siliguri", serif;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
footer .footer-content .menu {
  display: flex;
  gap: 32px;
  row-gap: 0px;
  flex-wrap: wrap;
}
footer .footer-content .menu li {
  color: #2a2a2a;
}
footer .footer-content .menu li a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Hind", serif;
  font-weight: 500;
  color: #2a2a2a;
}

@media (max-width: 900px) {
  footer .footer-content {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
div:has([class*=-parallex]) *:not([class*=-parallex]) {
  z-index: 2;
}

/*# sourceMappingURL=style.css.map */
