@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-BoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Bold.woff2") format("woff2"), url("../../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraLight.woff2") format("woff2"), url("../../fonts/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-LightItalic.woff2") format("woff2"), url("../../fonts/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Light.woff2") format("woff2"), url("../../fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Italic.woff2") format("woff2"), url("../../fonts/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-MediumItalic.woff2") format("woff2"), url("../../fonts/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Regular.woff2") format("woff2"), url("../../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Medium.woff2") format("woff2"), url("../../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Thin.woff2") format("woff2"), url("../../fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-BlackItalic.woff2") format("woff2"), url("../../fonts/Barlow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Black.woff2") format("woff2"), url("../../fonts/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ThinItalic.woff2") format("woff2"), url("../../fonts/Barlow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.w-5- {
  width: 5px;
}

.w-10- {
  width: 10px;
}

.w-15- {
  width: 15px;
}

.w-20- {
  width: 20px;
}

.w-25- {
  width: 25px;
}

.w-30- {
  width: 30px;
}

.w-35- {
  width: 35px;
}

.w-40- {
  width: 40px;
}

.w-45- {
  width: 45px;
}

.w-50- {
  width: 50px;
}

.w-55- {
  width: 55px;
}

.w-60- {
  width: 60px;
}

.w-65- {
  width: 65px;
}

.w-70- {
  width: 70px;
}

.w-75- {
  width: 75px;
}

.w-80- {
  width: 80px;
}

.w-85- {
  width: 85px;
}

.w-90- {
  width: 90px;
}

.w-95- {
  width: 95px;
}

