/* @import url("https://fonts.cdnfonts.com/css/lemonmilk"); */
/* @import url('https://fonts.googleapis.com/css?family=Inter:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600');
/* @font-face {
  font-family: 'Inter';
  src: 
      url("../Assets/fonts/LEMONMILK-Regular.otf");
      ;
} */
/* Global styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --text-color: #606060;
  --primary-font: "Inter", serif;
}
   
.customHeading{
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

html {
  overflow-x: hidden;
}

a:not(#contact-wrapper a) {
  text-decoration: none !important;
  padding: 0;
}

/* Styles for header/navbar which will feature on all pages */

.header {
  /* width: 100vw; */
  display: flex;
  /* position: absolute; */
  /* z-index: 2; */
  padding-left: 150px;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(116, 116, 116, 0));
}

@media(max-width: 1400px) {
  .header {
    padding-left: 0;
  }

  .navbar:not(.navy.navbar) {
    margin-left: 20px !important;
  }
}


.navBarcontainer {
  max-width: 1400px;
  display: flex;
  /* justify-content: space-between; */
}

.logo {
  max-width: 200px;

}

.navbar:not(.navy.navbar) {
  all: unset;
  color: white;
  font-family: Arial, Inter, sans-serif;
  /* font-size: 16px; */
  font-size: 15px;
  font-weight: 500;
  height: 100px;
  align-items: center;
  display: flex;
  margin-left: 100px;
}

.navbar ul:not(.navy.navbar ul) {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.navbar a:hover {
  color: #d5b464;
  transition: ease-in-out 0.3s;
}

.navbar a {
  color: white;
}

.navbar a.active {
  color: #d5b464;

}

.navbar li:not(.navy.navbar li) {
  /* padding: 0 20px; */
  padding: 0 15px;

}

/* Hamburger Navbar */

.toggleButton {
  /* position: absolute; */
  /* top: 2rem; */
  /* right: 3rem; */
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggleButton .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

@media(max-width: 992px){
  .toggleButton {
    display: flex;
  }
}


@media(max-width: 915px) {



  .myNav {
    display: none !important;
  }

  .navbar:not(.navy.navbar) {

    align-items: right;
    height: fit-content;
    padding: 5px 0 25px 0;
  }

  .navBarcontainer {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    width: 100%;

  }

  .header {
    padding-left: 0;
  }

  .myNav {
    flex-direction: column;

    text-align: right;
  }

  .dropdownContainer {
    display: none;
  }

  .myNav.active {
    display: flex !important;
    height: 180px;
  }

  .navBarcontainer.active {
    background-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.7),
        rgba(116, 116, 116, 0));
    margin-left: 0;
  }

}

@media(min-width: 916px) {
  .desktopLi {
    display: none;
  }
}

/* dropdown menu within navbar */

.dropdownContainer {
  position: relative;
  z-index: 1;
}

#dropdown {
  all: unset;
  top: -40px;
  left: 0;
  margin-top: 0px;
  padding-top: 70px;
  display: none;
  position: absolute;
  width: 100%;
  height: fit-content;
  z-index: -1;
  background-image: linear-gradient(to bottom, #17171766, rgba(0, 0, 0, 0));
  padding-bottom: 50px;
}

#dropdown li {
  padding: 10px 20px;
}

.dropdownContainer:hover #dropdown {
  display: block;
  /* background-color: #17171726; */
}

@media all and (max-width: 1235px) {
  .logo {
    max-width: 200px;
    margin-right: 50px;
  }
}

/* Banner Carousel */

.sliderContainer {
  position: relative;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px 40px !important;
  color: white;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(91, 18, 18, 0.507);
}


/* Fading animation */
.animate {
  animation-name: animate;
  animation-duration: 2.5s
}

@keyframes animate {
  from {opacity: .8}
  to {opacity: 1}
}

@media all and (max-width: 1400px) {
  .prev, .next {
    top: 90%;
    font-size: 28px;
    padding: 10px 20px !important;
    margin-top: 10px;
  }
  .prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}

/* Styles applied to banners on all pages */

.heroBanner1 {
  overflow: hidden;
  position: relative;
}

.bannerImage {
  width: 100%;
  display: block;
  position: relative;
}

.bannerTextBlock1 {
  padding: 20px;
  padding-bottom: 40px;
}
.bannerTextBlock2 {
  padding: 20px;
  padding-bottom: 40px;
}
.bannerTextBlockStory {
  padding: 20px;
  padding-bottom: 40px;
}

.bannerHeading1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  color: white;
}

