@font-face {
  font-family: "helvetica neue";
  src: url("/static/front/helvetica-neue-5/HelveticaNeueLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica neue medium";
  src: url("/static/front/helvetica-neue-5/HelveticaNeueMedium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "edwardianscriptitc";
  src: url("/static/front/assets/edwardianscriptitc.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}

:root {
  --paddingX: 5vw;
  --paddingY: clamp(2.5rem, -3.6643rem + 7.2202vw, 5rem);
  /* 1920-1366 80px-40px */
  --helvetivaLight: "helvetica neue";
  --helvetivaMedium: "helvetica neue medium";
  --borderRadius: 15px;
  --bigHeading: clamp(7.5rem, 2.8768rem + 5.4152vw, 9.375rem);
  /* 1920-1366 150px-120px */
  --subBigHeading: clamp(2.5rem, 0.9589rem + 1.8051vw, 3.125rem);
  /* 1920-1366 50px-40px */
  --heading: clamp(4.375rem, 1.2929rem + 3.6101vw, 5.625rem);
  /* 1920-1366 90px-70px */
  --subHeading: clamp(1.5rem, -0.1952rem + 1.9856vw, 2.1875rem);
  /* 1920-1366 35px-24px */
  --bodyCopy: clamp(0.9375rem, 0.5804rem + 0.558vw, 1.25rem);
  /* 1920-1366 22px-16px */
  --title: clamp(0.875rem, 0.5668rem + 0.361vw, 1rem);
  --button: clamp(0.875rem, 0.5668rem + 0.361vw, 1rem);
  --gold: #e2b57c;
  --white: #ffffff;
  --red: #9f1c35;
  --black: #333333;
  --margin_bottom: 20px;
  --margin_bottom_sub: 30px;
}

@media screen and (max-width: 1366px) {
  :root {
    --paddingX: 5vw;
    --paddingY: clamp(2.5rem, -3.6643rem + 7.2202vw, 5rem);
    /* 1366 -1024 80px-40px */
    --bigHeading: clamp(5.625rem, 0.011rem + 8.7719vw, 7.5rem);
    /* 1366 -1024 120px-90px */
    --subBigHeading: clamp(1.875rem, 0.0037rem + 2.924vw, 2.5rem);
    /* 1366 -1024 40px-30px */
    --heading: clamp(3.75rem, 1.8787rem + 2.924vw, 4.375rem);
    /* 1366 -1024 70px-60px */
    --subHeading: clamp(1.25rem, 0.5015rem + 1.1696vw, 1.5rem);
    /* 1366 -1024 35px-24px */
    --bodyCopy: clamp(1rem, 0.0754rem + 1.083vw, 1.375rem);
    /* 1366 -1024 22px-16px */
    --title: clamp(0.875rem, 0.5668rem + 0.361vw, 1rem);
    --button: clamp(0.875rem, 0.5668rem + 0.361vw, 1rem);
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --paddingX: 5vw;
    --paddingY: clamp(2.5rem, -3.6643rem + 7.2202vw, 5rem);
    /* 1366 -1024 80px-40px */
    --bigHeading: 55px;
    /* 1366 -1024 120px-90px */
    --subBigHeading: 24px;
    /* 1366 -1024 40px-30px */
    --heading: 50px;
    /* 1366 -1024 70px-60px */
    --subHeading: 20px;
    /* 1366 -1024 35px-24px */
    --bodyCopy: 15px;
    /* 1366 -1024 22px-16px */
    --title: 14px;
    --button: 14px;
    --margin_bottom: 10px;
    --margin_bottom_sub: 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-zoom: none !important;
  font-family: "helvetica neue";
  line-height: 1.4;
}

h1,
h5,
.h1 {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

img {
  width: auto;
  height: auto;
  /* object-fit: cover; */
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

::-webkit-scrollbar {
  width: 0px;
}

.arrow-img-div.addd+.list-sub-menu {
  font-weight: 600;
}


.left-location {
  padding-right: 10px;
}

.left-location::-webkit-scrollbar {
  width: 3px;
}

.left-location::-webkit-scrollbar-thumb,
.gal-opt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #932f31;
}

.left-location::-webkit-scrollbar-track,
.gal-opt::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.left-location::-webkit-scrollbar-track-piece {
  /* height: 100px !important; Set the height of the scrollbar track */
}


.containerSlider_pro-2.scrolll {
  padding-bottom: 15px !important;
}

.containerSlider_pro-2.scrolll::-webkit-scrollbar,
.gal-opt::-webkit-scrollbar {
  max-width: 102px !important;
  min-width: 100px !important;
  height: 5px !important;
  border-radius: 30px !important;
}

.gal-opt::-webkit-scrollbar {
  height: 7px !important;
}

.gal-opt::-webkit-scrollbar-thumb {
  background-color: #932f31ad;
}

.containerSlider_pro-2 {
  /* scrollbar-width: thin; */
}

.containerSlider_pro-2.scrolll::-webkit-scrollbar-thumb {
  background-color: #932f31;
  border-radius: 30px;
}

.containerSlider_pro-2.scrolll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 30px;
}

.ph-number a {
  text-decoration: unset;
}

canvas {
  position: absolute;
  bottom: 0;
  z-index: 9999910;
  height: 100%;
  width: 100%;
}

video::-webkit-media-controls {
  opacity: 0.5 !important;
  visibility: visible;
}

/* Hide the seekbar */
video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls {
  width: calc(100% + 30px);
  /* Adjust the width as needed */
}

.gal-dis video::-webkit-media-controls {
  opacity: 1 !important;
  visibility: visible;
}

.gal-dis video::-webkit-media-controls {
  opacity: 1 !important;
  visibility: visible;
}


.create-text {
  cursor: pointer;
}

.embed_video {
  width: 100%;
  border-radius: var(--borderRadius);
  overflow: hidden;
  aspect-ratio: 1/0.35;
  position: relative;
  /* box-shadow: 0px 32px 62px #0000001A; */
}

.embed_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed_video iframe,
.embed_video video {
  aspect-ratio: 1/0.35;
  width: 100%;
}

@font-face {

  src: url("./KarinMedium.ttf");
  /* font-display: swap; */
}

@font-face {
  font-family: castlegar;
  src: url("./Castlegar-medium.woff2");
  /* font-display: swap; */
}

@font-face {
  font-family: FaunaOne;
  src: url("./FaunaOne.ttf");
  /* font-display: swap; */
}

@font-face {
  font-family: satoshi;
  src: url("./Satoshi-Light.otf");
  /* font-display: swap; */
}

.fontFauna {
  font-family: var(--helvetivaLight);
  color: var(--black);
  margin: 0;
}

ul,
li {
  all: unset;
  font-family: var(--helvetivaLight);
}


html {
  scroll-behavior: smooth;
  background-color: white;
}

body {
  overflow-x: hidden;
  max-width: 2000px;
  background-color: white;
  margin: 0 auto;
  height: 100%;
  font-family: "helvetica neue";
}

.error {
  border: 1px solid #ff9b9b;
}

/* button css */
button.cta {}



.cta:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.5px;
  display: block;
  border-radius: 28px;
  background: #e2b57c;
  height: 85%;
  aspect-ratio: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cta span,
.ctaa span {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  /* font-weight: 900; */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  color: white;
}

.cta svg,
.ctaa svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 1.2;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.cta:hover:before,
.ctaa:hover:before {
  left: calc(100% - 1.52rem);
  /* left: calc(100% - 2.52rem); */
  right: 0;
  /* width: 36px; */
}

.cta:hover svg {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}


/* @media screen and (max-width:768px) {
  .cta:hover:before,
.ctaa:hover:before {
  left: calc(100% - 1.52rem);
}
.cta {
  padding: 1px 2px 0.0625em 14px;
}
} */
.prime-logo-img {
  max-height: 45px;
  min-height: 30px;
  height: 15%;
  position: absolute;
  top: 0;
  right: 0px;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  border-radius: 0 var(--borderRadius) 0 var(--borderRadius);
}


/* button css end*/
.enquiry_pop .section-inquiry {
  margin: 0;
  position: relative;
  overflow: revert;
  max-width: 1000px;
  width: 90vw;
}

.linee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

option,
select {

  background-color: white;
}

.linee p {
  line-height: 1.5rem !important;
  /* text-align: justify !important; */
}

/* img{z-index: -9;} */
.back-nav {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  /* border: 1px solid red; */
  background-color: #e9e9e9;
  /* transition: all 0.5s; */
  display: block;
  z-index: -1;
  border-radius: 30px 30px;
}

.back-nav::before {
  content: "";
  position: absolute;
  height: 55px;
  width: 100%;
  background-color: #f7f8f8;
  border-radius: 30px;
}

.access-submenu>li:hover a {
  /* color: #932f31; */
  font-weight: 600;
}

.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

/* dropdownn css */
.conatiner {
  padding-top: 120px;
}

section.header {
  overflow: visible;
  position: fixed;
  width: calc(100% - 10%);
  top: 0;
  z-index: 9999;
  margin-top: 20px;
  z-index: 9999999999999999999999;
  transition: all 0.1s ease-in;
}

section.header.for_ios {
  position: absolute;
  top: 0px !important;
}

.hide_ {
  top: -150px !important;
}

/* .first-reach>div h1 span{
  position: relative;
  top: 0;
} */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.access-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.access-menu>li .anchor {
  color: #2e2e2e !important;

  text-transform: uppercase;
}

.access-menu>li>.anchor {
  cursor: default;
}

.access-menu>li>.anchor:last-child {
  cursor: pointer;
}

.access-menu>li {
  background: transparent;
  display: inline-block;
  position: relative;
  color: #2e2e2e;
  cursor: initial;
}

.access-menu>li:last-child {
  cursor: pointer;
}

.access-menu>li+li {
  /* border-left: solid 1px #000; */
}


.breadcrumbs a,
.breadcrumbs span {
  color: #2E2E2E;
  text-transform: capitalize;
  font-size: 0.9rem;
}

.breadcrumbs span {
  border-bottom: .1px solid #b3b3b3;
}

.access-submenu {
  padding-top: 20px;
  width: 100px;
}

.gazab {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
}

.gazab li a {
  width: 200px;
}

.access-menu a,
.access-menu .anchor {
  color: #2e2e2e;
  display: block;
  /* border: 1px solid transparent; */
  border-radius: 30px;
  padding: 0.5em 2em;
  text-decoration: none;

  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.anchor {
  margin: 0;
}

.footer-copy i::before {
  color: white !important;
}

.happy-taste {
  color: #fff !important;
}

.access-menu a:hover,
.access-menu .anchor:hover,
.access-menu a:focus {
  border-radius: 30px;
  outline: #2e2e2e;
  /* border: 1px solid #2E2E2E; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.access-submenu {
  background: transparent;
  left: auto;
  position: absolute;
  top: 100%;
  width: 130%;
  display: none;
  z-index: 9999;
}

.access-submenu li {
  /* position: relative; */
  /* padding-left: 18px; */
}

.access-submenu>li+li {
  /* border-top: solid 1px #000; */
}

.access-submenu>li:last-child {
  /* border-bottom: solid 3px #000; */
}


.access-submenu a {
  padding: 0.5em 2em;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.acc-menu {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  /* left: calc(100% + 8px); */
  display: none;
  width: 350px;
  height: -webkit-fill-available;
}

.acc-show {
  display: block;
}

.acc-menu>li>a {
  font-weight: 100 !important;
  padding-right: 0;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.acc-menu>li>a:hover {
  font-weight: 600 !important;
}

.header a,
.header .anchor {
  text-transform: capitalize !important;
  font-size: 0.95rem;
}


.acc-menu.acc-show::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(20px + 0.7em);
  height: calc(100% - 2.1em);
  width: 1px;
  background: grey;
}

.side-bar-pan>li>a {
  /* width: -webkit-fit-content;
  width: -moz-fit-content; */
  width: 100%;
  position: relative;
}

.side-bar-pan>li>a::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 8px;
  top: 15px;
  right: 5px;
  background-image: url("../assets/arrow-color.webp");
  /* background-color: red; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-position: 4px 10px; */
  display: none;
}



.is-show {
  left: auto;
  top: 100%;
}

.main-cara {
  overflow: visible;
  margin-top: 0;

}

/* end dropdown css */
.main-cara .carousel-dark .carousel-caption {
  /* height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important; */
  top: unset !important;
  /* z-index: 99999999999; */
  bottom: -60px !important;
}

.main-cara {}

.main-cara .cta {
  pointer-events: visible;
  position: absolute;
  bottom: 0;
  right: 60px;
  left: auto;
}

.sec-main-cara .cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f7f8f8;
  padding: 0;
}

.header .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
  -ms-flex: row;
  flex: row;
  gap: 20px;
}

.header link div {
  list-style: none;
  margin: 10px 20px;
}

.header .logotop img {
  width: 69px;
  margin-left: 20px;
}

section {
  border-radius: var(--borderRadius);
  margin: var(--paddingY) var(--paddingX);
  overflow: hidden;
  /* background-color: grey; */
}

.main-cara .cta {
  /* all: unset !important; */
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
}

.main-cara .create-text {
  display: -ms-grid !important;
  display: grid !important;
  place-items: center;
}

video {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

section h1,
.fixedSlide h1,
section .h1,
.fixedSlide .h1,
.related_pro {
  font-family: "edwardianscriptitc" !important;
  font-size: var(--heading);
  color: var(--red);
  font-weight: 100;
  line-height: 1;
  margin-bottom: var(--margin_bottom_sub);
}

.career_head h1 {
  margin-bottom: 0px;
}

.career_head h2 {
  font-size: var(--subHeading);
  font-weight: 100;
  /* margin-top: -1%; */
  text-align: center;
}

.related_pro {
  text-align: center;
  grid-column: span 3;
}

section .headingFont {
  font-family: "edwardianscriptitc" !important;
  font-size: 5rem;
  color: #932f31;
}

.how-to-make-it,
.how-to-make-it p,
.how-to-make-it li {
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #2E2E2E;
}

.fixedSlide h1,
.fixedSlide .h1 {
  text-align: right;
}

.blog-content-section h2,
.blog-content-section h3,
.blog-content-section h3,
.blog-content-section h1,
.blog-content-section .h1,
.blog-content-section h5 {

  color: #2E2E2E;
  margin: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.blog-content-section ol,
.blog-content-section ul {
  margin: 0 !important;
}

section h3,
.blog-content-section h2 {
  font-size: var(--subHeading);
  font-weight: 100;

}

.blog-content-section p {
  width: 100%;
}

.blogs_details_p .Indulge_sec2 p a,
.blog-content-section p a,
.blog-content-section li a,
.blog-content-section ol a {
  all: unset;
  /* text-decoration: underline; */
  cursor: pointer;
  color: var(--red);
  font-weight: 600;
  text-underline-offset: 0.1em;
}

.blog-content-section ul,
.blog-content-section ol,
.blog-content-section li {
  all: revert;
}

.classs>span {
  font-family: "edwardianscriptitc" !important;
}

.blogs_details_p .Indulge_sec2 p a:hover,
.blog-content-section p a:hover,
.blog-content-section li a:hover,
.blog-content-section ol a:hover {
  text-decoration: underline #932f318d;
  text-underline-offset: .1em;
  color: #932f31;
}

section p,
section p div,
.blog-content-section li {
  font-size: var(--bodyCopy);
  color: var(--black);
}

.diversity_head * {
  text-align: center;
}

/* .head_anim h1{overflow: hidden;} */

p>a {
  -webkit-text-decoration: 0.25px underline grey;
  text-decoration: 0.25px underline grey;
}

p>a:hover {
  color: black;
}

.app-div li {
  padding: 0;
  text-align: start;
}

section h1::after,
section h1::before,
section .h1::after,
section .h1::before,
::after {
  font-size: 2rem;
  color: #2e2e2e;
}

section .headingFont::after,
section .headingFont::before {
  font-size: 2rem;
  font-weight: 600;
  color: #2e2e2e;
}

.apps>div:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.carousel-caption {
  top: 10%;
  left: 0;
  width: 100%;
}

.main-cara .carousel-control-prev,
.main-cara .carousel-control-next {
  visibility: hidden;
  opacity: 0;
  height: 80%;
}

.carousel-control-prev,
.carousel-control-next {
  visibility: hidden;
}

.gourmet .carousel-control-prev,
.gourmet .carousel-control-next {
  visibility: visible;
}

.carousel-caption h5>span {
  font-family: "edwardianscriptitc" !important;
  font-weight: 100;
}

.breadcrumbs {
  margin: -20px 5%;
}

.create-art {
  font-family: "edwardianscriptitc" !important;
  font-size: 8rem;
  /* font-weight: 600; */
  color: #932f31;
}

#carouselExampleIndicators {
  width: 100%;
  aspect-ratio: 5/3;
}

.carousel-inner {
  overflow: visible;
  height: 100%;
}

.carousel-item {
  height: 100%;
}

#carouselExampleDark .carousel-indicators {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px !important;
  left: 0%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;

}

.sec-main-cara {
  margin-top: 100px;
}

.main-cara .carousel-control-next:focus,
.main-cara .carousel-control-next:hover,
.main-cara .carousel-control-prev:focus,
.main-cara .carousel-control-prev:hover {
  opacity: 0 !important;
}

#carouselExampleDark .carousel-indicators button {
  pointer-events: visible;
  position: relative;
  z-index: 9999;
}

/* check */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: white;
  /* opacity: 1 !important; */
}

.carousel-indicators [data-bs-target] {
  width: clamp(10px, 3% - 10px, 1%);
  height: auto;
  aspect-ratio: 1/1 !important;
  border-radius: 50%;
  background-color: #e2b57c;
}

.carousel-indicators .active {
  background-color: #e2b57c !important;
}

.append-img {
  /* opacity: 0; */
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 999;
  scale: 1;
  /* height: calc(70% - 100px); */
  height: auto;
  width: 90% !important;
  margin-left: 5%;
  /* transform: translateY(300px); */
}

/* .sec-main-cara picture img{
 height: 100%;
 width: 100% !important;
} */

#carouselExampleIndicators .carousel-indicators {
  margin-bottom: 7%;
}

.sec-cara h5>span {
  /* font-weight: 600; */
  font-family: "edwardianscriptitc" !important;
}

.create-art {
  position: absolute;
  font-size: 8rem;
  width: 100%;
  text-align: center;
  /* font-weight: 600; */
  font-family: "edwardianscriptitc" !important;
  color: #932f31;
  top: 8%;
  z-index: 9;
}

.d-block.w-100 h5::after {
  content: "delicious art";
  font-family: "Karin";
  position: relative;
  left: -8%;
  font-size: 3rem;
  top: 30px;
}

/* button style */

a {
  text-decoration: none;
  color: inherit;
}

.rat {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.rat .ig-back {
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url("../assets/ig-back.webp");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 100%;

  bottom: 0;
  left: 0;
  /* display: none; */

  -webkit-transition: all 0.1s;

  -o-transition: all 0.1s;

  transition: all 0.1s;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.rat:hover .ig-back {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  visibility: visible;
}

.rat img,
.rat video {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0;
}




.highlights .h1 {
  margin-bottom: var(--margin_bottom_sub);
  text-align: center;
}




/* r-edits */
@media screen and (min-width: 1366px) {
  .reach .sec-reach {
    padding: 50px 60px !important;
  }

  .deals .big-h1 {
    font-size: 8rem;
  }
}

/* r-edits */
.reach .sec-reach .linee {
  margin-top: 20px;
  /* gap: 10px; */
}

.reach .sec-reach h3 {
  text-transform: uppercase;
  /* margin-bottom: -25px; */
}

.sec-reach .cta {
  margin: 10px 0;
}

.social .cta,
.book .cta {
  margin-top: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}

section.book i {
  font-family: "Font Awesome 6 Free" !important;
}

.reach .sec-reach h1 span {
  /* font-weight: 600; */
}

.reach .sec-reach h1,
.reach .sec-reach .h1 {
  /* font-size: 5rem; */
  /* overflow: hidden; */

  font-weight: 100;
  color: #932f31;
  margin-bottom: 20px;
}

.reach .sec-reach p {
  margin-right: 5px;
  margin-bottom: 0;

  /* text-transform: uppercase; */
}

.book {
  position: relative;
  background-color: #f7f8f8;
  padding: 30px;
}

.book>h1>span,
.book>.h1>span {
  font-family: "edwardianscriptitc" !important;
  /* font-weight: 800 !important; */
}

.book>h1,
.book>.h1 {

  color: #932f31;
  text-align: center;
  margin-bottom: 50px;
}


/* r-edits */
@media screen and (min-width: 1366px) {
  /* .book > h1,
  .gourmet .gourmet-item > h1,
  .master-div h1,
  .master-div h1,
  .social > h1,
  .deals > div h1,
  .customer h1, .application > h1 { */





  /* .book > h1::after,
  .gourmet .gourmet-item > h3,
  .master-div h1::before,
  .social > h1::before,
  .deals > div h1::before,
  .customer h1::before {
    font-size: 2.5rem;
  } */
  .txt4 {
    /* font-size: 2rem; */
    margin-bottom: 50px !important;
  }

  /* .application > h3 {
    font-size: 2.5rem;
  } */
}


.bakery h1,
.application h1,
.bakery .h1,
.application .h1 {
  margin-bottom: var(--margin_bottom_sub);
}

.book>h1::after,
.book>.h1::after {
  content: "SECRET BOOK";

  color: #2e2e2e;
  position: relative;
  left: -20px;
  top: 20px;
  /* font-weight: 500; */
}

.book-galary>div {
  border: 0px solid;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  min-height: 250px;
}

.book-galary>div video {
  width: auto;
  height: 100%;
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}

.select2-results__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.book-galary>div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.book-galary {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 600px;
  gap: 40px;
  -ms-grid-columns: 4fr 40px 3fr 40px 3fr;
  grid-template-columns: 4fr 3fr 3fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas:
    "item1 item2 item3"
    "item1 item4 item5";
}

.gal-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item1;
  min-height: 250px;
}

.gal-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: item2;
}

.gal-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: item3;
}