.w-100- {
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

.pxt {
  margin-top: 50px;
}

.pxl {
  margin-top: 150px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  display: block;
  font-family: Barlow, sans-serif;
  text-align: start;
  color: #232323;
}

:focus-visible,
.form-control:focus,
button:focus {
  outline: none;
  box-shadow: unset;
}

.nave-responsive {
  display: none;
}

.header-bar {
  padding: 15px 0 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header-bar:before {
  content: "";
  background-color: hsla(0, 0%, 100%, 0.7);
  z-index: -1;
  transition: background-color 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-row .nav-bar {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header-row .nav-bar .logo {
  width: 107px;
  height: 60px;
}
.header-row .nav-bar .logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
.header-row .nav-bar .nav_bar_list {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline-start: 30px;
}
.header-row .nav-bar .nav_bar_list li {
  padding: 0 10px;
}
.header-row .nav-bar .nav_bar_list li a {
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 700;
}
.header-row .nav-bar .nav_bar_list li a:hover {
  color: #df2526;
}

section.main-banner.main-banner {
  margin-bottom: 150px;
}

.banner {
  height: 600px;
}
.banner .bg-banner {
  height: 600px;
}
.banner .bg-banner:hover button.owl-prev,
.banner .bg-banner:hover button.owl-next {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 1;
}
.banner .bg-banner .item {
  height: 600px;
  position: relative;
}
.banner .bg-banner .item .text_banner {
  position: absolute;
  right: 10%;
  top: 40%;
  color: #ffffff;
  font-size: 80px;
}
.banner .bg-banner .item .text_banner strong {
  display: block;
  font-size: 100px;
}
.banner .bg-banner .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg-banner button.owl-prev,
.banner .bg-banner button.owl-next {
  position: absolute !important;
  top: 50% !important;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.banner .bg-banner button.owl-prev:hover,
.banner .bg-banner button.owl-next:hover {
  background: #fffae1;
}
.banner .bg-banner button.owl-prev {
  left: 20px;
}
.banner .bg-banner button.owl-next {
  right: 20px;
}
.banner .bg-banner .owl-dots {
  bottom: 15px;
  left: 20%;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20%;
  text-align: center;
}
.banner .bg-banner .owl-dots .owl-dot span {
  width: 20px !important;
  height: 7px !important;
  border-radius: 7px 0 !important;
  color: #232323;
}

section.cheese-type {
  margin: 20px 0;
}
section.cheese-type .cheese_row {
  display: flex;
  align-items: flex-start;
}

.section_row {
  padding: 52px 80px 60px;
  background-color: rgba(255, 250, 225, 0.368627451);
}

.details_sec {
  padding-inline-end: 6.6%;
  margin-inline-end: 2.6rem;
  text-align: center;
}
.details_sec h6 {
  font-size: 14px;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #df2526;
  text-transform: uppercase;
}
.details_sec h4 {
  margin-bottom: 19px;
  font-size: 50px;
  line-height: 4rem;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.details_sec p {
  font-size: 22px;
  line-height: 2.5rem;
  margin-bottom: 12px;
}

.img_sec {
  margin-top: -98px;
  position: relative;
}
.img_sec img {
  width: 94%;
  height: auto;
}
.img_sec:after {
  right: 14px;
  bottom: -23px;
  content: "";
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 59px;
  background: 50%/contain no-repeat url("../../../imgs/download.svg");
}

.get_more {
  background: #f9c623;
  color: #df2526;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 50px;
  margin: 20px auto 10px auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.get_more:hover {
  transition: 0.3s ease-in-out;
  color: #f9c623;
  background: #df2526;
}

.main-text-tittle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}
.main-text-tittle span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #555;
  position: relative;
}
.main-text-tittle b {
  background-color: currentColor;
  display: block;
  flex: 1;
  height: 2px;
  opacity: 0.1;
}

section.more-recipes {
  margin-bottom: 60px;
}

.title_sec h4 {
  position: relative;
  margin-bottom: 65px;
  font-size: 30px;
  letter-spacing: -0.077rem;
  text-align: center;
  font-weight: 400;
}
.title_sec h4:after {
  content: "";
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 38px;
  background: 50%/contain no-repeat url("../../../imgs/download2.svg");
}

.recipes_item {
  border-radius: 16px;
  border: 1px solid rgba(174, 174, 174, 0.0901960784);
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(157, 157, 157, 0.431372549);
  margin: 20px 10px;
  height: 250px;
}
.recipes_item img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.recipes_item span {
  display: block;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.Certificates-img img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

section.footer_sec {
  color: #fff;
  display: flex;
  position: relative;
  margin-top: 0px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  background: 50%/cover no-repeat #7eae5e url("../../../imgs/footer.webp");
}

.footer_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_details .region {
  width: 50%;
  padding: 20px;
}
.footer_details .region .region-footer-left {
  display: flex;
  align-items: center;
  position: relative;
}
.footer_details .region .region-footer-left a.footer__logo {
  width: 127px;
  height: 67px;
  display: inline-block;
}
.footer_details .region .region-footer-left a.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer_details .region .region-footer-left span.footer__title {
  margin-inline-start: 20px;
  font-size: 40px;
}
.footer_details .region .region-footer-left .footer__divider {
  display: none;
  left: 0;
  position: absolute;
  top: 50%;
  height: 105px;
  width: 16px;
  transform: translate(50%, -50%);
  background: 50%/contain no-repeat url("../../../imgs/download3.svg");
}

.foolter_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foolter_list ul li {
  width: 100%;
}
.foolter_list ul li a {
  font-size: 18px;
  line-height: 38px;
  padding: 0 20px;
  transition: 0.3s ease-in-out;
}
.foolter_list ul li a:hover {
  color: #df2526;
  transition: 0.3s ease-in-out;
}

.footer-text span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}
.footer-text span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: hsla(0, 0%, 100%, 0.3);
  bottom: 0;
  right: 0;
}

.f-details p {
  color: #f1f1f1;
  font-size: 16px;
  margin-bottom: 20px;
}

.f-socila {
  display: flex;
  align-items: center;
}
.f-socila span {
  width: 40px;
  height: 40px;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.f-socila span.f-book-icon:hover {
  background: #bdbdbd;
}
.f-socila span.mail-icon:hover {
  transition: 0.3s ease-in-out;
  background: #111;
}

.about_us_footer {
  margin-top: 50px;
}

section.wsfatna_body {
  position: relative;
  width: 100%;
  background: #fffae1;
  padding: 30px 0;
}

.details_w_page {
  padding-top: 200px;
}

.wsfa_card {
  width: 100%;
  height: 400px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.wsfa_card img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.wsfa_card h5 {
  font-size: 24px;
  font-weight: 400;
  padding: 10px 0;
}
.wsfa_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.head_d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.head_d h4 {
  width: 35%;
  font-size: 70px;
}
.head_d p {
  text-align: start;
  font-size: 20px;
}

.gti__container {
  margin: 30px 0;
}
.gti__container:nth-child(odd) {
  flex-direction: row-reverse;
}

.pg-img {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.pg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-details h5 {
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 30px;
}
.pg-details h5 p {
  font-size: 18px;
  line-height: 35px;
}

.product_details {
  text-align: center;
  margin-bottom: 50px;
}
.product_details span {
  font-size: 14px;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #df2526;
  text-transform: uppercase;
}
.product_details p {
  font-size: 100px;
  line-height: 135px;
  margin-bottom: 60px;
}
.product_details em {
  font-size: 16px;
}

.product_img_details {
  position: relative;
}
.product_img_details img {
  width: 100%;
  height: 600px;
  margin: 60px 0;
  border-radius: 6px;
}

.wsf_prod {
  display: flex;
  align-items: center;
  justify-content: start;
  align-items: start;
}

.all_details {
  width: 35%;
  border-inline-end: 1px solid #f9c623;
  padding-inline-end: 30px;
  margin-inline-end: 40px;
}

.wsf_d h6 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 30px;
}
.wsf_d p,
.wsf_d ul li {
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}
.wsf_d ul li {
  list-style: disc;
  display: list-item;
}

.contact-us-details .title-acc {
  padding-bottom: 20px;
}
.contact-us-details .title-acc span {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.contact-us-details .title-acc em {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
}
.contact-us-details .details-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
}
.contact-us-details .details-sec span {
  color: #353535;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 400;
}
.contact-us-details .details-sec em {
  color: #34D49E;
  font-size: 18px;
  padding: 0 5px;
  font-weight: 400;
}

.contact-us-form {
  border-radius: 24px;
  background: var(--f-5-f-5-f-5, #F5F5F5);
  padding: 40px 20px;
  width: 100%;
}
.contact-us-form .form-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us-form .form-details .fr-contact {
  width: 48%;
  margin: 10px 0;
}
.contact-us-form .form-details .fr-contact label {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.contact-us-form .form-details .fr-contact input,
.contact-us-form .form-details .fr-contact textarea {
  border-radius: 12px;
  border: 1.5px solid #F6F6F6;
  background: #ffffff;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #BDBDBD;
}
.contact-us-form .form-details .fr-contact input::-moz-placeholder, .contact-us-form .form-details .fr-contact textarea::-moz-placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact input::placeholder,
.contact-us-form .form-details .fr-contact textarea::placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact.textarea-p {
  width: 100%;
}
.contact-us-form .btn-send button {
  border: unset;
  padding: 10px 40px;
  background: #34D49E;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.location-page {
  padding-top: 30px;
}
.location-page h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
  color: #232323;
}
.location-page .img-location {
  width: 610px;
  height: 360px;
  margin: 0 auto;
  cursor: pointer;
}
.location-page .img-location img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
}

.location-map {
  padding: 30px 0;
}
.location-map .our-lcation {
  width: 500px;
  height: 360px;
}

.watchapp-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.watchapp-icon span {
  background: #41d44a;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 55px;
  padding: 2px 10px;
  border-radius: 8px;
  color: #fff;
  top: 7px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.watchapp-icon:hover span {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.showcase {
  margin-top: 90px;
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
.showcase .showcase-img video,
.showcase .showcase-img iframe {
  width: 100%;
  height: 100%;
}
.showcase .bk-img {
  background-size: contain;
  background-repeat: round;
  height: 100%;
}
.showcase .bk-img.img2 {
  background-image: url("../../../../imgs/img1.jpg");
}
.showcase .bk-img.img1 {
  background-image: url("../../../../imgs/img5.jpg");
}
.showcase .showcase-text {
  padding: 7rem;
}
.showcase .showcase-text h2 {
  font-size: 30px;
}

.page_title {
  padding-bottom: 20px;
}
.page_title h4 {
  font-size: 22px;
}

a.footer__logo {
  width: 100px;
  height: 60px;
  display: inline-block;
  padding: 5px;
}
a.footer__logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}

main.main-sec {
  padding-top: 80px;
}

.breadcrumb-sec {
  padding: 20px 0;
}
.breadcrumb-sec a {
  color: #232323;
  font-weight: 400;
}
.breadcrumb-sec em {
  margin: 0 10px;
}
.breadcrumb-sec span {
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
}

.p-list-details h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #232323;
}
.p-list-details h4:before {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #777;
  width: 30px;
  height: 2px;
}
.p-list-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}
.p-list-details ul li {
  color: #232323;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding: 5px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  background: #fff;
}
.p-list-details ul li.active {
  font-weight: bold;
  color: #ffffff !important;
  background: #aeaeae;
}

.card-p-details {
  border-radius: 6px;
  margin: 12px 0;
  padding: 10px;
  text-align: center;
}
.card-p-details img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-p-details h5 {
  font-size: 20px;
  padding: 10px 0;
  color: #232323;
}
.card-p-details p {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}

@media (max-width: 990px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .dog {
    overflow: hidden;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .header-bar {
    height: 0;
  }
  .header-bar:before {
    display: none;
  }
}
@media (max-width: 800px) {
  .section_row {
    padding: 20px 30px 20px 30px;
  }
  section.cheese-type {
    margin: 0px;
  }
  section.more-recipes {
    margin-bottom: 50px;
  }
  .sticky-header .nave-responsive {
    top: 0;
    transition: 0.3s ease-in-out;
  }
  .nave-responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #FAFAFA;
    box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.05);
    z-index: 99;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
  }
  .nave-responsive a img {
    height: 60px;
  }
  .nave-responsive .bar {
    font-size: 28px;
  }
  .nave-responsive .bar i {
    color: #232323;
  }
  .menu-bar.open {
    left: 0;
  }
  .menu-bar .logo {
    display: none;
  }
  .menu-bar {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    background-color: #ffffff;
    z-index: 44;
    /* width: inherit; */
    height: 100%;
    left: -100%;
    top: 80px;
    transition: left 0.5s;
    flex-direction: column;
    padding-bottom: 200px;
  }
  .menu-bar nav {
    width: 100%;
  }
  .menu-bar ul {
    flex-direction: column;
  }
  .menu-bar ul li {
    width: 100%;
    text-align: start;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
  }
  .menu-bar .lang_sec {
    display: none;
  }
  .banner {
    height: 200px;
    margin-top: 80px;
  }
  .banner .bg-banner {
    height: 200px;
  }
  .banner .bg-banner .item {
    height: 250px;
  }
  .banner .bg-banner .item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details_sec {
    margin: 0;
    padding: 0;
  }
  .img_sec {
    margin-top: 20px;
  }
  .footer_details {
    flex-wrap: wrap;
  }
  .footer_details .region {
    width: 100%;
  }
  .footer__divider {
    display: none;
  }
  .details_sec {
    margin: 20px 0;
  }
  .about_us_footer {
    margin-top: 50px;
  }
  section.main-banner.main-banner {
    margin-bottom: 80px;
  }
  .banner .bg-banner .owl-dots {
    bottom: -30px;
  }
}/*# sourceMappingURL=style.css.map */