.bannerText1 {
  font-family: Inter, sans-serif;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: 500;
  color: white;
  margin: 45px 0;
  line-height: 30px;
  letter-spacing: 1px;
}

.bannerButton {
  width: 200px;
  margin-top: 10px;
}

.storyBanner {
  text-align: center;
  color: #171717;
  width: 100%;
  position: relative;
  height: fit-content;
}

.storyBannerImage {
  width: 100%;
  display: block;
}

.storyBannerHeading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 50px;
}

.storyBannerPar {
  font-family: Inter, sans-serif;
  /* font-size: 24px; */
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.productsBanner {
  background-color: white;
  text-align: center;
}

.productsBannerHeading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin: 50px;
  text-transform: uppercase;
}

.productsSection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.bannerProducts {
  position: relative;
}

@media(max-width: 918px) {

  .productsBannerHeading {
    margin: 50px 25px;
    font-size: 36px;
  }

  .bannerProducts {
    height: 400px;
  }

  .bannerProductsName {
    margin: 15px 0 25px 0 !important;
  }

  .productsSection {
    margin-bottom: 25px;
  }
}

.productThumbnailContainer {
  width: 300px;
}

.productThumbnail {
  width: 100%;
}

.learnMoreButtonRed {
  width: 115px;
  position: absolute;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.learnMoreButtonTan {
  width: 120px;
  position: absolute;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  /* opacity: 0; */
  z-index: 1;
}

#learnMoreHover:hover .learnMoreButtonTan {
  opacity: 1;
  transition: opacity .3s;
}

.bannerProductsName {
  font-family: "Inter", Inter;
  font-weight: 500;
  /* font-size: 30px; */
  font-size: 29px;
  margin: 25px auto;
}

.cateringBanner {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  overflow: hidden;
}

.cateringBannerImages {
  width: 100%;
  display: block;
}

.cateringBannerText1 {

  text-align: center;
  width: 450px;
}

.cateringBannerText2 {

  text-align: center;
  width: 450px;
}

.horizontalLine {
  margin: 0 7%;
  padding: 0 45px;
}
.horizontalLine hr {
  padding: 0 45px;
  border: 1px solid #606060;
}

.cateringBannerHeading1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #eed598;
  margin-bottom: 50px;
  line-height: 35px;
  text-transform: uppercase;
}

.cateringBannerHeading2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ad2109;
  margin-bottom: 50px;
  line-height: 35px;
  text-transform: uppercase;
}

.cateringBannerPar1 {
  font-family: Inter, sans-serif;
  /* font-size: 18px; */
  font-size: 17px;
  font-weight: 500;
  color: white;
  line-height: 30px;
  padding-bottom: 50px;
}

.cateringBannerPar2 {
  font-family: Inter, sans-serif;
  /* font-size: 18px; */
  font-size: 17px;
  font-weight: 500;
  color: #171717;
  line-height: 30px;
  padding-bottom: 50px;
}

.cateringBannerText1 a {
  color: white;
  font-family: "Inter", Inter;
}

.cateringBannerText2 a {
  color: #ad2109;
  font-family: "Inter", Inter;
}

.instagramFeed {
  height: 0%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0%;
  margin-bottom: 5%;
}

/* Styles for footer which will feature on all pages */

.footer {
  background-color: #c71e02;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 15px;
}

.socialContainer {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.facebook {
  width: 15px;
  margin: 0 10px;
}

.youtube {
  width: 25px;
  margin: 0 10px;
}

.instagram {
  width: 28px;
  margin: 0 10px;
}

.twitter {
  width: 25px;
  margin: 0 10px;
}

.linkedin {
  width: 25px;
  margin: 0 10px;
}

.footerLogo {
  width: 170px;
  margin-bottom: 20px;
}

.copyright {
  width: 300px;
  text-align: right;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: white;
}

/* CSS for our story page */

.ourStoryHeading {
  font-family: "Inter", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 4.25rem;
  color: white;
  line-height: 65px;
  text-transform: uppercase;
}

.breadcrumb {
  all: unset;
  padding-top: 25px !important;
  padding-right: 7% !important;
  width: fit-content !important;
  color: #606060;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.breadcrumb a {
  color: #606060;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: baseline;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: " / ";
}

[aria-current]:not([aria-current="false"]):not(.navy .nav-link) {
  color: red;
}

.storyDiv1,
.storyDiv2 {
  display: grid;
  grid-template-columns: 30% 70%;
  /* margin: 70px 150px; */
}

.storyDiv3{
  display: grid;
  grid-template-columns: 100%;
}

.storyDiv2 {
  /* display: grid; */
  /* grid-template-columns: 50% 50%; */
  /* margin: 70px 150px; */
}

.storyImage1 {
  width: 90%;
  margin-top: 10px;
  margin-left: 10%;
}

.storyImage2 {
  width: 90%;
  margin-top: 10px;
}

.ourStorySubHeading1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #171717;
  margin-bottom: 40px;
}

