@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

/* header */

body {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 100px;
}

html {
  margin-top: 0px !important;
}

a.skip-link.screen-reader-text {
  display: none;
}

p {
  margin-bottom: 15px;
}

.container {
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.menu-container ul {
  display: flex;
  gap: 40px;
}

h1{
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media not all and (min-width: 768px){
  h1{
    font-size: 30px;
  }
}

h2{
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(36 38 39 / var(--tw-text-opacity));
}

strongh2 
{
  color: #242627;
}

@media not all and (min-width: 1024px){
  h2{
    font-size: 30px;
  }
}

.cls-feature-product-container img {
  width: 100%;
}

h3{
  margin-bottom: 1.5rem;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(36 38 39 / var(--tw-text-opacity));
}

strongh3 
{
  color: #242627;
}

@media not all and (min-width: 768px){
  h3{
    font-size: 34px;
  }
}

h5{
  margin-bottom: 1.5rem;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

@media not all and (min-width: 768px){
  h5{
    font-size: 20px;
  }
}

p{
  font-size: 18px;
}

.row-pad{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media not all and (min-width: 1536px){
  .row-pad{
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media not all and (min-width: 1024px){
  .row-pad{
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media not all and (min-width: 768px){
  .row-pad{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

a.btn,
.btn {
  background: #337200;
  color: #fff;
  font-size: 20px;
  padding: 10px 65px 10px 25px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
}

a.btn:hover,
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 38 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.btn:after,
.btn:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 37px;
  position: absolute;
  right: 9px;
  top: -2px;
  bottom: 0;
}

a.btn.grey {
  background-color: #252628;
  color: #fff;
  font-size: 20px;
  padding: 10px 65px 10px 25px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
}

a.btn.grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 38 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #337200;
  color: #fff;
}

.menu-container ul li a {
  font-size: 16px;
}

.menu-container ul li a:hover {
  color: #e66c03;
}

.menu-container ul li a:before {
}

.menu-container li {
  position: relative;
}

.menu-container li a:before {
  content: "";
  width: 0px;
  position: absolute;
  bottom: -5px;
  background: #e66c03;
  height: 2px;
  display: block;
  transition: ease-in-out 0.3s;
  left: 0;
}

.menu-container li:hover a:before {
  content: "";
  width: 28px;
  position: absolute;
  bottom: -5px;
  background: #e66c03;
  height: 2px;
  display: block;
}

header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

a {
  transition: ease-in-out 0.3s;
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

h4{
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(36 38 39 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px){
  h4{
    font-size: 20px;
  }
}

ul#menu-mobile-menu li a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

/* header css */

.over-twenty-years {
  background-size: 200px, 200px;
  background-position: top 100px left, bottom 100px right;
  background-repeat: no-repeat, no-repeat;
}

.bg-top-bottom-auto
{
  background-position: top 50px left, bottom 50px right;
  background-repeat: no-repeat, no-repeat;
}

.bg-top-bottom {
  background-size: 200px, 200px;
  background-position: top 50px left, bottom 50px right;
  background-repeat: no-repeat, no-repeat;
}

.bg-bottom-top {
  background-size: 130px, 130px;
  background-position: top 50px right, bottom 50px left;
  background-repeat: no-repeat, no-repeat;
}

.cls-testimonials .testimonials-items {
  padding: 50px 25px 90px 25px;
  border-bottom: 5px solid;
  transform: scale(0.78);
}

.swiper-slide-prev .testimonials-items.cls-left:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.swiper-slide-next .testimonials-items.cls-left:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  height: 105%;
  width: 100%;
  z-index: 9999;
  top: 0;
  bottom: 0;
}

.swiper-pagination2 .swiper-pagination-bullet,  
  .swiper-pagination .swiper-pagination-bullet,  
  .swiper-pagination-plant .swiper-pagination-bullet  {
  background: transparent;
  border: 2px solid #6e6e6e;
  width: 15px;
  border-radius: 50%;
  height: 15px;
}

.swiper-pagination  span.swiper-pagination-bullet.swiper-pagination-bullet-active,  .swiper-pagination-plant  span.swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #6e6e6e;
}

.swiper-pagination2{
  margin-top: 60px !important;
}

.swiper-pagination {
  margin-top: 0px !important;
}

swiper-container.featured-slider {
  margin-bottom: 50px;
}

span.slide-number.active{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

span.slide-number {
  font-weight: 500;
}

.cls-slide p {
  font-size: 20px;
}

.cls-feature-product-container {
  position: relative;
}

.swiper-pagination2
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 15px;
  border-radius: 50%;
  background: #6e6e6e;
}

.cls-testimonials .testimonials-items.active {
  padding: 50px 25px 70px 25px;
  border-bottom: 10px solid #e66c03;
  flex: 0 0 40%;
  transform: scale(1.1);
  background-color: #fef7f2;
  transition: all 0.3s;
}

.cls-testimonials.main-page .testimonials-items:hover {
  border-bottom: 10px solid #e66c03;
  transform: scale(1);
  background-color: #fef7f2;
  transition: all 0.3s;
}

.cls-testimonials .testimonials-items {
  padding: 50px 25px 90px 25px;
  border-bottom: 5px solid;
  transform: scale(0.78);
  transition: all 0.3s;
}

/* .logos-listing {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation-name: marquee;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    max-width: 1000px;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
} */

ul.logos-listing li {
  flex: 0 0 20%;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos-listing {
  animation: marquee 40s linear infinite;
  max-width: 1000px;
  margin: 0 auto;
}

/* footer css  */

.footer-menu li a:hover {
  color: #e66c03;
}

.footer-menu li a {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}

.footer-menu li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #e66c03;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.footer-menu li {
  position: relative;
  padding-left: 22px;
}

.footer-contact li a:hover {
  color: #e66c03;
}

.footer-contact li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}

.footer-contact li img {
  position: absolute;
  left: 0;
  top: 7px;
}

hr.border-1 {
  border: 1px solid #999a9a;
  margin: 25px 0;
}

footer .cls-logo img {
  transition: all 0.5s;
}

footer .cls-logo img:hover {
  transform: scale(1.2);
}

.cls-recipes-title h5:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 37px;
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: 0;
  color: #fff;
  background: #595959;
  border-radius: 50px;
  height: 36px;
  line-height: 1;
  width: 35px;
  box-shadow: 0 0 10px 1px #ccc;
  transform: translate(0px, -50%);
}

.cls-recipes-title h5:hover:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 37px;
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: 0;
  color: #fff;
  background: #e66c03;
  border-radius: 50px;
  height: 36px;
  line-height: 1;
  width: 35px;
  box-shadow: 0 0 10px 1px #ccc;
  transform: translate(0px, -50%);
}

.cls-recipes-title h5 {
  max-width: 300px;
  padding-right: 40px;
}

.cls-recipes-image img:hover {
  filter: brightness(0.8);
  transform: scale(1.03);
}

.cls-recipes-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.image-effect-zoom img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.image-effect-zoom img:hover {
  filter: brightness(0.8);
  transform: scale(1.03);
  width: 100%;
}

.cls-recipes-right .grid:last-child {
  border: none;
}

.cls-single-recipes h2 {
  margin-top: 40px;
}

.cls-single-recipes p {
  color: #464849;
}

.image-effect img:hover {
  filter: brightness(0.8);
  transform: scale(1);
}

.image-effect img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.cls-product-image {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.cls-feature-product-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.cls-slide h3:after {
  content: "";
  width: 200px;
  display: block;
  height: 3px;
  background: #e66c03;
  margin-top: 20px;
}

.home-slider {
  background-size: 130px, 200px, cover;
  background-position: top 50px left, bottom 50px right, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding: 200px 15px;
}

.banner-section {
  position: relative;
}

.banner-section h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -35px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-us-logo ul.logos-listing li {
  flex: 0 0 25%;
}

.contact-form label {
  display: none;
}

form.contact-form input,
form.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a2a2a2;
}

form.contact-form input::-moz-placeholder, form.contact-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #a2a2a2a2;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
  font-size: 14px;
  color: #a2a2a2a2;
}

/* accordian css  */

.accordion {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 1150px;
  margin: 40px auto 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
  border-bottom: none;
}

/* Hide Radio Buttons */

.accordion input {
  display: none;
}

/* Accordion Label (Clickable Title) */

.accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 25px;
  font-weight: 500;
}

.accordion-content p {
  margin-bottom: 0;
  padding: 14px 30px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: white;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

/* Show Content When Checked */

.accordion input:checked + .accordion-label + .accordion-content {
  max-height: 500px;
  padding: 15px;
  background: #f7f7f7;
  border-top: 1px solid #e66c03;
}

.accordion-content p {
  margin-bottom: 0;
}

/* Plus/Minus Icon */

.accordion-label::after {
  content: "+";
  font-size: 45px;
  font-weight: 600;
  transition: transform 0.3s ease-in-out;
  color: #292a2b;
}

.accordion input:checked + .accordion-label::after {
  content: "−";
  transform: rotate(180deg);
}

/* accordian end css  */

.privacy-policty-content h4 {
  margin-bottom: 10px;
  margin-top: 22px;
  font-weight: 600;
}

.privacy-policty-content strong {
  color: #242627;
  font-weight: 600;
}

.cls-testimonials.main-page .testimonials-items {
  transform: scale(1);
  border-bottom-width: 10px;
  margin-bottom: 30px !important;
}

.cls-testimonials .testimonials-items .reviews {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}

.cls-testimonials .testimonials-items {
  position: relative;
}

.cls-testimonials .testimonials-items h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
}

.cls-testimonials .testimonials-items p {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.main-page .testimonials-items.cls-left:before,
.main-page .testimonials-items.cls-right:after {
  background: none;
}

.cls-product-detail {
  position: relative;
  padding-right: 0px;
}

.cls-product-detail .cls-title a:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: -20px;
  font-size: 25px;
  position: absolute;
  right: 25px;
  top: 25px;
  bottom: 0;
  color: #fff;
  background: #595959;
  border-radius: 50px;
  height: 24px;
  line-height: 1;
  width: 24px;
  box-shadow: 0 0 10px 1px #ccc;
  transform: translate(0px, -54%);
}

.cls-product-img img {
  border-radius: 20px;
  margin: 0 auto;
}

.cls-product-img {
  border: 2px solid #e7e7e7;
  border-radius: 20px;
}

.cls-recipes.upper-side .cls-product-detail .cls-title a:before {
  top: 15px !important;
}

.cls-sku {
  padding-top: 30px;
}

.cls-title {
  padding: 10px 0;
}

.cls-short-desc {
  padding-bottom: 10px;
}

.cls-product {
  margin-bottom: 30px;
}

.cls-product-detail:hover a:before{
  --tw-bg-opacity: 1;
  background-color: rgb(230 108 3 / var(--tw-bg-opacity));
}

.thumb-image {
  width: 120px;
}

.thumb-image li {
  width: 100%;
  border: 1px solid #aaaaaa;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 20px 0px;
  transition: all 0.3s;
  cursor: pointer;
}

.thumb-image li:hover {
  border: 1px solid #e66c03;
}

.thumb-image img {
  margin: 0 auto;
}

.thumb-main-image {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.thumb-main-image img {
  border-radius: 20px;
}

.single-product-right-side .cls-product-detail a:before {
  display: none;
}

.social-share img:hover {
  transform: scale(1.2);
}

.social-share img {
  transition: all 0.5s;
}

.cls-product-list .cls-product-img {
  background: #fff;
}

/* tabber css  */

.tab-container {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Hide Radio Buttons */

.tab-container input {
  display: none;
}

/* Tab Labels (Clickable Buttons) */

.tab-labels {
  display: inline-block;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding-bottom: 20px;
}

.tab-labels label {
  flex: 1;
  text-align: center;
  padding: 12px 50px 12px 0px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s;
  font-size: 25px;
}

/* Tab Content */

.tab-content {
  display: none;
  padding: 20px 0px 20px 0px;
  background: white;
}

/* Show Active Tab */

#tab1:checked ~ .tab-content-1,
#tab2:checked ~ .tab-content-2,
#tab3:checked ~ .tab-content-3,
#tab3:checked ~ .tab-content-4 {
  display: block;
}

/* Active Tab Styling */

#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"],
#tab3:checked ~ .tab-labels label[for="tab4"]{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

/* tabber css end  */

.cls-product.last-item {
  position: relative;
}

.cls-product.last-item .cls-short-desc {
  position: absolute;
  background: #fff;
  top: 0px;
  margin: 15px 15px;
  height: calc(100% - 30px);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  bottom: 0;
}

.text-20{
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .text-20{
    font-size: 16px;
  }
}

.mapsvg-map-container {
  pointer-events: none;
}

.cls-recipes .cls-title a {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  position: relative;
  padding-right: 65px;
}

.main-plant-base {
  background-size: auto, auto, cover;
  background-position: top 50px right, bottom 50px left, top 0px center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding-top: 350px;
}

@media not all and (min-width: 1280px){
  .main-plant-base{
    padding-top: 250px;
  }
}

@media not all and (min-width: 1024px){
  .main-plant-base{
    padding-top: 180px;
  }
}

@media not all and (min-width: 768px){
  .main-plant-base{
    padding-top: 50px;
  }
}

.bg-bottom-top-auto {
  background-size: auto;
  background-position: top 50px left, bottom 50px right;
  background-repeat: no-repeat, no-repeat;
}

.cls-recipes.upper-side {
  background-size: auto;
  background-position: top 50px right, center left, bottom 80px right;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.cls-product.last-item .cls-product-img.image-effect-zoom {
  position: relative;
}

.cls-product-img.image-effect-zoom img {
  width: 100%;
}

.cls-product-detail.cls-title a {
  padding-right: 66px;
  display: block;
}

.single-recipes-img {
  border: 2px solid #eeeeee;
  border-radius: 20px;
}

.single-recipes-img img {
  border-radius: 20px;
  margin: 0 auto;
}

@keyframes custom-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

form.search-form input::-moz-placeholder {
  color: #000;
  font-size: 14px;
}

form.search-form input::placeholder {
  color: #000;
  font-size: 14px;
}

form.search-form {
  display: flex;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

form.search-form input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 0;
}

form.search-form button {
  font-size: 0;
  background: #e66c03;
  background-image: url(../images/search-icon.png);
  height: 37px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  margin-left: -2px;
}

.search-logos span:hover,
.search-logos span.active {
  background: #e66c03;
  color: #fff;
}

.search-logos span {
  padding: 7px 11px;
  color: #000;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.cls-logos div img {
  margin: 0 auto;
  padding: 50px 0;
}

.cls-logos div {
  background: #f7f7f7;
  text-align: center;
  display: flex;
  align-items: center;
}

.cls-logos.sell-sheet div {
  background: #f7f7f7;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 80px 0;
}

.cls-logos.sell-sheet div img {
  margin: 0 auto;
  padding: 10px 0;
  height: auto;
}

.cls-logos.sell-sheet div div {
  padding: 10px 0;
}

.cls-logos.sell-sheet div {
  position: relative;
}

.cls-logos.sell-sheet div a:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: -20px;
  font-size: 28px;
  position: absolute;
  right: 0px;
  top: auto;
  bottom: 0;
  color: #fff;
  background: #595959;
  border-radius: 50px;
  height: 28px;
  line-height: 1;
  width: 28px;
  box-shadow: 0 0 10px 1px #ccc;
  transform: rotate(90deg);
  left: 0;
  margin: 0 auto;
  bottom: -50px;
}

.cls-logos.sell-sheet div div:hover a:before{
  --tw-bg-opacity: 1;
  background-color: rgb(230 108 3 / var(--tw-bg-opacity));
}

li.widget_text.widget.widget_custom_html {
  list-style: none;
  padding: 0;
}

.widget.widget_nav_menu {
  list-style: none;
  padding: 0;
}

.swiper-slide-active .testimonials-items:before {
  background: rgba(255, 255, 255, 0);
}

ul#menu-footer-categories {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.menu-container li.current-menu-item a:before {
  content: "";
  width: 28px;
  position: absolute;
  bottom: -5px;
  background: #e66c03;
  height: 2px;
  display: block;
}

.mobile-menu-container-upper.open ul#menu-mobile-menu {
  left: -15px !important;
  width: 100% !important;
}

div#mobile-menus {
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  height: 105%;
  z-index: 999;
  background: #56be80;
  left: -100%;
  right: 0px;
  width: 100%;
  transition: all 0.3s;
}

div#mobile-menus.open {
  left: 0%;
}