.gal-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: item4;
}

.gal-5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: item5;
}

.sec-cara img {
  width: 100%;
  height: auto;
}



.inner-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

/* .inner-span>span:first-child{margin-bottom: 0;} */

.inner-detail h5 {
  font-size: 1rem;
  font-weight: 100;
}





.master-piece {
  position: relative;
  width: 95%;
  margin: 40px 0 40px 5%;
}

.master-piece2 {
  width: 90%;
}

.master-piece img {
  height: 100%;
  width: 100%;
}

.master-div {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 99;
}

.master-div>h1 span,
.master-div>.h1 span {
  font-family: "edwardianscriptitc" !important;
  /* font-weight: 600; */
}


.master-div p {}

.piece_div .h1 {
  transform: translate(-6rem, 0);
}

.piece_div .h1::before {
  display: none;
  content: "begin your ";
  text-transform: uppercase;

  color: #2e2e2e;
  font-weight: 600;
  position: relative;
  left: 6rem;
  top: -5rem;
}

.master-div .h23,
.master-div h3 {
  text-transform: uppercase;

  letter-spacing: -0.01em;
  margin-bottom: 5%;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* gap: 7px; */
}

.master-div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  text-transform: uppercase;
  color: #2e2e2e;
  position: relative;
  padding: 1px 0;
}