.ourStorySubHeading2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #171717;
  margin-bottom: 40px;
  margin-left: 10%;
}

.ourStoryText1 {
  font-family: Inter, sans-serif;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #606060;
  width: 85%;
}

.ourStoryText2 {
  font-family: Inter, sans-serif;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #606060;
  width: 85%;
  margin-left: 10%;
}
.spacing {
  height: 45px;
}

@media(max-width: 767.98px) {
  .ourStorySubHeading1 {
    /* padding-left: 15px; */
    /* padding-top: 25px; */
    margin-bottom: 20px;
  }

  .horizontalLine {
    margin-bottom: 30px;

  }

  .ourStoryText1{
    padding-bottom: 20px;
  }

  .ourStorySubHeading2 {
    margin: 15px 15px 20px 15px;
  }

  .ourStoryText2 {
    width: 100%;
    margin: 0;
    padding-bottom: 20px !important;
  }

  .downloadBrochure {
    margin: 25px auto 40px auto !important;
  }

  .familyLunch {
    width: 50% !important;
    margin: 40px auto 0 auto !important;
  }

  .familyLunchBanner {
    height: 450px !important;
  }
}

.downloadBrochure {
  /* width: 12.5%; */
  width: 200px;
  margin: 50px auto;
}

.brochureImage {
  width: 100%;
}

.familyLunchBanner {
  /* position: relative; */

  /* position: static; */
  display: flex;
  height: 330px;
  background: url("../Assets/cookbookBottomBanner.png") no-repeat center / cover;
  align-items: center;


}


.familyLunchImage {
  width: 100%;
  display: block;
}

.familyLunch {
  width: 15%;
  /* position: absolute; */
  bottom: 0;
  /* left: 5%; */
  margin-left: 120px;
}

.productBannerImage {
  width: 28%;
  position: absolute;
  top: 16%;
  right: 12%;
}

.productPageContainer {
  width: 100%;
}

.excellaProducts {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 2% 7%;
}
.excellaProductsText {
  margin: 2% 7%;
}

.productsHeading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 35px;
}

.productsHeading2 {
  font-family: "Inter", Inter, sans-serif;
  font-weight: 500;
  /* font-size: 32px; */
  font-size: 31px;
  margin-bottom: 45px;
}

.productTextDiv {
  padding: 35px 45px;
}

.productTextDiv2 {
  padding: 35px 20px;
}

.featuresBenefits{
  padding: 25px 0;
}

.featuresBenefits h4 {
  font-family: Inter, Arial;
  font-weight: bold;
  font-style: italic;
  color: #606060;
  margin-bottom: 15px;
}

.featuresDiv{
  padding: 5px 10px;
  display: flex;
    justify-content: left;
    align-items: center;
}

.featuresDiv span {
  font-family: Inter, Arial;
  color: #606060;
  text-align: center;
  padding-left: 15px;
}

.productImageDiv {
  margin-top: 40px;
}

@media(max-width: 767.98px) {
  .productTextDiv {
    padding: 15px;
  }

  .featuresDiv span {
    font-size: 14px !important;
  }

  .productText {
    padding-right: 0 !important;
  }

  .productTextDiv ul {
    margin-left: 20px;
    padding-left: 0 !important;
  }

  .productTextDiv2 ul {
    margin-left: 20px;
    padding-left: 0 !important;
  }

  .productsHeading {
    margin-bottom: 30px;
  }

  .productsHeading2 {
    margin-bottom: 30px;
    padding-top: 55px;
  }

  .productImageDiv {
    margin-top: 5px;
  }

  .excellaSunflowerOil {
    margin-top: 15px !important;
  }

  .excellaRicePacks {
    margin: 15px 0;
  }
}