div#mobile-menus i#clsclose {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 15px;
  top: 23px;
  cursor: pointer;
}

p#breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  color: #1f1e1c;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

nav.mobile-menu-container {
  padding-top: 50px;
}

.g-recaptcha div {
  margin: 0 auto;
}

.g-recaptcha {
  text-align: center;
  margin: 0 auto;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store, body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter .asl-store-search .span-geo {
  background-color: #e66c03;
}

body .asl-cont .sl-container, body .asl-cont .sl-container-lg, body .asl-cont .sl-container-md, body .asl-cont .sl-container-sm, body .asl-cont .sl-container-xl {
  max-width: 100%;
}

.top-title.Num_of_store {
  padding: 10px 10px 5px 10px !important;
}

.top-title.Num_of_store > span:before {
  content: "Weins Foods";
  font-size: 16px;
  margin-bottom: 120px;
}

.top-title.Num_of_store * {
  font-size: 0 !important;
}

body #asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .asl-panel-inner, #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item {
  background-color: #f7f7f7 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter label
{
  color: #e66c03;
}

.map-image h3{
  --tw-text-opacity: 1 !important;
  color: rgb(230 108 3 / var(--tw-text-opacity)) !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a {
  background-color: #b97077 !important;
  background-color: #e66c03 !important;
}

span.font-medium.error_message {
  text-align: center;
  display: block;
  width: 100%;
  color: #dc2626;
}

table.cls-single-table td {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 15px;
}

table.cls-single-table th {
  background: #e66c03;
  padding: 10px 20px;
  color: #fff;
}

.pagination a:hover {
  background: #e66c03;
  color: #fff;
}

.pagination a {
  background: #ccc;
  padding: 5px 10px;
}

.pagination span {
  background: #e66c03;
  padding: 5px 10px;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.swiper-slide-thumb-active {
  border: 1px solid #e66c03;
  border-color: #e66c03 !important;
}

.Main-image-big .swiper-slide-active
{
  border-color: #cccccc !important;
}

.mapsvg-sidebar.mapsvg-top-container.mapsvg-sidebar-left {
  flex-basis: 500px !important;
}

label.col-form-label.mapsvg-filter-label {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px !important;
  color: #e66c03;
}

button.btn.btn-outline-secondary.mapsvg-filters-reset {
  font-size: 0px;
  background: #e66c03;
}

button.btn.btn-outline-secondary.mapsvg-filters-reset:after {
  content: "\f002";
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0 0px;
  position: relative;
  top: 0px;
  left: -3px;
}

div#mapsvg-search-container {
  position: absolute;
  bottom: 25px;
  right: 10px;
}

input.mapsvg-directory-search {
  padding-right: 60px;
  border-radius: 5px;
}

.mapsvg-popover-close {
  right: 15px;
}

.nano-content:before {
  content: "Weins Foods";
  background: #e66c03;
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  color: #fff;
}

.mapsvg-directory-item {
  display: grid !important;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-bottom: 1px solid #dedede;
  align-items: center;
}

.mapsvg-category-item, .mapsvg-directory-item {
  padding: 20px !important;
}

.mapsvg-directory-item strong {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.mapsvg-directory-item p {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 250px;
}

.mapsvg-controller-view-content img {
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

div#mapsvg-controller-popover .nano-content:before {
  display: none;
}

div#mapsvg-controller-popover * {
  overflow: hidden;
}

.mapsvg-popover-close.mapsvg-details-close:before, .mapsvg-popover-close.mapsvg-details-close:after {
  color: #fff;
  background: #fff;
  width: 65% !important;
  margin: 0 auto;
  left: 9px;
}

.mapsvg-popover-close.mapsvg-details-close:hover {
  background: #fff;
  box-shadow: 1px 5px 25px rgba(0, 0, 0, 0.5);
}

.mapsvg-popover-close.mapsvg-details-close:hover:before, .mapsvg-popover-close.mapsvg-details-close:hover:after{
  --tw-bg-opacity: 1;
  background-color: rgb(230 108 3 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

.banner-section .feature-image {
  position: relative;
}

.banner-section .feature-image:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/overlay-bg.png);
  height: 100%;
  background-repeat: no-repeat;
}

.mapsvg-popover-close.mapsvg-details-close {
  background: #e66c03;
  border-radius: 50%;
}

div#mapsvg-controller-popover .mapsvg-controller-view-content {
  margin-top: 0px;
  padding-bottom: 0;
}

div#mapsvg-controller-popover .mapsvg-directory-item {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0px;
  border-bottom: 0px solid #dedede;
  align-items: center;
}