.master-div>div>div {
  position: relative;
  overflow: hidden;
  border-radius: var(--borderRadius);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.sub-on::before {
  right: 0%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #bf8421;
  border-radius: 50%;
  padding: 5px;
}

.gourmet {
  background-color: #e2b57c;
  overflow: hidden;
}

.gourmet .gourmet-item {
  /* height: 70vh; */
  min-height: 550px;
  max-height: 700px;
  padding: 50px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.gourmet .gourmet-item>h1 span,
.gourmet .gourmet-item>.h1 span {
  font-family: "edwardianscriptitc" !important;
  /* font-weight: 600; */
}

.gourmet .gourmet-item h1,
.gourmet .gourmet-item .h1 {

  color: #932f31;
  /* font-weight: 600; */
  margin-top: 0;
}

.gourmet .gourmet-item h3,
.gourmet .gourmet-item .h44 {
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;

  font-size: 1.5rem;
}

.gourmet-item>h3,
.gourmet-item>.h44 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gourmet .gourmet-item img {
  margin-top: -3%;
  width: 85%;
  object-fit: contain;
}

.gourmet-item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.social {
  padding: 30px;
  background-color: #f7f8f8;
}

.social>h1 span,
.social>.h1 span {
  font-family: "edwardianscriptitc" !important;
  /* font-weight: 600; */
}

.social h1,
.social .h1 {
  text-align: center;
  color: #932f31;
  margin-bottom: 50px;
}

.social h1::before,
.social .h1::before {
  content: "OUR YUMMY ";

  color: #2e2e2e;
  margin-right: 20px;
}

.social .social-posts {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 2%;
  -ms-grid-columns: 32% 2% 32% 2% 32%;
  grid-template-columns: 32% 32% 32%;
  overflow: hidden;
}

.social-posts>div:nth-child(n + 4) {
  display: none;
}

.social .social-posts>div {
  width: 100%;
  aspect-ratio: 1;
}

.social-posts>div iframe {
  min-width: auto !important;
}

.deals {
  position: relative;
  border-radius: 0;
  z-index: 9999;
}

.deals>div h1 span,
.deals>div .h1 span {
  font-family: "edwardianscriptitc" !important;
  /* font-weight: 600; */
}

.deals .big-h1 {
  color: #932f31;
  position: relative;
  bottom: 0;
  z-index: 9;
  left: -20%;
  /* font-size: 8rem; */
}

.deals .big-h1::before {
  content: "get drooling";
  position: relative;
  /* width: 230px; */
  top: -90%;
  left: 20%;

  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2e2e2e;
}

.deals_div {
  position: absolute;
  bottom: 40px;
  display: grid;
  gap: 30px;
  left: 40px;
}

/* r-edits */
@media screen and (min-width: 1366px) {}

.brands-div div img {
  height: clamp(5rem, 6.4543rem + -0.1703vw, 6.25rem);
  width: auto;
}

.brands-div img {
  filter: grayscale(1);
  transition: all 0.3s;
}

.brands-div img:hover {
  filter: grayscale(0);
  transition: all 0.3s;
}

.deals img {
  width: 100%;
  height: auto;
  border-radius: 45px;
}

.footer {
  margin: -8% 0 0 0;
  border-radius: 30px 30px 0 0;
  background-color: #55504d;
  /* height: 50vh; */
  /* margin: 0; */
  padding: 10% 5% 0 5%;
  /* transform: translate(-5%, 0); */
}

.logo {
  width: 10vw;
  max-width: 180px;
  margin-bottom: 20px;
}

.davar {
  width: 5vw;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1fr 30px 1fr 30px 1.3fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  justify-items: end;
  gap: 30px;  
}

.footer-content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.footer-content>div:first-child {
  gap: 0;
}

.footer * {
  color: var(--white);
}

.footer-content>div a,
.footer-content>div p {
  all: unset;
  margin-bottom: 10px;
  color: var(--white) !important;
}



.footer-content>div a {
  cursor: pointer;
  color: var(--white);
}

.footer-content>div a:hover {
  color: rgb(203, 201, 201);
}

.footer-content>div a:first-child,
.footer-content>div:last-child a:nth-child(3) {
  color: white;
  cursor: pointer;

  font-size: 1rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.footer-content>div a:first-child:hover {
  color: white;
}

.footer hr {
  background-color: #dedede;
  margin: 30px 0;
}

.footer .footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot6{
  grid-area: 2 / 3 / 3 / 4;
}
.foot7{
  grid-area: 2 / 4 / 3 / 5;
}
.foot8{
  grid-area: 2 / 5 / 3 / 6;
}



.footer .footer-copy i {
  font-size: 1.5rem;
}

.footer .footer-copy>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.desk {
  display: block;
}

.mobile {
  display: none;
}

.points {
  pointer-events: visible;
  cursor: pointer;
  width: 10px;
  position: absolute;
  z-index: 99999;
  height: 10px;
  margin-right: 30px;
  background-color: #932f31;
  /* Set your desired background color */
  border-radius: 50%;
  /* Makes the div a circle */
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: rgb(255, 255, 255);
  /* Semi-transparent blue */
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-animation: ripple-animation 1s linear infinite;
  animation: ripple-animation 1s linear infinite;
  z-index: -99;
}

.cir-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes ripple-animation {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.points .hotspot {
  height: 130px;
  width: 300px;
  background-color: white;
  position: relative;
  border-radius: 20px;
  padding: 5px 10px;
  padding-top: 15px;
  padding-left: 18px;
}

.hotspot h5 {
  font-size: 1rem;
}

.hotspot h6 {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;

}

.hotspot a {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;

  text-decoration: underline;
  color: #e29b3d;
}

.hotspot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  scale: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hotspot>div:last-child {
  overflow: hidden;
  margin-top: -35px;
  width: 150px;
  height: 150px;
}

.hotspot img {
  /* transform: translate(-20px, 17px); */
  -webkit-transform: translate(-81px, -4px) !important;
  -ms-transform: translate(-81px, -4px) !important;
  transform: translate(-81px, -4px) !important;
  scale: 1.5 !important;
  height: 150px;
  width: auto !important;
}

.hotspot-on {
  background-color: white;
  position: relative;
  scale: 1;
}

/* .point-1:hover .hotspot, .point-2:hover .hotspot{
  background-color: white;
  position: relative;
  top: -110px;
  border-radius: 20px;
  left: 20px;padding: 5px 10px;
  scale: 1;
} */

@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 15px 5px white;
    box-shadow: 0px 0px 15px 5px white;
  }

  50% {
    -webkit-box-shadow: 0px 0px 15px 15px white;
    box-shadow: 0px 0px 15px 15px white;
  }

  100% {
    -webkit-box-shadow: 0px 0px 15px 5px white;
    box-shadow: 0px 0px 15px 5px white;
  }
}

@keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 15px 5px white;
    box-shadow: 0px 0px 15px 5px white;
  }

  50% {
    -webkit-box-shadow: 0px 0px 15px 15px white;
    box-shadow: 0px 0px 15px 15px white;
  }

  100% {
    -webkit-box-shadow: 0px 0px 15px 5px white;
    box-shadow: 0px 0px 15px 5px white;
  }
}

.point-1 {
  top: 10%;
  left: 69%;
}