.excellaSunflowerOil {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.excellaMayo {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.excellaRicePacks {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.productText {
  font-family: Inter, sans-serif;
  /* font-size: 18px; */
  font-size: 17px;
  font-weight: 500;
  word-spacing: 1.5px;
  line-height: 30px;
  color: #606060;
  padding-right: 34px;
}

.cookbookHeading {
  font-family: "Inter", Inter, sans-serif;
  letter-spacing: 3px;
  line-height: 55px;
  font-weight: 500;
  /* font-size: 3.8rem; */
  font-size: 3.7rem;
  color: white;
}

.cookbookBannerText {
  /* position: absolute; */
  /* top: 9%; */
  width: 55%;
  margin-left: 150px;
}

.cookbookBannerText h1 {
  font-family: "Inter", Inter, sans-serif;
  font-weight: bold;
  /* font-size: 38px; */
  font-size: 37px;
  color: white;
  margin: 32px 0;
  text-transform: uppercase;
}

.cookbookBannerText span {
  color: #fff1af;
}

.cookbookBannerText p {
  font-family: Inter, sans-serif;
  /* font-size: 22px; */
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: white;
  margin: 32px 0;
}

.cookbookBannerText h3 {
  font-family: "Inter", Inter, sans-serif;
  /* font-size: 28px; */
  font-size: 27px;
  font-weight: bold;
  color: #fff1af;
  margin-top: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media(max-width: 767.98px) {

  .excellaMayo {
    margin-bottom: 20px;
  }

  .excellaSunflowerOil {
    margin-bottom: 20px;
  }

  .cookbookBannerText {
    width: 90%;
    margin: 0;
    padding: 15px;
  }

  .cookbookBannerText h1 {
    font-size: 32px;
    margin: 12px 0 32px 0;
  }

  .cookbookBannerText p {
    font-size: 18px;
    line-height: 25px;
  }

  .cookbookBannerText h3 {
    font-size: 22px;
    font-weight: 400;
  }

  .cookbookContainer {
    margin: 50px 0 20px 0 !important;
  }
}

.cookbookContainer {
  margin: 50px 100px;
  column-count: 3;
  break-after: auto;
}

@media(max-width: 900px) {
  .cookbookContainer {
    column-count: 1;
    margin: 50px 0;
  }
}

.mealCollections {
  position: relative;
}

.cookbookThumbnails {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.cookbookSubHeadings {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  color: #171717;
  transition: color .3s linear;
  text-transform: uppercase;
}

@media(max-width: 900px) {
  .cookbookSubHeadings {
    margin: 25px 0;
  }
}

@media(max-width: 740px) {
  .cookbookSubHeadings {
    font-size: 22px;
  }
}

.centered {
  font-family: "Inter", Inter, sans-serif;
  /* font-size: 22px; */
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s linear;
}

.hoverEffect {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s linear;
  background-color: #831807;
}

/* Hover effects for cookbook page   */

.everyDayMeals:hover .cookbookSubHeadings {
  color: #bbbaba;
}

.mealCollections:hover .overlay {
  opacity: 0.5;
}

.mealCollections:hover .centered {
  opacity: 1;
}

.mealCollections:hover .cookbookSubHeadings {
  color: #bbbaba;
}

/* Styles for recipe collections */

.recipePage {
  margin: 25px 0;
  margin-bottom: 0;
}

.mealsHeading {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-left: 150px;
  text-transform: uppercase;
}

.recipesContainer {
  /* margin: 50px 150px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

@media(max-width: 1090px) {
  .recipesContainer {
  grid-template-columns: 1fr 1fr;
}}

@media(max-width: 900px) {
  .recipesContainer {
    margin: 35px 25px;
    grid-template-columns: 1fr;
  }

  .mealsHeading {
    margin: 0;
    text-align: center;
  }
}

@media(max-width: 767.98px) {
  .recipesContainer {
    margin: 5px 20px;
  }
}

.recipeCard {
  position: relative;
  border-radius: 38px;
  box-shadow: 8px 8px 32px 8px #60606033;
  max-width: 350px;
  min-width: 300px;
  margin: 25px auto;
}

.recipeCard2 {
  position: relative;
  box-shadow: 8px 8px 32px 8px #60606033;
  max-width: 350px;
  min-width: 300px;
  margin: 25px auto;
}

.recipeCard:hover .recipeCard-img:after {
  opacity: 1;
  transition: opacity .4s;
}

.recipeCard-img {
  position: relative;
}


.recipeCard-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(144, 23, 6, 0.35);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  opacity: 0;
  /* transition: all 5s ease-in; */
}

.recipeImage {
  width: 100%;
}

.recipeHeading {
  font-family: Inter, sans-serif;
  text-align: left;
  color: #606060;
  /* font-size: 22px !important; */
  font-size: 21px !important;
  font-weight: bold;
  margin: 25px 30px;
}
.recipeSubHeading {
  font-family: Inter, sans-serif;
  padding-left: 40px;
  color: #606060;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: bold;
}

.recipeDetailsContainer {
  padding: 5px 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.recipeIcon {
  width: 25px;
}

.recipeDetailsContainer span {
  font-family: Inter, sans-serif;
  color: #606060;
  padding-left: 15px;
}

.ratingContainer {
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.getCooking {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 20px 0;
}

.getCooking p {
  font-family: Inter, sans-serif;
  font-weight: bold;
  color: #d11a12;
  margin-bottom: 0;
}

.getCooking img {
  width: 20px;
  padding-left: 10px;
  display: block;
}

.star {
  width: 20px;
}

.backArrow {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 150px;
  padding: 5rem 0;
}

@media(max-width: 767.98px) {
  .backArrow {
    padding: 3rem 0;
  }
}

.backArrow img {
  width: 15px;
  display: block;
  rotate: 180deg;
}

.backArrow p {
  font-family: Inter, sans-serif;
  font-weight: bold;
  /* font-size: 20px; */
  font-size: 19px;
  color: #d11a12;
  padding-left: 10px;
  margin-bottom: 0;
}

.back:hover {
  transform: scale(1.1);
}

.recipeDetails {
  margin: 50px 150px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 60px;
}

.recipePageImage {
  width: 100%;
}

.singleRecipeHeading {
  font-family: "Inter", Inter, sans-serif;
  /* font-size: 36px; */
  font-size: 35px;
  font-weight: 500;
}

/* Contact Page styling */

.container-xl {
  padding-top: 25px !important;
  /* margin: 0 150px !important; */
}

#contact-wrapper h2 {
  font-family: "Inter", Inter, sans-serif;
  /* font-size: 36px; */
  font-size: 35px;
  font-weight: 500;
}

.intro {
  /* font-size: 22px; */
  font-size: 21px;
  font-weight: bold;
  font-family: Inter, sans-serif;
}

#contact-wrapper a {
  font-family: "Inter";
}

#contact-wrapper a[href^="tel:"] {
  color: #606060;
  text-decoration: none;
}


#contact-wrapper a[href^="mailto:"] {
  color: #606060;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}

#contact-wrapper a:not(.nav-link):not(a[href^="tel:"]):not(a[href^="mailto:"]):not(#myNav a) {
  color: red;
  font-weight: bold;
}

#contact-wrapper p,
a,
.breadcrumb li {
  /* font-size: 18px; */
  font-size: 17px;
  font-weight: 500;
  font-family: Inter, sans-serif;
}

#contact-wrapper label {
  display: none;
}

#contact-wrapper .form-control {
  font-family: "Inter";
  /* font-size: 18px; */
  font-size: 17px;
  font-weight: 500;
  color: #606060;
  padding: .5rem .75rem;
}

iframe {
  width: 100%;
}

/* Recipe Page CSS   */

#custom-recipes .nav-link {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
}

