/* Scss Document */
@import url("../fonts/ibm-plex-sans/stylesheet.css");
@import url("../fonts/inter/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("../fonts/icons/style.css");
/*Font Families*/
/*ibm Families*/
/*inter Families*/
/*Playfair Display Families*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scrollbar-width: thin;
}
*:focus {
  outline: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #e31e24 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #e31e24;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.loader-bg {
  position: absolute;
  z-index: 999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #e31e24 94%, rgba(0, 0, 0, 0)) top/4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #e31e24);
  animation: s3 2s infinite linear;
}

@keyframes s3 {
  100% {
    transform: rotate(1turn);
  }
}
body {
  color: #000000;
  font: 12px/1.6 "Inter-Regular", "sans-serif";
}

.center {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0px auto;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", "serif";
  font-weight: 600;
  letter-spacing: 0.05em;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

header {
  background-color: #fff6e9;
  padding: 20px 0px;
}
header .center {
  width: calc(100% - 30px);
}
header .center .navigation .nav-header {
  display: none;
}
header .center .navigation .nav-menus-wrapper .nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li {
  list-style-type: none;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li:not(.logo) > a {
  font: 14px/1.4 "IBM-Plex-Sans-Semibold", "sans-serif";
  text-transform: uppercase;
  color: #000000;
  padding: 15px 0;
  display: block;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li:not(.logo) > a:after {
  content: "";
  border-bottom: 4px solid #000000;
  width: 0%;
  display: block;
  transition: all 0.5s ease;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li:not(.logo) > a:hover {
  color: #e31e24;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li.logo {
  width: 110px;
  z-index: 99999;
}
header .center .navigation .nav-menus-wrapper .nav-menu > li.logo a img {
  position: absolute;
  top: 0px;
}

.banner {
  background-color: #fdeed7;
  position: relative;
}
.banner .inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: var(--background);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .anim-dots {
  display: none !important;
}
.banner .anim-arrows {
  position: absolute;
  bottom: 50px;
  right: 20%;
  width: 99px;
}
.banner .anim-slider {
  height: calc(100vh - 90px);
  min-height: 600px;
  max-height: 800px;
}
.banner .anim-slider .center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.banner .center .banner-inner {
  display: flex;
  height: calc(100vh - 90px);
  min-height: 300px;
  max-height: 800px;
  /* Align items vertically */
  align-items: center;
  /* Align items horizontally 
  justify-content: center;*/
}
.banner .center .banner-inner > div {
  flex: 1;
}
.banner .center .banner-inner > div .bg-title {
  position: relative;
  font: 50px/1.1 "Playfair Display", "serif";
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner .center .banner-inner > div .bg-title::before {
  white-space: nowrap;
  content: attr(data-bg-title);
  position: absolute;
  top: -100px;
  left: -50px;
  font: 180px/1 "Playfair Display", "serif";
  font-weight: 600;
  color: #000000;
  opacity: 0.04;
}
.banner .center .banner-inner > div p {
  position: relative;
  max-width: 310px;
  font: 14px/2 "Inter-Regular", "sans-serif";
}
.banner .center .banner-inner > div img {
  width: 100%;
}
.banner .center .banner-box-set {
  position: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.banner .center .banner-box-set * {
  position: inherit;
  z-index: 3;
}
.banner .center .banner-box-set div {
  flex: 1;
  position: relative;
}
.banner .center .banner-box-set div:first-child {
  text-align: left;
}
.banner .center .banner-box-set div:first-child #banner-title {
  font: 50px/1.1 "Playfair Display", "serif";
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 500px;
}
.banner .center .banner-box-set div:first-child #banner-rttext {
  font: 14px/2 "Inter-Regular", "sans-serif";
  color: #000000;
  max-width: 330px;
  margin-bottom: 100px;
}
.banner .center .banner-box-set div:first-child #banner-link {
  font: 14px/1.4 "Inter-Regular", "sans-serif";
  color: #ffffff;
  background-color: #e31e24;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 5px;
}
.banner .center .banner-box-set div:first-child #banner-link::after {
  font: 12px/1.4 "icomoon";
  content: "\e90b";
  margin-left: 15px;
}
.banner .center .banner-box-set div:first-child #banner-link:hover {
  background-color: #000000;
}
.banner .center .banner-box-set div #product-img2 {
  position: absolute !important;
  z-index: 9;
  bottom: 50%;
}
.banner #bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.banner #bg-img img {
  position: absolute;
  bottom: 0px;
  left: 42%;
}
.banner #right-bg-pat {
  width: 33%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #fcd089;
  position: absolute;
  z-index: -1;
  background-image: repeating-linear-gradient(45deg, #fbbc57 0, #fbbc57 1px, transparent 0, transparent 50%), repeating-linear-gradient(-45deg, #fbbc57 0, #fbbc57 1px, transparent 0, transparent 50%);
  background-size: 20px 20px;
}
.banner .anim-slide.red-chilli-power #right-bg-pat {
  background-color: #eca26c;
  background-image: repeating-linear-gradient(45deg, #e6853f 0, #e6853f 1px, transparent 0, transparent 50%), repeating-linear-gradient(-45deg, #e6853f 0, #e6853f 1px, transparent 0, transparent 50%);
}
.banner .anim-slide.gulab-jamun #right-bg-pat {
  background-color: #f5c0a7;
  background-image: repeating-linear-gradient(45deg, #f09f79 0, #f09f79 1px, transparent 0, transparent 50%), repeating-linear-gradient(-45deg, #f09f79 0, #f09f79 1px, transparent 0, transparent 50%);
}
.banner .anim-slide.son-papdi #bg-img {
  left: 70px;
  bottom: 120px;
}
.banner .anim-slide.son-papdi #right-bg-pat {
  background-color: #fcdc89;
  background-image: repeating-linear-gradient(45deg, #fbcd57 0, #fbcd57 1px, transparent 0, transparent 50%), repeating-linear-gradient(-45deg, #fbcd57 0, #fbcd57 1px, transparent 0, transparent 50%);
}