.point-2 {
  top: 70%;
  left: 45%;
}

.point-3 {
  top: 0px;
  left: 40px;
}

.point-4 {
  top: 20px;
  left: 60px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 70% 70%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-size: 80% 80%;
}

/* section breakcrumbs */
.breadcrumbs {
  padding: 0 5%;
}

/* section bakery */
.bakery {
  background-color: #f7f8f8;
  padding: calc(var(--paddingY) / 2);
  position: relative;
}

.bakery h2 {
  font-size: var(--subHeading);
  font-weight: 100;
  margin-bottom: var(--margin_bottom);
  margin-top: var(--margin_bottom_sub);
  color: var(--black);
}

.bakery>div {
  margin-top: var(--margin_bottom_sub);
}

.bakery>div video {
  border-radius: var(--borderRadius);
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bakery .cta {
  margin-left: auto;
}

.split-para {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin: 0 auto;
}

.split-para p span {
  /* font-family: satoshi !important; */
}

.split-para p {
  color: #676767;
  /* font-family: satoshi !important; */
}

.bakery h1,
.bakery .h1 {
  text-align: center;
}


.career_head .aboutus-top-heading {
  margin: 0px;
  text-align: center;
}

.food_dairy_head .aboutus-top-heading h3 {
  text-align: center;
  margin-bottom: var(--margin_bottom_sub);
}

.food_dairy_head .aboutus-top-heading h1 {
  text-align: center;
  margin-bottom: 0;
}

.event_list_head h1,
.blog_list_head h1,
.csr_report_head .aboutus-top-heading h1,
.patent_head .aboutus-top-heading h1,
.career_head .aboutus-top-heading h1,
.microbial_head .aboutus-top-heading h1,
.csr_head .aboutus-top-heading h1 {
  margin-bottom: 0px;
  text-align: center;
}

.about_us_head .aboutus-top-heading h3 {
  font-size: var(--subHeading);
  margin-bottom: -1%;
  color: var(--black);
  text-align: center;
  margin-bottom: var(--margin_bottom_sub);
}

.about_us_head .aboutus-top-heading h1 {
  font-size: var(--heading);
  margin-bottom: 0;
  color: var(--red);
  text-align: center;
}

.csr_report_head .aboutus-top-heading h3,
.patent_head .aboutus-top-heading h3,
.event_list_head h3,
.blog_list_head h3,
.career_head .aboutus-top-heading h2,
.microbial_head .aboutus-top-heading h3,
.csr_head .aboutus-top-heading h2 {
  margin-bottom: var(--margin_bottom_sub);
  /* margin-top: -1%; */
  text-align: center;

  font-size: var(--subHeading);
  font-weight: 100;
}

.diversity_head .aboutus-top-heading .h1 {
  margin-bottom: 0px;
  text-align: center;
}

.diversity_head .aboutus-top-heading h3 {
  /* margin-top: -1%; */
  margin-bottom: var(--margin_bottom_sub);
  text-align: center;
}

.diversity_head .happy-back {
  aspect-ratio: 1/0.4;
}

.bakery h1 span,
.bakery .h1 span {
  font-family: "edwardianscriptitc" !important;
  color: #932f31;
}

.bakery>div h3 {
  color: #2e2e2e;
  margin-top: 30px;
}

/* section applications */
.application {
  padding: 0 calc(var(--paddingY) / 2);
  text-align: center;
  position: relative;
}

.application>h3 {
  color: var(--black);
  text-transform: capitalize;
}

.application .app-div .cta {
  margin-top: var(--margin_bottom_sub);
}

.application .app-div h3 {
  margin-bottom: var(--margin_bottom);
}


.application>h1 span,
.application>.h1 span {
  font-family: "edwardianscriptitc" !important;
}

.application>h1,
.application>.h1 {
  color: var(--red);
}

.application>p {
  color: #2e2e2e;
  margin-bottom: var(--margin_bottom_sub);
}

.application-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 2% 32% 2% 32%;
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}

.application-cards>div {
  border-radius: 30px;
  position: relative;
  min-height: 350px;
  padding: 20px;
  background-color: #e2b57c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.application-cards>div h3 {
  text-align: left;
}

.application-cards>div ul {
  list-style: disc;
  list-style-type: disc;
  margin-bottom: 20px;
}

.application-cards>div ul li p {
  text-align: left;
  /* font-family: satoshi !important; */
  color: #2e2e2e;
  font-size: 0.9rem;
}

.application-cards>div {
  position: relative;
}

.app-div h3 {
  text-align: left;
  color: var(--black);
  line-height: 1;
}


.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(var(--paddingY) / 2);
}

.apps>div {
  min-height: 300px;
  max-height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--borderRadius);
  gap: calc(var(--paddingY) / 2);
}


.apps .align-right *,
.champ .align-right * {
  text-align: right;
}

.app-item2 {
  padding: calc(var(--paddingY) / 2) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--borderRadius);
  text-align: left;
}

.app-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  overflow: hidden;
  border-radius: var(--borderRadius);
}

.product_process .app-item1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_process .app-div img {
  height: auto;
}

.app-item1 a {
  height: 100%;
  width: 100%;
}

.product_process .apps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.app-div ul,
.app-div ol {
  margin: var(--margin_bottom) 0 !important;
  padding-left: 1.3rem !important;
}

.app-div ul,
.app-div li {
  all: revert;
  list-style: disc;
  /* padding-left: 15px; */
  list-style-type: disc;
}

.app-div>ul li p {
  /* font-family: satoshi !important; */
  color: #2E2E2E;
  text-align: left;
}

.thankspara {
  text-align: left;
}

.app-div li {
  margin-bottom: 10px;
}

.app-div li,
.app-div p {
  color: var(--black);
  font-size: var(--bodyCopy);
}

/* section  food */
.food {
  padding: 0 calc(var(--paddingY) / 2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--paddingY) / 2);
}

.food>div {
  border-radius: var(--borderRadius);
  max-height: 400px;
  overflow: hidden;
}

.food>div p,
.food>div p span {
  /* font-family: satoshi !important; */
  color: #2e2e2e;
}

.food>div>img {
  width: 100%;
  height: 100%;
  scale: 1.1;
}

.food>div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* section   whips */
.extra_heading_div {
  padding: calc(var(--paddingY) / 2);
  background-color: #F7F8F8;
}

.whips {
  position: relative;
  padding: 0 calc(var(--paddingY) / 2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--paddingY) / 2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F7F8F8;
  justify-items: center;
}

.whips.prime {
  padding: calc(var(--paddingY) / 2);
}