#custom-recipes h2,
#custom-recipes h3 {
  font-family: "Inter", Inter, sans-serif;
  font-weight: 600;
  /* font-size: 46px; */
  font-size: 45px;
}

#custom-recipes .card h3 {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 26px;
  color: var(--text-color);
}

#custom-recipes h4 {
  /* font-size: 26px; */
  font-size: 25px;
  font-family: "Inter", serif;
  font-weight: bold;
  color: var(--text-color);
}

#custom-recipes p {
  font-family: "Inter", serif;
  /* font-size: 19px; */
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}

#custom-recipes .nav-link.disabled {
  color: red;
  line-height: 24px;
}


#custom-recipes li.nav-item:after:not(#custom-recipes li.nav-item:last-child) {
  content: "";
  position: absolute;
  top: 15px;
  transform: rotate(20deg);
  bottom: 10px;
  right: 0;
  width: 1px;
  background: black;
}

.star-rating .fa.fa-star {
  font-size: 22px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: orange;
}

.checked {
  color: orange !important;
}

#custom-recipes .card {
  border-radius: 40px;
  box-shadow: 0 8px 15px 7px rgba(0, 0, 0, 0.16);
}

.card-body ul {
  padding-left: 1.2rem;
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 34px;
  color: var(--text-color);
}

.card-body li::marker {
  color: black;
}

.card-body li {
  padding-left: 1.25rem;
}

#custom-recipes .card-title {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color);
}


button.back {
  color: red;
  font-size: 25px;
  vertical-align: middle;
  font-family: var(--primary-font);
  font-weight: normal;
}



.custom-icon {
  width: 14px;
  height: 14px;
}

.card-header img {
  width: 30px;
}