.main-content section {
  padding: 30px 0 30px;
  background-color: #fffcf7;
}
.main-content section .center .bg-title {
  position: relative;
  padding-top: 150px;
  font: 50px/1.2 "Playfair Display", "serif";
  font-weight: 600;
  color: #e31e24;
  text-transform: capitalize;
}
.main-content section .center .bg-title::before {
  white-space: nowrap;
  content: attr(data-bg-title);
  position: absolute;
  top: 55px;
  left: -50px;
  font: 180px/1 "Playfair Display", "serif";
  font-weight: 600;
  color: #000000;
  opacity: 0.04;
  text-transform: uppercase;
}
.main-content section .center .owl-carousela {
  display: flex;
  flex-wrap: wrap;
}
.main-content section .center .owl-carousela .item {
  width: 350px;
  min-width: 30%;
}
.main-content section .center .owl-carousel,
.main-content section .center .owl-carousela {
  margin: 30px 0;
}
.main-content section .center .owl-carousel .item,
.main-content section .center .owl-carousela .item {
  position: relative;
  padding: 0px;
}
.main-content section .center .owl-carousel .item .over,
.main-content section .center .owl-carousela .item .over {
  display: block;
  margin: 30px !important;
  padding: 0px !important;
  transition: all 0.7s ease;
}
.main-content section .center .owl-carousel .item .over a,
.main-content section .center .owl-carousela .item .over a {
  display: block;
}
.main-content section .center .owl-carousel .item .img,
.main-content section .center .owl-carousela .item .img {
  width: 100%;
  padding: 10px 10px 40px 10px;
  background: #e9d2b3;
  background: linear-gradient(0deg, #e9d2b3 50%, rgba(233, 210, 179, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.main-content section .center .owl-carousel .item .rt,
.main-content section .center .owl-carousela .item .rt {
  padding: 20px;
  height: 100%;
  min-height: 170px;
}
.main-content section .center .owl-carousel .item .rt h4,
.main-content section .center .owl-carousela .item .rt h4 {
  font: 20px/1.4 "Playfair Display", "serif";
  font-weight: 500;
  color: #000000;
}
.main-content section .center .owl-carousel .item .rt p,
.main-content section .center .owl-carousela .item .rt p {
  color: #000000;
}
.main-content section .center .owl-carousel .item:hover .over,
.main-content section .center .owl-carousela .item:hover .over {
  box-shadow: 0px 12px 25px rgba(94, 94, 94, 0.25);
}
.main-content section .center .owl-carousel .item:hover .over a,
.main-content section .center .owl-carousela .item:hover .over a {
  display: block;
  color: #ffffff;
}
.main-content section .center .owl-carousel .owl-nav,
.main-content section .center .owl-carousela .owl-nav {
  margin: 30px 0 10px 0;
}
.main-content section .center .owl-carousel .owl-nav button,
.main-content section .center .owl-carousela .owl-nav button {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
.main-content section .center .owl-carousel .owl-nav button span,
.main-content section .center .owl-carousela .owl-nav button span {
  font-size: 25px;
  color: #ffffff;
  opacity: 0.8;
}
.main-content section .center .products-display {
  display: flex;
  gap: 65px;
  flex-flow: row wrap;
  margin-top: 70px;
}
.main-content section .center .products-display .p-box {
  flex: 0 1 calc(25% - 50px); /* <-- adjusting for margin */
  transition: all 0.7s ease;
}
.main-content section .center .products-display .p-box a .img {
  background-color: #e9d2b3;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 20px;
  transition: all 0.7s ease;
}
.main-content section .center .products-display .p-box a .content {
  margin-top: 15px;
  padding-bottom: 10px;
  min-height: 200px;
  position: relative;
  transition: all 0.7s ease;
}
.main-content section .center .products-display .p-box a .content h4 {
  font: 20px/1.4 "Playfair Display", "serif";
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000000;
}
.main-content section .center .products-display .p-box a .content p {
  font: 12px/1.4 "Inter-Regular", "sans-serif";
  color: #000000;
}
.main-content section .center .products-display .p-box a .content span {
  display: inline-block;
  background-color: #333333;
  padding: 10px;
  color: #ffffff;
  font: 14px/1.4 "IBM-Plex-Sans-Regular", "sans-serif";
  position: absolute;
  bottom: 5px;
  transition: all 0.7s ease;
  border-radius: 5px;
}
.main-content section .center .products-display .p-box a .content span:after {
  content: ">";
  margin-left: 25px;
}
.main-content section .center .products-display .p-box a .content span:hover {
  background-color: #e31e24;
}
.main-content section.bg-dark {
  background-color: #000000;
  color: #ffffff;
  padding: 190px 0 250px;
}
.main-content section.bg-dark .bg-title {
  color: #ffffff;
}
.main-content section.bg-dark .bg-title::before {
  color: #ffffff;
  opacity: 0.1;
}
.main-content section.bg-thm {
  background-color: #e9d2b3;
  color: #000000;
  padding: 30px 0 120px;
}
.main-content section.bg-thm .bg-title {
  color: #000000;
}
.main-content section.bg-thm .bg-title::before {
  color: #000000;
  opacity: 0.1;
}
.main-content section.vision-mission {
  background-color: #fdeed7;
  padding: 80px 0 120px 0;
}
.main-content section.vision-mission .box-set {
  gap: 90px;
}
.main-content section.vision-mission .box-set h3 {
  font: 50px/1.1 "Playfair Display", "serif";
  font-weight: 600;
  margin-bottom: 50px;
}
.main-content section.vision-mission .box-set ul {
  margin: 0 0 0 20px;
}
.main-content section.vision-mission .box-set ul li {
  margin-bottom: 10px;
}
.main-content section .why-us {
  gap: 120px;
  justify-content: space-evenly;
}
.main-content section .why-us .box {
  max-width: 470px;
}
.main-content section .why-us .box:first-child {
  flex: inherit;
}
.main-content section .why-us .box:first-child .bg-title {
  margin-bottom: 80px;
}
.main-content section .why-us .box:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
.main-content section .why-us .box .people {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  width: 100%;
}
.main-content section .why-us .box .people div:first-child {
  grid-area: 1/1/3/2;
}
.main-content section .why-us .box .people div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.main-content section .why-us .box .people div:last-child {
  grid-area: 2/2/3/3;
}
.main-content section .trust-para {
  margin: 30px 0;
}
.main-content section .trust-para .box {
  max-width: 450px;
}
.main-content section .trust-box {
  justify-content: space-between;
  margin: 100px 0 100px 100px;
  flex-wrap: wrap !important;
  row-gap: 60px;
}
.main-content section .trust-box .box {
  max-width: 280px;
  flex: auto;
}
.main-content section .trust-box .box h4 {
  font: 24px/1 "Playfair Display", "serif";
  margin: 0 0 15px 0;
  color: #e31e24;
  font-weight: 600;
}
.main-content section .trust-box .box h4 span {
  display: block;
  color: #000000;
  font-size: 50px;
  margin-bottom: 10px;
}
.main-content section .certificate-box-set {
  display: flex;
  gap: 50px;
  margin: 150px 100px 100px 100px;
}
.main-content section .certificate-box-set div img {
  width: 100%;
}
.main-content section .job-box-set {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 80px 0;
}
.main-content section .job-box-set div {
  padding: 30px;
  border: 1px solid #fdcd21;
}
.main-content section .job-box-set div h4 {
  font: 30px/1.7 "Playfair Display", "serif";
  font-weight: 600;
  margin-bottom: 10px;
}
.main-content section .job-box-set div h5 {
  margin-bottom: 10px;
}
.main-content section .job-box-set div ul {
  margin: 10px 30px 30px 30px;
  font: 17px/1.7 "Playfair Display", "serif";
  font-weight: 500;
}
.main-content section .job-box-set div ul li {
  margin-bottom: 5px;
}
.main-content .gallery h4 {
  font: 30px/1.4 "Playfair Display", "serif";
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000000;
}
.main-content .gallery .owl-carousel {
  margin-bottom: 180px;
}
.main-content .gallery .owl-carousel .item {
  position: relative;
  padding: 0px;
}
.main-content .gallery .owl-carousel .item .over {
  display: block;
  margin: 10px !important;
  padding: 0px !important;
  transition: all 0.7s ease;
}
.main-content .gallery .owl-carousel .item .over a {
  display: block;
}
.main-content .gallery .owl-carousel .item .img {
  width: 100%;
}
.main-content .gallery .owl-carousel .item .rt {
  padding: 20px;
  height: 100%;
  min-height: 170px;
}
.main-content .gallery .owl-carousel .item .rt h4 {
  font: 20px/1.4 "Playfair Display", "serif";
  font-weight: 500;
  color: #000000;
}
.main-content .gallery .owl-carousel .item .rt p {
  color: #000000;
}
.main-content .gallery .owl-carousel .item:hover .over {
  box-shadow: 0px 12px 25px rgba(94, 94, 94, 0.25);
}
.main-content .gallery .owl-carousel .item:hover .over a {
  display: block;
  color: #ffffff;
}
.main-content .international-box-set {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-top: 90px;
}
.main-content .international-box-set div h4 {
  font: 24px/1.4 "Playfair Display", "serif";
  font-weight: 600;
  color: #e31e24;
}
.main-content .international-box-set div ul {
  list-style-type: none;
}
.main-content .international-box-set div ul + h4 {
  margin-top: 30px;
}
.main-content .media-box-set {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 120px 0;
}
.main-content .media-box-set img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.main-content .careers-box-set {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 20px 0 120px 0;
}
.main-content .careers-box-set div {
  font: 24px/1.4 "Playfair Display", "serif";
  font-weight: 500;
}
.main-content .careers-box-set div h4 {
  font: 24px/1.4 "Playfair Display", "serif";
  font-weight: 600;
  color: #e31e24;
}
.main-content .careers-box-set div a {
  color: #000000;
}
.main-content .contact-box-set {
  width: 100%;
  max-width: 560px;
  margin: 80px auto;
}
.main-content .contact-box-set h3 {
  font: 50px/1.4 "Playfair Display", "serif";
  font-weight: 600;
}
.main-content .contact-box-set .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.main-content .contact-box-set .form div:nth-child(1) {
  grid-area: 1/1/2/2;
}
.main-content .contact-box-set .form div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.main-content .contact-box-set .form div:nth-child(3) {
  grid-area: 2/1/3/2;
}
.main-content .contact-box-set .form div:nth-child(4) {
  grid-area: 2/2/3/3;
}
.main-content .contact-box-set .form div:nth-child(5) {
  grid-area: 3/1/4/3;
}
.main-content .contact-box-set .form div:nth-child(6) {
  grid-area: 4/1/5/3;
}
.main-content .contact-box-set .form div input:not([type=submit]) {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  background: transparent;
  font: 15px/2 "IBM-Plex-Sans-Regular", "sans-serif";
}
.main-content .contact-box-set .form div input[type=submit] {
  background-color: #e31e24;
  border: none;
  padding: 12px 60px 12px 13px;
  font: 16px/1.4 "IBM-Plex-Sans-Regular", "sans-serif";
  color: #ffffff;
  border-radius: 5px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
  background-size: 10px;
}

footer {
  background-image: repeating-linear-gradient(45deg, rgba(253, 238, 215, 0.8) 0, rgba(253, 238, 215, 0.8) 1px, transparent 0, transparent 50%), repeating-linear-gradient(-45deg, rgba(253, 238, 215, 0.8) 0, rgba(253, 238, 215, 0.8) 1px, transparent 0, transparent 50%);
  background-size: 40px 40px;
  background-color: #ffffff;
}
footer .center .f-top {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 100px 0;
}
footer .center .f-top .menu {
  flex-grow: 1;
}
footer .center .f-top .menu ul {
  display: flex;
  justify-content: space-around;
}
footer .center .f-top .menu ul li {
  list-style-type: none;
}
footer .center .f-top .menu ul li a {
  font: 14px/1.4 "IBM-Plex-Sans-Semibold", "sans-serif";
  color: #000000;
  text-transform: uppercase;
}
footer .center .f-bot .menu ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
}
footer .center .f-bot .menu ul li a {
  font-size: 20px;
  color: #000000;
  position: relative;
  display: block;
  aspect-ratio: 1;
}
footer .center .f-bot .menu ul li a span {
  padding: 10px;
  display: block;
}
footer .center .f-bot .menu ul li a span::before {
  color: #000000 !important;
}
footer .center .f-bot .menu ul li a:before {
  content: "";
  color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
}
footer .center .copy {
  padding: 30px 0 70px;
  font: 16px/1.4 "IBM-Plex-Sans-Regular", "sans-serif";
}

.box-set {
  display: flex;
}
.box-set .box {
  flex: 1;
}

.grid-set {
  display: grid;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header {
    padding: 10px 0;
  }
  header .center .navigation .nav-header .nav-brand img {
    max-width: 80px;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper {
    background-color: #e31e24;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu {
    padding: 70px 20px 20px 40px;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li {
    width: 100%;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li.logo {
    display: none;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    position: relative;
    padding: 5px 0;
    color: #fdeed7 !important;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator {
    width: 20px;
    height: 20px;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator .submenu-indicator-chevron {
    top: 50%;
    border-color: transparent #fff #fff transparent;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown {
    border: 0px;
    position: relative;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown li a {
    width: 100%;
    background-color: transparent;
    border-bottom-color: #e94b50;
  }
  .banner .anim-slider {
    height: calc(100vh - 90px);
    min-height: 400px;
    max-height: 600px;
  }
  .banner .anim-slider #product-img img {
    max-width: 350px;
  }
  .main-content section .center .box-set.why-us {
    flex: 1;
    gap: 20px;
  }
  .main-content section .center .box-set.why-us .box:last-child .grid-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .main-content section .center .box-set.why-us .box:last-child .grid-set div img {
    width: 100%;
  }
  .main-content section .center .box-set.why-us .box:last-child .grid-set div:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .main-content section .center .box-set.why-us .box:last-child .grid-set div:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .main-content section .center .box-set.why-us .box:last-child .grid-set div:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .main-content section .center .box-set.trust-box {
    margin-left: 0px;
  }
  .main-content section .center .certificate-box-set {
    margin: 150px 0px 100px 0px !important;
  }
  footer .center .f-top {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
  footer .center .f-top div.menu ul {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  footer .center .f-bot .menu ul {
    justify-content: center;
  }
  footer .center .copy {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .box-set,
  .job-box-set {
    flex-direction: column;
  }
  .box-set.trust-box,
  .job-box-set.trust-box {
    margin: 50px 0 0 0px !important;
    gap: 50px;
  }
  .box-set.trust-box .box,
  .job-box-set.trust-box .box {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .certificate-box-set {
    margin: 150px 0px 100px 0px !important;
  }
  header {
    padding: 10px 0;
  }
  header .center .navigation .nav-header .nav-brand img {
    max-width: 80px;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper {
    background-color: #e31e24;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu {
    padding: 70px 20px 20px 40px;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li {
    width: 100%;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li.logo {
    display: none;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    position: relative;
    padding: 5px 0;
    color: #fdeed7 !important;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator {
    width: 20px;
    height: 20px;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator .submenu-indicator-chevron {
    top: 50%;
    border-color: transparent #fff #fff transparent;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown {
    border: 0px;
    position: relative;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown li a {
    width: 100%;
    background-color: transparent;
    border-bottom-color: #e94b50;
  }
  .banner {
    display: none;
  }
  .banner .anim-slider {
    min-height: 700px;
    max-height: 750px;
  }
  .banner .anim-slider .anim-slide .center {
    position: relative;
    padding: 50px 0 0 0;
    top: auto;
    left: auto;
    height: 100%;
    transform: none;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set {
    flex-direction: column;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div:first-child #banner-title {
    font: 40px/1.1 "Playfair Display", "serif";
    font-weight: 600;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div:first-child #banner-rttext {
    margin-bottom: 30px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div#product-img {
    position: absolute;
    width: 100%;
    bottom: -50px;
    right: 0;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div#product-img img {
    position: absolute;
    width: 95%;
    bottom: 0;
    right: -30%;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover {
    width: 100%;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img {
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img img {
    width: 100%;
    right: -25%;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img2 {
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img2 img {
    bottom: 0px;
    width: 100%;
    min-width: 220px;
  }
  .banner .anim-slider .anim-slide #right-bg-pat {
    display: none;
  }
  .banner .anim-slider .anim-slide.corn-soup #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.red-chilli-power #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.gulab-jamun #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.son-papdi .center .banner-box-set #product-img img {
    width: 110%;
    bottom: 150px;
    right: -20px;
  }
  .banner .anim-slider .anim-slide.son-papdi #bg-img {
    left: 0px;
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide.son-papdi #bg-img img {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    max-width: 500px;
  }
  .banner .anim-slider .anim-slide.badam-milk .pi-cover #product-img img {
    right: 0 !important;
  }
  .banner .anim-slider .anim-slide.badam-milk .pi-cover #product-img2 {
    display: none;
  }
  .banner .anim-slider .anim-slide.badam-milk #bg-img img {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    max-width: 500px;
  }
  .banner .center .banner-inner {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 70px 0;
    gap: 30px;
  }
  .banner .center .banner-inner div .bg-title {
    font-size: 25px;
  }
  .banner .center .banner-inner div .bg-title::before {
    font-size: 40px;
    top: -20px;
    left: 0px;
  }
  .banner .center .banner-inner div img {
    width: 100%;
  }
  .main-content section .center .bg-title {
    font-size: 40px;
    padding-top: 50px !important;
  }
  .main-content section .center .bg-title::before {
    font-size: 70px;
    top: 10px;
    left: -5px;
  }
  .main-content section.bg-dark {
    padding: 30px 0 30px;
  }
  .main-content section.bg-dark .center .box-set.why-us {
    gap: 30px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box {
    margin-top: 0px;
    max-width: 100%;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .bg-title {
    margin-bottom: 20px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .people {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .people div {
    text-align: center;
  }
  .main-content section.vision-mission {
    padding: 30px 0 30px 0;
  }
  .main-content section.vision-mission .box-set {
    gap: 30px;
  }
  .main-content section.vision-mission .box-set h3 {
    font: 40px/1.1 "Playfair Display", "serif";
    font-weight: 600;
    margin-bottom: 20px;
  }
  .main-content section .products-display {
    margin-top: 30px !important;
  }
  footer .center .f-top {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
  footer .center .f-top div.menu ul {
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .center .f-bot .menu ul {
    justify-content: center;
  }
  footer .center .copy {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  body.sweets .inner-bg {
    background-position: -1000px 0px;
  }
  body.soups .inner-bg {
    background-position: -850px 0px;
  }
  body.health-drinks .inner-bg {
    background-position: -950px 0px;
  }
  body.namkeens .inner-bg {
    background-position: -700px 0px;
  }
  body.instant-mixes .inner-bg {
    background-position: -900px 0px;
  }
  body.spices-masalas .inner-bg {
    background-position: -900px 0px;
  }
  body.seasonings .inner-bg {
    background-position: -1000px 0px;
  }
  body.international .inner-bg {
    background-position: 70% 0px;
  }
  body .main-content section .center .owl-carousel .item .over {
    margin: 30px 0 !important;
  }
  body .main-content section .center .owl-carousel .item .rt {
    min-height: auto !important;
  }
  body .main-content section .center .products-display .p-box .content {
    min-height: auto;
    padding-bottom: 50px;
  }
  .box-set,
  .job-box-set,
  .box-set-video {
    flex-direction: column;
  }
  .box-set.trust-box,
  .job-box-set.trust-box,
  .box-set-video.trust-box {
    margin: 50px 0 0 0px !important;
    gap: 50px;
  }
  .box-set.trust-box .box h4,
  .job-box-set.trust-box .box h4,
  .box-set-video.trust-box .box h4 {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .certificate-box-set {
    margin: 150px 0px 100px 0px !important;
  }
  header {
    padding: 10px 0;
  }
  header .center .navigation .nav-header .nav-brand img {
    max-width: 80px;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper {
    background-color: #e31e24;
    display: flex;
    align-items: center;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu {
    width: 220px;
    margin: 0px auto;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li {
    width: 100%;
    display: block;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li.logo {
    display: none;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    position: relative;
    padding: 5px 0;
    color: #fdeed7 !important;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator {
    width: 20px;
    height: 20px;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a .submenu-indicator .submenu-indicator-chevron {
    top: 50%;
    border-color: transparent #fff #fff transparent;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown {
    border: 0px;
    position: relative;
  }
  header .center .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li .nav-dropdown li a {
    width: 100%;
    background-color: transparent;
    border-bottom-color: #e94b50;
  }
  .banner .anim-arrows {
    bottom: 50%;
    right: 20px;
    display: none;
  }
  .banner .anim-slider {
    min-height: 700px;
    max-height: 750px;
  }
  .banner .anim-slider .anim-slide .center {
    position: relative;
    padding: 50px 0 0 0;
    top: auto;
    left: auto;
    height: 100%;
    transform: none;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set {
    flex-direction: column;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div:first-child #banner-title {
    font: 35px/1.1 "Playfair Display", "serif";
    font-weight: 600;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div:first-child #banner-rttext {
    margin-bottom: 30px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div#product-img {
    position: absolute;
    width: 100%;
    bottom: -50px;
    right: 0;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div#product-img img {
    position: absolute;
    width: 95%;
    bottom: 0;
    right: -30%;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover {
    width: 100%;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img {
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img img {
    width: 100%;
    right: -25%;
    max-width: 390px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img2 {
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide .center .banner-box-set div.pi-cover #product-img2 img {
    bottom: 0px;
    width: 100%;
    min-width: 220px;
  }
  .banner .anim-slider .anim-slide #right-bg-pat {
    display: none;
  }
  .banner .anim-slider .anim-slide.corn-soup #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.red-chilli-power #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.gulab-jamun #bg-img img {
    left: -20%;
    width: 100%;
    max-width: 380px;
  }
  .banner .anim-slider .anim-slide.son-papdi .center .banner-box-set #product-img img {
    width: 110%;
    bottom: 150px;
    right: -20px;
  }
  .banner .anim-slider .anim-slide.son-papdi #bg-img {
    left: 0px;
    bottom: 0px;
  }
  .banner .anim-slider .anim-slide.son-papdi #bg-img img {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    max-width: 500px;
  }
  .banner .anim-slider .anim-slide.badam-milk .pi-cover #product-img img {
    right: 0 !important;
  }
  .banner .anim-slider .anim-slide.badam-milk .pi-cover #product-img2 {
    display: none;
  }
  .banner .anim-slider .anim-slide.badam-milk #bg-img img {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    max-width: 500px;
  }
  .banner .center .banner-inner {
    align-items: flex-start;
    flex-direction: column;
    height: 70vh;
    min-height: 700px;
    max-height: 710px;
    padding: 70px 0;
    gap: 30px;
  }
  .banner .center .banner-inner div .bg-title {
    font-size: 40px;
  }
  .banner .center .banner-inner div .bg-title::before {
    font-size: 40px;
    top: -20px;
    left: 0px;
  }
  .banner .center .banner-inner div img {
    width: 100%;
  }
  .main-content section .center .bg-title {
    font-size: 40px;
    padding-top: 50px !important;
  }
  .main-content section .center .bg-title::before {
    font-size: 50px;
    top: 30px;
    left: 0px;
  }
  .main-content section.bg-dark {
    padding: 30px 0 30px;
  }
  .main-content section.bg-dark .center .box-set.why-us {
    gap: 30px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box {
    margin-top: 0px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .bg-title {
    margin-bottom: 20px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .people {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .main-content section.bg-dark .center .box-set.why-us .box .people div img {
    width: 100%;
  }
  .main-content section.vision-mission {
    padding: 30px 0 30px 0;
  }
  .main-content section.vision-mission .box-set {
    gap: 30px;
  }
  .main-content section.vision-mission .box-set h3 {
    font: 40px/1.1 "Playfair Display", "serif";
    font-weight: 600;
    margin-bottom: 20px;
  }
  .main-content section .products-display {
    margin-top: 30px !important;
  }
  .main-content section .products-display .p-box {
    flex: 0 1 90% !important; /* <-- adjusting for margin */
  }
  .main-content section .international-box-set {
    flex-direction: column;
    gap: 30px;
  }
  footer .center .f-top {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
    align-items: flex-start;
  }
  footer .center .f-top div.menu ul {
    flex-direction: column;
    gap: 20px;
  }
  footer .center .f-bot .menu ul {
    justify-content: space-between;
  }
  footer .center .copy {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header .center .navigation .nav-header {
    display: block !important;
  }
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  margin: 3px;
}
.owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #e9d2b3;
  border-radius: 50px;
}
.owl-dots .owl-dot.active span {
  background-color: #e31e24;
}

.box-set-video {
  display: flex;
  gap: 20px;
}
.box-set-video div {
  max-width: 300px;
  flex: 1;
}
.box-set-video div img {
  width: 100%;
}/*# sourceMappingURL=default.css.map */