@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: 80px 0 40px 0;
  background: url(../images/home/home-about-bg.svg) no-repeat;
  background-position: top;
  background-size: contain;
}

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

.home-story-outer {
  padding-top: 100px;
}


.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: 40%;
    margin-top: 100px;
  text-align: center;
}

.home-shape-2 div {
  max-width: 90%;
    margin-top: -20px;
    text-align: center;
}

.home-shape-btn {
  position: absolute;
  bottom: 0;
  padding: 5px 30px;
  background: #c10231;
  color: #FFF;
}

.home-shape-btn:hover {
  
  background: #d60438;
}
.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-green);
      line-height: 54px;
    position: absolute;
    left: -10px;
    bottom: -20px;
    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-3.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: 160px 0 60px 0;
  background: url(../images/home/home-middle-shape.svg) no-repeat;
  background-position: top;
  background-size: contain;
  background-color: #FFF;
}

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

.home-tahina-section  .halawa-image{
  margin-top: -90px;
  padding-right: 40px;
}

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

.home-tahina-section .section-title {
  color: #b10925;
}

.home-tahina-section .section-title span {
  color: #b10925;
}

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

.home-tahina-section .halawa-box .section-title span {
   color: #b10925;
  
}

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

.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: 900px;
  text-align: center;
  margin: auto;
  font-size: 50px;
}

.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;
}

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

.certificate-list img {
  width: auto;
  height: 120px;
  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-middle-banner {
  margin-top: -220px;
  z-index: -10;
}

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

.recipes-section-title {
  margin-top: -250px;
  color: #FFF;
}

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

.home-recipes-section p {
  color: #000000;
}

.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;
  background-color: var(--color-orange);
}

.home-recipes-section .btn:hover {
  
  background-color: var(--primary-color);
}

.home-recipes-banner{
   width: 100%;
}

.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;
}

/* About Us */

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

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

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

.about-top-section {
  padding: 80px 0 40px 0;
}

.about-top .section-title {
  font-size: 40px;
  line-height: 50px;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}

.about-top .home-shape-2 {
  margin-left: auto;
}

.about-content-top .about-shape-2{
  width: 330px;
    max-width: 100%;
    height: 240px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 10px 25px 35px 25px;
    background: url(../images/about/shape-9.svg) no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 180px;
    top: 145px;
    margin-top: 0;
    position: absolute;
}

.about-story-section {
  padding: 20px 0 40px 0;
  background-position: bottom;
  background-size: contain;
  position: relative;
}

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

.about-story-section .home-shape-2 {
  position: absolute;
  right: 10%;
  top: 0;
}

.about-story-outer {
  padding-top: 10px;
}

.about-story-outer .home-story-box {
  color: #000000;
}

.about-story-outer p {
  color: #000000;
}

.about-process-section {
  padding: 50px 0;
  margin: 0;
  position: relative;
}

.about-process-section .section-title {
}

.about-process-section p {
  max-width: 900px;
  margin: auto;
}

/* Colors */
.bg-red {
  background-color: var(--primary-color);
}
.bg-beige {
  background-color: #f1e0d3;
}
.text-red {
  color: var(--primary-color);
}

/* Circle container */

.quality-process-box {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  max-width: 1000px;
}
.process-circle {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.process-circle:hover {
  transform: scale(1.05);
}

.process-circle img {
  width: 80px;
  height: auto;
}

.process-circle p {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  max-width: 180px;
  color: var(--primary-color);
}

.process-circle.bg-red p {
  color: #fff;
}

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

.market-section-title {
  margin-top: -140px;
  color: var(--primary-color);
}

.about-market-section h3 {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-market-section p {
  color: #000;
}

.vertical-divider {
  width: 1px;
  margin: auto;
  height: 90%;
  border-left: 3px solid #000;
}
.about-market-section .image-box {
  position: relative;
  max-width: 120px;
}

.about-market-box {
  max-width: 350px;
}

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

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

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

.product-top-section {
  padding: 80px 0 40px 0;
}

.product-top-section .section-title {
  font-size: 50px;
  line-height: 50px;
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px;
}

.product-top-section .section-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-top-section p {
  max-width: 1000px;
  margin: auto;
}

.product-footer-section {
  padding: 100px 0 0 0;
  margin: 0;
  position: relative;
  background: #FFF;
  color: #000000;
}

.product-footer-section h4 {
  color: #b10a26;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 30px;
}

.product-footer-section p {
  color: #000000;
}

.product-footer-section .certificate-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: start;
  gap: 10px;
  align-items: center;
}

.product-footer-section .certificate-list img {
  width: 70px;
  height: 70px;
  max-width: 30%;
  object-fit: contain;
}

.usage-list {
  gap: 20px;
  justify-content: start;
}
.usage-list-suggested {
  padding: 0 30px 0 0;
}

.usage-list-diet {
  padding: 0 30px;
}
.usage-item {
  min-width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.usage-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0);
}