.custom-overlay {
  background: url("../Assets/Excella_food_BEEF_STEW.png");
  height: 636px;
  background-position: 0% center;
  border-radius: 40px;
  background-size: 1536px;
}
.custom-overlay-7Colour-Sunday {
  background: url("../Assets/7ColourSundayMeal.png");
  height: 636px;
  background-position: left;
  border-radius: 40px;
  background-size: 1200px;
}
.custom-overlay-Magwinya {
  background: url("../Assets/MagwinyaRecipeImg.png");
  height: 636px;
  background-position: bottom right;
  border-radius: 40px;
  background-size: 900px;
}
.custom-overlay-Boerie {
  background: url("../Assets/boerieRoll.png");
  height: 636px;
  background-position: left;
  border-radius: 40px;
  background-size: 900px;
}
.custom-overlay-Chicken-Chorizo {
  background: url("../Assets/chickenChorizoRecipeImg.png");
  height: 636px;
  background-position: left;
  border-radius: 40px;
  background-size: 800px;
}
.custom-overlay-Chicken-Curry {
  background: url("../Assets/chickenCurry.png");
  height: 636px;
  background-position: left;
  border-radius: 40px;
  background-size: 1500px;
}
.custom-overlay-Chicken-Strips {
  background: url("../Assets/chickenStrips.png");
  height: 636px;
  background-position: center;
  border-radius: 40px;
  background-size: 900px;
}
.custom-overlay-fish-chips {
  background: url("../Assets/fishChips.png");
  height: 636px;
  background-position: center;
  border-radius: 40px;
  background-size: 1200px;
}
.custom-overlay-Potato {
  background: url("../Assets/gourmetPotatoSalad.png");
  height: 636px;
  background-position: left top;
  border-radius: 40px;
  background-size: 1100px;
}
.custom-overlay-kota {
  background: url("../Assets/kota.png");
  height: 636px;
  background-position: 10% 50%;
  border-radius: 40px;
  background-size: 1300px;
}
.custom-overlay-Rainbow-Salad {
  background: url("../Assets/rainbowRiceImg.png");
  height: 636px;
  background-position: 10% 50%;
  border-radius: 40px;
  background-size: 800px;
  background-repeat: no-repeat;
}
.custom-overlay-roast-chicken {
  background: url("../Assets/roastChicken.png");
  height: 636px;
  background-position: 15% 40%;
  border-radius: 40px;
  background-size: 1500px;
}
.custom-overlay-short-rib {
  background: url("../Assets/shortRib.png");
  height: 636px;
  background-position: 10% 40%;
  border-radius: 40px;
  background-size: 1300px;
}
.custom-overlay-sweet-chicken{
  background: url("../Assets/sweetSourChicken.png");
  height: 636px;
  background-position: 10% 40%;
  border-radius: 40px;
  background-size: 1300px;
}

.custom-overlay-crispy-chilli{
  background: url("../Assets/Recipe/Crispy-chilli-chicken-wings.JPG");
  height: 636px;
  background-position: 10% 40%;
  border-radius: 40px;
  background-size: 1000px;
}

.custom-overlay-MzaniCheeza{
  background: url("../Assets/Recipe/MzansiCheeza-EggSalad-TikkaChickenPizza-MayoMash.JPG");
  height: 636px;
  background-position: 30% 40%;
  border-radius: 40px;
  background-size: 960px;
}

.custom-overlay-grilled-lemon{
  background: url("../Assets/Recipe/Grilledlemongarlic.JPG");
  height: 636px;
  background-position: 10% 40%;
  border-radius: 40px;
  background-size: 1000px;
}

.custom-overlay-shakshouka-bake{
  background: url("../Assets/Recipe/Shakshouka-Bake.JPG");
  height: 636px;
  background-position: 45% 40%;
  border-radius: 40px;
  background-size: 1000px;
}

.custom-overlay-rice-beef{
  background: url("../Assets/Recipe/Riceandbeef-meatballs.JPG");
  height: 636px;
  background-position: 10% 40%;
  border-radius: 40px;
  background-size: 1100px;
}

.custom-overlay-mother-in-law{
  background: url("../Assets/Recipe/Mother-in-law-Beef-curry.JPG");
  height: 636px;
  background-position: 55% 40%;
  border-radius: 40px;
  background-size: 1000px;
}

.custom-overlay-layered-chicken{
  background: url("../Assets/Recipe/LayeredChickenBiryani.JPG");
  height: 636px;
  background-position: 30% 40%;
  border-radius: 40px;
  background-size: 960px;
}

.custom-overlay-shisanyama{
  background: url("../Assets/Recipe/Shisanyama-with-warm-chakalaka-salad.JPG");
  height: 636px;
  background-position: 30% 40%;
  border-radius: 40px;
  background-size: 980px;
}

.custom-overlay-sardine{
  background: url("../Assets/Recipe/Sardine-bobotie-with-yellow-raisin-rice.JPG");
  height: 636px;
  background-position: 30% 40%;
  border-radius: 40px;
  background-size: 980px;
}

