.slideshow {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 80vh;
  max-width: 100%;
  padding: 0;
}

.slideshow * {
  outline: none;
}

.slideshow .slick-list {
  overflow-y: hidden;
}

.slideshow .slider {
  height: 100%;
  box-shadow: 0 20px 50px -25px black;
}

.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slideshow .item img {
  height: 100vh;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.slideshow .item.slick-active img {
  transform: scale(1);
}

.slideshow .content ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  margin-top: 15vh;
  list-style: none;
  padding: 0;
}

.slideshow .content ul li:first-child {
  position: relative;
}

html:lang(ar) .slideshow .content ul li:first-child {
  margin-bottom: 105px;
}

html:lang(en) .slideshow .content ul li:first-child {
  margin-bottom: 150px;
}

.slideshow .content ul li .btn-primary {
  font-size: 1.5rem !important;
  font-weight: bold;
  width: 200px;
  margin-bottom: 10px;
  background-color: rgba(111, 25, 27, 0.7) !important;
  border: none !important;
  text-align: right;
}

.slideshow .content ul li .btn-primary:hover {
  background-color: #ffffff78 !important;
  color: #6f191b !important;
  border-color: #6f191b !important;
}

.slideshow .content ul li .btn-primary img {
  width: 20px;
}

@font-face {
  font-family: "ArabicFont";
  src: url(../fonts/sakkal-majalla.ttf);
}