div#mapsvg-controller-popover .mapsvg-directory-item:hover {
  background: none;
}

.pagination a span {
  background: transparent;
  color: #000;
}

.single-recipes-img.image-effect-zoom img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cls-recipes-right .image-effect-zoom img {
  height: 80px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.animate-custom-bounce.m-auto {
  cursor: pointer;
}

.plant-head-slider-container {
  position: relative;
}

.cls-related-product-list .cls-product-list .cls-product-img.image-effect-zoom img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

video.w-full.h-\[540px\].mmmd\:h-\[480px\].ssm\:h-\[340px\] {
  height: auto;
}

.plant-head-slider-container .swiper-button-prev-plant
{
  transition: all 0.3s;
}

.plant-head-slider-container .swiper-button-prev-plant:hover i {
  color: white;
}

.plant-head-slider-container .swiper-button-prev-plant:hover {
  background: #56555b;
  color: #fff;
}

.plant-head-slider-container .swiper-button-next-plant:hover i {
  color: white;
}

.plant-head-slider-container .swiper-button-next-plant:hover {
  background: #56555b;
  color: #fff;
}

strong.text-blue 
{
  color: #006aab;
}

strong.text-green 
{
  color: #337200;
}

strong.text-grey 
{
  color: #242627;
}

.cls-feature-product .cls-product-image.text-center img {
  max-width: 190px;
}

.cls-product-detail .cls-title {
  padding-right: 60px;
  position: relative;
}

p.no-found {
  background: #e66c03;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 0 auto;
  margin-bottom: 50px;
}

.cls-feature-product-container .swiper-button-prev:hover i {
  color: #ffffff;
  transition: all 0.3s;
}

.cls-feature-product-container .swiper-button-prev:hover {
  background: #56555b;
  transition: all 0.3s;
}

.cls-feature-product-container .swiper-button-next:hover i {
  color: #ffffff;
  transition: all 0.3s;
}

.cls-recipes-container .swiper-button-next:hover i {
  color: #ffffff;
  transition: all 0.3s;
}

.cls-recipes-container .swiper-button-next:hover  {
  background: #56555b;
  transition: all 0.3s;
}

.mapsvg-distance-field-2 {
  display: none;
}

div#mapsvg-controller-filters {
  margin-bottom:15px
}