.custom-overlay-chocolate-cake{
  background: url("../Assets/Recipe/Chocolate-cake-with-chocolate-ganache-frosting.jpeg");
  height: 636px;
  background-position: 65% 10%;
  border-radius: 40px;
  background-size: 880px;
}

.custom-overlay-excella-veggie {
  background: url("../Assets/Recipe/Excella-Veggie-Stir-Fry.jpeg");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 980px;
}

.custom-overlay-oven-roasted  {
  background: url("../Assets/Recipe/Oven-Roasted-Lamb-with-Savoury-Rice.jpeg");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
}

.custom-overlay-excella-tripe   {
  background: url("../Assets/Recipe/Tripe-with-Onion-and-Creamy-Mayonnaise.jpeg");
  height: 636px;
  background-position: 20% 100%;
  border-radius: 40px;
  background-size: 660px;
}

/* RICE-DISHES */
/* .custom-overlay-chicken-biryani {
  background: url("../Assets/Recipe/Rice-Book/chicken-biryani.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 680px;
}

.custom-overlay-prawn-freied-rice {
  background: url("../Assets/Recipe/Rice-Book/prawn-fried-rice.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 780px;
}


.custom-overlay-beef-stew {
  background: url("../Assets/Recipe/Rice-Book/beef-stew.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
}

.custom-overlay-chicken-coconut {
  background: url("../Assets/Recipe/Rice-Book/chicken-coconut.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
}

.custom-overlay-bobotie {
  background: url("../Assets/Recipe/Rice-Book/bobotie-yellowrice.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
}

.custom-overlay-rice-pudding{
  background: url("../Assets/Recipe/Rice-Book/rice-pudding.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
}

.custom-overlay-tin-fish{
  background: url("../Assets/Recipe/Rice-Book/tin-fish-stwe.png");
  height: 636px;
  background-position: 40% 20%;
  border-radius: 40px;
  background-size: 660px;
} */
#custom-recipes .nav-link:hover {
  color: #6060609f;
}


.nav-link:after:not(.navy.navbar) {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  transform: rotate(15deg);
  border: 1px solid #606060;
}

.nav-link.disabled:after {
  display: none;
}

#contact-wrapper p {
  color: #606060
}

#contact-wrapper a[href^="mailto:"],
#contact-wrapper a {
  font-family: "Inter"
}


@media(min-width: 990px) and (max-width: 1100px) {
  .d-flex.align-items-center.justify-content-between.flex-nowrap.mb-4 {
    flex-direction: column;
  }

  .star-rating {
    margin-top: 14px;
  }
}