body {
  min-height: 100vh;
  background-image: url("../images/others/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  color: #6f191b;
  font-family: "ArabicFont";
  font-weight: bolder !important;
}

body a {
  color: #6f191b;
  text-decoration: none;
}

body a:hover {
  color: #3c5326;
}

body .container {
  background-color: #ffffff78;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

body .container.spices {
  padding: 0;
}

body .navbar .navbar-collapse {
  text-align: right;
}

body .navbar .navbar-nav .nav-link {
  color: #6f191b !important;
}

body .navbar li a {
  color: #6f191b;
  font-size: 2rem;
  font-weight: bold;
}

body .navbar li a img {
  width: 20px;
}

body .navbar li a:hover {
  color: #3c5326;
}

body .navbar .navbar-brand img {
  width: 100px;
}

body .logo-container {
  background-color: rgba(255, 255, 255, 0.78);
  height: 170px;
  position: absolute;
  z-index: 10;
  width: 170px;
  top: 0;
  margin-right: 60px;
  border-radius: 0 0 30px 30px;
}

body .logo-container::before {
  content: "";
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px;
  background-origin: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .footer {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px !important;
}

body .footer ul {
  padding: 0;
}

body .footer ul li {
  margin: 0 10px;
}

body .footer ul li ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}

.bgImageOverlay {
  background-size: cover;
}

.bgImageOverlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bgImageOverlay.about {
  background-image: url(../images/whoweare-bg.png);
}

.bgImageOverlay.about::before {
  background: rgba(248, 232, 200, 0.89);
}

.bgImageOverlay.categories {
  background-image: url(../images/catsList-bg.jpg);
}

.bgImageOverlay.categories::before {
  background: rgba(248, 248, 248, 0.74);
}

.full-height {
  height: 100% !important;
}

.corner-img {
  height: 35vh;
  position: fixed;
  bottom: 5vh;
  right: 0;
}

.pagination {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pagination a {
  color: #6f191b;
  float: left;
  padding: 1px 16px;
  text-decoration: none;
  font-size: 1.8rem;
}

.pagination a.active {
  background-color: #6f191b;
  color: white;
  border-radius: 50%;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 50%;
}

.arrow {
  color: rgba(111, 25, 27, 0.7);
  position: absolute;
  margin-top: 40vh;
  z-index: 99;
  transform: translateX(100%);
}

.arrow:hover {
  color: #6f191b;
}

.arrow i {
  font-size: 45px;
}

.arrow.right {
  right: 0;
  transform: translateX(-100%);
}

.btn-primary {
  background-color: #6f191b !important;
  border-color: #6f191b !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #ffffff78 !important;
  color: #6f191b !important;
}

.langswitcher {
  cursor: pointer;
}

.langswitcher:hover {
  color: #3c5326 !important;
}

html:lang(ar) .en {
  display: none;
}

html:lang(ar) .ar {
  display: unset;
}

html:lang(en) .ar {
  display: none;
}

html:lang(en) .en {
  display: unset;
}

h1 {
  font-weight: bolder;
}

.bb,
.bb::before,
.bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: auto;
  background: url("../images/logo.png") no-repeat 50%/70% rgba(255, 255, 255, 0.34);
  color: #3c5326;
  box-shadow: inset 0 0 0 1px rgba(60, 83, 38, 0.5);
}

.bb::before,
.bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}

.bb::before {
  animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {

  0%,
  100% {
    clip: rect(0px, 165px, 2px, 0px);
  }

  25% {
    clip: rect(0px, 2px, 165px, 0px);
  }

  50% {
    clip: rect(163px, 165px, 165px, 0px);
  }

  75% {
    clip: rect(0px, 165px, 165px, 163px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.category-boxes {
  text-align: center;
  font-size: 2.3rem;
  margin: auto;
}

.category-boxes>div>div {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  padding: 16px;
  background-origin: content-box;
  background-position: center;
}

.category-boxes>div>div.cover {
  background-size: cover !important;
}

.category-boxes>div p {
  font-weight: bold;
}

.category-boxes.half>div>div {
  width: 90% !important;
}

.category .category-boxes>div>div {
  padding: unset !important;
}

.category .category-boxes>div>div p {
  font-size: 2rem;
}

.category.healthy .category-boxes {
  margin: auto 0 50px;
}

.category.healthy .category-boxes h1 {
  padding: 20px;
}

.category.healthy .category-boxes div:first-child {
  margin-bottom: 50px;
}

.about p,
.about h1,
.about ol {
  font-weight: bold;
}

.about p,
.about ol {
  font-size: 1.3rem;
}

.about h1 {
  color: #3c5326;
}

.about p {
  text-align: justify;
}

/* job */
.job p,
.job h1 {
  font-weight: bold;
}

.job p {
  font-size: 1.5rem;
}

.job h1 {
  color: #3c5326;
}

.job p {
  text-align: justify;
}

/*  */
.catalog {
  font-size: 1.5rem;
  font-weight: bold;
}

.catalog li:hover {
  color: #3c5326;
  cursor: pointer;
}

.catalog li:hover a {
  text-decoration: none;
}

.catalog .content {
  padding-top: 20vh;
}

.catalog .content>div img {
  width: 100%;
}

.pdf-overlay {
  background-image: url(../images/catalogPDF-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .6;
}

.recipes {
  font-weight: bold;
}

.recipes li {
  list-style-position: inside;
}

.recipes li:hover {
  color: #3c5326;
  cursor: pointer;
}

.recipes li a {
  text-decoration: none;
}

.recipes:not(.items) {
  font-size: 1.4rem;
}

.recipes.items {
  font-size: 1.5rem;
}

.recipes.items ol:not(.navbar-nav) li {
  list-style-type: "- ";
  pointer-events: none;
}

.recipes.items div:not(.collapse) img {
  border: 3px solid #6f191b;
}

.recipes h1,
.recipes h3 {
  color: #3c5326;
  font-weight: bold;
}

.recipes div>div img {
  width: 100%;
}

.borderd {
  border-left: 5px solid;
}

.borderd.mixed {
  border-color: #ef4c22;
}

.borderd.granulated {
  border-color: #631743;
}

.borderd.herb {
  border-color: #3e8740;
}

.swal2-content {
  color: #6f191b !important;
  font-size: 2rem !important;
  font-weight: bold !important;
}

.swal2-image:not(.width) {
  height: 70vh;
}

.swal2-title {
  background-image: url("../images/others/bg.jpg");
}

.category>div {
  position: relative;
}

.category>div:not(.recipe) {
  padding: 30px 0;
}

.category>div:not(.recipe) p {
  font-size: 1.9rem;
}

.category .recipe {
  text-align: justify;
  background-color: #ffffff85;
  min-height: 170px;
}

.category .recipe p {
  direction: rtl;
  padding: 16px;
  font-size: 1.3rem;
}

.category .recipe div:first-child {
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.category .recipe div:first-child:not(.cover) {
  background-size: contain !important;
}

.category .recipe div:nth-child(2) {
  margin: auto;
}

.category .quest .img {
  transform: rotate(90deg);
  min-height: 50vh;
}

.cat-cover {
  height: 70vh;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: .5;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
}

.cat-cover.natural {
  opacity: .8 !important;
}

.moloki {
  height: 30vh !important;
  border: 2px solid white;
  position: relative;
}

.moloki span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  color: white;
  border: 3px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 37px;
  font-weight: bolder;
}

form label {
  font-size: 1.5rem !important;
  font-weight: bold;
}

.contactus p {
  font-size: 1.4rem !important;
  font-weight: bold;
}

.contactus .btn-primary {
  font-size: 1.3rem !important;
  padding: 8px 36px !important;
}

@media (min-width: 992px) {
  .navbar.inside {
    margin-top: 60px;
    margin-left: 60px;
  }

  .container {
    min-height: 95vh !important;
    max-width: calc(100% - 5vw);
    border-radius: 5px;
  }

  .container.category {
    padding: 16px 0;
    margin-top: 70px;
  }

  .container:not(.category) {
    margin-top: 3vh;
  }

  .slideshow {
    border-radius: 5px;
    overflow: hidden;
  }

  .slideshow .item img {
    width: 100%;
  }

  .catalog {
    font-size: 3rem;
  }

  .catalog div>div:nth-child(2) {
    margin: auto 0;
  }

  .catalog div>div img {
    width: 300px;
  }

  .five>div {
    width: 19.333% !important;
    flex: 0 0 19.333%;
    max-width: 19.333%;
  }

  .seven>.col-5 {
    width: 14% !important;
    flex: 0 0 14%;
    max-width: 14%;
  }

  .seven>.col-1 {
    width: 12% !important;
    flex: 0 0 12%;
    max-width: 12%;
  }

  .full-height img {
    height: 170px !important;
    width: 120px !important;
  }

  .navbar.bg-light {
    background-color: #f8f9fa00 !important;
  }
}

@media (min-width: 768xp) {

  .about .content,
  .job .content {
    margin-right: 100px;
  }

  .five>div {
    width: 19.333% !important;
    flex: 0 0 19.333%;
    max-width: 19.333%;
  }
}

@media (max-width: 480px) {
  .corner-img {
    display: none !important;
  }

  .categories {
    padding: 0 !important;
  }

  .categories .category-boxes {
    font-size: 1.7rem;
  }

  .categories .category-boxes>div {
    margin-bottom: 30px;
  }

  .categories .category-boxes>div img {
    height: 70px;
    width: 80px;
  }

  .categories .category-boxes>div p {
    margin: auto 16px auto 0;
    font-size: 27px;
    line-height: 3;
  }

  .category.healthy .category-boxes>div {
    margin-bottom: 30px;
  }

  .category.healthy .category-boxes img {
    width: 100%;
  }

  .recipes {
    padding-top: 16px;
  }

  .recipes div>div img {
    width: 50%;
  }

  .recipes h1 {
    font-size: 2rem;
  }
}

.form-title {
  text-align: right;
}

html:lang(ar) .navbar-nav {
  margin-right: auto;
  padding-right: 1em !important;
}

html:lang(en) .slideshow .content ul li .btn-primary {
  text-align: left !important;
}

html:lang(en) .job-item {
  display: none;
}

html:lang(en) .logo-container {
  margin-right: unset !important;
  margin-left: 80px;
}

html:lang(en) .navbar-nav {
  margin-left: auto;
  margin-right: unset !important;
  text-align: left !important;
  padding-left: 1em !important;
}

html:lang(en) .form-title {
  text-align: left;
}

@media (min-width: 992px) {
  html:lang(en) .navbar.inside {
    margin-left: unset;
    margin-right: 60px !important;
  }
}

html:lang(en) .recipe {
  direction: rtl !important;
}

html:lang(en) ol li {
  direction: ltr !important;
}

html:lang(en) .text-right {
  text-align: left !important;
}