.usage-item p {
  font-size: 15px;
  color: #000000;
}

.usage-list::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 30px;
  height: 150px;
  width: 1px;
  background-color: #000; /* change to your desired color */
}
.border-top-line {
  position: relative;
}
.border-top-line::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #fff;
}
.product-size-section {
}

.product-size-section .nav-tabs {
  gap: 20px;
}
.product-size-section .nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #000;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
}

.product-size-section .nav-tabs .nav-link.active {
  color: #b10a26;
  border-bottom: 2px solid #b10a26;
}

.product-size-section .nav-tabs .nav-link img.tab-icon {
  width: 40px;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  filter: grayscale(100%) brightness(0) invert(0);
}

.product-size-section .nav-tabs li:nth-child(1) img.tab-icon {
  width: clamp(25px, 5vw, 25px);
}
.product-size-section .nav-tabs li:nth-child(2) img.tab-icon {
  width: clamp(30px, 5.5vw, 30px);
}
.product-size-section .nav-tabs li:nth-child(3) img.tab-icon {
  width: clamp(40px, 6vw, 40px);
}
.product-size-section .nav-tabs li:nth-child(4) img.tab-icon {
  width: clamp(50px, 6.5vw, 50px);
}
.product-size-section .nav-tabs li:nth-child(5) img.tab-icon {
  width: clamp(65px, 7vw, 70px);
}
.product-size-section .nav-tabs li:nth-child(6) img.tab-icon {
  width: clamp(80px, 7.5vw, 90px);
}
.product-size-section .nav-tabs li:nth-child(7) img.tab-icon {
  width: clamp(90px, 8vw, 110px);
}
.product-size-section .nav-tabs li:nth-child(8) img.tab-icon {
  width: clamp(110px, 8.5vw, 120px);
}

.product-size-section
  .product-packaging-olive
  .nav-tabs
  .nav-link
  img.tab-icon {
  width: auto;
  height: 60px;
}

.product-size-section
  .product-packaging-olive
  .nav-tabs
  li:nth-child(1)
  img.tab-icon {
  width: auto;
  height: 30px;
}
.product-size-section
  .product-packaging-olive
  .nav-tabs
  li:nth-child(2)
  img.tab-icon {
  width: auto;
  height: 40px;
}
.product-size-section
  .product-packaging-olive
  .nav-tabs
  li:nth-child(3)
  img.tab-icon {
  width: auto;
  height: 40px;
}

.product-size-section
  .product-packaging-olive
  .nav-tabs
  li:nth-child(5)
  img.tab-icon {
  width: auto;
  height: 30px;
}
.product-size-section
  .product-packaging-olive
  .nav-tabs
  li:nth-child(5)
  img.tab-icon {
  width: auto;
  height: 40px;
}

.nav-tabs .nav-link.active img.tab-icon {
  opacity: 1;
  filter: invert(23%) sepia(97%) saturate(5477%) hue-rotate(338deg)
    brightness(84%) contrast(97%);
}

.product-size-section .nav-tabs .nav-link.active img.tab-icon {
  opacity: 1;
}

.product-size-section .nav-tabs .nav-link p {
  margin: 5px 0 0;
  font-size: 14px;
}

/* Table styling */
.product-size-section .packaging-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #c10230;
  color: #000;
  font-size: 16px;
}

.product-size-section .packaging-table td:first-child {
  width: 50%;
}

.product-size-section .small-icon {
  width: 40px;
  height: auto;
}