@media (max-width: 1024px) {
  .custom-overlay {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-Magwinya {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-7Colour-Sunday {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-Boerie {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-Chicken-Chorizo {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-Chicken-Strips {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-fish-chips {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .custom-overlay-Potato {
    height: 500px;
    background-size: 1000px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .custom-overlay-kota {
    height: 500px;
    background-size: 1000px;
    background-position: left;
    background-repeat: no-repeat;
  }
  .custom-overlay-Rainbow-Salad {
    height: 500px;
    background-size: 1000px;
    background-position: left;
    background-repeat: no-repeat;
  }
  .custom-overlay-roast-chicken {
    height: 500px;
    background-size: 1200px;
    background-position: 20% 40%;
    background-repeat: no-repeat;
  }
  .custom-overlay-short-rib {
    height: 500px;
    background-size: 1200px;
    background-position: 30% 40%;
    background-repeat: no-repeat;
  }
  .custom-overlay-sweet-chicken {
    height: 500px;
    background-size: 1200px;
    background-repeat: no-repeat;
  }

  .custom-overlay-crispy-chilli {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-MzaniCheeza {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-grilled-lemon {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-shakshouka-bake {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-rice-beef {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-mother-in-law {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-layered-chicken {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-shisanyama {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-sardine {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-overlay-chocolate-cake{
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .custom-overlay-excella-veggie {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .custom-overlay-oven-roasted  {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .custom-overlay-excella-tripe   {
    height: 500px;
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media(max-width: 992px) {
  .storyBannerHeading {
    font-size: 32px;
  }

  .storyBannerPar {
    font-size: 20px;
    line-height: 31px;
  }

  .bannerButton {
    width: 125px;
  }

  .bannerHeading1 {
    display: none;
  }
  .bannerHeading1Mobi {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
    font-size: 36px;
    line-height: 40px;
    display: block !important;
  }

  .bannerText1 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media(max-width: 768px) {
  .custom-overlay {
    height: 450px;
  }
  .custom-overlay-Magwinya {
    height: 450px;
  }
  .custom-overlay-7Colour-Sunday {
    height: 450px;
  }
  .custom-overlay-Boerie {
    height: 450px;
    background-size: 800px;
    background-position: left;
  }
  .custom-overlay-Chicken-Chorizo {
    height: 450px;
    background-size: 800px;
    background-position: left;
  }
  .custom-overlay-Chicken-Strips {
    height: 450px;
    background-size: 800px;
    background-position: ce;
  }
  .custom-overlay-fish-chips {
    height: 450px;
    background-size: 800px;
    background-position: center;
  }
  .custom-overlay-Potato {
    height: 450px;
    background-size: 800px;
  }
  .custom-overlay-kota {
    height: 450px;
    background-size: 1000px;
  }
  .custom-overlay-Rainbow-Salad {
    height: 450px;
    background-size: 800px;
  }
  .custom-overlay-roast-chicken {
    height: 450px;
    background-size: 1200px;
  }
  .custom-overlay-short-rib {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }
  .custom-overlay-sweet-chicken {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-crispy-chilli {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-MzaniCheeza {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-grilled-lemon {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-shakshouka-bake {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-rice-beef {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-mother-in-law {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-layered-chicken {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-shisanyama {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-sardine {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  .custom-overlay-chocolate-cake{
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }
  
  .custom-overlay-excella-veggie {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }
  
  .custom-overlay-oven-roasted  {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }
  
  .custom-overlay-excella-tripe   {
    height: 450px;
    background-size: 1000px;
    background-position: 10%;
  }

  button.back{
    padding-top: 12px;
  }
}

@media(max-width: 640px) {
  .d-flex.align-items-center.justify-content-between.flex-nowrap.mb-4 {
    flex-direction: column;
    justify-content: left !important;
    align-items: start !important;
  }

  .star-rating {
    margin-top: 24px;
  }
}

@media(max-width: 500px) {
  .custom-overlay {
    height: 350px;
  }
  .custom-overlay-Magwinya {
    height: 350px;
    background-size: 600px;
  }
  .custom-overlay-7Colour-Sunday {
    height: 350px;
    background-size: 600px;
  }
  .custom-overlay-Boerie {
    height: 350px;
    background-size: 800px;
  }
  .custom-overlay-Chicken-Chorizo {
    height: 350px;
    background-size: 800px;
  }
  .custom-overlay-Chicken-Strips {
    height: 350px;
    background-size: 800px;
  }
  .custom-overlay-fish-chips{
    height: 350px;
    background-size: 800px;
  }
  .custom-overlay-Potato{
    height: 350px;
    background-size: 800px;
    background-position: top center;
  }
  .custom-overlay-kota{
    height: 350px;
    background-size: 800px;
    background-position: 10% 40%;
  }
  .custom-overlay-Rainbow-Salad{
    height: 350px;
    background-size: 800px;
  }
  .custom-overlay-roast-chicken{
    height: 350px;
    background-position: 15%;
    background-size: 900px;
  }
  .custom-overlay-short-rib{
    height: 350px;
    background-position: 15%;
    background-size: 900px;
  }
  .custom-overlay-sweet-chicken{
    height: 350px;
    background-position: 15%;
    background-size: 900px;
  }

  .custom-overlay-crispy-chilli {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-MzaniCheeza {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-grilled-lemon {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-shakshouka-bake {
    height: 350px;
    background-position: 40% 60%;
    background-size: 550px;
  }

  .custom-overlay-rice-beef {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-mother-in-law {
    height: 350px;
    background-position: 40% 60%;
    background-size: 600px;
  }

  .custom-overlay-layered-chicken {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-shisanyama {
    height: 350px;
    background-position: 15%;
    background-size: 600px;
  }

  .custom-overlay-sardine {
    height: 350px;
    background-position: 40% 50%;
    background-size: 550px;
  }

  .custom-overlay-chocolate-cake{
    height: 350px;
    background-position: 60% 15%;
    background-size: 500px;
  }
  
  .custom-overlay-excella-veggie {
    height: 350px;
    background-position: 40% 50%;
    background-size: 550px;
  }
  
  .custom-overlay-oven-roasted  {
    height: 350px;
    background-position: 40% 50%;
    background-size: 410px;
  }
  
  .custom-overlay-excella-tripe   {
    height: 350px;
    background-position: 40% 50%;
    background-size: 400px;
  }

}

@media(max-width: 767.98px) {



  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .socialContainer {
    width: auto;
    margin: 25px auto;
  }

  .copyright {
    text-align: center;
  }
}