.mapsvg-sidebar.mapsvg-top-container.mapsvg-sidebar-left .mapsvg-controller-view-toolbar {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.cls-feature-product-container .swiper-button-next:hover {
  background: #56555b;
  transition: all 0.3s;
}

.cls-product-title p {
  max-width: 250px;
  margin: 0 auto;
}

div#mapsvg-controller-popover .mapsvg-controller-view-content strong{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

button.absolute.-top-4.-right-\[10px\].sxl\:right-3.text-white.hover\:text-\[\#f15e23\] i:hover {
  background: #fff;
  color: #e66c03;
}

button.absolute.-top-4.-right-\[10px\].sxl\:right-3.text-white.hover\:text-\[\#f15e23\] i {
  border-radius: 50%;
  background: #e66c03;
  padding: 3px 8px;
  font-size: 24px;
  transition: all 0.3s;
}

.cls-product-title h5 {
  padding: 0 10px;
}

.feature-image img {
  width: 100%;
}

.cls-product-bottom-part {
  min-height: 290px;
}

.swiper-slide-counter span {
  cursor: pointer;
}

.recipes-pagination span.current {
  position: relative;
  padding-right: 65px;
}

.recipes-pagination span.current:after {
  content: "";
  width: 65px;
  display: block;
  background: #040404;
  height: 2px;
  position: absolute !important;
  top: 15px !important;
  left: 28px;
}

.recipes-pagination {
  font-size: 16px;
}

.recipes-pagination span.prev, .recipes-pagination span.next {
  font-size: 30px;
}

.recipes-pagination a.next {
  font-size: 30px;
}

b, strong {
  font-weight: bold;
}

.upper-side .cls-feature-product  img {
  height: auto !important;
}

.cls-recipes-container {
  margin-bottom: 100px;
}

.swiper-pagination-plant{
  margin-top: 100px !important;
}

@media not all and (min-width: 768px){
  .swiper-pagination-plant{
    margin-top: 50px !important;
  }
}

.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

.cls-feature-product-container {
  padding: 0 0px;
}

/* responsive css*/

@media (max-width: 1650px) {
  .single-recipes-img.image-effect-zoom img {
    height: 450px;
  }

  .bg-top-bottom,
.bg-bottom-top, .over-twenty-years, .cls-recipes.upper-side, .main-plant-base, .bg-top-bottom-auto {
    background-image: none !important;
  }

  .home-slider {
    background-size: 0px, 0px, cover;
  }
}

@media (max-width: 1450px) {
  .upper-side img {
    height: 380px;
  }

  .mapsvg-sidebar.mapsvg-top-container.mapsvg-sidebar-left {
    flex-basis: 350px !important;
  }

  .home-slider {
    padding: 50px 15px 120px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1450px) {
  div#mapsvg-map-1 {
    height: 500px;
    overflow: hidden;
  }
}

@media (max-width: 1280px) {
  swiper-container.mySwiper2 {
    height: 100px !important;
    width: 100%;
  }

  .feature-image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .single-recipes-img.image-effect-zoom img {
    height: auto;
  }

  table.cls-single-table {
    width: 100%;
    overflow: scroll;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  footer .cls-logo img {
    max-width: 180px !important;
  }

  .bg-top-bottom,
  .bg-bottom-top, .over-twenty-years, .cls-recipes.upper-side, .main-plant-base, .bg-top-bottom-auto {
    background-image: none !important;
  }

  .mapsvg-sidebar.mapsvg-top-container.mapsvg-sidebar-left {
    flex-basis: inherit !important;
  }

  swiper-container.featured-slider {
    margin-bottom: 50px;
  }

  .accordion-label {
    font-size: 20px;
  }

  .accordion-content p {
    padding: 14px 0px;
  }

  header ul li a,
  header ul li {
    font-size: 14px !important;
  }

  .cls-logo img {
    max-width: 120px !important;
  }

  .menu-container ul {
    display: flex;
    gap: 30px;
  }

  body {
    padding-top: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mapsvg-map-toolbar {
    display: none;
  }

  .mapsvg-map-container {
    height: 400px;
  }

  div#mapsvg-1 {
    height: 400px !important;
  }

  div#mapsvg-controller-popover * {
    overflow-y: scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .mapsvg-popover
{
    min-width: 300px !important;
  }

  .mapsvg-sidebar.mapsvg-top-container.mapsvg-sidebar-left {
    height: 400px;
  }

  .max-md\:\!bg-none {
    background-image: none !important;
  }

  swiper-container.swiper-hero-slider * {
    text-align: center;
    margin: 0 auto;
  }

  .mobile-slider-img 
  {
    display: block !important;
    margin-bottom: 30px;
  }

  .row-pad.home-slider {
    padding: 0;
  }

  .swiper-progress {
    margin-left: auto;
    margin-right: auto;
  }

  .cls-slide h3:after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  div#mapsvg-map-1 {
    height: auto !important;
    overflow: hidden !important;
  }
}

@media (max-width: 1150px) {
  .tab-labels label {
    font-size: 20px;
  }

  .cls-copyright * {
    font-size: 14px;
  }

  ul#menu-footer-categories {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}

@media (max-width: 1024px) {
  .footer-container .footer-section:first-child .flex {
    justify-content: center;
    justify-items: center;
    margin-bottom: 30px;
  }

  .footer-container .footer-section:first-child img {
    margin: 0 auto;
  }

  .footer-container .footer-section:first-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .testimonials-slider   .testimonials-items 
  {
    height: 300px;
  }

  .upper-side img {
    height: auto;
  }

  .first-two .cls-product {
    margin-bottom: 70px;
  }

  swiper-container.swiper-hero-slider * {
    text-align: center;
    margin: 0 auto;
  }

  .cls-slide h3:after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .cls-slide p {
    font-size: 16px;
  }

  .cls-recipes-container {
    margin-bottom: -30px;
  }

  .first-two .cls-product {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .swiper-pagination.flex.justify-center.justify-start.gap-3.relative.z-10.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .other .cls-product {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .other .cls-product:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .cls-product-list .cls-product:last-child {
    border: none;
    padding-bottom: 0;
  }

  .cls-product-list .cls-product {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  button.btn.btn-outline-secondary.mapsvg-filters-reset {
    font-size: 0px;
    background: #e66c03;
    top: 15px;
    right: -15px !important;
  }

  div#mapsvg-1 {
    height: 300px !important;
  }

  .mapsvg-controller-container.mapsvg-popover {
    width: 280px !important;
    max-width: 71% !important;
    height: 300px !important;
    max-height: 200px !important;
  }

  .mapsvg-directory-item  {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0px;
    border-bottom: 1px solid #dedede;
    align-items: center;
    text-align: center;
    margin:  0 auto;
  }

  .mapsvg-directory-item * {
    border-bottom: 0px solid #dedede;
    align-items: center;
    text-align: center;
    margin:  0 auto;
  }

  .single-recipes-img.image-effect-zoom img {
    height: auto;
  }

  .menu-close:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    text-align: right;
    display: block;
    padding-right: 20px;
    color: #fff;
  }

  .cls-recipes.upper-side
  {
    background: none !important;
  }

  .asl-panel-inner {
    margin-top: 20px;
  }

  .inside.search_filter {
    margin: 5px 0;
  }

  .menu-close {
    font-size: 0;
    border-bottom: 2px solid #5e9675 !important;
  }

  body {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 60px;
  }

  button#menu-btn {
    top: 10px;
  }

  .cls-logo img {
    max-width: 140px;
  }

  ul#menu-mobile-menu li {
    border-bottom: 1px solid #5e9675;
    display: block;
    margin-top: 0;
  }

  ul#menu-mobile-menu li a {
    border-bottom: 1px solid #5e9675;
    display: block;
    padding: 10px 15px;
    margin-top: 0;
  }

  body {
    padding-top: 60px;
  }

  swiper-container.featured-slider {
    margin-bottom: 60px;
  }

  .bg-top-bottom,
  .bg-bottom-top, .over-twenty-years, .cls-recipes.upper-side, .main-plant-base, .bg-top-bottom-auto {
    background-image: none !important;
  }

  .search-logos span {
    margin-bottom: 5px;
    display: inline-block;
  }

  .about-us-logo ul.logos-listing li {
    flex: 0 0 40%;
  }

  .recipes-pagination .current:after {
    content: "";
    width: 50px;
    display: block;
    background: #afafaf;
  }

  .tab-labels {
    display: inline-block;
    border-bottom: 0px solid #e4e4e4;
    width: 100%;
    padding-bottom: 0px;
  }

  .tab-labels label {
    flex: 1;
    text-align: center;
    padding: 12px 15px 12px 15px;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s;
    font-size: 20px;
    width: 100%;
    display: block;
    background: #dadadaaa;
    margin-bottom: 3px;
    border-radius: 0px;
  }

  .tab-container {
    border-radius: 0px;
  }

  .thumb-image li {
    margin-bottom: 0px;
  }

  .accordion-label {
    font-size: 20px;
    font-weight: 500;
  }

  .accordion-content p {
    margin-bottom: 0;
    padding: 10px 15px;
  }

  header .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner-section img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  footer.site-footer h4 {
    margin-top: 30px;
  }

  hr.border-1 {
    margin: 30px 0;
  }

  .over-twenty-years {
    background-size: 200px, 200px;
    background-position: top 50px left, bottom 50px right;
    background-repeat: no-repeat, no-repeat;
  }

  .cls-testimonials .testimonials-items {
    transform: scale(1);
    padding-bottom: 90px !important;
  }

  .cls-testimonials .testimonials-items.active {
    transform: scale(1);
  }

  ul.logos-listing li {
    flex: 0 0 25%;
  }

  .home-slider {
    padding: 60px 0px;
    background-size: 0px, 0px, cover;
  }
}