.whips.extra_heading {
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.extra_heading {
  padding: 0px;
}

.extra_heading>div:last-child {
  padding: 0 !important;
}

.extra_heading {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.whips>div:last-child {
  /* overflow: hidden; */
  border-radius: var(--borderRadius);
  /* max-width: 450px; */
}

.whips.prime .para_anim h2 {
  margin-bottom: var(--margin_bottom_sub);
}

.whips .last_div {
  max-height: 550px;
  overflow: hidden;
}

.whips .last_div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.whywhips h3,
.whywhips h2 {
  text-align: center;
}

.whywhips h1,
.whips>div h1,
.whywhips .h1,
.whips>div .h1 {
  /* color: #932f31; */
  /* font-size: 5rem; */
}

.vision .apps>div:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.foot1 h5 {
  color: #fff;
}

@media screen and (min-width: 1024px) {



  .whywhips h1,
  .whips>div h1,
  .whywhips .h1,
  .whips>div .h1 {
    font-size: var(--heading);
    margin-bottom: 0px;
  }

  .extra_heading_div .img-gal-text h3 {
    margin-bottom: var(--margin_bottom_sub);
  }

  .pro-1 h1,
  .pro-1 .h1 {
    font-size: var(--heading);

  }

  .side-bar-pan>li>a:hover:after {
    display: none;
  }

  .side-bar-pan>li>a:nth-child(n+2):hover:after {
    display: block;
  }

  .li-first-child .access-submenu {
    width: 150%;
  }
}



.whips div p span {
  /* font-family: satoshi !important; */
  color: #2e2e2e;
}

.whips img,
.whips video {
  /* height: 100%; */
  /* border-radius: 10px; */
  /* scale: 1.1; */
  width: 100%;
  height: 100%;
}

/* why whips sections */
.whips h1 span,
.whips .h1 span {
  font-family: "edwardianscriptitc" !important;
}

.whywhips {
  padding: 30px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 4% 48%;
  grid-template-columns: 48% 48%;
  gap: 4%;
  overflow: hidden;
}

.whywhips>div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whywhips>div:last-child {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: calc(var(--paddingY) / 2);
}

.whywhips>div:last-child>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.whywhips>div:last-child>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.whywhips>div:last-child>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.whywhips>div:last-child>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.whywhips>div:last-child p {
  width: 150px;
  text-align: center;
  line-height: 1.2;
}

.whywhips>div:last-child>div>div {
  padding: 0;
}

.whywhips>div:last-child>div>div img {
  border-radius: 20px;
}

.whywhips>div:last-child>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* product section */

.product {
  background-color: #f7f8f8;
  padding: calc(var(--paddingY) / 2);
}

.product .pro-1 .h1 {
  margin-bottom: 0px;
}

.product .pro-1 h3 {
  /* margin-top: -1%; */
  margin-bottom: var(--margin_bottom_sub);
}

.product .pro-1 p {
  margin-bottom: var(--margin_bottom_sub);
  font-size: var(--bodyCopy);
}

.pro-1 {
  /* padding: 30px 30px 0px 30px; */
}

.pro-1 h1,
.pro-1 .h1 {
  color: var(--red);
}




.pro-1>p {
  /* font-family: satoshi !important; */
  font-size: 0.95rem;

}

.to-top {
  position: fixed;
  z-index: 9999999;
  bottom: 40px;
  right: 5%;
  background-color: #dba03b38;
  height: 40px;
  width: 40px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.to-top:hover svg {
  -webkit-transform: translateY(-2px) rotate(-90deg);
  -ms-transform: translateY(-2px) rotate(-90deg);
  transform: translateY(-2px) rotate(-90deg);
}

.to-top:hover {
  background-color: #dba03bb0;
}

.to-top>svg {
  height: 30px;
  position: relative;
  top: 0;

  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  -webkit-transform: translateY(3px) rotate(-90deg);
  -ms-transform: translateY(3px) rotate(-90deg);
  transform: translateY(3px) rotate(-90deg);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev-icon svg,
.carousel-control-next-icon svg {

  position: relative;
  top: 0;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 1.5;
  -webkit-transform: translateY(0px) rotate(180deg);
  -ms-transform: translateY(0px) rotate(180deg);
  transform: translateY(0px) rotate(180deg);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.carousel-control-next-icon svg {
  -webkit-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}



.marqueeContainer {
  --space: 4rem;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
  gap: var(--space);
}

.marquee {
  --duration: 30s;
  --gap: var(--space);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.marquee__group img {
  width: 130px;
  aspect-ratio: 2/1;
  object-fit: contain;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  -webkit-animation-delay: calc(var(--duration) / -2);
  animation-delay: calc(var(--duration) / -2);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* about us  */
.happy-back {
  width: 100%;
  aspect-ratio: 1/0.35;
  overflow: hidden;
  border-radius: var(--borderRadius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 300px;
}

.happy-back>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.happy-back>video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  z-index: 1;
  /* filter: blur(5px); */
}

.happy-text {
  padding: 30px calc(var(--paddingY) / 2) 0 calc(var(--paddingY) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.happy-text>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.happy-back>div {

  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.happy-text>p {
  /* font-style: satoshi !important; */
  line-height: 1.1;
}

.whoweare {
  padding: calc(var(--paddingY) / 2);
  border-radius: var(--borderRadius);
  background-color: #f7f8f8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--paddingX) / 2) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--paddingX) / 2);
}

.whoweare>div {
  overflow: hidden;
  border-radius: var(--borderRadius);
}

.whoweare>div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whoweare>div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
}

.whoweare>div:first-child img {
  width: 100%;
}

.whoweare>div:last-child p {
  /* font-family: satoshi !important; */

}

.ourbrand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  gap: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands-div>div {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 250px;
}

.brands-div>div p {
  text-align: center;
}


.vi-mi>.app-item3,
.vi-mi>.app-item6 {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vi-mi h1,
.vi-mi .h1,
.vi-mi p {
  text-align: left;
  line-height: 2;
}

.vision {
  margin: 0px 0;
  padding: calc(var(--paddingY) / 2) var(--paddingX);
  background-color: #f7f8f8;
  border-radius: 0;
}

.strength h1,
.strength .h1 {
  text-align: center;
}

.strength>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--paddingY) / 2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.strength>div>div {
  background-color: #f7f8f8;
  padding: calc(var(--paddingY) / 2);
  border-radius: var(--borderRadius);
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--margin_bottom);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
}

.presence {
  padding: 250px calc(var(--paddingX) / 2) calc(var(--paddingX) / 2) calc(var(--paddingX) / 2);
  background-color: #f7f8f8;
  position: relative;
  z-index: 1;
}

.presence-map {
  width: 80%;
  top: -46%;
  right: 0;
  position: absolute;
  z-index: -1;
}

.presence>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--paddingX) / 2);
}

.presence>h3 {
  width: 50%;
  margin-bottom: var(--margin_bottom);
}

.presence>div ul,
.presence>div li {
  all: revert;
}

.presence>div ul {
  padding-left: 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.presence>div ul li {
  margin-bottom: 10px;
}

.app-div>img {
  border-radius: var(--borderRadius);
  width: 100%;
}

.app-div img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
}


.food-dairy h1,
.food-dairy .h1,
.food-dairy h3 {
  text-align: center;
}

.food-dairy>div {
  max-height: 400px;
  border-radius: 30px;
  overflow: hidden;
  margin: 40px 0;
}

.food-dairy>div>img {
  width: 100%;
}

.future-flavor img {
  width: 100%;
}

.application.future-flavor .apps>div:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.future-flavor h3 {
  margin-bottom: var(--margin_bottom) !important;
}


.activities {
  padding: calc(var(--paddingY) / 2);
  background-color: #f7f8f8;
}

.activities>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.activities>div>div {
  overflow: hidden;
  width: 130%;
  border-radius: var(--borderRadius);
}

.activities>div>div:last-child {
  overflow: hidden;
  width: 100%;
  border-radius: var(--borderRadius);
}

.activities>div:first-child {
  padding: 20px 0;
}

.activities>div ul,
.activities>div li {
  all: revert;
}

.activities>div li {
  margin-bottom: var(--margin_bottom);
}

.activities ul {
  padding-left: 1rem !important;

}

.activities>div div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.activities>div img {
  /* width: 100%; */
  border-radius: 30px;
  max-height: 400px;
}




.application.future-flavor {
  padding: 0 calc(var(--paddingY) / 2);
}

.whips>div h3,
.whips>div h2,
.pro-1 h3 {
  /* margin-top: -1%; */
  color: var(--black);
  font-size: var(--subHeading);
  font-weight: 100;
}

.pro_sub_cat {
  padding: 0px;
}

.pro_sub_cat>div {
  margin-top: var(--margin_bottom_sub);
}

.pro_sub_cat .pro-2 {
  justify-items: start;
  overflow: hidden;
}

.pro_sub_cat h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

.pro_sub_cat>div>h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-content-section {
  background-color: #F7F8F8;
  padding: calc(var(--paddingY) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}

.blog-content-section h3,
.blog-content-section h2,
.blog-content-section h1,
.blog-content-section .h1,
.blog-content-section h3,
.blog-content-section h5,
.blog-content-section a,
.blog-content-section ul,
.blog-content-section li {
  width: 100%;
}

.blog-content-section img {
  border-radius: var(--borderRadius);
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

.bakery-video-cont {
  -webkit-box-shadow: 0px 0px 10px #a9a9a975;
  box-shadow: 0px 0px 10px #a9a9a975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--borderRadius);
  position: relative;
  aspect-ratio: 1/0.35;
}

.img-gal {
  width: 100%;
}

.blog-content-section p {
  margin-bottom: 0;
}

#slider_opt i {
  cursor: pointer;
  font-size: 2rem;
  display: none;
}

#slider_opt i::after,
#slider_opt i::before {
  color: #932f31 !important;
}

.gal-dis>img,
.gal-dis video {
  display: none;
  pointer-events: none;
}

.gal-dis .embed_video {
  pointer-events: none;
}

.gal-dis img {
  height: 90% !important;
  width: 90% !important;
  object-fit: contain;
}

.gal-opt img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.title-img {
  display: none;
  margin: 0;
}

.gal-dis {
  width: 100%;
  overflow: hidden;
  border-radius: var(--borderRadius);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 0 20px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 15px;
  gap: 10px;
}

.gal-opt img,
.gal-opt video,
.gal-opt .embed_video {
  width: 90px !important;
  height: 90px !important;
  min-width: 90px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}

.gal-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 15px;
  width: min-content;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 15px;
  box-shadow: 0px 2px 5px #e2b57c8c;
  overflow-x: scroll;
}

.gal-opt .embed_video iframe {
  pointer-events: none;
}

.containerSlider {
  /* padding: 10px 0; */
}

.gal-opt img.active,
.gal-opt video.active,
.gal-opt .embed_video.active {
  border: 1px solid #932f31;
  padding: 1.5px;
}

.img-gal-text {
  overflow: visible !important;
}

.img-gal-text h3 {
  margin-top: 5px;
  font-weight: 600;
}

.section-location__container__contact .icon img {
  border-radius: 20px;
}

.access-submenu img {
  display: none;
}

.arrow-img-div {
  display: none;
}

.carousel-item video {
  border-radius: var(--borderRadius);
  height: auto !important;
}

.bakery-video-cont img {
  width: 100%;
}

.blogs_details_p {
  padding: 0px calc(var(--paddingY) / 2);
  overflow: visible;
  border-radius: 0;
}

.blogs_details_p .Indulge_sec2>h1 {
  line-height: 1;
  margin-bottom: 0;
}

.blogs_details_p .Indulge_sec2>h3 {
  margin-bottom: var(--margin_bottom_sub);
}

.access-menu>li .anchor,
.access-menu>li a {
  white-space: pre !important;
}

.artisan_product .pro-1 {
  padding: 0;
}

.artisan_product .pro-1 .h1 {
  margin-bottom: 0px;
}

.artisan_product .pro-1 h3 {
  /* margin-top: -1%; */
  margin-bottom: var(--margin_bottom_sub);
}

.artisan_product {
  padding: calc(var(--paddingY) / 2);
}

.leading_purpose {
  background-color: #F7F8F8;
  padding: calc(var(--paddingY) / 2);
  position: relative;
}

.leading_purpose>h3 {
  margin-bottom: 10px;
}

.leading_div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leading_div>div:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Leading-img-div {
  overflow: hidden;
  border-radius: 30px;
}

.Leading-img-div img {
  width: 100%;
}

.leading_purpose p {
  color: #2E2E2E;
}

.Leading-img-div,
.Leading-text-div {
  width: 100%;
}

.post-leader {
  font-size: 1rem;
  color: black !important;
}

.marquee img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.marquee img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.location_class .h23,
.location_class h3 {
  margin-bottom: 0;
  font-size: 1.2rem !important;
}

.share_div {
  /* height: 50px;
  width: 50px; */
  position: absolute;
  z-index: 99;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.3rem;
  top: 20px;
  right: 20px;
}

.share_div i {
  margin: 10px 10px;
  cursor: pointer;
}

.pro_Info p {
  font-size: 0.9rem;
}

.pro_Info .ptags {
  font-size: 0.8rem;
  border: 1px solid grey;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 7px;
  white-space: pre;
}

#formfilter>div>span {
  width: 200px !important;
}

/* .para-anim p .char{opacity: 0;} */
/* .space{height: 100px; width: 100%;background-color: white; display: none;} */

.img-gal-text h3 {
  font-weight: 600;
}


.finder_in_recipe {
  margin: 0;
  grid-column: span 3;
}

.finder_in_recipe .master-piece {
  margin: 40px 0;
  width: auto;
}

/* responsive */


@media screen and (max-width: 1024px) {
  .marqueeContainer {
    --space: 3rem;
  }

  .access-menu a,
  .access-menu .anchor {
    padding: 0.5em 0.7em;
  }

  .activities .h1,
  .app-item2 h2 {
    /* text-align: center; */
  }



  .finder_in_recipe {

    grid-column: span 2;
  }

  .piece_div .h1::before {
    top: -4rem;
  }

  .gal-opt::-webkit-scrollbar {
    height: 2px !important;
  }

  .gal-opt::-webkit-scrollbar-thumb {
    background-color: #932f31;
  }

  .marquee img,
  .marquee__group_phone img {
    /* filter: grayscale(0) !important; */
    width: 95px;
  }

  .brands-div img {
    filter: grayscale(0);
  }

  .img-gal-text h3 {
    margin-top: 0px !important;
  }

  .product {
    padding: 30px;
  }

  .related_pro {
    grid-column: span 2;
  }

  .pro_Info p {
    font-size: 0.9rem;
  }

  .fixedSlide h1,
  .fixedSlide .h1,
  .fixedSlide h3 {
    text-align: center;
  }

  .acc-menu {
    left: calc(100% - 0em);
  }

  .acc-menu.acc-show::before {
    left: 0em;
  }

  section.book i::after,
  section.book i::before {
    font-size: 0.85rem;
  }

  .reach div div p {
    /* font-size: 0.9rem; */
    /* text-align: justify !important; */
  }

  .carousel-indicators {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 5%;
    margin-bottom: 4% !important;
  }

  .cta::before,
  .ctaa::before {
    /* left: calc(100% - 1.52rem) !important; */
    /* width: 36px; */
    /* background: grey; */
  }

  .cta svg {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  .create-text .cta svg {
    transform: translateX(2px);
  }

  .cta:hover svg {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  .recipies__container .containerSlider {
    -ms-grid-column-span: 2 !important;
    grid-column: span 2 !important;
  }

  .recipies__container .gourmet {
    -ms-grid-column-span: 2 !important;
    grid-column: span 2 !important;
  }

  .activities p {
    margin-bottom: 0;
    /* text-align: justify !important; */
  }




  .inner-detail i {
    -webkit-filter: invert(1);
    filter: invert(1);
  }



  section h1::after,
  section h1::before,
  section .h1::after,
  section .h1::before {
    font-size: 1.8rem;
  }

  section .headingFont::after,
  section .headingFont::before {
    font-size: 3rem;
  }

  ::after,
  ::before {
    font-size: 1.5rem;
    color: #2e2e2e;
  }

  .share_div i::after,
  .share_div i::before {
    color: #E2B57C;
  }

  .book-galary {
    height: 100%;
    max-height: 800px;
    -ms-grid-columns: 48% 4% 48%;
    grid-template-columns: 48% 48%;
    -ms-grid-rows: auto 4% auto 4% auto;
    grid-template-areas:
      "item1 item2"
      "item1 item3"
      "item4 item5";
  }

  .footer-content>div a {
    font-size: 0.75rem;
  }


  .inner-detail a,
  .inner-detail h5,
  .inner-detail button {
    font-size: 0.8rem;
  }

  .inner-detail p,
  .inner-detail h3 {
    font-size: 1rem;
    line-height: 1;
  }

  .reach div div h1,
  .reach div div .h1 {
    font-size: 2rem;
  }

  .create-art {
    font-size: 6rem;
  }

  /* .point-1:hover .hotspot, .point-2:hover .hotspot{
 
    background-color: white;
    position: relative;
    top: -110px;
    border-radius: 20px;
    left: -120px;padding: 5px 10px;
    scale: 1;
  } */
  .hotspot-on {
    background-color: white;
    position: relative;
    scale: 0.8;
  }

  .whips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .connect-with .connect-with__headings--h1{
    margin-bottom: 0;
  }

  .whips>div:last-child {
    max-width: 100%;
    width: 100%;
  }

  .whips img {
    width: 100%;
    height: auto;
  }

  .access-submenu img {
    height: 13px;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    display: block;
  }

  .access-submenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-img-div {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .access-menu .rotate-like {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .gal-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .gal-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .gal-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .gal-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .gal-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .how-to-make-it,
  .how-to-make-it p,
  .how-to-make-it li,
  .fixedSlide li,
  .fixedSlide p {
    font-size: 0.9rem !important;
  }

  .gourmet .gourmet-item h3,
  .gourmet .gourmet-item .h44 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1441px) {
  .happy-back {
    /* max-height: 400px; */
  }
}

@media screen and (min-width: 769px) {
  .book-galary>div:hover .inner-detail {
    top: 0%;
  }

  .access-menu>li>.anchor {
    position: relative;
  }

  .access-menu>li>.anchor::after {
    width: 0%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 50%;
    height: 0.5px;
    content: "";
    background-color: #E2B57C;
    bottom: 3px;
    opacity: 80%;
  }

  .access-menu>li>a:hover:after,
  .access-menu>li>.anchor:hover:after {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: calc(100% - 1.8em);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .access-menu>li:last-child a:hover:after,
  .access-menu>li:last-child .anchor:hover:after {
    /* transition: 0.5s; */
    width: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .access-menu>li:last-child a,
  .access-menu>li:last-child button {

    -webkit-transition: all 0.1s ease;

    -o-transition: all 0.1s ease;

    transition: all 0.1s ease;

  }

  .access-menu>li:last-child a:hover {
    /* font-weight: 600;
    scale: 1.1; */
  }

  .access-menu>li:last-child a,
  .access-menu>li:last-child button {
    background: #e2b57c;
    padding: 15px 25px;
  }

  .access-menu>li:hover .access-submenu {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 100%;
    left: auto;
    display: block;
    /* margin-top: 20px; */
  }
}

@media screen and (max-width: 1100px) {
  .blog-content-section {
    margin: 0 var(--paddingX);
  }
}

@media screen and (max-width: 768px) {
  .gal-opt {
    max-width: 80%;
  }

  .presence h2 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 15px;
  }

  .presence>h3 {
    text-align: center;
  }

  .master-piece {
    width: auto;
    margin: 40px 5%;
  }

  #slider_opt i {
    display: none;
  }

  #slider_container {
    width: 100% !important;
  }

  #slider_opt i::after,
  #slider_opt i::before {
    font-size: 1rem;
  }

  .book-galary {
    margin-bottom: 20px;
  }

  .related_pro , .recipies__container .containerSlider {
    grid-column: span 1 !important;
  }


  /* .main-cara .cta{
    right: 50%;
    bottom: 25px;
    transform: translate(50%, 0px);
  }
  #carouselExampleDark .carousel-indicators {
    justify-content: center;
    margin: 0%;
    bottom: 0;
    margin-bottom: 5px !important;
  } */
  #carouselExampleDark .carousel-indicators {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    bottom: -50px !important;
    margin-left: 5%;
  }

  .main-cara .carousel-control-prev,
  .main-cara .carousel-control-next {
    visibility: visible;
  }

  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #e2b57c;
  }

  .header .logotop img {
    width: 55px;
  }

  .master-piece2 {
    margin: 40px 2.5%;
    width: 95%;
  }

  .carousel-indicators {
    margin-bottom: 7% !important;
  }

  .Indulge_content_sec {
    padding: 0 10px !important;
  }

  .activities {
    padding: 20px 10px;
  }

  .access-menu>li:nth-child(5) ul li a {
    white-space: pre;
  }

  .leading_div>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leading_div>div:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .access-menu>li a {
    white-space: initial;
  }

  .access-menu .rotate-like {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .activities>div>div {
    width: 100%;
  }

  .extra_heading_div {
    padding: 15px;
  }

  .extra_heading_div>div {
    padding: 0 !important;
  }



  .food-dairy>div {
    margin: 20px 0;
  }

  .future-flavor .app-maindiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bakery h1,
  .application h1,
  .bakery .h1,
  .application .h1 {
    margin-bottom: 20px;
  }

  .recipies__container .containerSlider {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
  }

  .recipies__container .gourmet {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
  }

  .vision .apps>div:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .header .link {
    margin-top: 6px;
  }

  .apps>div:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .application.future-flavor .apps>div:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* .double-col {
    display: -ms-grid;
    display: grid;
    position: relative;
    right: 0%;
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    //justify-items: start; 
  } */

  .master-piece {
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .bakery-locator-master {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 0;
  }

  .inner-detail {
    top: 0%;
  }

  .master-div {
    position: relative;
  }

  .header .link {
    cursor: pointer;
  }

  .reach .sec-reach {
    height: auto;
  }

  .bakery h1 {
    margin-top: 0;
  }

  .bakery>div h3 {
    margin-top: 20px;
    text-align: center;
  }

  .reach .sec-reach h3,
  .reach .sec-reach .h1,
  .leadership_product_process h1,
  .leadership_product_process h3,
  .leadership_product_process .post-leader,
  .app-item2 h2,
  .jobApply .h1,
  .csr-object .h1,
  .report .h1,
  .pro-1 .h1,
  .pro-1 h3,
  .whips h1,
  .whips h3,
  .pro_sub_cat>div>h3,
  .pro_sub_cat>div>h3,
  .fermentation_art h3,
  .fermentation_art h2,
  .champ-text h2,
  .leading h2,
  .leading h3,
  .champ-text h3,
  .fermentation_art p,
  .activities h2 {
    text-align: center;
  }

  .highlights .h1 {
    margin-bottom: 20px;
  }

  .master-piece>div {
    border-radius: 30px;
  }

  .master-piece .master-div {
    margin-top: 30px;
  }

  .master-div {
    position: relative;
  }

  .header .link {
    cursor: pointer;
  }

  .cta span,
  .ctaa span {
    color: white;
  }

  .reach .sec-reach {
    height: auto;
  }

  .reach .sec-reach .cta {
    position: relative;
    bottom: 0;
    right: 0;
    left: 100%;
    -webkit-transform: translate(calc(-100% - 10px), 0px);
    -ms-transform: translate(calc(-100% - 10px), 0px);
    transform: translate(calc(-100% - 10px), 0px);
    margin-bottom: 0px;
  }

  .linee {
    margin: 20px 0;
  }

  .cta::before,
  .ctaa::before {
    /* top: 7%; */
  }


  .cta svg,
  .ctaa svg {
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }

  .sec-main-cara .carousel-item .cta,
  .reach .cta,
  .book .cta,
  .social .cta,
  .main-cara .carousel-caption .cta {
    right: 0;
  }

  .carousel-caption .cta {
    /* left: 90%; */
    right: 20px;
  }

  .sec-main-cara .cta {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .d-none {
    display: block !important;
  }

  .access-menu a {
    padding: 0.5em;
  }

  .reach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .reach>div {
    height: 300px;
  }

  .reach .first-reach {
    -ms-grid-columns: auto 15px auto 15px auto;
    grid-template-columns: auto auto auto;
    height: calc(100% + 0px);
    gap: 15px;
    row-gap: 20px;
  }

  .master-div {
    padding: 20px;
  }

  .master-div h1,
  .master-div .h1 {
    margin-bottom: 20px;
  }

  .master-div .h23,
  .master-div h3 {
    margin-bottom: 10px;
  }

  .social h1,
  .social .h1 {
    margin-bottom: 30px;
  }

  .location_class .h23,
  .location_class h3 {
    font-size: 1.0rem;
  }

  .master-div>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }

  .master-div input {
    font-size: 1rem;
  }

  .create-art {
    font-size: 4.5rem;
  }

  .menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .access-menu li {
    display: none;
  }

  .menu-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* margin-top: 10px; */
    gap: 10px;
    position: absolute;
    right: 0;
  }
  .access-menu{
    padding-right: 20px;
    padding-top: 10px;
  }

  .access-menu>li>a,
  .access-menu>li>.anchor {
    font-size: 19px;
    font-weight: 600;
  }

  /* .access-menu > li:hover .access-submenu */
  /* .show-list {
    right: 25%;
    position: relative !important;
    top: 0;
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: -5px;
  } */

  /* .access-menu > li:hover .access-submenu::after  */
  /* .show-list::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: grey;
    bottom: 0;
    top: 100%;
    right: -15%;
  } */

  .access-submenu {
    padding-top: 0;
    position: relative;
    width: 100%;
    padding: 15px 0px 20px 20px;
  }
  .access-submenu li{
    position: relative;
  }
  .access-submenu li a,
  .access-menu li a,
  .access-menu li .anchor {
    text-align: right;
  }

  /* .access-menu a:hover, .access-menu a:focus{text-align: right;color: black; position: relative;} */
  /* .access-menu>li>a:hover:after{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #bf8421;
    border-radius: 50%;
    bottom: calc(50% - 5px);
    right: -9px;
} */

  /* .menu-bar:hover + .access-menu {
    background-color: red;
  } */
  .header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 55px;
  }
  .header .logotop{
    height: 55px;
    display: flex;
    place-items: center;
  }

  .main-cara {
    /* overflow: hidden; */
    /* margin-bottom: 150px; */
  }

  .main-cara video {
    border-radius: 30px;
  }

  .main-cara .create-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  /* .carousel-caption h5{
    position: relative;
    top: calc(100% + 50px) !important;
  } */
  .point-img {
    height: 150px !important;
    position: absolute;
    width: 300px !important;
    bottom: 0%;
    left: -150px;
    scale: 0 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* .point-1:hover .hotspot, .point-2:hover .hotspot{
 
    background-color: white;
    position: relative;
    top: -110px;
    border-radius: 20px;
    left: -150px;padding: 5px 10px;
    scale: 0.8;
  }  */
  .hotspot-on {
    background-color: white;
    position: relative;
    /* top: -110px !important; */
    /* border-radius: 20px; */
    /* left: -170px !important; */
    /* padding: 5px 10px; */
    scale: 0.8;
  }

  .footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .foot1 h5 {
    color: #b3b3b3;
  }

  .foot1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }

  .foot2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }

  .foot3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }

  .foot4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }

  .foot5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
  }

  .bakery h1,
  .bakery .h1 {
    text-align: center;
  }

  .footer-content>div {
    gap: 0;    
  }
  .foot6, .foot7, .foot8{
    grid-area: unset;
  }

  .split-para {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .application-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 32% 2% 32% 2% 32%;
    grid-template-rows: 32% 32% 32%;
    gap: 2%;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .application-cards>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .application-cards>*:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .application-cards>*:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .food>div>img {
    height: auto;
    width: 100%;
  }

  .app-item2 h3 {}

  .food {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2%;
  }

  .food>div:last-child {
    padding-bottom: 0;
  }
.foot7, .foot8, .foot6 {
  p{
    font-size: 12px !important;
    color: #fff !important;
  }
  a{
    font-size: 12px !important;
  }
}
  .bakery {
    padding: 30px;
  }

  .whips {
    padding: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .whips img {
    width: 100%;
    height: auto;
  }

  .whywhips {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .pro-2 {
    display: block;
  }

  .pro-2>div {
    margin-bottom: 2%;
  }

  .head-full-cover {
    top: 0;
    height: 100vh;
  }

  .acc-menu {
    padding-top: 0px;
    position: relative;
    top: 0;
    right: 40px;
    display: none;
    left: auto;
    /* width: 190px; */
  }
  .access-menu>li>.anchor.open_enquire{
    padding: 10px 20px;
    border-radius: var(--borderRadius);
    margin-top: 20px;
  }
  .acc-show {
    display: block;
    height: auto;
  }

  .side-bar-pan>li>a::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 18px;
    left: 5px;
    right: 5px;
    background-image: url("../assets/arrow-color.webp");
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    rotate: 180deg;
    display: none;
  }

  /* .side-bar-pan > li > a:hover:after {
    display: none;
    transform: rotate(0deg);
  } */

  .acc-menu.acc-show::before {
    content: "";
    position: absolute;
    left: auto;
    top: calc(0px + 0.7em);
    height: calc(100% - 1.4em);
    width: 0px;
    background: grey;
    right: -0.7rem;
  }

  .happy-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .whoweare {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .apps {
    gap: 20px;
  }

  .app-maindiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .apps>div {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .app-item1,
  .app-item2 {
    width: 100%;
  }

  .app-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-item1 {
    max-height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-maindiv img {
    width: 100%;
  }

  .apps {
    gap: 40px;
  }

  .apps>div {
    gap: 20px;
  }

  .happy-back>img {
    height: auto;
    width: auto;
  }

  .happy-back>video {
    /* height: 100%; */
    /* width: auto; */
  }

  .happy-text {
    padding: 30px 20px 0px 20px;
  }

  .whoweare {
    padding: 30px;
    gap: 20px;
  }

  .whoweare .h1,
  .presence .h1 {
    text-align: center;
  }

  .app-item2 .h1 {
    text-align: center;
  }

  .vision .app-maindiv {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .vision .app-odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .apps .align-right * {
    text-align: center;
  }

  .champ .align-right *,
  .champ * {
    text-align: center;
  }

  .apps .app-odd *,
  .apps .app-even * {
    text-align: center;
  }

  .vision .app-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presence>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .presence>div ul {
    margin: 0;
  }

  .presence>h3 {
    width: 100%;
  }

  .presence p {
    margin-bottom: 0;
  }

  .strength>div {
    padding: 0;
  }

  .activities>div {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .head-full-cover {
    width: 90%;
    /* margin: 40px auto; */
  }



  .side-bar-pan.show-list>li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    /* -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px !important;
    position: relative;
    width: 100%;
  }

  .arrow-img-div i::after,
  .arrow-img-div i::before {
    font-size: 1.1rem;
  }

  .arrow-img-div {
    position: absolute;
    right: 0%;
    top: 0;
    width: fit-content;
    transform: rotate(45deg);
    transition: all 0.1s;
  }

  .arrow-img-div.addd {
    transform: rotate(0deg);
    transition: all 0.1s;
  }

  .arrow-img-div i {
    transform: translate(0, -2px);
  }


  .pro_2Card .cta:hover span {
    color: white;
  }

  .happy-back {
    max-height: none;
    min-height: auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  .header .access-menu .arrow-img-div {
    transform: rotate(0deg);
    z-index: 1111;
    width: 20px;
  }
  .li-first-child {
    margin-top: 20px;
  }

  .back-nav::before {
    height: 55px;
  }

  .artisan_product {
    padding: 30px;
  }

  .leading_div>div {
    gap: 20px;
  }

  .leading_div>div {
    margin-top: 30px;
  }


  .app-item2 .cta,
  .bakery .category-btn.cta {
    margin-left: auto;
    margin-right: auto;
  }


}

.enquiry_pop .close_pop {
  height: 25px !important;
  width: 25px !important;
}

@media screen and (max-width: 1024px) {
  .enquiry_pop .close_pop {
    height: 20px !important;
    width: 20px !important;
  } 
}

.blog_dev {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}


@media screen and (max-width: 800px) {

  .access-menu a,
  .access-menu .anchor {
    padding: 0.5em 0px 0.5em;
  }
  .access-menu a{
    padding: 0.5em 30px 0.5em;
  }
  .show-list li{
    text-align: right;
    width: 100%;
  }
  .access-submenu.double-col, .access-submenu.show-list{
    display: block;
    width: auto;
  }

  .blog_dev {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .blog_dev.right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .deals .big-h1::before {
    left: 40%;
  }

  .deals .big-h1 {
    left: -40%;
  }
}

@media screen and (max-width: 600px) {
  .conatiner {
    padding-top: 100px;
  }

  section.header {
    width: 95%;
  }

  .cta span,
  .ctaa span {
    font-size: 13px;
  }

  .deals_div {
    bottom: auto;
    justify-items: center;
    gap: 10px;
    left: 0px;
    top: 50px;
    width: 100%;
  }

  .deals .big-h1 {
    width: 100%;
    left: 0%;
  }

  .share_div {
    right: 10px;
    top: 10px;
  }

  .deals .big-h1::before {
    left: 25%;
  }

  .share_div i {
    margin: 5px;
  }

  .share_div i::after,
  .share_div i::before {
    font-size: 1rem;
  }

  .marquee__group img {
    height: 50px;
  }

  .marquee__group {
    gap: 20px;
  }

  .marquee__group_phone {
    transition: all 0.5s;
  }

  .marquee__group_phone img {
    height: 70px !important;
    transition: all 0.5s !important;
  }

  .app-item2,
  .whoweare,
  .happy-text,
  .leader_passion {
    padding: 0px 10px !important;
  }

  .happy-text {
    padding-top: 20px !important;
  }

  .product_process .app-item2 {
    padding: 5px 10px !important;
  }

  .product_process .app-item2 h3,
  .product_process .app-item2 p {
    margin-bottom: 5px !important;
  }

  .happy-text {
    padding-bottom: 0;
  }

  .leading_purpose {
    padding: 20px 10px;
  }

  .product_process .apps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px !important;
  }

  .blog-content-section img {
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
  }

  .blogs_details_p {
    padding: 0px 20px;
  }

  .gal-dis {
    height: 250px;
  }

  .gal-opt img,
  .gal-opt video,
  .gal-opt .embed_video {
    height: 50px !important;
    width: 50px !important;
    min-width: 70px;
  }

  .extra_heading_div>div {
    gap: 10px;
  }

  .pro_sub_cat {
    padding: 0
  }

  .pro-1 {
    padding: 0px 0px 0px 0px;
  }

  section {
    margin: 40px 2.5%;
  }

  .head-full-cover {
    width: 95%;
  }

  .deals {
    margin: 30px 0px;
  }

  .deals img {
    border-radius: 0px;
    /* aspect-ratio: 3.5/4; */
  }

  .marqueeContainer {
    --space: 3rem;
    width: 100%;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  .book-galary>div img {
    height: 100%;
  }

  /* .main-cara{
    margin-bottom: 100px;
  } */
  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* .master-div{
    padding: 30px;
    top: 0;
  } */



  .footer-copy p {
    font-size: 0.7rem;
  }

  .footer .footer-copy i {
    font-size: 1rem;
  }

  .footer {
    padding: 15% 5% 0 5%;
    margin: -15% 0 0 0;
  }

  .book-galary {
    height: 100%;
    max-height: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1%;
    -ms-grid-rows: auto 1% auto 1% auto 1% auto 1% auto;
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5";
    grid-template-rows: 20% repeat(4, 19%);
  }

  .reach div div p {
    /* font-size: 0.8rem; */
  }

  .book-galary>div video {
    width: auto;
    height: 100%;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  .reach>div {
    /* height: 400px; */
  }

  .gourmet .gourmet-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.8;
  }

  .gourmet .gourmet-item h1,
  .gourmet .gourmet-item .h1 {
    text-align: center;
  }

  .append-img {
    height: auto;
    bottom: 25%;
  }

  #carouselExampleIndicators {
    aspect-ratio: 9/6;
  }

  .carousel-item .cta {
    /* width: 205px; */
  }

  .social .social-posts {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
  }

  .social .social-posts>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .social .social-posts>*:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .social .social-posts>*:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .social h1::before,
  .social .h1::before {
    margin-right: 10px;
  }

  .create-art {
    font-size: 4rem;
  }

  .d-block.w-100 h5::after {
    font-size: 1.5rem;
  }

  .book-galary>div {
    min-height: 250px;
    max-height: 350px;
    width: 100%;
    aspect-ratio: 1;
  }

  .gal-1 {
    min-height: 300px;
    max-height: 350px;
  }


  .cta span {
    color: white !important;
  }

  .logo {
    width: 100px;
  }

  .davar {
    width: 70px;
  }

  .apps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .presence {
    padding: 100px 60px 60px 60px;
  }

  .presence-map {
    position: relative;
    right: 0;
    height: 100%;
    top: auto;
    width: 100%;
  }


  .presence {
    padding: 60px 10px 30px 10px;
  }

  .gal-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .gal-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .gal-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .gal-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .gal-5 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }


  .pop_4 {
    left: -123px !important;
    top: -140px !important;
  }

  .pop_1 {
    left: -165px !important;
    top: -165px !important;
  }

  .pop_2 {
    left: -202px !important;
    top: -50px !important;
  }

  .pop_3 {
    left: -201px !important;
    top: 0 !important;
  }
}

@media screen and (max-width: 508px) {
  #formfilter {
    width: 100%;
  }

  #formfilter>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }

  #formfilter>div>span {
    width: 47.5% !important;
  }

  .create-art {
    font-size: 3rem;
  }

  .deals .big-h1 {
    font-size: 3.5rem !important;
  }

  .footer .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  section h1,
  .fixedSlide h1,
  section .h1,
  .fixedSlide .h1 {
    /* font-size: 3.5rem; */
  }

  section .headingFont {}

  .main-cara .cta {
    /* right: calc(50% - 7px); */
    min-width: 183px;
  }


}

ul li {
  padding: 0 !important;
}

@media screen and (max-width: 440px) {
  .piece_div .h1::before {
    top: -3rem;
    left: 3.5rem;
  }

  .piece_div .h1 {
    transform: translate(-3.5rem, 0);
  }

  .product {
    padding: 10px;
  }

  .gourmet .gourmet-item {
    min-height: 350px;
    max-height: 450px;
  }

  .fixedSlide {
    min-width: 250px !important;
    text-align: justify;
  }

  .SliderContent {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }

  .header {
    margin-top: 20px !important;
  }

  .cta {
    scale: 1;
  }

  .cta span {
    font-size: 12px;
  }

  .pro-2 .cta {
    scale: 1;
  }

  section h1,
  .fixedSlide h1,
  section .h1,
  .fixedSlide .h1 {
    /* font-size: 3rem; */
  }

  section .headingFont {
    font-size: 3rem;
  }

  section h1::after,
  section h1::before,
  section .h1::after,
  section .h1::before,
  ::after,
  ::before,
  .deals .big-h1::before {
    font-size: 1.5rem;
  }

  section .headingFont::after,
  section .headingFont::before {
    font-size: 1.5rem;
  }

  .create-art {
    font-size: 2.5rem;
    top: 10px;
  }

  .d-block.w-100 h5::after {
    font-size: 1.3rem;
  }

  .reach .first-reach {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(3, 1fr);
  }

  /* .master-div h1::before, .master-div .h1::before {
    position: absolute;
    top: 0rem;
    
  } */

  .gourmet .gourmet-item {
    padding: 20px;
  }

  .book {
    padding: 20px 10px;
  }

  .reach>div {
    padding: 20px 10px;
  }

  .master-div {
    padding: 20px;
  }

  .social {
    padding: 20px 10px;
  }

  .bakery {
    padding: 30px 10px;
  }

  .application {
    padding: 10px 10px;
  }

  .food {
    padding: 20px 10px;
  }

  .whips {
    padding: 20px 10px;
  }

  .product {
    padding: 20px 10px;
  }

  .to-top {
    height: 30px;
    width: 30px;
  }

  .to-top>svg {
    -webkit-transform: translateY(0px) rotate(-90deg);
    -ms-transform: translateY(0px) rotate(-90deg);
    transform: translateY(0px) rotate(-90deg);
  }

  .side-bar-pan.show-list>li {
    gap: 5px;
  }

  .show-list {
    /* right: 0; */
    /* width: 140px; */
  }

  .Indulge_Att_box {
    gap: 10px !important;
  }

}

@media screen and (max-width: 390px) {
  .access-menu a {
    padding: 0.4em 30px 0.5em;
  }

  .gourmet .gourmet-item {
    min-height: 250px;
    max-height: 380px;
  }

  section h1,
  .fixedSlide h1,
  section .h1,
  .fixedSlide .h1,
  .related_pro {
    font-size: 2.5rem;
  }

  section .headingFont {
    font-size: 2.5rem;
  }

  section.deals .headingFont.big-h1 {
    font-size: 3.5rem !important;
  }

  .reach>div {
    height: 425px;
  }

  /* section *{border-radius: 20px !important;} */
  .containerSlider_pro-2 .pro_2Card {
    scale: 0.95 !important;
  }

  .piece_div .h1::before {
    top: -2.5rem;
    left: 5.5rem;
  }

  .piece_div .h1 {
    transform: translate(-5.5rem, 0);
  }

}

@media screen and (max-width: 317px) {
  .access-menu a {
    padding: 0.3em 0.5em;
  }

  .arrow-img-div {
    transform: translate(0, 1px);
  }

  .piece_div .h1::before {
    top: 0rem;
    left: -3.5rem;
  }

  .piece_div .h1 {
    transform: translate(3.5rem, 0);
  }
}


.img_radius {
  overflow: hidden;
  border-radius: var(--borderRadius);
}


.headingFont {
  font-family: "edwardianscriptitc" !important;
  font-size: 5rem;
  color: #932f31;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section .headingFont::after,
section .headingFont::before,
::after {
  font-size: 2rem;
  color: #2e2e2e;
}


.fact-vid-2 {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .carousel-item video {
    aspect-ratio: 16/9 !important;
  }

  .app-item2 h3 {
    text-align: center;
  }

  .finder_in_recipe {
    grid-column: span 1;
  }

  .resting {
    justify-content: center !important;
  }

  .enquiry_pop {
    padding: 0 !important;
    justify-content: revert !important;
  }

  .enquiry_pop .section-inquiry {
    width: 100%;
  }

  .section-inquiry__container {
    border-radius: 0 !important;
  }
}

.alert-danger {
  background-color: transparent;
  border: none;
}

.alert-success {
  background-color: transparent;
  border: none;
}

.product_cele_desc a {
  color: #932f31 !important;
  text-decoration: none !important;
}

.product_cele_desc a:hover {
  text-decoration: underline #932f318d !important;
  text-underline-offset: .1em !important;
}

.app .app-maindiv a {
  color: #932f31 !important;
  text-decoration: none !important;
}

.app .app-maindiv a:hover {
  text-decoration: underline #932f318d !important;
  text-underline-offset: .1em !important;
}


.award {
  position: fixed;
  left: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #932f31;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: none;
  gap: 30px;
  z-index: 9999;
  align-items: center;
  height: auto;
  max-height: 100px;
  padding: max(8px, 0.8%) 5%;
}

.award p {
  margin-top: 0;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: clamp(0.875rem, 0.8217rem + 0.2007vw, 1.0625rem);
  line-height: 1.5;
  overflow: hidden;
  display: none;
  position: relative;
}

.award .p1 {
  display: block;
}

.award .p2 a,
.award .p3 a {
  all: unset;
  cursor: pointer;
  text-underline-offset: 0.2em;
}

.award .p2 a:hover,
.award .p3 a:hover {
  text-decoration: underline;
}

.award>div {
  width: 100%;
}

.award .award_logo {
  display: none;
}

.award .cross {
  height: 15px;
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .award p {
    text-align: left;
    width: min(310px, 100%);
  }

  .award .p2 a {
    text-decoration: underline;
  }
}