/* Common CSS Start */


/*---color---Variable---*/
:root {
  --whitebg: #fff;
  --whitecolor: #fff;
  --whitebborder: #fff;

  --light-black-color: #61666B;
  --black-bg: #000;
  --light-black-border: #61666B;

  --brand-color: #7A0908;
  --brand-bg: #7A0908;
  --brand-border: #7A0908;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.w-100 {
  width: 100% !important;
  display: block;
}

.container {
  max-width: 90%;
  margin: 0px auto;
  padding: 0px 15px;
}

.pt-0 {
  padding-top: 0px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.flex-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.overflow-hiiden {
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.w-100 {
  width: 100%;
  display: block;
}

.sticky-btn {
  position: fixed;
  right: 33px;
  top: 50%;
  z-index: 999999999;
  transform: translate(60px, -50%) rotate(89deg);
}


/*---slick---slider---start---here---*/
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 36px;
  width: 33px;
  height: 33px;
  background-image: url(../images/icon/back-arrow.svg);
  background-color: var(--brand-bg);
  background-size: 26%;
  background-repeat: no-repeat;
  background-position: center, center;
  font-size: 0px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-animation: pulse2 1s infinite;
  animation: pulse2 1s infinite;
  box-shadow: 0 0 0 12px transparent;
}

.swiper-button-next {
  left: auto;
  right: calc(50% - 40px);
  background-image: url(../../lp-assets/images/icon/arrow-next.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center, center;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  left: calc(50% - 40px);
  background-image: url(../../lp-assets/images/icon/back-arrow.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center, center;
}

.slick-disabled {
  opacity: 0.6;
}

.slick-dots li {
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  background: var(--redbg);
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  width: 33px;
  height: 8px;
}

.slick-dots li button {
  background: none;
  font-size: 0px;
  line-height: 0px;
  border: none;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  background: var(--brand-bg);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}

/*---slick---slider---end---here---*/

.heading-box {
  text-align: center;
}

.xl-title {
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: 'OptimusPrinceps';
}

.btn-white {
  background: var(--brand-bg);
  padding: 13px 22px;
  color: #fff;
  font-family: 'Overlock', cursive;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 20px;
}

.padding-t-b {
  padding: 60px 0px 80px 0px;
}

.img-bottom-heading {
  width: 120px;
  margin: 0px auto;
  margin-top: 18px;
}

.img-bottom-heading img {
  width: 100%;
}

.heading-box2 {
  width: 50%;
  margin: 0px auto;
  margin-top: 15px;
}

.heading-box2 .xl-title {
  color: #7A0908;
}


/*---top---section---start---here---*/
.top-section-row {
  display: flex;
}

.colm-top-left,
.colm-right-top {
  width: 50%;
}

.colm-top-left {
  padding-right: 1px;
  position: relative;
}

.colm-right-top {
  padding-left: 4px;
}

.brand-area {
  position: absolute;
  top: 0px;
  left: 6%;
  width: 90px;
  display: block;
  z-index: 999;
}

.brand-area img {
  display: block;
  width: 100%;
}

.top-content {
  position: absolute;
  top: 50%;
  left: 11%;
  right: 11%;
  transform: translate(0px, -50%);
}

.top-social-link {
  margin-top: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.top-social-link li {
  display: inline-block;
  margin-top: 18px;
  margin: 0px 8px;
}

.top-social-link li:hover {
  opacity: 0.8;
}

.top-social-link img {
  width: 30px;
}

.top-social-link li:nth-of-type(2) img {
  width: 26px;
}

.top-content .xl-title {
  color: #7A0908;
}

.top-content p {
  color: #635353;
}

.swiper-wrapper {
  height: initial;
}

.experment .swiper-button-prev,
.experment .swiper-button-next {
  background: #fff;
}

.experment .swiper-button-prev {
  background-image: url(../images/icon/arrow-phil-prev.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center, center;
}

.experment .swiper-button-next {
  background-image: url(../images/icon/arrow-phil-next.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center, center;
}

.top-content .btn-white {
  margin-top: 24px;
}

/*---experment--section----start---here---*/
.experment {
  position: relative;
  background: #FAF5F3;
}

.experment .xl-title {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.experment .heading-box {
  width: 100%;
}

.experment .heading-box p {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 25px;
}

.experment .heading-box .bold-text {
  font-weight: 700;
  margin-top: 20px;
}

.title-new {
  color: #fff;
  font-family: 'Overlock', cursive;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}

.bg-image-expermient {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image img {
  width: 100%;
}

.product-image-bottom {
  position: relative;
  border-radius: 16px;
  overflow: hidden;

}

.product-img {
  margin-top: -85px;
}

.experment-inner-wraper {
  position: relative;
  z-index: 2;

}

.star-rating ul {
  display: inline-flex;
  background-image: url(../images/icon/rating-bg.svg);
  background-size: cover;
  padding: 4px 0px;
  width: 120px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.star-rating ul:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -25px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/rating-before.svg);
  background-size: cover;
}

.star-rating ul:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -25px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/rating-after.svg);
  background-size: cover;
}

.star-rating ul li {
  display: inline-block;
  color: #fff;
  line-height: 0px;
  font-family: 'Overlock', cursive;
  font-weight: 900;
  font-size: 12px;
  padding: 3px 1px;
}

.star-rating ul li img {
  width: 11px;
}

.star-bottom-img {
  width: 60px;
  margin: 0px auto;
  display: block;
  margin-top: 2px;
}

.heart-icon {
  width: 104px;
  margin: 0px auto;
  margin-bottom: 7px;
}

.heart-icon img {
  display: block;
  width: 100%;
}

.product-title-box {
  text-align: center;
  display: inline-block;
  padding: 11px 5px;
  min-width: 208px;
  position: relative;
}

.product-title-box span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Overlock', cursive;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-heading {
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.star-rating {
  text-align: center;
  margin-top: 2px;
}

.slide-item-expermient {
  padding-top: 85px;
}

.experment-product-box {
  background: #fff;
  padding: 22px;
  padding-top: 0px;
  border-radius: 16px;
}

.top-box-experiment {
  position: relative;
  top: -85px;
  margin-bottom: 15px;
  text-align: center;
}

.play-icon,
.play-icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 58px;

}

.expermentSlider .swiper-wrapper {
  padding-bottom: 90px;
}

.expermentSlider {
  padding-top: 40px;
}

/*---why---section---start---here---*/
.why-image-box img {
  width: 100%;
  display: block;
}

.why-image-box {
  border-radius: 16px;
  overflow: hidden;
}

.why-section {
  position: relative;
  background: #fff;
}

.why-inner-wraper {
  position: relative;
  z-index: 2;
}

.heading-box-new {
  margin-bottom: 50px;
}

.why-content-box {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
  position: relative;
  z-index: 1;
}

.why-icon-img {
  width: 134px;
  display: block;
  margin-bottom: 30px;
}

.why-title {
  color: var(--brand-color);
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'OptimusPrinceps';
}

.why-content p {
  margin-top: 20px;
}

.why-inner-wraper .row {
  align-items: center;
}

.why-image-box {
  margin-left: -28%;
}

.why-section .bg-image-expermient {
  opacity: 0.6;
}


.culinary-right {
  border-radius: 16px;
  overflow: hidden;
}

.culinary-right img {
  width: 100%;
  line-height: 0px;
  display: block;
}

.culinary .heading-box {
  width: 100%;
}

.culinary .heading-box p {
  padding: 0px 5%;
}

.culinary .row {
  align-items: center;
}

.culinary-slider .swiper-slide img {
  max-width: 100%;
  /* transition: all .25s ease-out; */
  transform: scale(.75);
  transform-origin: center;
}

.culinary-slider .swiper-slide-active img {
  transform: scale(1);
}

.swiper-slide-active .culinary-slide>img {
  border: 2px solid var(--brand-border);

}

.culinary-slide img {
  display: block;
  width: 100%;
  line-height: 0px;
  border-radius: 12px;
  overflow: hidden;
}

.culinary-slider {
  width: 76%;
  margin: 0px auto;
}

.culinary-slider .swiper-wrapper {
  padding-bottom: 60px;
}

.culinary {
  position: relative;
  background: #FAF5F5;
}

.culinary .container {
  position: relative;
  z-index: 2;
}

.bg-image-expermient2 {
  top: auto;
  height: initial;
}

.culinary {
  padding-top: 80px;
}

.how-india {
  background: #fff;
}

.how-india .bg-image-expermient {
  opacity: 0.7;
}

.product-image-box a {
  display: block;
}

.product-image-box a img {
  width: 100%;
  display: block;
  line-height: 0px;
}

.the-world {
  position: relative;
  background: #FAF5F3;
}

.the-world .container {
  position: relative;
  z-index: 2;
}

.the-world .heading-box2 {
  width: 62%;
}

.the-world .heading-box2 p {
  margin-bottom: 21px;
}

.product-title-world {
  color: var(--brand-color);
  font-family: 'Overlock', cursive;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid var(--brand-border);
}

.botoom-logo {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.product-link-box {
  width: 50%;
  padding: 0px 8px;
}

.product-link-box a {
  display: inline-block;
}

.product-link-box img {
  width: 90px;
}

.amazon-logo {
  text-align: right;
}

.facebox-logo {
  text-align: left;
}

.facebox-logo .link-web {
  position: relative;
  top: -5px;
}

.world-slider .swiper-wrapper {
  padding-bottom: 70px;
}

.variount-box {
  position: absolute;
  top: 15px;
  right: 0px;
  padding: 10px 10px;
  width: 72px;
  text-align: center;
  z-index: 2;
  background: url(../../lp-assets/images/icon/variant-shap.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 11px;
  font-family: 'Overlock', cursive;
  text-transform: uppercase;
}

.product-image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.product-image {
  position: relative;
  border-radius: 16px;
}

footer {
  background: var(--brand-bg);
  padding: 30px 0px;
}

.footer-social-link {
  text-align: center;
}

.footer-social-link li {
  display: inline-block;
  padding: 0px 8px;
}

.footer-social-link li:hover {
  opacity: 0.8;
}

.footer-social-link li img {
  width: 20px;
}

.footer-social-link li:nth-of-type(2) img {
  width: 22px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

footer.mt-3 {
  margin-top: 0px !important
}

/*New Css Added for Product CTA*/
.btnProduct {
  background: var(--brand-bg);
  padding: 5px 22px;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 0px;
  cursor: pointer;
}

.product-title-world {
  border-bottom: 0px;
}

.productBuyNow {
  text-align: center;
  border-bottom: 1px solid var(--brand-border);
  padding-bottom: 25px;
}

.productBuyNow .btnProduct {
  margin-top: 0px;
  font-family: 'Overlock', cursive;
}

.col-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 28px;
  border-radius: 20px;
  margin: 10px;
  height: 100%;
  padding-bottom: 0;
  transition: 0.3s;
  cursor: pointer;
}

.col-box:hover {
  box-shadow: #76202370 0px 10px 36px 0px, #76202383 0px 0px 0px 1px;
}
.col-box img{width: 70px;}