@media (min-width: 767px) {
  .first-two .cls-product-img.image-effect-zoom, .first-two .cls-product-img.image-effect-zoom * {
    height: 100%;
  }

  .first-two .cls-product {
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {
  ul.logos-listing li {
    flex: 0 0 40%;
  }
}

@media (max-width: 350px) {
  .testimonials-slider   .testimonials-items 
  {
    height: 350px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-right-\[10px\]{
  right: -10px;
}

.-top-4{
  top: -1rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-\[15px\]{
  right: 15px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[-1px\]{
  top: -1px;
}

.top-\[33px\]{
  top: 33px;
}

.z-10{
  z-index: 10;
}

.z-\[9999\]{
  z-index: 9999;
}

.m-auto{
  margin: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!mt-0{
  margin-top: 0px !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[-200px\]{
  margin-bottom: -200px;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.ml-0{
  margin-left: 0px;
}

.ml-4{
  margin-left: 1rem;
}

.ml-\[-90px\]{
  margin-left: -90px;
}

.ml-auto{
  margin-left: auto;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-auto{
  margin-right: auto;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[140px\]{
  height: 140px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[540px\]{
  height: 540px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-\[500px\]{
  max-height: 500px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.w-0{
  width: 0px;
}

.w-4\/5{
  width: 80%;
}

.w-5{
  width: 1.25rem;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[80px\]{
  width: 80px;
}

.w-full{
  width: 100%;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[1150px\]{
  max-width: 1150px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[590px\]{
  max-width: 590px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.flex-\[0_0_23\%\]{
  flex: 0 0 23%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[100px_1fr\]{
  grid-template-columns: 100px 1fr;
}

.grid-cols-\[1fr_460px\]{
  grid-template-columns: 1fr 460px;
}

.grid-cols-\[1fr_600px\]{
  grid-template-columns: 1fr 600px;
}

.grid-cols-\[600px_1fr\]{
  grid-template-columns: 600px 1fr;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

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

.\!items-stretch{
  align-items: stretch !important;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[125px\]{
  gap: 125px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-bl-\[25px\]{
  border-bottom-left-radius: 25px;
}

.rounded-tl-\[20px\]{
  border-top-left-radius: 20px;
}

.rounded-tl-\[25px\]{
  border-top-left-radius: 25px;
}

.rounded-tr-\[20px\]{
  border-top-right-radius: 20px;
}

.border{
  border-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#7b7a7a\]{
  --tw-border-opacity: 1;
  border-color: rgb(123 122 122 / var(--tw-border-opacity));
}

.border-\[\#cdcdcd\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}

.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.bg-\[\#434647\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 70 71 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#f7f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(36 38 39 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-\[length\:150px\]{
  background-size: 150px;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[45px\]{
  padding: 45px;
}

.p-\[50px_20px_50px_20px\]{
  padding: 50px 20px 50px 20px;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pl-\[100px\]{
  padding-left: 100px;
}

.pr-0{
  padding-right: 0px;
}

.pt-0{
  padding-top: 0px;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[100px\]{
  padding-top: 100px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

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

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

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[65px\]{
  font-size: 65px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#1f1e1b\]{
  --tw-text-opacity: 1;
  color: rgb(31 30 27 / var(--tw-text-opacity));
}

.text-\[\#1f1e1c\]{
  --tw-text-opacity: 1;
  color: rgb(31 30 28 / var(--tw-text-opacity));
}

.text-\[\#242627\]{
  --tw-text-opacity: 1;
  color: rgb(36 38 39 / var(--tw-text-opacity));
}

.text-\[\#292a2b\]{
  --tw-text-opacity: 1;
  color: rgb(41 42 43 / var(--tw-text-opacity));
}

.text-\[\#464849\]{
  --tw-text-opacity: 1;
  color: rgb(70 72 73 / var(--tw-text-opacity));
}

.text-\[\#56555b\]{
  --tw-text-opacity: 1;
  color: rgb(86 85 91 / var(--tw-text-opacity));
}

.text-\[\#fd4242\]{
  --tw-text-opacity: 1;
  color: rgb(253 66 66 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.shadow-\[0px_0px_0px_3px_\#e4e4e4\]{
  --tw-shadow: 0px 0px 0px 3px #e4e4e4;
  --tw-shadow-colored: 0px 0px 0px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_4px_0px_\#e9e9e9\]{
  --tw-shadow: 0px 0px 4px 0px #e9e9e9;
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.animate-custom-bounce {
  animation: custom-bounce 1.5s infinite ease-in-out;
}

.hover\:bg-\[\#56555b\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(86 85 91 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 108 3 / var(--tw-bg-opacity));
}

.hover\:text-\[\#f15e23\]:hover{
  --tw-text-opacity: 1;
  color: rgb(241 94 35 / var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(230 108 3 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1536px){
  .max-2xl\:pl-\[50px\]{
    padding-left: 50px;
  }

  .max-2xl\:text-\[20px\]{
    font-size: 20px;
  }
}

@media not all and (min-width: 1280px){
  .max-xl\:order-1{
    order: 1;
  }

  .max-xl\:order-2{
    order: 2;
  }

  .max-xl\:flex-\[0_0_31\%\]{
    flex: 0 0 31%;
  }

  .max-xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-xl\:gap-0{
    gap: 0px;
  }

  .max-xl\:gap-\[50px\]{
    gap: 50px;
  }

  .max-xl\:overflow-scroll{
    overflow: scroll;
  }

  .max-xl\:text-\[14px\]{
    font-size: 14px;
  }

  .max-xl\:text-\[16px\]{
    font-size: 16px;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:mt-3{
    margin-top: 0.75rem;
  }

  .max-lg\:mt-\[-30px\]{
    margin-top: -30px;
  }

  .max-lg\:w-\[30\%\]{
    width: 30%;
  }

  .max-lg\:flex-\[0_0_100\%\]{
    flex: 0 0 100%;
  }

  .max-lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .max-lg\:gap-\[30px\]{
    gap: 30px;
  }

  .max-lg\:pb-0{
    padding-bottom: 0px;
  }

  .max-lg\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .max-md\:top-\[20px\]{
    top: 20px;
  }

  .max-md\:order-1{
    order: 1;
  }

  .max-md\:order-2{
    order: 2;
  }

  .max-md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .max-md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .max-md\:mb-4{
    margin-bottom: 1rem;
  }

  .max-md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .max-md\:mb-\[0px\]{
    margin-bottom: 0px;
  }

  .max-md\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .max-md\:ml-auto{
    margin-left: auto;
  }

  .max-md\:mr-auto{
    margin-right: auto;
  }

  .max-md\:mt-5{
    margin-top: 1.25rem;
  }

  .max-md\:mt-\[0px\]{
    margin-top: 0px;
  }

  .max-md\:block{
    display: block;
  }

  .max-md\:inline-block{
    display: inline-block;
  }

  .max-md\:grid{
    display: grid;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:h-\[300px\]{
    height: 300px;
  }

  .max-md\:max-h-full{
    max-height: 100%;
  }

  .max-md\:min-h-full{
    min-height: 100%;
  }

  .max-md\:flex-\[0_0_48\%\]{
    flex: 0 0 48%;
  }

  .max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .max-md\:gap-0{
    gap: 0px;
  }

  .max-md\:gap-2{
    gap: 0.5rem;
  }

  .max-md\:gap-4{
    gap: 1rem;
  }

  .max-md\:gap-5{
    gap: 1.25rem;
  }

  .max-md\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .max-md\:\!bg-none{
    background-image: none !important;
  }

  .max-md\:bg-\[length\:100px\]{
    background-size: 100px;
  }

  .max-md\:p-2{
    padding: 0.5rem;
  }

  .max-md\:p-\[20px\]{
    padding: 20px;
  }

  .max-md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-md\:\!pb-0{
    padding-bottom: 0px !important;
  }

  .max-md\:\!pt-0{
    padding-top: 0px !important;
  }

  @media not all and (min-width: 768px){
    .max-md\:max-md\:pb-8{
      padding-bottom: 2rem;
    }
  }

  .max-md\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .max-md\:pl-\[15px\]{
    padding-left: 15px;
  }

  .max-md\:pt-\[0px\]{
    padding-top: 0px;
  }

  .max-md\:pt-\[50px\]{
    padding-top: 50px;
  }

  .max-md\:text-center{
    text-align: center;
  }

  .max-md\:align-top{
    vertical-align: top;
  }

  .max-md\:text-\[25px\]{
    font-size: 25px;
  }

  .max-md\:text-\[30px\]{
    font-size: 30px;
  }

  .max-md\:text-\[40px\]{
    font-size: 40px;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:w-\[100\%\]{
    width: 100%;
  }

  .max-sm\:flex-\[0_0_100\%\]{
    flex: 0 0 100%;
  }

  .max-sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-sm\:gap-4{
    gap: 1rem;
  }

  .max-sm\:gap-\[20px\]{
    gap: 20px;
  }
}

@media (min-width: 640px){
  .sm\:w-\[90px\]{
    width: 90px;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:left-\[-50px\]{
    left: -50px;
  }

  .md\:left-\[0px\]{
    left: 0px;
  }

  .md\:right-\[-50px\]{
    right: -50px;
  }

  .md\:right-\[0px\]{
    right: 0px;
  }

  .md\:top-\[40\%\]{
    top: 40%;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[380px\]{
    width: 380px;
  }

  .md\:w-\[auto\]{
    width: auto;
  }

  .md\:pt-\[50px\]{
    padding-top: 50px;
  }

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

@media (min-width: 1024px){
  .lg\:-mt-\[40px\]{
    margin-top: -40px;
  }

  .lg\:mt-\[-50px\]{
    margin-top: -50px;
  }

  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pl-\[80px\]{
    padding-left: 80px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1536px){
  .\32xl\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
