@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.css");
@import url("rtl.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");

/*** 

====================================================================
	Main Slider
====================================================================

***/


.container-fluid {
  padding: 10px 10%;
}

.home-hero-section {
  padding-top: 120px;
}

.home-slider {
  width: 100%;
  position: relative;
  display: flex;
}

.home-slider-image {
  width: 100%;
  position: relative;
}

.home-slider-image img {
  width: 100%;
}

.page-title {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4rem;
  text-transform: uppercase;
}

.page-subtitle {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 68px;
  line-height: 80px;
  font-family: "NeulisNeueSemiBold", "Roboto", sans-serif;
  margin-bottom: 30px;
}

.section-subtitle {
  color: var(--color-orange);
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}


.home-about-section {
  padding: 40px 0;
  background: url(../images/home/shape-1.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}

.home-about-section .image-box {
  padding: 10px 20px;
  position: relative;
}


.full-banner {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
}

.full-banner-inner {
  width: 100%;
  position: relative;
}

.full-banner-inner img {
  width: 100%;
}

.home-shape-2 {
  width: 320px;
  max-width: 100%;
  height: 240px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  padding: 40px 10px 10px 10px;
  background: url(../images/home/shape-2.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 10%;
  text-align: center;
}

.home-shape-2 div {
  max-width: 90%;
}

.home-shape-btn{
 position:absolute;
 bottom: 0;
 padding: 5px 30px;
}


.home-shape-3 {
  width: 320px;
  max-width: 100%;
  height: 240px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  padding: 0 10px 30px 10px;
  background: url(../images/home/shape-3.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 120px;
  text-align: center;
  float: right;
  margin-top: -70px;
}

.home-shape-3 div {
  max-width: 90%;
}



.taste-tradition {
  font-family: "mvboli", "Roboto", sans-serif;
  font-size: 54px;
  color: var(--color-orange);
  line-height: 54px;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: rotate(-10deg);
}


.text-with-two-underlines::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 55px;
  background-image: url('../images/home/underline-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(13deg);
}

.sesame-shape {
  position: absolute;
  right: -200px;
  top: 80px;
  max-width: 190px;
}



.home-tahina-section {
  padding: 60px 0;
  background: url(../images/home/shape-4.svg) no-repeat;
  background-position: bottom;
  background-size: contain;
}

.home-tahina-section .image-box {
  padding: 0;
  position: relative;
}


.home-tahina-section .section-title {
  color: var(--color-orange);
}

.home-tahina-section .section-title span {
  color: var(--primary-color);
}

.home-category-section {
  padding: 0 0 60px 0;
  margin: 0;
  position: relative;
}

.category-section-title {
  margin-top: -200px;
}

.category-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  padding-top: 50px;
  align-items: center;
}

.category-item-list .category-item {
  width: 30%;
  padding: 0 20px;
}


.category-item-list .category-item img {
  width: 100%
}

.home-brand-section {
  padding: 50px 0;
  margin: 0;
  position: relative;
}


.home-brand-section .section-title {
  color: var(--color-orange);
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.home-brand-section .section-title span {
  color: var(--primary-color);
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 80px;
  padding: 60px 5% 0 5%;
  align-items: center;
}

.brand-list img {
  width: auto;
  height: 100px;
  max-width: 170px;
  object-fit: contain;
}

.subtitle-private-label {
  width: 500px;
  max-width: 80%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 120px;
  border-top: 2px solid var(--color-orange);

}



.home-recipes-section {
  padding: 0 0 60px 0;
  margin: 0;
  position: relative;
  background: var(--secondary-color);
}

.recipes-section-title {
  margin-top: -180px;
}


.home-recipes-section h3 {
  color: var(--color-orange);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vertical-divider {
  width: 1px;
  margin: auto;
  height: 90%;
  border-left: 3px solid var(--color-orange);
}
.home-recipes-section .image-box{
  position:relative;
}

.home-recipes-section .btn{
  position:absolute;
    bottom: 0;
    right: -20px;
    padding: 4px 30px;
}

.recipe-box {
  max-width: 350px;
}

.home-certifications-section {
  background: #FFF;
  padding: 60px 0 60px 0;
  margin: 0;
  position: relative;
}

.subtitle-certifications {
  font-family: 'mvboli';
  color: var(--color-orange);
  padding-bottom: 20px;
}

.subtitle-certifications::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/underline-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}