/* Product image */
.product-size-section .product-img {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.product-size-section .olive-product-img{
  width: initial;
  max-width: 100%;
  max-height: 700px;
}

.certificate-100 {
  width: 350px;
  max-width: 70%;
  bottom: -180px;
  position: absolute;
  left: 0;
}

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

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

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

.recipes-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.recipes-section {
  padding-bottom: 100px;
}

.recipes-divider {
  border-bottom: 1px solid #707070;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}

.recipes-section .nav-tabs {
  margin-top: 80px;
  border: none;
}

.recipes-section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #000000;
  padding: 10px 0;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.recipes-section .nav-tabs .nav-link.active {
  color: var(--color-orange);
  border-bottom: none;
}

.recipes-section .nav-tabs .nav-link span {
  position: relative;
  display: inline-block;
}

.recipes-section .nav-tabs .nav-link.active span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-orange);
}

.recipes-section .nav-tabs .nav-link:hover {
  color: var(--color-orange);
  border-bottom: none;
}

.recipes-section .nav-tabs .nav-link:hover span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-orange);
}

.recipe-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  font-family: "NeulisNeueSemiBold", "Roboto", sans-serif;
  margin-bottom: 10px;
}

.recipe-content {
}

.prep-time {
  margin-top: 50px;
  gap: 20px;
}
.prep-time-image {
  width: 50px;
}

.prep-time-image img {
  width: 100%;
}
.prep-time-content {
}

.recipe-content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "NeulisNeueSemiBold", "Roboto", sans-serif;
}

.recipe-image {
  margin-top: 20px;
  width: 100%;
  padding-right: 20px;
}

.recipe-content li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.recipe-content .ingredients {
  padding: 0 30px;
  position: relative;
}
.recipe-content .ingredients::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  height: 100%;
  width: 1px;
  background-color: #707070;
}

.recipe-content .ingredients img {
  width: 60px;
  margin-bottom: 30px;
}

.recipe-method-box {
  background: var(--primary-color);
  color: #fff;
  padding: 20px 30px;
}

.recipe-method-box img {
  width: 60px;
  margin-bottom: 30px;
}

.recipe-method-box ul {
  padding-left: 20px;
}

.recipe-method-box li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  list-style: decimal;
}

.recipe-content .home-shape-2 {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 9999;
}

.help-block{
   font-size: 14px;
    color: #c10230;
    margin-top: 5px;
}

.contact-hero-section {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 150px;
}

.contact-hero-content {
  width: 100%;
  text-align: center;
  min-height: 300px;
  padding: 100px 0 60px 0;
}
.contact-map-section {
  position: relative;
  padding: 60px 0;
  width: 100%;
}

.contact-map-section iframe {
  width: 100% !important;
}

.contact-form-section {
  position: relative;
  width: 100%;
}

.contact-form {
}

.contact-form .form-label {
  font-weight: 500;
  font-size: 16px;
}

.contact-form .form-control {
  box-shadow: none !important;
  border-bottom: 1px solid #0d0d0d !important;
}

.contact-form-section .border-start {
    border-left: 1px solid #0d0d0d !important;
}

.contact-form .form-control:focus {
  border-color: #c10230;
}

.contact-form .btn {
  background-color: var(--primary-color);
}

.career-section {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 50px;
}

.career-content {
  width: 100%;
  text-align: center;
  padding: 10px 0 40px 0;
}

.career-form .form-label {
  font-weight: 500;
  font-size: 16px;
}

.career-form .form-control {
  box-shadow: none !important;
  border-bottom: 1px solid #0d0d0d !important;
}

.career-form .form-control:focus {
  border-color: #c10230;
}

.career-form .btn {
  background-color: var(--primary-color);
}

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

.career-hero-section .home-shape-2 {
  background: url(../images/shape-career.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 9999;
  padding: 10px 10px 10px 10px;
  width: 280px;
  height: 220px;
  bottom: 18%;
  margin-left: 15%;
}

.privacy-section .section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 40px 0;
  line-height: 1;
}

.privacy-section .section-subtitle {
font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}


.privacy-content {
  margin-bottom: 40px;
}

.privacy-content ul{
  font-size: 15px;
  font-weight: 500;
}

.privacy-content a {
  font-weight: 900;
}
