@charset "UTF-8";
/*
Template Name: Maan Travel News HTML Template Page
Author       : MaanTheme
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p font-size: fs-rem(12px);
 * e.g. p {@include fontSize(12px);}
 *
 */
/*--------------------------------------
	- Base
----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Jost:wght@100;300;400;500;600;700&family=Lexend:wght@100;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@100;200;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700&family=Rubik:wght@300;400;500;600;700&display=swap");
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/*--------------------------------------
	- Utilities
----------------------------------------*/
a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}

:root {
  --font-playfair: "Playfair Display", serif;
  --font-lexend: "Lexend", sans-serif;
  --font-Roboto: "Roboto", sans-serif;
  --font-jost: "Jost", sans-serif;
  --font-rubik: "Rubik", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-barlow: "Barlow", sans-serif;
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fs-12: 0.75rem;
  --fs-13: 0.8125rem;
  --fs-14: 0.875rem;
  --fs-15: 0.9375rem;
  --fs-16: 1rem;
  --fs-17: 1.0625rem;
  --fs-18: 1.125rem;
  --fs-19: 1.1875rem;
  --fs-20: 1.25rem;
  --fs-22: 1.375rem;
  --fs-24: 1.5rem;
  --fs-30: 1.875rem;
  --fs-35: 2.1875rem;
  --fs-45: 2.8125rem;
  --fs-60: 3.75rem;
  --fs-70: 4.375rem;
  --fs-90: 5.625rem;
  --fs-95: 5.938rem;
  --gutter-x: 1.875rem;
  --gutter-5: 0.3125rem;
  --gutter-10: 0.625rem;
  --gutter-15: 0.9375rem;
  --gutter-20: 1.25rem;
  --gutter-25: 1.5625rem;
  --gutter-30: 1.875rem;
  --gutter-35: 2.1875rem;
  --gutter-40: 2.5rem;
  --gutter-45: 2.8125rem;
  --gutter-50: 3.125rem;
  --border-width: 0.0625rem;
  --border-style: solid;
  --border-clr: transparent;
  --shadow: 0px 4px 46px rgba(248, 136, 8, 0.22);
  --shadow-1: 0px 10px 43px 2px rgba(0, 0, 0, 0.15);
  --clr-headding-tit: #1d1d1d;
  --clr-headding-p: #444444;
  --clr-bg: #FFECD6;
  --clr-bg-1: #FFF9F3;
  --clr-bg-3: rgba(255, 255, 255, 0.2);
  --clr-bg-4: #1A1A1A;
  --clr-bg-5: #fff8f3;
  --clr-bg-6: rgb(60, 59, 57, 0.3);
  --clr-bg-7: #F0F5FB;
  --clr-def: #1D1D1D;
  --clr-overlay-bg-7: rgba(0, 0, 0, 0.7);
  --clr-sale-bg: #E51000;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-text: #1a1a1a;
  --clr-def-2: #131313;
  --clr-acc: #0A0B2E;
  --clr-text-3: #26282b;
  --clr-btn: #F88808;
  --clr-btn-1: #707070;
  --clr-frm: #757575;
  --clr-text-2: #5A5A5A;
  --clr-icon: #ffa100;
  --clr-icon-bg: rgba(248, 136, 8, 0.15);
  --rad-1: 50%;
  --rad-2: 4px;
  --rad-3: 10px;
  --rad-4: 6px;
  --rad-5: 29px;
  --rad-6: 13px;
  --clr-border: rgba(255, 255, 255, 0.5);
  --clr-border-2: rgba(255, 255, 255, 0.1);
  --clr-border-3: #cfcfcf;
  --clr-border-4: #86b7fe;
  --clr-shadow: 0px 0px 20px rgba(0, 38, 72, 0.1);
  --clr-shadow-1: 0px 3px 16px rgb(0, 0, 0, 0.08);
  --clr-shadow-ctg: 0 18px 43px rgba(90, 90, 90, 0.14);
  --clr-shadow-2: 0px 4px 10px rgba(10, 102, 194, 0.2);
  --clr-shadow-4: rgba(13, 110, 253, .25);
  --clr-shadow-h-2: rgb(220 219 219 / 20%) 0px 0px 20px;
  --clr-filter: rgba(248, 136, 8, 0.32);
  --clr-shadow-3: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.16));
  --icon-bg-1: #fff;
  --icon-h-bg-1: #F88808;
  --clock-bg: #e51000;
  --clr-black: #000;
  --clr-black-1: #1A1A1A;
  --clr-black-2: #1D1D1D;
  --clr-black-3: #383838;
  --clr-black-4: #474747;
  --clr-black-5: #595252;
  --clr-black-6: #5E5E5E;
  --clr-black-7: #757575;
  --clr-black-8: #808080;
  --clr-white: #fff;
  --clr-white-1: #F2F2F2;
  --clr-white-2: #F4F4F4;
  --clr-white-3: #F5F5F5;
  --clr-white-4: #E1E1E1;
  --clr-white-5: #D2D2D2;
  --clr-white-6: #D4D4D4;
  --clr-red: #DA1717;
  --clr-yellow: #F88808;
  --clr-green: #5CB523;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  font-family: var(--font-playfair);
  font-weight: 400;
  font-size: var(--fs-15);
  line-height: 1.5625rem;
  text-rendering: optimizeSpeed;
  color: var(--clr-black);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.hr {
  background: var(--clr-black-200);
  width: 100%;
  height: 1px;
  margin: 50px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fill-current {
  fill: currentColor;
}

.scrollToTop {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--clr-blue);
  font-size: 25px;
  background: transparent;
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
  z-index: 99999;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.scrollToTop:hover {
  color: var(--clr-blue);
}

.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

.maan-data-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-playfair);
  color: #14183E;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h1 {
    font-size: calc(2rem + 1.75 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h2 {
    font-size: calc(2rem + 1 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 20rem) {
  h3 {
    font-size: calc(1.375rem + 0.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
  h4 {
    font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h4 {
    font-size: 1.125rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

hr {
  background: #c2cfff;
  width: 50px;
  height: 3px;
  margin: 35px 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

p {
  margin: 0;
}

a:hover {
  color: var(--clr-btn);
}

label {
  color: var(--clr-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-jost);
}

textarea:focus {
  background-color: #ffeef4 !important;
  color: #0A0B2E !important;
}

/*Home 3 Default Font Family*/
.maan-home-3 {
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  color: var(--clr-black);
  font-family: var(--font-quicksand);
}

/*Home 3 Default Font Family*/
.maan-home-4 {
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  font-family: var(--font-arimo);
}

.maan-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .maan-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .maan-section {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.maan-section-title {
  --section-title-ff: var(--font-playfair);
  --section-title-fs: var(--fs-35);
  --section-title-fw: var(--fw-700);
  --section-title-color: var(--clr-bg-4);
  --section-sm-title-ff: var(--font-lexend);
  --section-sm-title-fs: var(--fs-20);
  --section-sm-title-fw: var(--fw-700);
  --section-sm-title-color: var(--clr-headding-p);
  --section-title-p-ff: var(--font-lexend);
  --section-title-p-fw: var(--fw-400);
  --section-title-p-fs: var(--fs-16);
  --section-title-p-clr: var(--clr-headding-p);
  --section-title-sm-p-ff: var(--font-lexend);
  --section-title-sm-p-fw: var(--fw-600);
  --section-title-sm-p-fs: var(--fs-20);
  --section-title-sm-p-clr: var(--clr-btn);
}
.maan-section-title .maan-title-white {
  --section-title-color: var(--clr-white);
}
.maan-section-title .maan-p {
  --section-title-p-clr: var(--clr-white);
}
.maan-section-title .subtitle {
  display: block;
  color: var(--clr-yellow);
  font-family: var(--ff-poppins);
  font-weight: var(--fw-600);
  font-size: var(--fs-16);
  margin-bottom: var(--gutter-15);
  margin-top: -0.5rem;
}
.maan-section-title h3 {
  font-family: var(--section-title-ff);
  font-size: var(--section-title-fs);
  font-weight: var(--section-title-fw);
  color: var(--section-title-color);
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .maan-section-title h3 {
    --section-title-fs: var(--fs-45);
  }
}
.maan-section-title h5 {
  font-family: var(--section-sm-title-ff);
  font-size: var(--section-sm-title-fs);
  font-weight: var(--section-sm-title-fw);
  color: var(--section-sm-title-color);
}
.maan-section-title p {
  font-family: var(--section-title-p-ff);
  font-size: var(--section-title-p-fs);
  color: var(--section-title-p-clr);
  margin-top: var(--gutter-20);
}
.maan-section-title .maan-small-title {
  font-family: var(--section-title-sm-p-ff);
  font-size: var(--section-title-sm-p-fs);
  font-weight: var(--section-title-sm-p-fw);
  color: var(--section-title-sm-p-clr);
  line-height: 35px;
  text-transform: capitalize;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
.maan-section-title hr {
  background: var(--section-title-hr-bg);
  width: var(--section-title-hr-width);
  height: 1px;
  margin: 40px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.maan-section-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gutter-10);
  margin-top: -0.3125rem;
}
.maan-section-title .title h3 {
  --section-title-ff: var(--ff-poppins);
}
@media screen and (min-width: 768px) {
  .maan-section-title .title {
    margin-top: -0.625rem;
  }
}
.maan-section-title.maan-section-title-2 p {
  --section-title-p-ff: var(--ff-barlow);
}

.maan-icon-menu {
  --maan-clr: var(--clr-text);
}
.maan-icon-menu .maan-white {
  --maan-clr: var(--clr-white);
}

.maan-section-title-center {
  --section-title-fs: var(--fs-42);
  --section-title-fw: var(--fw-400);
  --section-title-color: var(--clr-black);
  --section-title-span-ff: var(--font-roboto-slab);
  --section-title-span-fs: var(--fs-21);
  --section-title-span-fw: var(--fw-400);
  --section-title-span-color: var(--clr-black-100);
  --section-title-span-letter: 15px;
  --section-title-p-fs: var(--fs-15);
  --section-title-p-color: var(--clr-black);
  --section-title-hr-bg: var(--clr-black-100);
  text-align: center;
}
.maan-section-title-center h2 {
  font-size: var(--section-title-fs);
  font-weight: var(--section-title-fw);
  color: var(--section-title-color);
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .maan-section-title-center h2 {
    margin-top: -0.75rem;
  }
}
.maan-section-title-center span {
  font-size: var(--section-title-span-fs);
  font-family: var(--section-title-span-ff);
  color: var(--section-title-span-color);
  letter-spacing: var(--section-title-span-letter);
  display: block;
  margin-top: 15px;
}
.maan-section-title-center p {
  font-size: var(--section-title-p-fs);
  color: var(--section-title-p-color);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
}
.maan-section-title-center hr {
  background: var(--section-title-hr-bg);
  width: 100%;
  height: 1px;
  margin: 40px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}

.bg-2 {
  background: var(--clr-black);
}

.bg-3 {
  background: var(--clr-def-2);
}

.maan-section-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .maan-section-title {
    margin-bottom: 50px;
  }
}

.mann-section-heading {
  margin-bottom: 30px;
}
.mann-section-heading h6 {
  font-size: 20px;
  font-weight: 500;
  color: #B97654;
  line-height: 20px;
  margin-bottom: 30px;
}
.mann-section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 43px;
  margin: 0;
}

.maan-product-title {
  font-family: var(--font-lexend);
  font-weight: var(--fw-600);
  font-size: 40px;
  color: var(--clr-def);
}

.maan-section-title .maan-test-title {
  margin-top: -13px;
}
.maan-section-title .maan-blog-title {
  line-height: 30px;
}

.maan-section-padding {
  padding: 4.375rem 0;
}
@media screen and (min-width: 992px) {
  .maan-section-padding {
    padding: 6.25rem 0;
  }
}

@media (max-width: 400px) {
  .maan-section-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@-webkit-keyframes squiggle-one {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(300px/2, 100px) rotate(45deg);
            transform: translate(300px/2, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(300px/1.25, 300px) rotate(190deg);
            transform: translate(300px/1.25, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(200px, 50px) rotate(30deg);
            transform: translate(200px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-one {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(300px/2, 100px) rotate(45deg);
            transform: translate(300px/2, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(300px/1.25, 300px) rotate(190deg);
            transform: translate(300px/1.25, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(200px, 50px) rotate(30deg);
            transform: translate(200px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-60px, 0px) rotate(-24deg);
            transform: translate(-60px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-60px, 0px) rotate(-24deg);
            transform: translate(-60px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(0.8, 0.8);
            transform: translate(20px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1.1, 1.1);
            transform: translate(-150px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(0.8, 0.8);
            transform: translate(20px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1.1, 1.1);
            transform: translate(-150px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
  }
}
@-webkit-keyframes squiggle-one-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(240px, 100px) rotate(45deg);
            transform: translate(240px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(384px, 300px) rotate(190deg);
            transform: translate(384px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(380px, 50px) rotate(30deg);
            transform: translate(380px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-one-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(240px, 100px) rotate(45deg);
            transform: translate(240px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(384px, 300px) rotate(190deg);
            transform: translate(384px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(380px, 50px) rotate(30deg);
            transform: translate(380px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two-medium {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-96px, 0px) rotate(-24deg);
            transform: translate(-96px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two-medium {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-96px, 0px) rotate(-24deg);
            transform: translate(-96px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three-medium {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(32px, 200px) scale(0.8, 0.8);
            transform: translate(32px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
            transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-240px, 30px) scale(1.1, 1.1);
            transform: translate(-240px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three-medium {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(32px, 200px) scale(0.8, 0.8);
            transform: translate(32px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
            transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-240px, 30px) scale(1.1, 1.1);
            transform: translate(-240px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four-medium {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four-medium {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
  }
}
@-webkit-keyframes squiggle-one-large {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(480px, 100px) rotate(45deg);
            transform: translate(480px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(768px, 300px) rotate(190deg);
            transform: translate(768px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(860px, 50px) rotate(30deg);
            transform: translate(860px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-one-large {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(480px, 100px) rotate(45deg);
            transform: translate(480px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(768px, 300px) rotate(190deg);
            transform: translate(768px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(860px, 50px) rotate(30deg);
            transform: translate(860px, 50px) rotate(30deg);
  }
}
@-webkit-keyframes squiggle-two-large {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-192px, 0px) rotate(-24deg);
            transform: translate(-192px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-two-large {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-192px, 0px) rotate(-24deg);
            transform: translate(-192px, 0px) rotate(-24deg);
  }
}
@-webkit-keyframes squiggle-three-large {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(64px, 200px) scale(0.8, 0.8);
            transform: translate(64px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-480px, 30px) scale(1.1, 1.1);
            transform: translate(-480px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-three-large {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(64px, 200px) scale(0.8, 0.8);
            transform: translate(64px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-480px, 30px) scale(1.1, 1.1);
            transform: translate(-480px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggle-four-large {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-four-large {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
  }
}
.maan-effect-wraper .maan-hover-effect {
  position: relative;
  overflow: hidden;
}
.maan-effect-wraper .maan-hover-effect img {
  width: 100%;
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.maan-effect-wraper .maan-hover-effect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.maan-effect-wraper:hover .maan-hover-effect img, .maan-effect-wraper:focus .maan-hover-effect img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.maan-effect-wraper:hover .maan-hover-effect::before, .maan-effect-wraper:focus .maan-hover-effect::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.maan-effect-overlay .maan-hover-effect-overlay {
  position: relative;
  overflow: hidden;
}
.maan-effect-overlay .maan-hover-effect-overlay img {
  width: 100%;
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.maan-effect-overlay .maan-hover-effect-overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(201, 134, 100, 0.9);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.maan-effect-overlay:hover .maan-hover-effect-overlay img, .maan-effect-overlay:focus .maan-hover-effect-overlay img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.maan-effect-overlay:hover .maan-hover-effect-overlay::before, .maan-effect-overlay:focus .maan-hover-effect-overlay::before {
  width: 200%;
  height: 200%;
  opacity: 1;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-------------------------------------------------------
Animation css
---------------------------------------------------------*/
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes maan-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 136, 8, 0.12);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes maan-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 136, 8, 0.12);
            box-shadow: 0 0 0 0 rgba(248, 136, 8, 0.12);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes squiggle-one {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(300px/2, 100px) rotate(45deg);
            transform: translate(300px/2, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(300px/1.25, 300px) rotate(190deg);
            transform: translate(300px/1.25, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(200px, 50px) rotate(30deg);
            transform: translate(200px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-60px, 0px) rotate(-24deg);
            transform: translate(-60px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-three {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(0.8, 0.8);
            transform: translate(20px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-136.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1.1, 1.1);
            transform: translate(-150px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-four {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-150px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-136.3636363636px, 100px) rotate(-100deg);
  }
}
@-webkit-keyframes squiggle-five {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(1);
            transform: translate(20px, 200px) scale(1);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1);
            transform: translate(-136.3636363636px, -100px) scale(1);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1);
            transform: translate(-150px, 30px) scale(1);
  }
}
@keyframes squiggle-five {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  25% {
    -webkit-transform: translate(20px, 200px) scale(1);
            transform: translate(20px, 200px) scale(1);
  }
  50% {
    -webkit-transform: translate(-136.3636363636px, -100px) scale(1);
            transform: translate(-136.3636363636px, -100px) scale(1);
  }
  75% {
    -webkit-transform: translate(-150px, 30px) scale(1);
            transform: translate(-150px, 30px) scale(1);
  }
}
@keyframes squiggle-one-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(240px, 100px) rotate(45deg);
            transform: translate(240px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(384px, 300px) rotate(190deg);
            transform: translate(384px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(380px, 50px) rotate(30deg);
            transform: translate(380px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-two-medium {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-96px, 0px) rotate(-24deg);
            transform: translate(-96px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-three-medium {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(32px, 200px) scale(0.8, 0.8);
            transform: translate(32px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
            transform: translate(-218.1818181818px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-240px, 30px) scale(1.1, 1.1);
            transform: translate(-240px, 30px) scale(1.1, 1.1);
  }
}
@-webkit-keyframes squiggl-six-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  75% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
}
@keyframes squiggl-six-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  75% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
}
@-webkit-keyframes squiggl-seven-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(200px, 0px);
            transform: translate(200px, 0px);
  }
  75% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}
@keyframes squiggl-seven-medium {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(200px, 0px);
            transform: translate(200px, 0px);
  }
  75% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}
@keyframes squiggle-four-medium {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-240px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-218.1818181818px, 100px) rotate(-100deg);
  }
}
@keyframes squiggle-one-large {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(480px, 100px) rotate(45deg);
            transform: translate(480px, 100px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(768px, 300px) rotate(190deg);
            transform: translate(768px, 300px) rotate(190deg);
  }
  75% {
    -webkit-transform: translate(860px, 50px) rotate(30deg);
            transform: translate(860px, 50px) rotate(30deg);
  }
}
@keyframes squiggle-two-large {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(deg);
            transform: translate(0px, 0px) rotate(deg);
  }
  25% {
    -webkit-transform: translate(-192px, 0px) rotate(-24deg);
            transform: translate(-192px, 0px) rotate(-24deg);
  }
}
@keyframes squiggle-three-large {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    -webkit-transform: translate(64px, 200px) scale(0.8, 0.8);
            transform: translate(64px, 200px) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
            transform: translate(-436.3636363636px, -100px) scale(1.3, 1.3);
  }
  75% {
    -webkit-transform: translate(-480px, 30px) scale(1.1, 1.1);
            transform: translate(-480px, 30px) scale(1.1, 1.1);
  }
}
@keyframes squiggle-four-large {
  0% {
    -webkit-transform: skew(20deg, 0deg) translate(0px, 0px);
            transform: skew(20deg, 0deg) translate(0px, 0px);
  }
  25% {
    -webkit-transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
            transform: skew(20deg, 0deg) translate(-480px, 100px) rotate(60deg);
  }
  50% {
    -webkit-transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
            transform: skew(20deg, 0deg) translate(-436.3636363636px, 100px) rotate(-100deg);
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes leftRight {
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes leftRight {
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes rightLeft {
  49% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rightLeft {
  49% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes startSmall {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@keyframes startSmall {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesthree {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(1px, -73px) rotate(-36deg);
            transform: translate(1px, -73px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-72px, -141px) rotate(-72deg);
            transform: translate(-72px, -141px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-122px, -83px) rotate(-108deg);
            transform: translate(-122px, -83px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(-72px, 40px) rotate(-144deg);
            transform: translate(-72px, 40px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesthree {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(1px, -73px) rotate(-36deg);
            transform: translate(1px, -73px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-72px, -141px) rotate(-72deg);
            transform: translate(-72px, -141px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-122px, -83px) rotate(-108deg);
            transform: translate(-122px, -83px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(-72px, 40px) rotate(-144deg);
            transform: translate(-72px, 40px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesfour {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-40px, 1px) rotate(-10deg);
            transform: translate(-40px, 1px) rotate(-10deg);
  }
  80% {
    -webkit-transform: translate(-50px, -30px) rotate(-20deg);
            transform: translate(-50px, -30px) rotate(-20deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesfour {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-40px, 1px) rotate(-10deg);
            transform: translate(-40px, 1px) rotate(-10deg);
  }
  80% {
    -webkit-transform: translate(-50px, -30px) rotate(-20deg);
            transform: translate(-50px, -30px) rotate(-20deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
            transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
            transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
            transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
            transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@-webkit-keyframes halfBounce {
  0%, 100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes halfBounce {
  0%, 100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes roun {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(260deg);
            transform: rotate(260deg);
  }
}
@keyframes roun {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(260deg);
            transform: rotate(260deg);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
/*--------------------------------------
	- Color
----------------------------------------*/
.color {
  color: var(--clr-black);
}

.text-black {
  color: var(--clr-black) !important;
}

.bg-black {
  background: var(--clr-black);
}

.text-white {
  color: var(--clr-white) !important;
}

.bg-white {
  background: var(--clr-white);
}

.text-yellow {
  color: var(--clr-yellow) !important;
}

.bg-yellow {
  background: var(--clr-yellow);
}

.text-white-3 {
  color: var(--clr-white-3) !important;
}

.bg-white-3 {
  background: var(--clr-white-3);
}

/*--
    - Font Famaly 
-----------------------------------------*/
.font-poppins {
  font-family: var(--ff-poppins);
}

/*--
    - Font weight
-----------------------------------------*/
.font-regular {
  font-weight: var(--fw-400);
}

.font-medium {
  font-weight: var(--fw-500);
}

.font-semi-bold {
  font-weight: var(--fw-600);
}

.font-bold {
  font-weight: var(--fw-700);
}

.font-black {
  font-weight: var(--fw-900);
}

/*--
    - Font Size
-----------------------------------------*/
/*--
    - Margin
-------------------------------------------*/
.mt-n3 {
  margin-top: -0.4375rem;
}

.mt-n4 {
  margin-top: -0.75rem;
}

.m-auto {
  margin: auto;
}

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

.mt-0 {
  margin-top: 0;
}

.mt-73 {
  margin-top: 4.5625rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .mt-md-n4 {
    margin-top: -0.75rem;
  }
}

.mt-40 {
  margin-top: 40px;
}

/*--- 
-- Padding 
-------------------------------------------*/
/*----------------------------------------*/
/*  Component CSS
/*----------------------------------------*/
/*-------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.maan-site-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
@media screen and (min-width: 992px) {
  .maan-site-breadcrumb {
    min-height: 420px;
  }
}
.maan-site-breadcrumb .maan-breadcrumb-title {
  font-family: var(--font-playfair);
  font-style: normal;
  font-weight: var(--fw-700);
  font-size: var(--fs-30);
  line-height: 65px;
  text-align: center;
  margin-bottom: 5px;
  color: var(--clr-def);
}
@media screen and (min-width: 992px) {
  .maan-site-breadcrumb .maan-breadcrumb-title {
    font-size: var(--fs-45);
  }
}
.maan-site-breadcrumb .maan-breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.maan-site-breadcrumb .maan-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 0rem;
  color: var(--clr-def);
  font-weight: var(--fw-400);
  text-transform: capitalize;
}
.maan-site-breadcrumb .maan-breadcrumb-menu li a {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: var(--fw-600);
  font-size: var(--fs-16);
  line-height: 35px;
  text-align: center;
  color: var(--clr-def);
  padding: 0 10px;
}
.maan-site-breadcrumb .maan-breadcrumb-menu li::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: var(--fw-600);
  width: 2rem;
  right: -26px;
  top: 4px;
  text-align: center;
  font-size: 1.2rem;
  color: var(--clr-def);
  padding-right: 1rem;
}
.maan-site-breadcrumb .maan-breadcrumb-menu li:last-child::before {
  display: none;
}
.maan-site-breadcrumb .maan-breadcrumb-menu li.active {
  color: var(--clr-def);
}
.maan-site-breadcrumb .container {
  padding-top: 70px;
}

@media (max-width: 575px) {
  .maan-site-breadcrumb .maan-breadcrumb-menu li a {
    font-size: var(--fs-14);
  }
}
/*--------------------------------------
	- Button
----------------------------------------*/
.btn {
  --btn-fs: var(--fs-16);
  --btn-ff: var(--font-playfair);
  --btn-py: 0.5rem;
  --btn-px: 1.875rem;
  position: relative;
  font-family: var(--btn-ff);
  font-size: var(--btn-fs);
  font-weight: var(--fw-700);
  line-height: 1.5;
  background: var(--btn-bg);
  color: var(--btn-clr);
  border: var(--btn-bw, var(--border-width)) var(--btn-bs, var(--border-style)) var(--btn-bc, var(--btn-bg));
  text-transform: capitalize;
  text-decoration: none;
  border-radius: var(--btn-radius, var(--radius));
  padding: var(--btn-py) var(--btn-px);
  margin: var(--btn-mx) var(--btn-mx);
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn i {
  margin-left: var(--gutter-5);
}
.btn:hover {
  color: var(--btn-clr);
}
.btn-sm {
  --btn-py: 0.3125rem;
}
.btn-lg {
  --btn-py: 0.85rem;
  --btn-px: 2.8rem;
}
.btn-xl {
  --btn-py: 1.1rem;
}
.btn-none {
  --btn-radius: 0;
}
.btn-round {
  --btn-radius: 0.375rem;
}
.btn-rounded {
  --btn-radius: 1.875rem;
}
.btn-round-full {
  --btn-radius: 50%;
}
.btn-yellow {
  --btn-bg: var(--clr-yellow);
  --btn-clr: var(--clr-white);
  --btn-bc: var(--clr-yellow);
}
.btn-yellow:hover {
  --btn-clr: var(--clr-yellow);
  --btn-bg: transparent;
  --btn-bc: var(--clr-yellow);
}
.btn-yellow:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(248, 136, 8, 0.5);
          box-shadow: 0 0 0 0.4rem rgba(248, 136, 8, 0.5);
}
.btn-outline-yellow {
  --btn-clr: var(--clr-yellow);
  --btn-bc: var(--clr-yellow);
}
.btn-outline-yellow:hover {
  --btn-clr: var(--clr-white);
  --btn-bg: var(--clr-yellow);
  --btn-bc: var(--clr-yellow);
}
.btn-outline-yellow:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(var(--clr-yellow), 0.5);
          box-shadow: 0 0 0 0.4rem rgba(var(--clr-yellow), 0.5);
}
.btn-outline-black {
  --btn-clr: var(--clr-black);
  --btn-bc: var(--clr-black);
}
.btn-outline-black:hover {
  --btn-clr: var(--clr-yellow);
  --btn-bg: transparent;
  --btn-bc: var(--clr-yellow);
}
.btn-outline-black:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(var(--clr-black), 0.5);
          box-shadow: 0 0 0 0.4rem rgba(var(--clr-black), 0.5);
}

.btn-black {
  --btn-bg: var(--clr-black);
  --btn-clr: var(--clr-white);
  --btn-bc: var(--clr-black);
}
.btn-black:hover {
  --btn-clr: var(--clr-white);
  --btn-bg: var(--clr-black);
  --btn-bc: transparent;
}
.btn-black:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5);
}

.btn-white {
  --btn-bg: var(--clr-white);
  --btn-clr: var(--clr-black);
  --btn-bc: var(--clr-white);
}
.btn-white:hover {
  --btn-clr: var(--clr-white);
  --btn-bg: var(--clr-yellow);
  --btn-bc: transparent;
}
.btn-white:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5);
}

.btn-sm {
  font-size: var(--fs-16);
  padding: 0.625rem 1.625rem;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-outline-black {
  color: var(--clr-black);
  background: transparent;
}

.btn-outline {
  background: transparent;
}

.maan-ctg-btn {
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  background: #B97654;
  padding: 5px 12px;
  border-radius: 16px;
  color: #fff;
}

.slide-next-btn,
.slide-prev-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: #B97654;
  cursor: pointer;
  display: inline-block;
  margin: 3px;
}
.slide-next-btn:hover, .slide-next-btn:focus,
.slide-prev-btn:hover,
.slide-prev-btn:focus {
  background: #B97654;
  color: #fff;
}

.instra-slider-arrow .slide-next-btn,
.instra-slider-arrow .slide-prev-btn {
  border: 1px solid #B97654;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .slide-next-btn,
.slide-prev-btn {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.play_btn {
  position: relative;
  color: var(--font-playfair);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}
.play_btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.theme-btn {
  background: #B97654;
  border-radius: 0;
  width: 100%;
  display: block;
  color: #fff;
}
.theme-btn:hover, .theme-btn:hover {
  background: #000;
  color: #fff;
}

.maan-btn {
  background: var(--clr-btn);
  border-radius: 0;
}
.maan-btn:hover, .maan-btn:focus {
  color: #fff;
  background: #B97654;
}

.white-btn {
  border-radius: 0;
  background: #fff;
  color: #B97654;
  padding: 11px 35px;
}

/* maan-menu-btn-style-one */
.maan-btn-style-one {
  font-family: var(--font-Roboto);
  background-color: var(--clr-white);
  color: var(--clr-white);
  position: relative;
  padding: 13px 22px;
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  text-transform: capitalize;
  z-index: 1;
  border-radius: var(--rad-5);
  border: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.maan-btn-style-one:hover, .maan-btn-style-one:focus {
  background: var(--clr-white);
  color: #F88808;
}

.maan-btn-style-one:hover {
  background: var(--clr-white);
  color: #F88808;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
}

.maan-btn-style-one::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: #F88808;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 25px;
}

.maan-btn-style-one::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-btn-style-one:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

/* Button style two*/
.theme-btn {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* maan-menu-btn-style-one */
.maan-btn-style-two {
  background: var(--clr-white);
  position: relative;
  padding: 17px 24px;
  font-size: 14px;
  color: var(--clr-btn);
  font-weight: var(--fw-700);
  font-family: var(--font-lexend);
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0;
  border: none;
  border-radius: 7px;
  line-height: 24px;
  -webkit-filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.09));
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .maan-btn-style-two {
    padding: 18px 30px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.maan-btn-style-two:hover {
  background: var(--clr-white);
}
.maan-btn-style-two:hover svg {
  --cta-icon-svg-bg-1: var(--clr-def);
}

/* maan-btn-style-three */
.maan-btn-style-three {
  font-family: "Jost", sans-serif;
  background-color: var(--clr-white);
  color: var(--clr-white);
  position: relative;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 24px;
  text-transform: capitalize;
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
  border: none;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.maan-btn-style-three:hover i, .maan-btn-style-three:focus i {
  -webkit-animation: BottomToTop 0.5s;
          animation: BottomToTop 0.5s;
}

.maan-btn-style-three:hover {
  background: var(--clr-white);
  color: var(--clr-btn);
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.maan-btn-style-three::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: var(--clr-btn);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 7px;
}

.maan-btn-style-three::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-btn-style-three:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.maan-btn-style-four {
  display: inline-block;
  margin-top: 40px;
  border-radius: 24px;
  font-family: var(--font-lexend);
  text-align: center;
  border: 1px solid var(--clr-btn);
  margin-top: 30px;
  line-height: 26px;
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  color: var(--clr-btn);
  padding: 12px 23px;
  margin: 0 auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.maan-btn-style-four:hover {
  background: var(--clr-btn);
  color: var(--clr-white);
}

.maan-btn-style-four::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: var(--clr-white);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 24px;
}

.maan-btn-style-four::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-btn-style-four:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.maan-order-btn {
  font-family: var(--font-Roboto);
  background-color: var(--clr-white);
  border: none;
  color: var(--clr-white);
  position: relative;
  padding: 13px 23px;
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  line-height: 22px;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 1px;
  min-width: 163px;
  border-radius: 29px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.maan-order-btn:hover {
  background: var(--clr-white);
  color: var(--clr-btn);
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.maan-order-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: var(--clr-btn);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 29px;
}

.maan-order-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-order-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.coupon-btn {
  font-family: var(--font-lexend);
  background-color: var(--clr-def);
  color: var(--clr-def);
  max-width: 170px;
  width: 100%;
  height: 52px;
  position: relative;
  line-height: 23px;
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  text-transform: capitalize;
  z-index: 1;
  border-radius: 0;
  border: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.coupon-btn:hover {
  background: var(--clr-def);
  color: var(--clr-white);
  border: none;
}

.coupon-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: #D5D5D5;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.coupon-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.coupon-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.checkout-btn {
  width: 100%;
  line-height: 26px;
  padding: 12px 15px;
  font-family: var(--font-lexend);
  font-size: var(--fs-17);
  font-weight: var(--fw-500);
  color: var(--clr-white);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  text-align: center;
  background-color: var(--clr-btn);
  position: relative;
  line-height: 23px;
  text-transform: capitalize;
  z-index: 1;
  border-radius: 0;
  letter-spacing: 0;
  border: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkout-btn:hover {
  background: var(--clr-btn);
  color: var(--clr-white);
  border: none;
}

.checkout-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: #373737;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.checkout-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.checkout-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.maan-post-btn {
  font-family: var(--font-jost);
  border: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 30px;
  margin-top: 30px;
  line-height: 26px;
  font-size: var(--fs-14);
  font-weight: var(--fw-700);
  color: var(--clr-white);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .maan-post-btn {
    font-size: var(--fs-18);
    padding: 17px 25px;
  }
}

.maan-post-btn:hover {
  background: #373737;
  color: var(--clr-white);
  border: none;
}

.maan-post-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: var(--clr-btn);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 30px;
}

.maan-post-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-post-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.maan-other-btn {
  max-width: 237px;
  width: 100%;
  display: inline-block;
  padding: 17px;
  margin-top: 40px;
  border-radius: 4px;
  font-family: var(--font-jost);
  text-align: center;
  margin-top: 30px;
  line-height: 26px;
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  color: var(--clr-white);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #373737;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.maan-other-btn:hover {
  background: #373737;
  color: var(--clr-white);
  border: none;
}

.maan-other-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: var(--clr-btn);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
}

.maan-other-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-other-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.pay-now-btn {
  max-width: 370px;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  border-radius: 4px;
  font-family: var(--font-jost);
  text-align: center;
  margin-top: 30px;
  line-height: 26px;
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  color: var(--clr-white);
  padding: 13px;
  margin: 0 auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--clr-btn);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pay-now-btn:hover {
  background: var(--clr-btn);
  color: var(--clr-white);
  border: none;
}

.pay-now-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: #373737;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
}

.pay-now-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.pay-now-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

.maan-review-btn {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-top: 30px;
  line-height: 26px;
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  color: var(--clr-white);
  font-family: var(--font-jost);
  padding: 10px 25px;
  margin-top: 40px;
  margin: 0 auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--clr-btn);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.maan-review-btn:hover {
  background: var(--clr-btn);
  color: var(--clr-white);
  border: none;
}

.maan-review-btn::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background: #373737;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 4px;
}

.maan-review-btn::after {
  content: "";
  position: absolute;
  height: 0%;
  right: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.maan-review-btn:hover::before {
  right: 0%;
  left: auto;
  width: 0;
}

/*-------------------------------------------------------
23. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
  grid-gap: 0;
}

.menu-dropdown {
  position: relative;
}
.menu-dropdown .nav-link {
  position: relative;
}
@media screen and (min-width: 992px) {
  .menu-dropdown > .sub-menu {
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
    border: none;
    display: block;
    padding: 18px 0;
    min-width: 270px;
    background: #ffffff;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
            box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .menu-dropdown > .sub-menu li {
    margin-left: 0;
    text-align: left;
  }
  .menu-dropdown > .sub-menu li a {
    padding: 0.75rem var(--gutter-10) 0.75rem var(--gutter-25);
    font-family: var(--ff-poppins);
    font-weight: var(--fw-600);
    font-size: var(--fs-16);
    color: var(--clr-black-1);
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .menu-dropdown > .sub-menu li a:hover {
    padding-left: var(--gutter-35);
    color: var(--clr-yellow);
    background: rgba(248, 136, 8, 0.15);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .menu-dropdown > .sub-menu .menu-dropdown::before {
    content: "";
    top: 50%;
    right: 25px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: var(--fs-16);
    color: var(--clr-black-1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .menu-dropdown > .sub-menu .menu-dropdown:hover::before {
    color: var(--clr-yellow);
  }
}
@media screen and (min-width: 992px) {
  .menu-dropdown > .sub-menu .menu-dropdown > .sub-menu {
    left: 100%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu-dropdown:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.maan-wedgets-newsletter .form-control {
  border-radius: 0;
  border-color: #DBDBDB;
  padding: 15px;
  margin-bottom: 10px;
}
.maan-wedgets-newsletter .form-control::-webkit-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.maan-wedgets-newsletter .form-control::-moz-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.maan-wedgets-newsletter .form-control:-ms-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.maan-wedgets-newsletter .form-control::-ms-input-placeholder {
  color: #CBCBCB;
  text-align: center;
}
.maan-wedgets-newsletter .form-control::placeholder {
  color: #CBCBCB;
  text-align: center;
}

.maan-search-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999999;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maan-search-modal .maan-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
.maan-search-modal .maan-search-form .theme-btn {
  width: 150px;
  padding: 15px;
}
.maan-search-modal .maan-search-form .form-control {
  padding: 15px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav_activeee {
  overflow: hidden;
}
.nav_activeee .maan-search-modal {
  visibility: visible;
  opacity: 1;
}
.nav_activeee .maan-overlay {
  left: 0;
  opacity: 1;
}

.play-btn {
  background: transparent;
  border: none;
  position: relative;
  background: rgba(248, 136, 8, 0.12);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: var(--clr-btn);
  display: block;
  z-index: 1;
}
.play-btn::before, .play-btn::after {
  content: "";
  top: -10px;
  left: -10px;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background: rgba(248, 136, 8, 0.12);
  z-index: -1;
  -webkit-animation: maan-pulse 2000ms infinite;
          animation: maan-pulse 2000ms infinite;
}
.play-btn::after {
  width: 84px;
  height: 84px;
  top: -20px;
  left: -20px;
  z-index: -2;
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.play-btn i {
  margin: 0 !important;
}
.play-btn:hover {
  background: var(--clr-btn);
  color: var(--clr-white);
}

.play-btn-white {
  background: var(--clr-white);
}
.play-btn-white::before, .play-btn-white::after {
  background: rgba(255, 255, 255, 0.12);
}

.swiper-pagination {
  position: unset;
  text-align: center !important;
  padding: 35px 0 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 2px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f88808;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 120px;
}

.swiper-button-next::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  min-width: 36px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
}

.swiper-button-next::before {
  right: 12px;
}

.swiper-button-prev::before {
  left: 12px;
}

.swiper-button-prev::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  line-height: 36px;
}

.instagram-thumb {
  display: block;
  position: relative;
  margin-top: 30px;
}
.instagram-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.instagram-thumb:hover span, .instagram-thumb:focus span {
  opacity: 1;
}

.maan-banner-section {
  position: relative;
}

.maan-bannar-siderbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #14183E;
  height: 100%;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.maan-bannar-siderbar .search-bar {
  width: 100%;
  padding: 30px;
  background: #B97654;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.social-link-wrapper {
  position: relative;
}
.social-link-wrapper .maan-social-link {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -210px;
  top: 380px;
}
.social-link-wrapper .maan-social-link:after {
  position: absolute;
  content: "";
  display: block;
  left: -230px;
  top: 14px;
  height: 1px;
  width: 200px;
  background: #fff;
}
.social-link-wrapper .maan-social-link li {
  display: inline-block;
}
.social-link-wrapper .maan-social-link a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 8px;
}
.social-link-wrapper .maan-social-link a:hover, .social-link-wrapper .maan-social-link a:focus {
  color: #B97654;
}

.maan-card {
  border: none;
  margin-top: 30px;
}
.maan-card .maan-card-thumb {
  display: block;
}
.maan-card .maan-card-thumb img {
  width: 100%;
}
.maan-card .maan-card-thumb .white-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #B97654;
}
.maan-card .card-body {
  background: #FBFBFB;
  padding-bottom: 0;
}
.maan-card .card-body .maan-title {
  margin-bottom: 0;
}
.maan-card .card-body.maan-card-body {
  background: #F8F8F8;
  padding: 15px;
}
.maan-card p {
  margin-top: 15px;
}
.maan-card .maan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.maan-card .maan-title a {
  font-size: 22px;
  font-weight: 500;
  color: #14183E;
}
.maan-card .maan-title a:hover, .maan-card .maan-title a:focus {
  color: #B97654;
}
.maan-card .maan-review li {
  display: inline-block;
  font-size: 14px;
  color: #E98C00;
}
.maan-card span {
  font-size: 14px;
  color: #757575;
}
.maan-card span i {
  color: #E98C00;
  margin-right: 5px;
  font-size: 11px;
}

.maan-ctg-card {
  margin: 0;
}
.maan-ctg-card .maan-card-thumb {
  position: relative;
}
.maan-ctg-card .maan-card-thumb .travel-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
.maan-ctg-card .maan-card-thumb .play_btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.maan-ctg-card .maan-card-thumb.maan-video .maan-like-comment {
  top: 30px;
  bottom: auto;
}
.maan-ctg-card .maan-card-thumb .maan-like-comment {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.maan-ctg-card .maan-card-thumb .maan-like-comment .maan-ctg-btn {
  background: #fff;
  color: #757575;
}
.maan-ctg-card .maan-card-thumb .maan-like-comment .maan-ctg-btn i {
  color: #B97654;
}
.maan-ctg-card .author-post {
  margin-bottom: 10px;
}
.maan-ctg-card .author-post .author {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.maan-ctg-card .author-post .author:hover, .maan-ctg-card .author-post .author:focus {
  color: #B97654;
}

.maan-sm-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.maan-sm-card .maan-card-thumb {
  min-width: 170px;
}
.maan-sm-card .card-body {
  padding: 0;
  padding-left: 25px;
  margin-left: 15px;
  background: transparent;
}
.maan-sm-card .maan-title a {
  line-height: 32px;
}
.maan-sm-card .author-post {
  margin-bottom: 6px;
}

/*  scrollup*/
.topcontrol {
  background: #f88808 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 5px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 70px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 6px 15px;
  position: fixed;
  right: 5px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 40px;
  z-index: 999;
}

/*----------------------------------------*/
/*  02. Header Area
/*----------------------------------------*/
.header-area,
.maan-header-area {
  position: relative;
  z-index: 999;
}

.maan-header-area {
  padding: var(--gutter-25) 0;
}
.maan-header-area .container-fluid {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .maan-header-area .container-fluid {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1441px) {
  .maan-header-area .container-fluid {
    padding: 0 150px;
  }
}
.maan-header-area .mobile-menu {
  margin-left: auto;
}
.maan-header-area .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-10);
  font-size: var(--fs-15);
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  color: var(--clr-black-1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-header-area .nav-link i {
  font-size: var(--fs-30);
}
.maan-header-area .nav-link:hover {
  color: var(--clr-yellow);
}

.maan-header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gutter-20) 0;
}
.maan-header-navbar .maan-header-logo {
  max-width: 215px;
}
.maan-header-navbar .mobile-menu {
  top: 0;
}

.maan-header-menu {
  margin-left: auto;
}
.maan-header-menu .menu {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .maan-header-menu .menu {
    margin-right: var(--gutter-30);
  }
}
.maan-header-menu .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maan-header-menu .nav-item .nav-link {
  font-family: var(--ff-poppins);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  color: var(--clr-black);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: var(--gutter-10) var(--gutter-20);
}
.maan-header-menu .nav-item .nav-link:hover {
  color: var(--clr-yellow);
}

.maan-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.maan-header-right :is(.maan-cart-icon,
.maan-heart-icon) {
  margin-left: var(--gutter-40);
  font-size: var(--fs-16);
  font-family: var(--font-Roboto);
  font-weight: var(--fw-700);
}
.maan-header-right :is(.maan-cart-icon,
.maan-heart-icon) a {
  color: var(--clr-black-1);
  font-size: var(--fs-18);
}
.maan-header-right :is(.maan-cart-icon,
.maan-heart-icon) .badge {
  font-size: var(--fs-12);
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
}
.maan-header-right .header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-header-right .header-btn i {
  line-height: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.maan-header-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maan-header-search .search-form {
  position: relative;
  width: 415px;
}
.maan-header-search .search-form .search-input {
  width: 100%;
  height: 55px;
  padding: 0 var(--gutter-25);
  border: none;
  outline: none;
  border-radius: 6px;
  background: #FFECD6;
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  color: var(--clr-black-7);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-header-search .search-form .search-icon {
  top: 50%;
  right: 25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: var(--fs-16);
  color: #5A5A5A;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.maan-number {
  margin-left: var(--gutter-15);
}
@media screen and (min-width: 1441px) {
  .maan-number {
    margin-left: var(--gutter-50);
  }
}
.maan-number a {
  font-family: var(--font-lexend);
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  color: var(--clr-black-1);
}
.maan-number a i {
  color: var(--clr-yellow);
}

.header-btn {
  margin-left: var(--gutter-20);
}
@media screen and (min-width: 1200px) {
  .header-btn {
    margin-left: var(--gutter-50);
  }
}
.header-btn .btn {
  --btn-ff: var(--font-Roboto);
  --btn-px: 1.3rem;
  --btn-py: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35rem;
}
.header-btn i {
  font-size: var(--fs-18);
}

.sign-btn {
  margin-left: var(--gutter-20);
}
@media screen and (min-width: 1200px) {
  .sign-btn {
    margin-left: var(--gutter-50);
  }
}

.header-area {
  position: relative;
  z-index: 99999;
}

.navbar {
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  z-index: 20;
  padding: var(--gutter-20) 0;
}
.navbar .container-fluid {
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  .navbar .container-fluid {
    padding: 0 150px;
  }
}
@media screen and (min-width: 992px) {
  .navbar .header-menu {
    margin-left: var(--gutter-50);
  }
}
.navbar .header-menu .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-10);
}
.navbar .header-menu .navbar-toggler strong {
  line-height: 1;
  font-family: var(--font-lexend);
  font-size: var(--fs-15);
  font-weight: var(--fw-600);
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .header-menu .navbar-toggler strong {
    display: block;
  }
}
.navbar .header-menu.text-white strong {
  color: var(--clr-white);
}
.navbar .header-menu.text-white .menu_toggle .hamburger span {
  background-color: var(--clr-white);
}
.navbar .header-menu.text-white .menu_toggle .hamburger-cross span {
  background-color: var(--clr-white);
}
.navbar .maan-header-right {
  margin-left: auto;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0;
}

.navbar-toggler {
  padding: 0.25rem 0;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu_one {
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu_one .header-menu {
  position: relative;
  z-index: 999;
  width: 100%;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -38px;
}
@media screen and (min-width: 992px) {
  .menu_one .header-menu {
    width: auto;
    top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu_one .navbar-collapse {
    width: 260px;
    top: 120%;
    left: 0;
    position: absolute;
  }
}

.header_logo :is(img:not(.main_logo),
img.sticky_logo) {
  display: none;
}
.header_logo img.main_logo {
  display: block;
}

.menu {
  background-color: var(--clr-white);
  padding: 0.625rem;
  -webkit-box-shadow: 3px 5px 5px 0px rgba(var(--clr-black), 0.1);
  box-shadow: 3px 5px 5px 0px rgba(var(--clr-black), 0.1);
  border-radius: 5px;
}
.menu > .nav-item {
  padding: var(--gutter-10) var(--gutter-25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
@media screen and (max-width: 991px) {
  .menu > .nav-item .mobile_dropdown_icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #6b707f;
    line-height: 2.625rem;
    font-size: 0.875rem;
    display: inline-block;
    opacity: 0.6;
    cursor: pointer;
  }
}
.menu > .nav-item > .nav-link {
  font-family: var(--font-Roboto);
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  color: var(--clr-black-1);
  padding: 0;
  position: relative;
}
.menu > .nav-item > .nav-link::before {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--clr-yellow);
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .menu > .nav-item.submenu::before {
    content: "";
    top: 50%;
    right: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -30px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #e6eeef;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
          box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
@media screen and (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    width: 260px;
    top: 0;
    left: 104%;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font-family: var(--font-Roboto);
  font-weight: var(--fw-500);
  color: var(--clr-black);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--clr-yellow);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--clr-yellow);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: var(--clr-yellow);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--clr-yellow);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu:hover::before {
  color: var(--clr-yellow);
}
.menu > .nav-item.active > i {
  color: var(--clr-yellow);
}
.menu > .nav-item.active .nav-link {
  color: var(--clr-yellow);
}
.menu > .nav-item:hover > i {
  color: var(--clr-yellow);
}
.menu > .nav-item:hover .nav-link {
  color: var(--clr-yellow);
}
.menu > .nav-item:hover .nav-link:before {
  opacity: 1;
  background: var(--clr-yellow);
  width: 100%;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 0;
}

.navbar_fixed {
  position: fixed;
  z-index: 35;
}
.navbar_fixed.menu_one {
  background-color: var(--clr-white);
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}
.navbar_fixed.sticky-nav-black {
  background-color: var(--clr-black-1);
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: var(--clr-black);
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: var(--clr-black);
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  height: 0%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mobile_dropdown_icon {
  display: none;
}

/*----------------------------------------*/
/* Sidebar Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.maan-footer-widget {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 992px) {
  .maan-footer-widget {
    padding: 70px 0 0 0;
  }
}
.maan-footer-widget::before {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-bg-4);
  z-index: -1;
}
.maan-footer-widget .maan-footer-widget-wpr {
  margin-bottom: 60px;
}
.maan-footer-widget .maan-footer-logo {
  margin-bottom: 20px;
  width: 218px;
}
.maan-footer-widget .maan-footer-widget-box p {
  font-size: var(--fs-16);
  line-height: 26px;
  color: var(--clr-white);
  font-weight: var(--fw-400);
  font-family: var(--font-lexend);
  margin-bottom: 10px;
  margin-right: 25px;
  text-transform: capitalize;
}
.maan-footer-widget .maan-footer-widget-box p:hover {
  color: var(--clr-white);
  opacity: 1;
}
.maan-footer-widget .maan-footer-widget-box .social-icon-one {
  position: relative;
  padding: 14px 0 0;
}
.maan-footer-widget .maan-footer-widget-box .social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.maan-footer-widget .maan-footer-widget-box .social-icon-one li a .fab {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: var(--fs-16);
  background: transparent;
  color: var(--clr-white);
  border: 1px solid var(--clr-border);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  border-radius: var(--rad-1);
}
.maan-footer-widget .maan-footer-widget-box .social-icon-one li a:hover .fab {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: var(--clr-btn);
  border-color: var(--clr-btn);
  color: var(--clr-white);
}
.maan-footer-widget .maan-footer-widget-box.list {
  margin-top: 20px;
}
.maan-footer-widget .maan-footer-widget-box.list .maan-footer-widget-title {
  font-size: var(--fs-20);
  color: var(--clr-white);
  font-weight: var(--fw-700);
  font-family: var(--font-lexend);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.maan-footer-widget .maan-footer-widget-box.list .maan-footer-widget-title span {
  color: var(--clr-btn);
  margin-left: 10px;
}
.maan-footer-widget .maan-footer-widget-box.list .maan-footer-list a {
  font-size: var(--fs-16);
  line-height: 40px;
  color: var(--clr-white);
  font-weight: var(--fw-400);
  font-family: var(--font-lexend);
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-footer-widget .maan-footer-widget-box.list .maan-footer-list a:hover {
  color: var(--clr-yellow);
}
@media screen and (min-width: 992px) {
  .maan-footer-widget .maan-footer-widget-box.list {
    margin-top: 0;
  }
}
.maan-footer-widget .maan-footer-contact {
  position: relative;
}
.maan-footer-widget .maan-footer-contact .input-style-1 {
  font-family: var(--font-Roboto);
  font-style: normal;
  font-weight: var(--fw-400);
  font-size: var(--fs-14);
  line-height: 45px;
  color: var(--clr-white);
  opacity: 0.3;
  height: 45px;
  border: none;
  padding: 16px;
  outline: none;
  background: var(--clr-bg-3);
  border: 1px solid var(--clr-white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--rad-3);
  margin-bottom: 10px;
}
.maan-footer-widget .maan-footer-contact form button {
  top: 0;
  right: 0;
  position: absolute;
}
.maan-footer-widget .maan-footer-contact form button.btn-sub {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  border: none;
  background-color: rgba(0, 163, 255, 0.2);
  -webkit-box-shadow: var(--clr-shadow-2);
          box-shadow: var(--clr-shadow-2);
  border-radius: var(--rad-4);
  outline: none;
}
.maan-footer-widget .maan-footer-contact span {
  font-family: var(--font-Roboto);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: var(--clr-white);
  opacity: 0.5;
}

.maan-footer-bottom {
  padding: 35px 0px 30px 0px;
  border-top: 1px solid var(--clr-border-2);
}
.maan-footer-bottom .maan-copyright p {
  font-family: var(--font-Roboto);
  font-style: normal;
  font-weight: normal;
  font-size: var(--fs-16);
  line-height: 19px;
  color: var(--clr-border);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .maan-footer-widget .maan-footer-widget-box.list .maan-footer-widget-title {
    margin-bottom: 18px;
  }
}
.footer-top {
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid var(--clr-black-5);
}

@media screen and (min-width: 768px) {
  .footer-info {
    margin-top: var(--gutter-30);
  }
}
.footer-info p {
  color: var(--clr-white);
  font-family: var(--ff-barlow);
  font-size: var(--fs-16);
  margin-top: var(--gutter-20);
}
@media screen and (min-width: 1200px) {
  .footer-info p {
    width: 88%;
  }
}

.footer-social li {
  position: relative;
  display: inline-block;
}
.footer-social li + li {
  margin-left: 0.75rem;
}
.footer-social li a {
  font-size: 20px;
  background: transparent;
  color: var(--clr-white);
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer-social li a:hover {
  color: var(--clr-yellow);
}

.footer-social {
  margin-top: var(--gutter-25);
}

.footer-menu {
  margin-top: var(--gutter-50);
}
.footer-menu h5 {
  font-size: var(--fs-18);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-700);
  color: var(--clr-white);
  margin-bottom: var(--gutter-25);
}
.footer-menu ul li a {
  font-size: var(--fs-16);
  color: var(--clr-white);
  opacity: 1;
  padding-bottom: 10px;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  color: var(--clr-yellow);
  text-decoration: none;
}
.footer-menu ul a {
  font-family: var(--ff-barlow);
}

.footer-bottom {
  padding: var(--gutter-20) 0;
}
.footer-bottom p {
  font-family: var(--ff-barlow);
  color: var(--clr-black-7);
  font-size: var(--fs-16);
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    --bs-gutter-x: 15px;
  }

  .row {
    --bs-gutter-x: 1.875rem;
  }
}
/*-------------------------------------------------------
banner css
---------------------------------------------------------*/
.maan-banner-section {
  background: var(--clr-bg-1);
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 99;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 85px 0 30px;
  overflow: hidden;
}
.maan-banner-section.bg {
  background: var(--clr-def);
  padding: 85px 0 30px;
}
.maan-banner-section.maan-banner-style-two .maan-shape-bg {
  position: relative;
}
.maan-banner-section.maan-banner-style-two .maan-shape-bg .shape-2 {
  top: 0rem;
  left: 11rem;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section.maan-banner-style-two .maan-shape-bg .shape-2 {
    top: 7rem;
    left: 29rem;
    position: absolute;
  }
}
.maan-banner-section.maan-banner-style-two .maan-shape-bg .shape-2 img {
  width: 250px;
  height: 252px;
}
.maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content {
  position: relative;
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content {
    margin: 0;
  }
}
.maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content h1 {
  color: var(--clr-white);
}
.maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content h4 {
  color: var(--clr-white);
}
.maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content p {
  color: var(--clr-white);
}
.maan-banner-section.maan-banner-style-two .maan-banner-two-image {
  bottom: 0px;
  left: 0;
  position: absolute;
  margin: 0;
  z-index: 9;
}
.maan-banner-section.maan-banner-style-two .maan-banner-two-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-two-image img {
    width: 900px;
    height: 492px;
  }
}
.maan-banner-section.maan-banner-style-two .maan-banner-pngtree {
  top: 0%;
  left: -13%;
  position: absolute;
  right: auto;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-pngtree {
    top: -16%;
    left: -13%;
    position: absolute;
    right: auto;
    z-index: 1;
  }
}
.maan-banner-section.maan-banner-style-two .maan-banner-pngtree img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-pngtree img {
    width: 900px;
    height: 584px;
  }
}
.maan-banner-section.maan-banner-style-two .maan-banner-ellipse {
  margin-left: 100px;
  z-index: -2;
}
.maan-banner-section.maan-banner-style-two .maan-banner-ellipse img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-ellipse img {
    width: 685px;
    height: 650px;
  }
}
.maan-banner-section.maan-banner-style-two .maan-service-item-slide {
  margin-top: -240px;
}
@media screen and (min-width: 1441px) {
  .maan-banner-section .container-fluid {
    padding: 0 150px;
  }
}
.maan-banner-section .maan-shape-bg {
  position: relative;
}
.maan-banner-section .maan-shape-bg .shape-1 {
  top: 10rem;
  left: -17rem;
  position: absolute;
}
.maan-banner-section .maan-shape-bg .shape-1 img {
  width: 400px;
  height: 400px;
}
.maan-banner-section .maan-shape-bg .shape-2 {
  top: 2rem;
  left: 11rem;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section .maan-shape-bg .shape-2 {
    top: 8rem;
    left: 29rem;
    position: absolute;
  }
}
.maan-banner-section .maan-shape-bg .shape-2 svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .maan-banner-section .maan-shape-bg .shape-2 svg {
    width: 304.034px;
    height: 266.905px;
  }
}
.maan-banner-section .maan-banner-content {
  position: relative;
}
.maan-banner-section .maan-banner-content h4 {
  font-family: var(--font-lexend);
  font-size: var(--fs-24);
  font-weight: var(--fw-500);
  color: var(--clr-bg-4);
  line-height: 1.1;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}
.maan-banner-section .maan-banner-content h4::before {
  content: "";
  top: 12px;
  left: 0;
  position: absolute;
  width: 34px;
  height: 4px;
  background: var(--clr-btn);
}
.maan-banner-section .maan-banner-content h1 {
  font-family: var(--font-playfair);
  font-size: 55px;
  font-weight: var(--fw-700);
  color: var(--clr-bg-4);
  line-height: 90px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1441px) {
  .maan-banner-section .maan-banner-content h1 {
    font-size: var(--fs-90);
    line-height: 120px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .maan-banner-section .maan-banner-content h1 {
    font-size: 55px;
    line-height: 1.4;
  }
}
.maan-banner-section .maan-banner-content p {
  font-family: var(--font-lexend);
  font-size: var(--fs-19);
  font-weight: var(--fw-400);
  color: var(--clr-bg-4);
  line-height: 35px;
  margin-bottom: 35px;
}
.maan-banner-section .maan-banner-content .menu-btn-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-45);
}
.maan-banner-section .maan-banner-wrapper {
  position: relative;
  margin-top: 70px;
}
.maan-banner-section .maan-banner-wrapper .maan-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section .maan-banner-wrapper .maan-banner-image {
    width: 626px;
    height: 655px;
  }
}
.maan-banner-section .maan-banner-wrapper .maan-banner-image.maan-style-two::before {
  content: "";
  bottom: 0;
  position: absolute;
  display: none;
}
.maan-banner-section .maan-banner-wrapper .maan-banner-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper {
  top: 12rem;
  left: 0rem;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section .maan-banner-wrapper .maan-content-wrapper {
    top: 16rem;
    left: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .maan-banner-section .maan-banner-wrapper .maan-content-wrapper {
    top: 14rem;
    left: 2rem;
  }
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content {
  width: 245px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--rad-4);
  padding: 13px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-image figure {
  margin: 0;
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-image figure img {
  width: 64px;
  height: 64px;
  border-radius: var(--rad-1);
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-info-box h4 {
  font-size: var(--fs-16);
  line-height: 21px;
  color: var(--clr-bg-4);
  font-weight: var(--fw-600);
  font-family: var(--font-jost);
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-info-box h4.maan-title {
  font-weight: var(--fw-400);
  color: var(--clr-frm);
  line-height: 30px;
  margin-bottom: 0;
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-info-box h4:hover a {
  color: var(--clr-btn);
}
.maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content .maan-content-info-box .maan-info-icon {
  color: var(--clr-icon);
  font-size: var(--fs-12);
}
.maan-banner-section .maan-banner-wrapper .maan-chat-content {
  top: 9rem;
  right: 9rem;
  position: absolute;
  -webkit-animation: jump 7s alternate infinite linear;
          animation: jump 7s alternate infinite linear;
}
.maan-banner-section .maan-banner-wrapper .maan-chat-content img {
  width: 60px;
  height: 56px;
}
.maan-banner-section .maan-banner-wrapper .maan-chat-content .action {
  top: 0;
  left: 6px;
  position: absolute;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  color: var(--clr-white);
  padding: 10px;
  font-size: var(--fs-20);
}
.maan-banner-section .maan-banner-wrapper .maan-chat-content .action span {
  font-weight: var(--fw-700);
  font-size: var(--fs-20);
}
.maan-banner-section .maan-banner-wrapper .maan-delivary-content {
  width: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--rad-4);
  padding: 12px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  right: 2.5rem;
  bottom: 14rem;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  line-height: 56px;
  -webkit-animation: jump 5s alternate infinite linear;
          animation: jump 5s alternate infinite linear;
}
.maan-banner-section .maan-banner-wrapper .maan-delivary-content p {
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  line-height: 21px;
  color: var(--clr-bg-4);
  margin: 0;
}
.maan-banner-section .maan-banner-wrapper .maan-delivary-content i {
  margin-left: 0;
  color: var(--clr-btn);
}
.maan-banner-section .maan-leat-image {
  top: 0;
  right: -23rem;
  position: absolute;
  z-index: -1;
}
.maan-banner-section .maan-leat-image img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .maan-banner-section .maan-leat-image img {
    width: 584px;
    height: 900px;
  }
}
.maan-banner-section .maan-service-item-slide {
  position: relative;
  margin-top: -220px;
  z-index: 9;
  height: 390px;
}
.maan-banner-section .maan-service-item {
  background: var(--clr-white);
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  margin: 80px 10px 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .maan-service-item .maan-service-image {
  text-align: center;
  width: 158px;
  height: 123px;
  margin: -55px 0 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .maan-service-item .maan-service-content h3 {
  font-family: var(--font-lexend);
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--clr-bg-4);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maan-banner-section .maan-service-item .maan-service-content p {
  font-family: var(--font-lexend);
  font-size: var(--fs-14);
  font-weight: var(--fw-400);
  line-height: 1.4;
  margin-bottom: 20;
  color: var(--clr-frm);
  margin-bottom: 8px;
}
.maan-banner-section .maan-service-item .maan-service-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0px;
}
.maan-banner-section .maan-service-item .maan-service-value span {
  font-family: var(--font-lexend);
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  line-height: 35px;
  color: var(--clr-btn);
}
.maan-banner-section .maan-service-item .maan-service-value i {
  color: var(--clr-btn);
  font-size: var(--fs-20);
}
.maan-banner-section .maan-service-item .maan-service-value i svg {
  --ser-svg-bg-1: var(--icon-h-bg-1);
}
.maan-banner-section .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.maan-banner-section .swiper-slide-active .maan-service-item {
  padding: 15px 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.maan-banner-section .swiper-slide-active .maan-service-item .maan-service-content h3 {
  font-size: var(--fs-22);
}
.maan-banner-section .swiper-slide-active .maan-service-value span {
  font-size: var(--fs-22);
}
.maan-banner-section .service-slider-btn {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .service-slider-btn :is(.swiper-button-next, .swiper-button-prev) {
  position: absolute;
  color: rgba(248, 136, 8, 0.56);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .service-slider-btn :is(.swiper-button-next, .swiper-button-prev):after {
  font-size: 20px;
}
.maan-banner-section .service-slider-btn :is(.swiper-button-next, .swiper-button-prev)::before {
  content: "";
  top: 49%;
  right: 0;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 30px;
  background: rgba(248, 136, 8, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .service-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover {
  color: var(--clr-btn);
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-banner-section .service-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover::before {
  background: #f88808;
  width: 30px;
}
.maan-banner-section .service-slider-btn .swiper-button-next::before {
  right: 12px;
}
.maan-banner-section .service-slider-btn .swiper-button-prev::before {
  left: 12px;
}
.maan-banner-section .service-slider-btn .swiper-button-next:after {
  font-size: 20px;
}
.maan-banner-section .service-slider-btn .swiper-button-prev:after {
  font-size: 20px;
}

.maan-banner-area {
  position: relative;
  z-index: 1;
  margin-top: -6.25rem;
  background-color: rgba(248, 136, 8, 0.12);
}
.maan-banner-area .shape {
  bottom: 2.375rem;
  left: 2.0625rem;
  position: absolute;
  z-index: -1;
}
.maan-banner-area .shape2 {
  bottom: 2.0625rem;
  left: 30%;
  position: absolute;
  z-index: -1;
}
.maan-banner-area .maan-banner-content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 576px) {
  .maan-banner-area .maan-banner-content {
    height: 430px;
  }
}

.maan-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 556px;
}
.maan-banner-content h2 {
  font-family: var(--ff-poppins);
  font-weight: var(--fw-700);
}
.maan-banner-content p {
  font-family: var(--ff-poppins);
  margin-top: var(--gutter-10);
}
.maan-banner-content.banner-content-2 {
  height: 540px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: var(--gutter-40);
}
@media screen and (min-width: 576px) {
  .maan-banner-content.banner-content-2 {
    height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .maan-banner-content.banner-content-2 {
    max-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .maan-banner-content.banner-content-2 {
    max-width: 100%;
  }
}
.maan-banner-content.banner-content-2 h3 {
  font-family: var(--ff-poppins);
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .maan-banner-content.banner-content-2 form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.maan-banner-content.banner-content-2 .banner-search-form {
  max-width: 410px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 1200px) {
  .maan-banner-content.banner-content-2 .maan-banner-img {
    width: 115%;
  }
}

.maan-banner-form {
  margin-top: var(--gutter-35);
}
.maan-banner-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-20);
}
.maan-banner-form input {
  font-family: var(--ff-poppins);
  font-size: var(--fs-14);
  color: var(--clr-black-7);
  border-radius: 0.375rem;
  padding: 1.125rem 0.9375rem 1.125rem 3rem;
  position: relative;
}
.maan-banner-form input:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 136, 8, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(248, 136, 8, 0.25);
  border-color: transparent;
}
.maan-banner-form .banner-search-form {
  font-family: var(--ff-poppins);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .maan-banner-form .banner-search-form {
    max-width: 376px;
  }
}
.maan-banner-form .banner-search-form::before {
  content: "";
  top: 50%;
  left: 1.25rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: var(--fs-20);
  color: var(--clr-black-7);
  z-index: 1;
}
.maan-banner-form .banner-search-date {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-family: var(--ff-poppins);
}
@media screen and (min-width: 576px) {
  .maan-banner-form .banner-search-date {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .maan-banner-form .banner-search-date {
    width: 100%;
    max-width: 210px;
  }
}
.maan-banner-form .banner-search-date input {
  font-family: var(--ff-poppins);
  background: var(--clr-white);
}
.maan-banner-form .banner-search-date::before {
  content: "";
  top: 50%;
  left: 1.25rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: var(--fs-20);
  color: var(--clr-black-7);
  z-index: 1;
}
.maan-banner-form .banner-search-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .maan-banner-form .banner-search-button {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .maan-banner-form .banner-search-button {
    width: auto;
  }
}
.maan-banner-form .banner-search-button .btn {
  font-family: var(--ff-poppins);
  max-height: 3.75rem;
  width: 100%;
}

.maan-banner-area .maan-banner-image {
  position: relative;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.maan-banner-area .maan-banner-image img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  max-width: 167%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .maan-banner-area .maan-banner-image img {
    margin-top: 105px;
    left: -110px;
  }
}
@media screen and (min-width: 1200px) {
  .maan-banner-area .maan-banner-image img {
    max-width: 140%;
  }
}
@media screen and (min-width: 1441px) {
  .maan-banner-area .maan-banner-image img {
    max-width: 167%;
    left: -40px;
  }
}

@media (max-width: 1024px) {
  .maan-banner-section.maan-banner-style-two .maan-banner-two-image {
    bottom: 0px;
  }

  .maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content {
    margin-top: 30px;
  }

  .maan-banner-section.maan-banner-style-two .maan-banner-pngtree {
    top: 0%;
  }

  .maan-banner-section .maan-banner-text-wrapper .maan-banner-content {
    margin-top: 30px;
  }

  .logo {
    width: 150px;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .maan-banner-section .maan-banner-text-wrapper .maan-banner-content h1 {
    font-size: 36px;
    line-height: 60px;
  }

  .maan-banner-section .maan-leat-image {
    display: none;
  }

  .maan-banner-section .maan-service-item-slide {
    margin-top: -100px;
  }

  .maan-banner-section.maan-banner-style-two .maan-service-item-slide {
    margin-top: -100px;
  }

  .maan-banner-section .maan-banner-wrapper .maan-chat-content {
    display: none;
  }

  .maan-banner-section .maan-banner-wrapper .maan-delivary-content {
    display: none;
  }

  .maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-content {
    display: none;
  }

  .maan-banner-section.maan-banner-style-two .maan-banner-text-wrapper .maan-banner-content {
    margin-top: 40px;
  }

  .maan-banner-section.maan-banner-style-two .maan-banner-two-image {
    bottom: 60px;
  }

  .maan-banner-section .maan-banner-wrapper .maan-banner-image::before {
    content: "";
    bottom: 0;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }

  .maan-banner-section.maan-banner-style-two .maan-banner-wrapper {
    margin-top: 30px;
  }

  .maan-banner-section .maan-banner-text-wrapper .maan-banner-content {
    margin-top: 30px;
  }

  .maan-banner-section {
    padding: 85px 0 30px;
  }

  .maan-banner-section .maan-service-item {
    margin: 80px 0 25px;
  }

  .maan-banner-section .maan-banner-wrapper .maan-content-wrapper .maan-banner-testimonial-content {
    display: none;
  }
}
@media (max-width: 400px) {
  .maan-banner-section .maan-leat-image {
    display: none;
  }

  .maan-banner-section .service-slider-btn .swiper-button-next,
.maan-banner-section .service-slider-btn .swiper-container-rtl .swiper-button-prev {
    right: 50%;
  }

  .maan-banner-section.maan-banner-style-two .maan-service-item-slide {
    margin-top: -85px;
  }

  .maan-product-button ul a img {
    width: 100%;
    height: 100%;
  }

  .maan-product-button ul a img.maan-image-two {
    width: 100%;
    height: 100%;
  }
}
.maan-features-section {
  position: relative;
  overflow: hidden;
}
.maan-features-section .maan-features-box {
  width: 290px;
  height: 625px;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .maan-features-section .maan-features-box {
    width: 691px;
    height: 825px;
  }
}
.maan-features-section .maan-features-image {
  position: relative;
  z-index: 9;
}
.maan-features-section .maan-features-image .maan-image-one {
  top: 10rem;
  right: -13rem;
  position: absolute;
  z-index: 1;
}
.maan-features-section .maan-features-image .maan-image-one img {
  width: 332px;
  height: 328px;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .maan-features-section .maan-features-image .maan-image-one img {
    width: 632px;
    height: 628px;
  }
}
.maan-features-section .maan-features-image .maan-image-two {
  top: 2rem;
  right: 6rem;
  position: absolute;
}
.maan-features-section .maan-features-image .maan-image-two img {
  width: 284px;
  height: 500px;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .maan-features-section .maan-features-image .maan-image-two img {
    width: 584px;
    height: 900px;
  }
}
.maan-features-section .maan-features-image .maan-image-three {
  top: 7rem;
  right: -16.3rem;
  position: absolute;
  z-index: -1;
}
.maan-features-section .maan-features-image .maan-image-three img {
  width: 385px;
  height: 350px;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .maan-features-section .maan-features-image .maan-image-three img {
    width: 685px;
    height: 650px;
  }
}
.maan-features-section .maan-features-content {
  background-position: center center;
  background-size: cover;
  padding: 50px 0 30px;
  z-index: 5;
  overflow: hidden;
  width: 1229px;
  height: 625px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .maan-features-section .maan-features-content {
    width: 1229px;
    height: 825px;
    padding: 110px 0;
  }
}
.maan-features-section .maan-features-content::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 825px;
  background: var(--clr-overlay-bg-7);
  z-index: -1;
}
.maan-features-section .maan-features-content .maan-feature-slider {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .maan-features-section .maan-features-content .maan-feature-slider {
    margin-left: 245px;
  }
}
.maan-features-section .maan-features-content .maan-feature-slider .maan-small-title {
  color: var(--clr-white);
  text-align: left;
}
.maan-features-section .maan-features-content .maan-feature-slider .maan-ser-title {
  color: var(--clr-white);
}
.maan-features-section .maan-service-item {
  background: var(--clr-white);
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  margin: 80px 0 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.maan-features-section .maan-service-item .maan-service-image {
  text-align: center;
  margin-bottom: 8px;
  width: 158px;
  height: 123px;
  margin: -55px auto 15px;
}
.maan-features-section .maan-service-item .maan-service-content h3 {
  font-family: var(--font-lexend);
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  line-height: 35px;
  margin-bottom: 0;
  color: var(--clr-bg-4);
  text-transform: capitalize;
}
.maan-features-section .maan-service-item .maan-service-content p {
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  line-height: 30px;
  margin-bottom: 20;
  color: var(--clr-frm);
  margin-bottom: 8px;
}
.maan-features-section .maan-service-item .maan-service-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.maan-features-section .maan-service-item .maan-service-value span {
  font-family: var(--font-lexend);
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  line-height: 35px;
  color: var(--clr-def);
}
.maan-features-section .maan-service-item .maan-service-value i {
  width: 46px;
  height: 46px;
  line-height: 30px;
  background: var(--clr-btn);
  color: var(--clr-white);
  font-size: var(--fs-20);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.maan-features-section .maan-service-item .maan-service-value i svg {
  --ser-icon-svg-bg-1: var(--icon-bg-1);
}
.maan-features-section .maan-service-item .maan-service-value i:hover i, .maan-features-section .maan-service-item .maan-service-value i:focus i {
  -webkit-animation: BottomToTop 0.5s;
          animation: BottomToTop 0.5s;
}
.maan-features-section .feature-slider-btn {
  position: relative;
  top: 20px;
  left: -20px;
}
@media screen and (min-width: 576px) {
  .maan-features-section .feature-slider-btn {
    left: 15%;
  }
}
.maan-features-section .feature-slider-btn :is(.swiper-button-next, .swiper-button-prev) {
  position: absolute;
  background: var(--clr-white);
  color: var(--clr-btn);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.maan-features-section .feature-slider-btn :is(.swiper-button-next, .swiper-button-prev)::after {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
.maan-features-section .feature-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover {
  background: var(--clr-btn);
  color: var(--clr-white);
  opacity: 1;
}
.maan-features-section .feature-slider-btn .swiper-button-prev {
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
  right: auto;
}
.maan-features-section .feature-slider-btn .swiper-button-prev::after {
  content: "";
}
.maan-features-section .feature-slider-btn .swiper-button-next {
  bottom: 0;
  left: 60px;
  position: absolute;
  top: auto;
  right: auto;
}
.maan-features-section .feature-slider-btn .swiper-button-next::after {
  content: "";
}

.maan-feature-area .maan-section-title {
  margin-bottom: var(--gutter-20);
}

.maan-feature-item {
  position: relative;
  margin-top: var(--gutter-30);
}
.maan-feature-item:hover .feature-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.feature-image {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  height: 270px;
}
.feature-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-discount {
  top: 1.25rem;
  left: 1.25rem;
  position: absolute;
  display: block;
  background-color: var(--clr-red);
  color: var(--clr-white);
  border-radius: 1.875rem;
  font-family: var(--ff-barlow);
  font-size: var(--fs-18);
  font-weight: var(--fw-700);
  padding: 0.125rem 0.75rem;
}

.feature-category {
  top: 1.25rem;
  right: 1.25rem;
  position: absolute;
  display: block;
  background-color: var(--clr-yellow);
  color: var(--clr-white);
  border-radius: 1.875rem;
  font-family: var(--ff-barlow);
  font-size: var(--fs-15);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  padding: 0.125rem 1.125rem;
}

.feature-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dashed #CACACA;
  margin-top: var(--gutter-20);
  padding-top: var(--gutter-15);
}
.feature-meta .feature-time {
  color: var(--clr-black-4);
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
}
.feature-meta .feature-time i {
  font-size: var(--fs-18);
  color: var(--clr-black-7);
}

.feature-review ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-10);
}
.feature-review ul a {
  color: #9C9C9C;
  font-size: var(--fs-16);
}
.feature-review ul a.active {
  color: var(--clr-yellow);
}
.feature-review ul li {
  font-family: var(--ff-poppins);
  font-weight: var(--fw-600);
  color: var(--clr-black-1);
}

.maan-feature-content-two {
  --feature-bg: #fafafa;
}

:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content {
  margin-top: var(--gutter-20);
  background-color: var(--feature-bg, var(--clr-white));
  padding: var(--gutter-30) var(--gutter-20);
  border-radius: 0.625rem;
}
@media screen and (min-width: 576px) {
  :is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content {
    padding: var(--gutter-30);
  }
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .title {
  position: relative;
  margin-top: 0;
  font-weight: var(--fw-600);
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .title::before {
  content: "";
  top: 0.5rem;
  left: -1.25rem;
  position: absolute;
  width: 0.25rem;
  height: 1.25rem;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: var(--clr-yellow);
}
@media screen and (min-width: 576px) {
  :is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .title::before {
    left: -1.875rem;
  }
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .title a {
  font-family: var(--ff-poppins);
  font-size: var(--fs-24);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .title a:hover {
  color: var(--clr-yellow);
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .btn {
  --btn-ff: var(--ff-poppins);
  font-weight: var(--fw-600);
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .content {
  margin-top: var(--gutter-10);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-500);
  color: var(--clr-black-4);
}
:is(.maan-feature-area,
.maan-city-area,
.popular-restaurant-area) .maan-feature-content .content i {
  font-size: var(--fs-18);
  color: var(--clr-black-7);
  margin-right: var(--gutter-10);
}

.view-more-btn .btn {
  font-family: var(--ff-poppins);
}

@media (max-width: 1200px) {
  .maan-section-title h3 {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .maan-section-title .maan-small-title {
    margin-bottom: 0px;
  }

  .maan-features-section .maan-features-content {
    height: 100%;
  }
}
.maan-cta-section {
  position: relative;
  background: #fff8f3;
  z-index: 9;
}
.maan-cta-section.maan-cta-section-two {
  background: var(--clr-white);
}
.maan-cta-section.bg-3 {
  background: var(--clr-def-2);
}
.maan-cta-section.bg-3::before {
  background: var(--clr-bg-4);
}
.maan-cta-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: var(--clr-bg-4);
  content: "";
  z-index: -1;
}

.maan-cta {
  position: relative;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px -15px 15px var(--clr-filter));
          filter: drop-shadow(0px -15px 15px var(--clr-filter));
  background-color: var(--clr-btn);
  padding: 50px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .maan-cta {
    padding: 80px 70px;
  }
}

.maan-cta-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  z-index: 1;
}

.maan-cta-form {
  position: relative;
  z-index: 9;
}
.maan-cta-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-25);
}
@media screen and (min-width: 768px) {
  .maan-cta-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.maan-cta-form .input-field {
  position: relative;
  z-index: 1;
  width: 100%;
}
.maan-cta-form .input-field::before {
  content: "";
  top: 50%;
  right: 30px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a8a8a8;
  font-size: 25px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.maan-cta-form .input-style-1 {
  width: 500px;
  height: 60px;
  border-radius: 7px;
  -webkit-filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.09));
  background-color: #ffffff;
  font-weight: 400;
  line-height: 45px;
  font-size: 18px;
  color: #616161;
  font-family: "Jost";
  padding: 16px 30px;
  outline: none;
  border: 1px solid var(--clr-white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .maan-cta-form .input-style-1 {
    width: 700px;
    height: 60px;
  }
}

.maan-cta-form-shape {
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: -1;
}
.maan-cta-form-shape img {
  width: 227px;
  height: 149px;
  margin: 0 auto;
  -webkit-animation: movebounce 5s infinite;
          animation: movebounce 5s infinite;
  position: relative;
  z-index: -1;
}

.maan-cta-button {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.maan-cta-button i svg {
  --cta-icon-svg-bg-1: var(--icon-h-bg-1);
}
.maan-cta-button i:hover svg {
  --cta-icon-svg-bg-1: var(--clr-def);
}
.maan-cta-button a:hover {
  background: var(--clr-white);
  color: var(--clr-def);
}
.maan-cta-button a:hover svg {
  --cta-icon-svg-bg-1: var(--clr-def);
}

.maan-cta-shape {
  position: absolute;
  top: 36px;
  right: 0;
}
.maan-cta-shape img {
  width: 388px;
  height: 149px;
  -webkit-animation: movebounce 5s infinite;
          animation: movebounce 5s infinite;
}

.maan-rotate {
  position: absolute;
  top: 70px;
  right: 60px;
  z-index: -1;
}
.maan-rotate img {
  width: 94px;
  height: 80px;
  margin: 0 auto;
}

.maan-cta-area {
  position: relative;
  z-index: 1;
}
.maan-cta-area .cta-img {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 32%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (min-width: 768px) {
  .maan-cta-area .cta-img {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .maan-cta-area .cta-img {
    width: 48%;
  }
}

.maan-cta-content h2 {
  font-family: var(--ff-poppins);
  font-size: var(--fs-30);
  font-weight: var(--fw-700);
}
@media screen and (min-width: 1200px) {
  .maan-cta-content h2 {
    width: 60%;
  }
}
.maan-cta-content p {
  font-family: var(--ff-barlow);
  color: var(--clr-black-4);
}
@media screen and (min-width: 1200px) {
  .maan-cta-content p {
    width: 80%;
  }
}
.maan-cta-content .btn {
  --btn-py: 1.1rem;
  margin-top: var(--gutter-50);
}

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

.maan-partnership-content h4 {
  font-family: var(--ff-poppins);
  font-size: var(--fs-24);
}
.maan-partnership-content .btn {
  --btn-ff: var(--ff-poppins);
}

@media (max-width: 768px) {
  .maan-btn-style-two {
    padding: 17px 12px;
    font-size: 16px;
  }

  .input-style-1 {
    height: 56px;
  }

  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 575px) and (max-width: 768px) {
  .maan-cta-wpr {
    display: block;
  }
  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-cta-form .input-style-1 {
    width: 100%;
    height: 100%;
    padding: 14px;
  }

  .btn-sub {
    font-size: 18px;
  }

  .maan-cta-button {
    text-align: center;
  }

  .maan-btn-style-two {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .maan-cta-wpr {
    display: block;
  }

  .maan-cta-wpr {
    display: block;
  }
  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-cta-form .input-style-1 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .maan-cta-wpr {
    display: block;
  }
  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-cta-wpr.grid-2 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-cta-form .input-style-1 {
    width: 100%;
    height: 100%;
  }

  .btn-sub {
    font-size: 18px;
  }

  .maan-cta-form .input-style-1 {
    padding: 14px;
  }

  .maan-cta-button {
    text-align: center;
  }

  .maan-btn-style-two {
    padding: 16px 30px;
  }
}
@media (max-width: 400px) {
  .maan-cta {
    padding: 25px;
  }

  .maan-cta-form .input-style-1 {
    font-size: 16px;
  }
}
/*-------------------------------------------------------
service css
---------------------------------------------------------*/
.maan-service-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .maan-service-section {
    padding: 110px 0px;
  }
}
.maan-service-section .maan-section-title {
  margin-bottom: 40px;
}
.maan-service-section .maan-section-title h3 {
  color: var(--clr-white);
  margin-top: -11px;
}
.maan-service-section .maan-service-item {
  position: relative;
  overflow: hidden;
}
.maan-service-section .maan-service-item .maan-inner-box {
  position: relative;
}
.maan-service-section .maan-service-item .maan-inner-box .maan-image-box figure {
  margin: 0;
}
.maan-service-section .maan-service-item .maan-inner-box .maan-image-box figure img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .maan-service-section .maan-service-item .maan-inner-box .maan-image-box figure img {
    width: 270px;
    height: 307px;
  }
}
.maan-service-section .maan-service-item .maan-inner-box .maan-image-box:hover .maan-info-box {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.maan-service-section .maan-service-item .maan-info-box {
  bottom: -30px;
  position: absolute;
  left: auto;
  right: auto;
  border-radius: 20px;
  background-color: var(--clr-white);
  padding: 25px;
  margin: 0 13px 0px 16px;
  width: 90%;
  height: auto;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
@media screen and (min-width: 992px) {
  .maan-service-section .maan-service-item .maan-info-box {
    margin: 0 13px;
  }
}
.maan-service-section .maan-service-item .maan-info-box .maan-name {
  font-size: var(--fs-20);
  line-height: 16px;
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  font-weight: var(--fw-700);
  text-align: center;
  margin-bottom: 15px;
}
.maan-service-section .maan-service-item .maan-info-box .maan-name:hover {
  color: var(--clr-btn);
}
.maan-service-section .maan-service-item .maan-info-box .maan-designation {
  font-size: var(--fs-16);
  line-height: 16px;
  color: #7e7e7e;
  font-family: var(--font-lexend);
  text-align: center;
  margin-bottom: 20px;
}
.maan-service-section .maan-service-item .maan-info-box .social-icon-one {
  position: relative;
  padding: 14px 0 0;
  text-align: center;
}
.maan-service-section .maan-service-item .maan-info-box .social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.maan-service-section .maan-service-item .maan-info-box .social-icon-one li a .fab {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: var(--fs-16);
  color: var(--clr-btn);
  border: 1px solid var(--clr-btn);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  border-radius: 50%;
}
.maan-service-section .maan-service-item .maan-info-box .social-icon-one li a:hover .fab {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: var(--clr-btn);
  border-color: var(--clr-btn);
  color: var(--clr-white);
}
.maan-service-section .maan-blog-dotted {
  margin-bottom: -7px;
}

@media (max-width: 1100px) {
  .maan-service-section .maan-section-title h3 {
    margin-top: -13px;
  }

  .maan-section-title .maan-test-title {
    line-height: 30px;
    margin-top: -4px;
  }

  .maan-section-title .maan-blog-title {
    line-height: 30px;
    margin-top: -4px;
  }
}
@media (max-width: 991px) {
  .maan-service-section .maan-section-title h3 {
    margin-top: -13px;
  }
}
@media (max-width: 768px) {
  .maan-service-section .maan-service-item .maan-inner-box .maan-image-box:hover .maan-info-box {
    -webkit-transform: translateY(-34%);
            transform: translateY(-34%);
  }
}
@media (max-width: 767px) {
  .maan-service-section .maan-service-item .maan-info-box {
    bottom: -20px;
    border-radius: 10px;
    padding: 12px;
    margin: 0 13px 0px 11px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  .maan-service-section .maan-service-item .maan-info-box {
    margin: 0 13px 0px 22px;
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 400px) {
  .maan-service-section .maan-service-item .maan-info-box {
    margin: 0 13px 0px 16px;
    padding: 20px;
    border-radius: 20px;
  }
}
.maan-partner-section {
  background: var(--clr-white);
  background-position: top center;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}
.maan-partner-section .maan-section-title {
  margin-bottom: 50px;
}
.maan-partner-section.bg-2 {
  background: var(--clr-black);
}
@media screen and (min-width: 992px) {
  .maan-partner-section {
    padding: 110px 0px;
  }
}
.maan-partner-section .icon-slider img {
  opacity: 40%;
}
.maan-partner-section .icon-1 {
  top: 27%;
  left: 9%;
  position: absolute;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
          animation: animationFramesOne 30s alternate infinite linear;
}
.maan-partner-section .icon-2 {
  top: 43%;
  right: 35%;
  position: absolute;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
          animation: animationFramesTwo 30s alternate infinite linear;
}
.maan-partner-section .icon-3 {
  left: 5%;
  bottom: 20%;
  bottom: 20%;
  left: 5%;
  position: absolute;
  -webkit-animation: animationFramesThree 30s alternate infinite linear;
          animation: animationFramesThree 30s alternate infinite linear;
}
.maan-partner-section .icon-4 {
  right: 10%;
  bottom: 5%;
  right: 10%;
  bottom: 5%;
  position: absolute;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
          animation: animationFramesOne 30s alternate infinite linear;
}
.maan-partner-section .icon-5 {
  top: 20%;
  right: 20%;
  position: absolute;
  -webkit-animation: animationFramesFive 30s alternate infinite linear;
          animation: animationFramesFive 30s alternate infinite linear;
}
.maan-partner-section .icon-6 {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
          animation: animationFramesOne 30s alternate infinite linear;
}
.maan-partner-section .icon-7 {
  top: 10%;
  right: 0;
  position: absolute;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
          animation: animationFramesOne 30s alternate infinite linear;
}
.maan-partner-section .maan-partner-shape img {
  width: 70px;
  height: 30px;
  opacity: 40%;
}
.maan-partner-section .maan-partner-shape-two img {
  width: 70px;
  height: 30px;
  opacity: 40%;
}

.maan-partner-item {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .maan-partner-item {
    margin-top: 0;
  }
}
.maan-partner-item .maan-service-image {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 100%;
  width: 120px;
  margin: 0 auto;
}
.maan-partner-item .maan-service-image img {
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.maan-partner-item .maan-service-image img:hover {
  -webkit-transform: scale3D(1.2, 1.2, 1);
          transform: scale3D(1.2, 1.2, 1);
}
.maan-partner-item .maan-service-content h3 {
  font-family: var(--font-lexend);
  color: var(--clr-bg-4);
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  line-height: 45px;
  margin-bottom: -10px;
}
.maan-partner-item .maan-service-content h3.maan-ser-title {
  color: var(--clr-white);
}

@media (max-width: 768px) {
  .maan-section-title .maan-title-white {
    margin-bottom: 44px;
  }
}
.maan-product-section {
  background: #F9F9F9;
  position: relative;
  padding: 50px 0 0px;
  overflow: hidden;
}
.maan-product-section.bg-3 {
  background: var(--clr-def-2);
}
@media screen and (min-width: 992px) {
  .maan-product-section {
    padding: 110px 0px;
  }
}
.maan-product-section .shape-1 {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-animation: animationFramesOne 10s alternate infinite linear;
          animation: animationFramesOne 10s alternate infinite linear;
}
.maan-product-section .shape-2 {
  bottom: 20%;
  left: 5%;
  position: absolute;
  -webkit-animation: animationFramesTwo 20s alternate infinite linear;
          animation: animationFramesTwo 20s alternate infinite linear;
}
.maan-product-section .shape-3 {
  left: 5%;
  top: 34%;
  top: 34%;
  left: 5%;
  position: absolute;
  -webkit-animation: animationFramesThree 30s alternate infinite linear;
          animation: animationFramesThree 30s alternate infinite linear;
}
.maan-product-section .shape-4 {
  top: 34%;
  left: 5%;
  position: absolute;
  -webkit-animation: animationFramesFour 30s alternate infinite linear;
          animation: animationFramesFour 30s alternate infinite linear;
}
.maan-product-section .maan-product-image-four {
  top: 40%;
  right: -5%;
  position: absolute;
}
.maan-product-section .maan-product-image-four img {
  width: 315px;
  height: 315px;
  -webkit-animation: animationFramesFour 30s alternate infinite linear;
          animation: animationFramesFour 30s alternate infinite linear;
}

.maan-product-wpr {
  position: relative;
  overflow: hidden;
}
.maan-product-wpr .maan-product-image {
  text-align: right;
  -webkit-animation: MoveUpDown 1s linear infinite alternate;
          animation: MoveUpDown 1s linear infinite alternate;
  position: relative;
  z-index: 5;
}
.maan-product-wpr .maan-product-image img {
  width: 450px;
  height: auto;
}
.maan-product-wpr .maan-shape-image {
  top: 10%;
  right: 10%;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .maan-product-wpr .maan-shape-image {
    top: 22%;
    right: 10%;
    position: absolute;
  }
}
.maan-product-wpr .maan-shape-image img {
  width: 400px;
  height: 500px;
}

.maan-product-content-wpr {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .maan-product-content-wpr {
    margin-top: 100px;
  }
}
.maan-product-content-wpr .maan-section-title {
  margin-bottom: 50px;
}
.maan-product-content-wpr .maan-section-title p {
  text-align: left;
  margin-right: 30px;
  color: var(--section-title-p-clr);
}
.maan-product-content-wpr .maan-image {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.maan-product-content-wpr .maan-image .maan-product-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--clr-icon-bg);
  display: block;
  font-size: var(--fs-20);
  color: var(--clr-btn);
}
.maan-product-content-wpr .maan-image .maan-product-icon:is(:hover, :focus) i {
  -webkit-animation: BottomToTop 0.5s;
          animation: BottomToTop 0.5s;
}
.maan-product-content-wpr .maan-image img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
}

.maan-product-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.maan-product-button ul a img {
  width: 226px;
  height: 67px;
}
.maan-product-button ul a img.maan-image-two {
  width: 226px;
  height: 67px;
}

@media (max-width: 767px) {
  .maan-product-section {
    padding: 50px 0 50px;
  }
}
@media (max-width: 575px) {
  .maan-product-wpr .maan-product-image img {
    width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .maan-product-section {
    padding: 50px 0 0px;
  }

  .maan-product-wpr .maan-shape-image {
    top: 6%;
  }

  .maan-product-button {
    margin-bottom: 50px;
  }

  .maan-product-content-wpr {
    margin-top: 30px;
  }

  .maan-product-content-wpr .maan-image a img {
    margin-right: 5px;
  }
}
@media (max-width: 400px) {
  .maan-product-wpr .maan-shape-image {
    top: -11%;
  }
}
/*-------------------------------------------------------
20. About css
---------------------------------------------------------*/
.maan-about-section {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .maan-about-section {
    padding: 110px 0px;
  }
}
.maan-about-section .maan-section-title {
  max-width: 936px;
  margin: 0 auto 50px;
}
.maan-about-section .maan-section-title h3 {
  margin-bottom: 40px;
  color: #1D1D1D;
  line-height: 28px;
}
.maan-about-section .maan-section-title h5 {
  font-family: var(--font-playfair);
  margin-bottom: 30px;
  color: #444444;
}
.maan-about-section .maan-section-title p {
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  color: #444444;
  line-height: 28px;
}
.maan-about-section .maan-about-wrapper {
  position: relative;
  z-index: 1;
}
.maan-about-section .maan-about-wrapper .maan-about-image figure {
  margin: 0;
}
.maan-about-section .maan-about-wrapper .maan-about-image figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .maan-about-section .maan-about-wrapper .maan-about-image figure img {
    width: 1170px;
    height: 581px;
  }
}
.maan-about-section .maan-about-wrapper .maan-about-image .maan-about-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(29, 29, 29, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

@media (max-width: 575px) {
  .maan-about-section .maan-section-title h5 {
    font-size: 16px;
  }

  .maan-service-section .maan-section-title h3 {
    color: var(--clr-white);
    line-height: 28px;
    margin-top: -4px;
  }

  .maan-section-title .maan-test-title {
    line-height: 24px;
    margin-top: -4px;
  }

  .maan-blog-section .maan-section-title h3 {
    margin-top: -5px;
  }
}
@media (max-width: 992px) {
  .maan-about-section .maan-section-title h3 {
    line-height: 24px;
  }

  .maan-section-title .maan-test-title {
    margin-top: -5;
  }
}
@media (max-width: 768px) {
  .maan-about-section .maan-section-title h3 {
    line-height: 25px;
  }
}
/*-------------------------------------------------------
 Testimonial css
---------------------------------------------------------*/
.testimonial-section {
  position: relative;
  padding: 50px 0px;
}
@media screen and (min-width: 992px) {
  .testimonial-section {
    padding: 110px 0px;
  }
}
.testimonial-section .maan-section-title {
  margin-bottom: 36px;
}
.testimonial-section .maan-testimonial-item {
  border-radius: 10px;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-border-3);
  padding: 30px 30px 20px 30px;
  margin: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.testimonial-section .maan-testimonial-item:hover {
  -webkit-filter: var(--clr-shadow-3);
          filter: var(--clr-shadow-3);
  border: 1px solid transparent;
}
.testimonial-section .maan-testimonial-item .lp-testimonial-icon {
  font-size: var(--fs-18);
  color: var(--clr-icon);
  margin-bottom: 10px;
}
.testimonial-section .maan-testimonial-item .maan-testimonial-content p {
  font-size: var(--fs-17);
  line-height: 35px;
  color: var(--clr-text);
  font-weight: var(--fw-400);
  font-family: var(--font-lexend);
  margin-bottom: 20px;
}
.testimonial-section .maan-testimonial-item .maan-testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-section .maan-testimonial-item .maan-testimonial-wrapper .maan-testimonial-image img {
  width: 68px;
  height: 68px;
  border-radius: 34px;
}
.testimonial-section .maan-testimonial-item .maan-testimonial-wrapper .maan-testimonial-info-box .maan-testimonial-title {
  font-size: var(--fs-18);
  line-height: 15px;
  color: var(--clr-btn);
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  margin-bottom: 0;
}
.testimonial-section .maan-testimonial-item .maan-testimonial-wrapper .maan-testimonial-info-box .maan-testimonial-designation {
  font-size: var(--fs-16);
  line-height: 35px;
  color: var(--clr-frm);
  font-weight: var(--fw-400);
  font-family: var(--font-lexend);
  margin-bottom: 0;
}
.testimonial-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: var(--rad-1);
  background: var(--clr-bg-6);
  opacity: 1;
  margin: 0 4px;
}
.testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-btn);
}
.testimonial-section .maan-testimonial-dotted {
  margin-bottom: -7px;
}

.maan-order-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .maan-order-section {
    padding: 110px 0;
  }
}
@media screen and (min-width: 1441px) {
  .maan-order-section .container-fluid {
    padding: 0 150px;
  }
}
.maan-order-section .maan-section-title p {
  font-size: var(--fs-14);
}
.maan-order-section .maan-order-wrapper {
  position: relative;
  z-index: 9;
}
.maan-order-section .maan-order-wrapper .maan-order-image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .maan-order-section .maan-order-wrapper .maan-order-image img {
    width: 710px;
    height: 571px;
  }
}
.maan-order-section .maan-order-wrapper .maan-sale {
  top: 20%;
  left: 40%;
  position: absolute;
  width: 130px;
  height: 130px;
  line-height: 35px;
  font-family: var(--font-lexend);
  color: var(--clr-white);
  font-size: var(--fs-30);
  font-weight: var(--fw-600);
  text-align: center;
  background-color: var(--clr-sale-bg);
  border-radius: var(--rad-1);
  z-index: 99;
  padding: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.maan-order-section .maan-order-wrapper .maan-image-line {
  top: -21%;
  left: 30px;
  position: absolute;
  z-index: -1;
}
.maan-order-section .maan-order-wrapper .maan-image-line img {
  width: 100%;
  height: 100%;
}
.maan-order-section .maan-order-content {
  margin-right: 0px;
}
@media screen and (min-width: 1200px) {
  .maan-order-section .maan-order-content {
    margin-right: 100px;
  }
}
.maan-order-section .maan-order-content .maan-section-title {
  margin-bottom: 30px;
}
.maan-order-section .maan-order-content .maan-section-title h3 {
  line-height: 65px;
  margin-bottom: 35px;
}
.maan-order-section .maan-order-content .maan-order-list {
  position: relative;
}
.maan-order-section .maan-order-content .maan-list {
  padding-left: 40px;
  margin-bottom: 20px;
}
.maan-order-section .maan-order-content .maan-list::before, .maan-order-section .maan-order-content .maan-list::after {
  content: "";
  top: 45%;
  right: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.maan-order-section .maan-order-content .maan-list::before {
  top: 60%;
  width: 18px;
  height: 18px;
  background: var(--clr-white);
}
.maan-order-section .maan-order-content .maan-list::after {
  left: 4px;
  margin-top: 4px;
  width: 10px;
  height: 10px;
  background: var(--clr-btn);
}
.maan-order-section .maan-order-content .maan-image-shape {
  right: 8%;
  bottom: 18%;
  position: absolute;
}
.maan-order-section .maan-order-content .maan-image-shape img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .maan-order-section .maan-order-content .maan-image-shape img {
    width: 283px;
    height: 274px;
  }
}
.maan-order-section .maan-order-button svg {
  --maan-arrow-icon: var(--icon-bg-1);
}
.maan-order-section .maan-order-button:hover svg {
  --maan-arrow-icon: var(--icon-h-bg-1);
}

@media (max-width: 992px) {
  .maan-order-section .maan-order-content .maan-image-shape {
    right: 8%;
    bottom: 0;
    position: absolute;
  }

  .maan-order-section .maan-order-content {
    margin-top: 50px;
  }

  .maan-order-section .maan-order-wrapper .maan-image-line {
    top: -26%;
    left: 30px;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .maan-order-section .maan-order-wrapper .maan-image-line {
    display: none;
  }

  .maan-order-section .maan-order-wrapper .maan-sale {
    width: 80px;
    height: 80px;
    line-height: 29px;
    font-size: var(--fs-18);
    z-index: 99;
    padding: 10px;
  }

  .maan-order-section .maan-order-content .maan-section-title h3 {
    line-height: 35px;
    margin-bottom: 35px;
  }

  .maan-order-section .maan-order-content .maan-image-shape {
    display: none;
  }

  .maan-order-section .maan-order-content .maan-order-list .maan-list {
    margin-left: 30px;
  }

  .maan-order-section .maan-section-title p {
    font-size: var(--fs-12);
  }
}
.maan-category-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-rows: 270px;
  row-gap: var(--gutter-30);
}
@media screen and (min-width: 768px) {
  .maan-category-grid {
    gap: var(--gutter-30);
  }
}
@media screen and (min-width: 992px) {
  .maan-category-grid .wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.maan-category-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.maan-category-item .category-img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .maan-category-item .category-img {
    height: 270px;
  }
}
.maan-category-item:hover .category-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.maan-category-item .category-btn {
  right: 0;
  bottom: 1.875rem;
  left: 0;
  position: absolute;
  text-align: center;
}
.maan-category-item .category-btn a {
  --btn-ff: var(--ff-poppins);
  --btn-fs: var(--fs-18);
  font-weight: var(--fw-600);
  text-transform: uppercase;
}
.maan-category-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maan-category-active .swiper-pagination {
  position: unset;
  text-align: center !important;
  padding: 70px 0 0;
}
.maan-category-active .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  background: transparent;
  border: 1px solid #f88808;
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50%;
  text-align: center;
}
.maan-category-active .swiper-pagination-bullet::before {
  content: "";
  top: -7px;
  left: -7px;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}
.maan-category-active .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f88808;
}
.maan-category-active .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: rgba(248, 136, 8, 0.15);
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*----------------------------------------*/
/*  06. Restaurant Area
/*----------------------------------------*/
.maan-restaurant-area {
  position: relative;
  z-index: 1;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .maan-restaurant-area {
    padding-bottom: 7.8125rem;
  }
}
.maan-restaurant-area .maan-section-title h3 {
  color: var(--clr-white);
}
.maan-restaurant-area .maan-section-title p {
  --section-title-p-ff: var(--ff-barlow);
  color: var(--clr-white);
}
@media screen and (min-width: 1200px) {
  .maan-restaurant-area .maan-section-title p {
    padding-right: var(--gutter-50);
  }
}
.maan-restaurant-area .bg-img {
  width: 100%;
  height: 100%;
  max-height: 31.875rem;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .maan-restaurant-area .bg-img {
    max-height: 28.125rem;
  }
}
@media screen and (min-width: 768px) {
  .maan-restaurant-area .bg-img {
    max-height: 31.875rem;
  }
}

.restaurant-left-content .btn {
  --btn-py: 1rem;
  margin-top: var(--gutter-50);
}

.maan-total-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-25);
  margin-top: 6.25rem;
  margin-bottom: var(--gutter-50);
}
@media screen and (min-width: 768px) {
  .maan-total-number {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .maan-total-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8.75rem;
  }
}
.maan-total-number .total h2 {
  color: var(--clr-black-1);
  font-weight: var(--fw-800);
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .maan-total-number .total h2 {
    font-size: 3.4375rem;
  }
}
.maan-total-number .total h2 span {
  font-weight: var(--fw-700);
  color: var(--clr-yellow);
  -webkit-text-fill-color: var(--clr-white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--clr-yellow);
}
.maan-total-number .total p {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-700);
  font-size: var(--fs-15);
  color: var(--clr-black-1);
  letter-spacing: 0.52em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .maan-total-number .total p {
    font-size: var(--fs-18);
  }
}

.restaurant-right-content {
  position: relative;
  z-index: 1;
}

.restaurant-image {
  position: relative;
  z-index: 1;
}
.restaurant-image .play-button {
  top: 2.5rem;
  right: 2.5rem;
  position: absolute;
  width: 4.75rem;
  height: 4.75rem;
  line-height: 4.75rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.35rem;
  color: var(--clr-yellow);
  border: 3px solid var(--clr-yellow);
  display: block;
  font-size: var(--fs-24);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}
.restaurant-image .play-button:hover {
  color: var(--clr-white);
  background-color: var(--clr-yellow);
}

.restaurant-border {
  bottom: -1.625rem;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 524px;
  max-height: 444px;
  border: 3px solid var(--clr-yellow);
  border-top: none;
  border-left: none;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 576px) {
  .restaurant-border {
    left: -1.625rem;
    display: block;
  }
}
.restaurant-border::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 3px;
  height: 120px;
  background-color: var(--clr-yellow);
}

.filter-top {
  background-color: var(--clr-white-2);
  border-radius: 4px;
  padding: var(--gutter-25) var(--gutter-40);
}
.filter-top .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--gutter-25);
}
@media screen and (min-width: 768px) {
  .filter-top .filter-group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.filter-top .form-select {
  font-family: var(--ff-poppins);
  padding: var(--gutter-10) var(--gutter-20);
  background-color: #FaFAFA;
  border: 1px solid var(--clr-white-4);
  max-width: 210px;
  cursor: pointer;
}
.filter-top .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-top .total-restaurant {
  margin-bottom: var(--gutter-25);
}
@media screen and (min-width: 992px) {
  .filter-top .total-restaurant {
    margin-bottom: 0;
  }
}
.filter-top .total-restaurant h5 {
  font-family: var(--ff-poppins);
  font-weight: var(--fw-600);
  margin-top: 0;
  margin-bottom: 0;
}
.filter-top .filter-button {
  position: relative;
}
.filter-top .filter-button .filter-select {
  color: var(--clr-black-1);
  padding-left: var(--gutter-40);
  font-family: var(--ff-poppins);
  font-size: var(--fs-18);
}
.filter-top .filter-button::before {
  content: "";
  top: 0.75rem;
  left: 1.25rem;
  position: absolute;
  font-size: var(--fs-18);
  font-weight: var(--fw-900);
  color: var(--clr-black-6);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.filters .btn {
  --btn-ff: var(--ff-poppins);
  font-weight: var(--fw-600);
}

.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* account css start */
.sign-in-model {
  z-index: 99999;
}
.sign-in-model .modal-dialog {
  max-width: 600px;
}
.sign-in-model .maan-user-account-wraper {
  padding: var(--gutter-50) var(--gutter-40);
}

.maan-author-profile {
  padding: 60px 20px;
  background: #F6F6F6;
  height: 760px;
}
.maan-author-profile .user-info .maan-user-thumb {
  height: 186px;
  width: 186px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.maan-author-profile .user-info .maan-user-thumb img {
  height: 186px;
  width: 186px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maan-author-profile .user-info .user-title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #9D9D9D;
  position: relative;
  margin-bottom: 40px;
}
.maan-author-profile .user-info .user-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -7px;
  border-bottom: 1px dashed #9D9D9D;
}
.maan-author-profile .user-info .user-title .user-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #0A0B2E;
  margin-bottom: 10px;
}
.maan-author-profile .user-info .user-title .user-name:hover, .maan-author-profile .user-info .user-title .user-name:focus {
  color: #E8004F;
}
.maan-author-profile .user-info .user-title .phone {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #0A0B2E;
}
.maan-author-profile ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #545454;
  font-weight: 400;
}
.maan-author-profile ul li a:hover, .maan-author-profile ul li a:focus, .maan-author-profile ul li a.active {
  color: #E8004F;
}
.maan-author-profile ul li a span {
  display: inline-block;
  margin-right: 15px;
}

.save-btb {
  max-width: 63px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #E8004F;
  color: #fff;
}
.save-btb.edit-btn {
  border: 1px solid #C9C9C9;
  background: #F8F8F8;
  color: #545454;
}
.save-btb.edit-btn:hover, .save-btb.edit-btn:focus {
  background: #E8004F;
  color: #fff;
}
.save-btb:hover, .save-btb:focus {
  background: #0A0B2E;
  color: #fff;
}

.maan-info-header {
  padding: 15px 30px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.maan-info-header h4 {
  font-size: 24px;
  line-height: 35px;
  color: #0A0B2E;
  font-weight: 600;
}

.maan-personal-information .maan-user-details {
  padding: 0 30px;
  margin-bottom: 40px;
}
.maan-personal-information .maan-user-details.maan-details-edit ul li {
  padding: 0;
}
.maan-personal-information .maan-user-details.maan-details-edit ul li:last-child span {
  border: none;
}
.maan-personal-information .maan-user-details.maan-details-edit ul li span {
  border-bottom: 1px solid #D5D5D5;
  padding: 10px 0;
  line-height: 23px;
  display: inline-block;
}
.maan-personal-information .maan-user-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #0A0B2E;
  padding: 10px 0;
}
.maan-personal-information .maan-user-details ul li span {
  width: 75%;
}

.maan-user-address .maan-address h5 {
  font-size: 18px;
  font-weight: 600;
  color: #575BE2;
  line-height: 26px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 16px;
}
.maan-user-address .maan-address h5.blue {
  color: #2DBED5;
}
.maan-user-address .maan-address h5.blue::after {
  background: #2DBED5;
}
.maan-user-address .maan-address h5::after {
  position: absolute;
  content: "";
  display: block;
  width: 77px;
  height: 3px;
  background: #575BE2;
  bottom: 0;
  left: 0;
}
.maan-user-address .maan-address p {
  color: #0A0B2E;
  line-height: 28px;
}

.maan-password-change {
  max-width: 370px;
}
.maan-password-change .maan-input-group {
  margin-bottom: 20px;
}
.maan-password-change .maan-input-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0A0B2E;
  margin-bottom: 10px;
}
.maan-password-change .maan-input-group .input-group {
  position: relative;
}
.maan-password-change .maan-input-group .input-group input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  border-radius: 4px !important;
}
.maan-password-change .maan-input-group .input-group input::-webkit-input-placeholder {
  color: #9D9D9D;
}
.maan-password-change .maan-input-group .input-group input::-moz-placeholder {
  color: #9D9D9D;
}
.maan-password-change .maan-input-group .input-group input:-ms-input-placeholder {
  color: #9D9D9D;
}
.maan-password-change .maan-input-group .input-group input::-ms-input-placeholder {
  color: #9D9D9D;
}
.maan-password-change .maan-input-group .input-group input::placeholder {
  color: #9D9D9D;
}
.maan-password-change .maan-input-group .input-group span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  color: #9D9D9D;
}

.theme-btn {
  background: #E8004F;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.theme-btn:hover, .theme-btn:focus {
  color: #fff;
  background: #0A0B2E;
}

.maan-user-account-section {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-user-account-section {
    padding: 110px 0;
  }
}

.maan-user-account-wraper {
  background: #F3F3F3;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .maan-user-account-wraper {
    padding: 80px;
  }
}
.maan-user-account-wraper .user-header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-20);
}
.maan-user-account-wraper .user-header-area .logo {
  display: block;
}
.maan-user-account-wraper .user-header-area .logo img {
  max-width: 215px;
  width: 100%;
}
.maan-user-account-wraper form {
  margin-top: 85px;
}
.maan-user-account-wraper form .maan-input-group {
  position: relative;
  margin-bottom: 20px;
}
.maan-user-account-wraper form .maan-input-group span {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 25px;
  color: #545454;
}
.maan-user-account-wraper form .maan-input-group span img {
  font-size: 25px;
  min-width: 25px;
}
.maan-user-account-wraper form .maan-input-group input {
  font-family: var(--font-jost);
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #A2A2A2;
  padding: 20px 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  background: rgba(255, 255, 255, 0.8);
}
.maan-user-account-wraper form .maan-input-group input::-webkit-input-placeholder {
  color: #A2A2A2;
}
.maan-user-account-wraper form .maan-input-group input::-moz-placeholder {
  color: #A2A2A2;
}
.maan-user-account-wraper form .maan-input-group input:-ms-input-placeholder {
  color: #A2A2A2;
}
.maan-user-account-wraper form .maan-input-group input::-ms-input-placeholder {
  color: #A2A2A2;
}
.maan-user-account-wraper form .maan-input-group input::placeholder {
  color: #A2A2A2;
}
.maan-user-account-wraper form .forget-pass {
  font-family: var(--font-jost);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
  color: #545454;
}
.maan-user-account-wraper form .forget-pass a {
  color: var(--clr-btn);
}
.maan-user-account-wraper form .forget-pass a:hover {
  text-decoration: underline;
}
.maan-user-account-wraper form .maan-primary-btn {
  margin-bottom: 48px;
  margin-top: 30px;
}

.maan-swetch-btn {
  display: block;
  width: 250px;
  height: 45px;
  overflow: hidden;
  position: relative;
  border: none;
}
.maan-swetch-btn .login-btn {
  font-family: var(--font-jost);
  display: block;
  position: absolute;
  width: 110px;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #545454;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}
.maan-swetch-btn .login-btn.active {
  color: #fff;
  background: var(--clr-btn);
}
.maan-swetch-btn .registration-btn {
  font-family: var(--font-jost);
  padding: 0;
  display: block;
  position: absolute;
  width: 95%;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600;
  color: #545454;
  background: #fff;
  text-align: center;
  border-radius: 28px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.maan-swetch-btn .registration-btn.active {
  color: #fff;
  background: var(--clr-btn);
}

.maan-primary-btn {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 29px;
  background: var(--clr-def);
  font-family: var(--font-jost);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  font-weight: 600;
}
.maan-primary-btn:hover, .maan-primary-btn:focus {
  background: #0A0B2E;
  color: #fff;
}

/* account css end */
@media (max-width: 575px) {
  .maan-user-account-wraper .user-header-area {
    display: block;
    text-align: center;
  }

  .maan-user-account-wraper .user-header-area .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .maan-swetch-btn {
    margin: 0 auto;
  }

  .maan-user-account-wraper form .maan-input-group span {
    right: 15px;
    font-size: 15px;
  }

  .maan-user-account-wraper form .maan-input-group span img {
    font-size: 15px;
    min-width: 15px;
  }

  .maan-user-account-wraper form .maan-input-group input {
    padding: 11px 30px;
    font-size: 16px;
  }

  .maan-swetch-btn .login-btn {
    font-size: 16px;
  }

  .maan-swetch-btn .login-btn {
    font-size: 16px;
  }

  .maan-user-account-wraper form .forget-pass {
    font-size: 14px;
  }

  .maan-primary-btn {
    font-size: 16px;
    padding: 11px;
  }

  .maan-swetch-btn .registration-btn {
    font-size: 16px;
  }
}
.maan-shopping-cart-section {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .maan-shopping-cart-section {
    padding: 110px 0 0;
  }
}
.maan-shopping-cart-section .menu-menu-slider-btn {
  position: relative;
  top: 20px;
  left: -20px;
}
@media screen and (min-width: 576px) {
  .maan-shopping-cart-section .menu-menu-slider-btn {
    left: 0;
  }
}
.maan-shopping-cart-section .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev) {
  position: absolute;
  color: var(--clr-btn);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.maan-shopping-cart-section .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover, .maan-shopping-cart-section .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev):focus, .maan-shopping-cart-section .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev):active {
  font-size: 30px;
}
.maan-shopping-cart-section .menu-menu-slider-btn .swiper-button-prev {
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
  right: auto;
}
.maan-shopping-cart-section .menu-menu-slider-btn .swiper-button-next {
  bottom: 0;
  left: 45px;
  position: absolute;
  top: auto;
  right: auto;
}
.maan-shopping-cart-section .menu-menu-slider-btn .swiper-button-next:after {
  font-size: 20px;
}
.maan-shopping-cart-section .menu-menu-slider-btn .swiper-button-prev:after {
  font-size: 20px;
}

.cart-header {
  display: block;
  background: var(--clr-bg);
  padding: 7px 20px;
  position: relative;
  margin-bottom: 45px;
}
.cart-header::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  max-width: 410px;
  width: 100%;
  background: var(--clr-sale-bg);
  left: 0;
  top: 0;
}
.cart-header h5 {
  font-family: var(--font-jost);
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .cart-header h5 {
    font-size: 16px;
  }
}
.cart-header h5 span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -3px;
}

.cart-list .table {
  width: 756px;
}
.cart-list .table thead {
  background: #F9F9F9;
}
.cart-list .table thead tr th {
  font-family: var(--font-lexend);
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  color: var(--clr-def);
  line-height: 24px;
  padding: 10px;
  border: none;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .cart-list .table thead tr th {
    font-size: var(--fs-18);
    padding: 12px 20px;
  }
}
.cart-list .table thead tr th:first-child {
  text-align: left;
}
.cart-list .table tbody tr {
  vertical-align: middle;
}
.cart-list .table tbody tr:last-child td {
  border: none;
}
.cart-list .table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid #D5D5D5;
  text-align: center;
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  line-height: 21px;
  color: var(--clr-def);
}
.cart-list .table tbody tr td:first-child {
  padding-left: 0;
}
.cart-list .table tbody tr td .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 0;
}
.cart-list .table tbody tr td .images img {
  max-width: 80px;
  height: 83px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-list .table tbody tr td .images p {
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  margin-left: 20px;
  line-height: 21px;
  color: var(--clr-def);
}
.cart-list .table tbody tr td .nice-number {
  background: none;
}
.cart-list .table tbody tr td .nice-number button {
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-lexend);
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  color: #707070;
}
.cart-list .table tbody tr td .nice-number button:first-child {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  bottom: 2px;
  color: #707070;
}
.cart-list .table tbody tr td .nice-number input {
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-lexend);
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: #0A0B2E;
}
.cart-list .table tbody tr td.sub-total {
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  margin-left: 20px;
  line-height: 21px;
  color: var(--clr-def);
}
.cart-list .table tbody tr td .icon {
  display: block;
  color: #707070;
  text-align: center;
}

.maan-coupon-area {
  padding-top: 30px;
  border-top: 1px solid #707070;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .maan-coupon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.maan-coupon-area form {
  max-width: 460px;
  width: 100%;
}
.maan-coupon-area .maan-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-coupon-area .maan-coupon input {
  font-family: var(--font-lexend);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  border: 1px solid #D5D5D5;
}
.maan-coupon-area .maan-coupon input::-webkit-input-placeholder {
  color: #9D9D9D;
}
.maan-coupon-area .maan-coupon input::-moz-placeholder {
  color: #9D9D9D;
}
.maan-coupon-area .maan-coupon input:-ms-input-placeholder {
  color: #9D9D9D;
}
.maan-coupon-area .maan-coupon input::-ms-input-placeholder {
  color: #9D9D9D;
}
.maan-coupon-area .maan-coupon input::placeholder {
  color: #9D9D9D;
}
.maan-coupon-area .cart-update {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #0A0B2E;
}
.maan-coupon-area .cart-update:hover, .maan-coupon-area .cart-update:focus {
  color: #B97654;
}

.update-cart {
  font-family: var(--font-lexend);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  line-height: 21px;
  color: var(--clr-def);
}

.maan-cart-totals {
  padding: 30px;
  background: #F9F9F9;
}
.maan-cart-totals h6 {
  font-family: var(--font-lexend);
  font-size: var(--fs-18);
  font-weight: var(--fs-700);
  line-height: 26px;
  color: var(--clr-def);
  margin-bottom: 20px;
}
.maan-cart-totals ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-lexend);
  font-size: var(--fs-18);
  font-weight: var(--fs-500);
  color: var(--clr-def);
  line-height: 24px;
  margin-bottom: 20px;
}
.maan-cart-totals p {
  max-width: 196px;
  margin-left: auto;
  margin-right: 0;
  font-family: var(--font-lexend);
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  color: var(--clr-def);
  line-height: 26px;
  text-align: right;
  margin-bottom: 35px;
}
.maan-cart-totals .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  border-top: 1px solid #9D9D9D;
  margin-bottom: 40px;
}
.maan-cart-totals .total h5 {
  font-family: var(--font-lexend);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #0A0B2E;
}

.maan-recent-hot-products .container {
  position: relative;
}
.maan-recent-hot-products .container .maan-slide-btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.maan-recent-hot-products h2 {
  text-align: left;
}

.recent-hot-products-inner .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -60px;
  width: auto;
  right: 0;
  height: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.recent-hot-products-inner .owl-nav button {
  height: 36px;
  width: 36px;
  background: #F3F3F3 !important;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 15px;
}
.recent-hot-products-inner .owl-nav button:hover, .recent-hot-products-inner .owl-nav button:focus {
  background: #B97654 !important;
  color: #fff;
}
.recent-hot-products-inner .owl-nav .owl-next {
  display: block;
}

.cart-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.maan-shop-cart {
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: -100%;
  max-width: 420px;
  width: 100%;
  background: #fff;
  height: 100vh;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
}
.maan-shop-cart .maan-cart-wraper {
  width: 100%;
}
.maan-shop-cart .maan-cart-wraper .maan-cart-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.maan-shop-cart .maan-cart-wraper .maan-cart-header .cart-close {
  cursor: pointer;
}

.maan-cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.maan-cart-items .maan-cart-thumb {
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  margin-right: 15px;
}
.maan-cart-items .maan-cart-thumb img {
  height: 80px;
  min-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.maan-cart-items .cart-content {
  max-width: 260px;
  width: 100%;
}
.maan-cart-items .cart-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.maan-cart-items .cart-content h5 {
  font-size: 16px;
  font-weight: 400;
}
.maan-cart-items .cart-content .nice-number {
  background: none;
}
.maan-cart-items .cart-content .nice-number button {
  background: none;
  border: none;
  outline: none;
  color: #707070;
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
}
.maan-cart-items .cart-content .nice-number button:first-child {
  font-size: 40px;
  font-weight: 100;
  position: relative;
  bottom: 2px;
}
.maan-cart-items .cart-content .nice-number input {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
}
.maan-cart-items .cart-removed {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #ddd;
}
.maan-cart-items .cart-removed:hover, .maan-cart-items .cart-removed:focus {
  background: #eee;
}

.maan-cart-activee {
  overflow: hidden;
}
.maan-cart-activee .cart-overlay {
  right: 0;
  opacity: 1;
}
.maan-cart-activee .maan-shop-cart {
  right: 0;
  opacity: 1;
}

@media (max-width: 992px) {
  .cart-product-wraper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .maan-coupon-area {
    display: block;
  }

  .update-cart {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .update-cart {
    margin: 10px 0;
  }

  .maan-menu-section-three .maan-section-title h3 {
    font-size: 18px;
  }

  .maan-cart-totals p {
    font-size: var(--fs-16);
  }

  .cart-list .table thead tr th {
    font-size: 10px;
    line-height: 10px;
    padding: 10px 0;
  }

  .cart-list .table thead tr th:first-child {
    width: 250px;
  }

  .cart-list {
    overflow-y: auto;
  }

  .cart-list .table {
    min-width: 400px;
  }
}
/*maan-wishlist-section start */
.maan-wishlist-section {
  margin-top: -10px;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-wishlist-section {
    padding: 110px 0;
  }
}
.maan-wishlist-section .cart-list .table {
  width: 990px;
  border-spacing: 0 12px;
  border-collapse: separate;
}
.maan-wishlist-section .cart-list .table tr {
  background: #F9F9F9;
}
.maan-wishlist-section .cart-list .table td {
  padding: 15px 12px;
  border: none;
}
.maan-wishlist-section .cart-list .table th {
  border: none;
}
.maan-wishlist-section .cart-list .table th .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 0;
}
.maan-wishlist-section .cart-list .table th .images p {
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  margin-left: 20px;
  line-height: 21px;
  color: var(--clr-def);
}
.maan-wishlist-section .cart-list .table th .images p.font {
  font-family: var(--font-jost);
}
.maan-wishlist-section .cart-list .table th:last-child {
  text-align: center;
}
.maan-wishlist-section .cart-list .table .quick {
  color: #E60C5E;
}
.maan-wishlist-section .cart-list .table .stock {
  color: #6064E2;
}
.maan-wishlist-section .cart-list .table .remove-btn {
  text-align: right;
}
.maan-wishlist-section .cart-list .table .remove-btn span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #DBDBDB;
  border-radius: 50%;
  color: #474747;
  font-size: 19px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.maan-wishlist-section .cart-list .table .remove-btn span:hover, .maan-wishlist-section .cart-list .table .remove-btn span:focus {
  background: var(--clr-btn);
  color: #fff;
}
.maan-wishlist-section .cart-list .table .shop-btn span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(248, 126, 8, 0.12);
  color: var(--clr-btn);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.maan-wishlist-section .cart-list .table .shop-btn span:hover, .maan-wishlist-section .cart-list .table .shop-btn span:focus {
  background: var(--clr-btn);
  color: #fff;
}

.maan-social-share-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.maan-social-share-area h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #373737;
  margin-right: 15px;
}
.maan-social-share-area ul li {
  display: inline-block;
  margin-right: 5px;
}
.maan-social-share-area ul li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #F2F2F2;
  line-height: 35px;
  text-align: center;
  color: #8B8B8B;
  font-size: 16px;
}
.maan-social-share-area ul li a:hover, .maan-social-share-area ul li a:focus {
  color: #fff;
  background: var(--clr-btn);
}

/* .wishlist-section end */
@media (max-width: 767px) {
  .maan-wishlist-section .cart-list .table tr th .images {
    width: 250px;
  }

  .maan-wishlist-section .cart-list {
    overflow-y: auto;
  }

  .table.table-responsive {
    min-width: 550px;
  }

  .maan-wishlist-section .cart-list .table tbody tr td.sub-total {
    font-size: var(--fs-12);
  }
}
@media (max-width: 575px) {
  .cart-list .table tbody tr td {
    font-size: var(--fs-12);
    padding: 15px 3px;
  }

  .cart-list .table tbody tr td .nice-number input {
    font-size: var(--fs-12);
  }

  .cart-list .table tbody tr td .images p {
    font-size: var(--fs-12);
  }

  .maan-wishlist-section .cart-list .table tr .remove-btn span {
    display: inline-block;
    line-height: 36px;
    font-size: 12px;
  }

  .maan-wishlist-section .cart-list .table tr td {
    padding: 15px 3px;
    border: none;
  }

  .cart-list .table thead tr th {
    font-size: var(--fs-12);
  }
}
/* payment start */
.maan-payment-methods-section {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-payment-methods-section {
    padding: 110px 0;
  }
}

.maan-payment-wraper {
  max-width: 870px;
  margin: 0 auto;
  background: #F9F9F9;
  border-radius: 6px;
  padding-bottom: 80px;
}
.maan-payment-wraper .payment-inner {
  padding: 0 15px;
  padding-bottom: 90px;
}
@media screen and (min-width: 992px) {
  .maan-payment-wraper .payment-inner {
    padding: 0 30px;
    padding-bottom: 90px;
  }
}
.maan-payment-wraper .payment-inner h2 {
  font-family: var(--font-jost);
  font-size: 24px;
  font-size: 18px;
  line-height: 32px;
  font-weight: var(--fw-600);
  color: var(--clr-acc);
  padding: 20px 0;
  padding-top: 40px;
  border-bottom: 1px dashed #D5D5D5;
  margin-bottom: 30px;
}
.maan-payment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--clr-btn);
  border-radius: 6px 6px 0 0;
  padding: 20px 35px;
}
.maan-payment-header .images img {
  width: 150px;
}
@media screen and (min-width: 992px) {
  .maan-payment-header .images img {
    width: 218px;
  }
}
.maan-payment-header .order-id p {
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.maan-payment-header .order-id h6 {
  font-family: var(--font-jost);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 29px;
  text-align: right;
}

.maan-payment-card {
  margin-bottom: 20px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.maan-payment-card .payment-card {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.maan-payment-card .payment-card input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.maan-payment-card .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
}
.maan-payment-card .payment-card:hover input ~ .checkmark {
  background-color: #ccc;
}
.maan-payment-card .payment-card input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid var(--clr-btn);
}
.maan-payment-card .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.maan-payment-card .payment-card input:checked ~ .checkmark:after {
  display: block;
}
.maan-payment-card .payment-card .checkmark:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clr-btn);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.maan-payment-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-payment-card .card-content .card-img {
  display: block;
  max-width: 167px;
  width: 100%;
  margin-right: 15px;
  margin-left: 10px;
}
.maan-payment-card .card-content .card-img img {
  max-width: 100%;
}
.maan-payment-card .card-content .card-detais {
  max-width: 131px;
  width: 100%;
}
.maan-payment-card .card-content .card-detais .card-name {
  font-family: var(--font-jost);
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--clr-acc);
  margin-bottom: 3px;
}
.maan-payment-card .card-content .card-detais .card-text {
  font-family: var(--font-jost);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #717171;
}

.pay-now-btn {
  display: block;
  margin: 0 auto;
}

/* payment end */
@media (max-width: 575px) {
  .maan-payment-header .images img {
    width: 100px;
  }

  .maan-payment-header .order-id p {
    font-size: 10px;
    margin: 0;
    line-height: 18px;
  }

  .moda-payment-header .order-id h6 {
    font-size: 14px;
  }

  .maan-payment-header {
    padding: 10px 15px;
  }

  .maan-payment-card .card-content .card-detais .card-name {
    font-size: 16px;
    line-height: 16px;
  }

  .maan-payment-wraper .payment-inner {
    padding: 0 15px 30px;
  }

  .maan-payment-card .card-content .card-detais .card-text {
    font-size: 11px;
  }

  .maan-payment-card .checkmark {
    height: 20px;
    width: 20px;
  }

  .maan-payment-card .payment-card .checkmark:after {
    width: 10px;
    height: 10px;
  }

  .maan-payment-wraper {
    padding-bottom: 50px;
  }
}
/* .maan-product-details-section start */
.maan-product-details-section {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-product-details-section {
    padding: 110px 0;
  }
}
.maan-product-details-section .maan-product-wrapper {
  background: #F8F8F8;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-product-details-section .maan-product-wrapper {
    padding: 110px 0;
  }
}
.maan-product-details-section .maan-product-wrapper .maan-product-image img {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 223px;
}
@media screen and (min-width: 992px) {
  .maan-product-details-section .maan-product-wrapper .maan-product-image img {
    width: 280px;
    height: 223px;
  }
}
.maan-product-details-section .maan-service-item-slide {
  padding: 20px 0;
}
.maan-product-details-section .maan-service-item-slide .maan-product-item .maan-product-image img {
  width: 75px;
  height: 58px;
}
@media screen and (min-width: 1200px) {
  .maan-product-details-section .maan-service-item-slide .maan-product-item .maan-product-image img {
    width: 75px;
    height: 58px;
  }
}
.maan-product-details-section .maan-product-slider-btn :is(.swiper-button-next, .swiper-button-prev) {
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 25px;
  background: #E3E3E3;
  color: #545454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  top: 50%;
}
.maan-product-details-section .maan-product-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover {
  background: var(--clr-btn);
  color: var(--clr-white);
  opacity: 1;
}
.maan-product-details-section .maan-product-slider-btn .swiper-button-next {
  right: 15px;
  left: auto;
}
.maan-product-details-section .maan-product-slider-btn .swiper-button-prev {
  left: 15px;
  right: auto;
}

.gallery-thumbs .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gallery-thumbs .swiper-slide {
  width: 25% !important;
  opacity: 0.6;
}
.gallery-thumbs .swiper-slide img {
  max-width: 100%;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.maan-details-content {
  margin-left: 0px;
}
@media screen and (min-width: 1200px) {
  .maan-details-content {
    margin-left: 50px;
  }
}
.maan-details-content .pricing-area {
  padding-bottom: 25px;
  border-bottom: 1px dashed #9D9D9D;
  margin-bottom: 20px;
}
.maan-details-content .pricing-area h2 {
  font-family: var(--font-lexend);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--clr-def);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .maan-details-content .pricing-area h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
.maan-details-content .pricing-area h4 {
  font-family: var(--font-lexend);
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--clr-acc);
  margin-bottom: 28px;
}
.maan-details-content .pricing-area h4 del {
  font-family: var(--font-lexend);
  color: #9D9D9D;
  margin-right: 20px;
}
.maan-details-content .pricing-area .detaisl {
  max-width: 400px;
}
.maan-details-content .pricing-area .detaisl p {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-acc);
  line-height: 28px;
}
.maan-details-content .pricing-area .detaisl p span {
  font-family: var(--font-lexend);
  font-weight: 400;
  color: #717171;
}
.maan-details-content .product-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #9D9D9D;
  margin-bottom: 50px;
}
.maan-details-content .product-content p {
  font-family: var(--font-lexend);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--clr-def);
  margin-bottom: 30px;
}
.maan-details-content .product-content .product-color-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.maan-details-content .product-content .product-color-wraper h6 {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-acc);
  margin-right: 17px;
}
.maan-details-content .product-content .product-color-wraper .porduct-color {
  margin-bottom: 0;
}
.maan-details-content .product-content .product-size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-details-content .product-content .product-size-wrap h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--clr-acc);
  font-family: var(--font-lexend);
  margin-right: 17px;
  margin-bottom: 0;
}
.maan-details-content .product-content .product-size-wrap .checkmark {
  font-family: var(--font-jost);
  font-size: 9px;
  font-weight: var(--fw-500);
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.maan-details-content .product-cart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-details-content .product-cart-area .nice-number {
  max-width: 136px;
  min-width: 136px;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #D5D5D5;
  margin-right: 20px;
}
.maan-details-content .product-cart-area .nice-number input {
  font-family: var(--font-lexend);
  max-width: 77px;
  width: 100% !important;
  font-size: 18px;
  font-weight: 600;
  color: rgba(10, 11, 46, 0.3);
  border: none;
  background: #fff;
  outline: none;
  border-right: 1px solid #D5D5D5;
}
.maan-details-content .product-cart-area .nice-number button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 15px;
  color: #717171;
  font-size: 25px;
  line-height: 16px;
}
.maan-details-content .product-cart-area .nice-number button:last-child {
  top: 23px;
  border-top: 1px solid #D5D5D5;
  width: 48px;
  right: 5px;
}
.maan-details-content .product-cart-area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.maan-details-content .product-cart-area .right-side ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.maan-details-content .product-cart-area .right-side ul li.maan-share a {
  color: #BBBBBB;
}
.maan-details-content .product-cart-area .right-side ul li a {
  display: block;
  height: 48px;
  width: 48px;
  border: 1px solid #D5D5D5;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: var(--clr-btn);
}
.maan-details-content .product-cart-area .right-side ul li a:hover, .maan-details-content .product-cart-area .right-side ul li a:focus {
  color: #fff;
  background: var(--clr-btn);
}
.maan-details-content .product-cart-area .right-side ul li ul {
  position: absolute;
  top: -50px;
  z-index: 10;
  right: 0;
  bottom: auto;
  left: auto;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maan-details-content .product-cart-area .right-side ul li ul li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  margin: 10px 5px;
}
.maan-details-content .product-cart-area .right-side ul li ul li a {
  background: #fff;
  height: 30px;
  width: 30px;
  font-size: 17px;
  line-height: 30px;
}
.maan-details-content .product-cart-area .right-side ul li ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.maan-details-content .product-cart-area .right-side ul li ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.maan-details-content .product-cart-area .right-side ul li ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.maan-details-content .product-cart-area .right-side ul li:hover ul, .maan-details-content .product-cart-area .right-side ul li:focus ul {
  opacity: 1;
  visibility: visible;
}
.maan-details-content .product-cart-area .right-side ul li:hover ul li, .maan-details-content .product-cart-area .right-side ul li:focus ul li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.maan-details-content .product-cart-area .cart-btn {
  display: block;
  min-width: 160px;
  width: 100%;
  background: var(--clr-btn);
  font-family: var(--font-lexend);
  padding: 7px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.maan-details-content .product-cart-area .cart-btn:hover, .maan-details-content .product-cart-area .cart-btn:focus {
  background: var(--clr-acc);
}
.maan-details-content .product-cart-area .cart-btn:hover span, .maan-details-content .product-cart-area .cart-btn:focus span {
  color: var(--clr-acc);
}
.maan-details-content .product-cart-area .cart-btn span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  line-height: 35px;
  font-family: var(--font-lexend);
  color: var(--clr-btn);
  text-align: center;
  margin-left: 13px;
}
.maan-details-content .product-cart-area .cart-btn span:hover {
  color: var(--clr-acc);
}

.maan-product-description {
  background: #F3F3F3;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-product-description {
    padding: 110px 0;
  }
}

.maan-description .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.maan-description .nav-tabs .nav-link {
  font-family: var(--font-lexend);
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  line-height: 20px;
}
.maan-description .nav-tabs .nav-link.active {
  border-bottom: 1px solid var(--clr-btn);
  color: var(--clr-btn);
}
.maan-description .tab-content .tab-pane p {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--clr-acc);
}

.related-products-section h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: var(--clr-acc);
  margin-bottom: 40px;
  text-align: center;
}
.related-products-section .container {
  position: relative;
}
.related-products-section .container .swiper-button-next,
.related-products-section .container .swiper-button-prev {
  top: 45%;
}

.maan-related-product-wraper .owl-nav {
  position: absolute;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.maan-related-product-wraper .owl-nav button {
  height: 36px;
  width: 36px;
  background: #fff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.maan-related-product-wraper .owl-nav button:hover, .maan-related-product-wraper .owl-nav button:focus {
  background: #B97654 !important;
  color: #fff;
}
.maan-related-product-wraper .owl-nav .owl-prev {
  position: relative;
  left: -17px;
}
.maan-related-product-wraper .owl-nav .owl-next {
  position: relative;
  right: -17px;
}
.maan-related-product-wraper:hover .owl-nav, .maan-related-product-wraper:focus .owl-nav {
  opacity: 1;
}

.maan-average-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .maan-average-rating {
    padding: 30px;
  }
}
.maan-average-rating .maan-left-rating {
  padding: 40px 0;
  padding-right: 15px;
  border-right: 1px solid #D5D5D5;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .maan-average-rating .maan-left-rating {
    margin-right: 50px;
    padding-right: 50px;
  }
}
.maan-average-rating .maan-left-rating .rating-star {
  margin-bottom: 10px;
}
.maan-average-rating .maan-left-rating h3 {
  font-family: var(--font-lexend);
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-acc);
  line-height: 29px;
}
@media screen and (min-width: 992px) {
  .maan-average-rating .maan-left-rating h3 {
    font-size: 20px;
  }
}

.rating-star li {
  font-family: var(--font-lexend);
  display: inline-block;
  font-size: 14px;
  color: #FFA200;
}
@media screen and (min-width: 768px) {
  .rating-star li {
    font-size: 16px;
  }
}
.rating-star li a {
  font-size: 14px;
  color: #FFA200;
}
@media screen and (min-width: 768px) {
  .rating-star li a {
    font-size: 16px;
  }
}

.maan-total-average-rating .rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 460px;
  width: 100%;
  margin-bottom: 10px;
}
.maan-total-average-rating .rating-item .maan-review-count h5 {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  line-height: 23px;
  margin-right: 15px;
}
.maan-total-average-rating .rating-item .progress {
  min-width: 250px;
  border-radius: 4px;
  height: 7px;
  margin-right: 15px;
}

.maan-review-feedback {
  background: #F2F2F2;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.maan-review-feedback h4 {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-acc);
  line-height: 29px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .maan-review-feedback h4 {
    font-size: 20px;
  }
}

.maan-feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.maan-feedback-item .author-thumb {
  margin-right: 20px;
}
.maan-feedback-item .author-thumb img {
  height: 80px;
  min-width: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maan-feedback-item .maan-author-feedback {
  width: 100%;
}
.maan-feedback-item .maan-author-feedback .author-title {
  margin-bottom: 5px;
}
.maan-feedback-item .maan-author-feedback .author-title .author {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: var(--clr-acc);
}
.maan-feedback-item .maan-author-feedback .author-title .author:hover, .maan-feedback-item .maan-author-feedback .author-title .author:focus {
  color: var(--clr-btn);
}
.maan-feedback-item .maan-author-feedback .author-title .author.author-date {
  font-family: var(--font-lexend);
  font-weight: 400;
  color: #717171;
  display: inline-block;
  margin-left: 15px;
}
.maan-feedback-item .maan-author-feedback .rating-star {
  float: right;
}

.maan-add-review-area .add-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.maan-add-review-area .add-rating h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-acc);
  margin-right: 15px;
}
.maan-add-review-area P {
  color: #373737;
}

.form-check-input:checked {
  background: var(--clr-btn);
  border-color: var(--clr-btn);
}

.add-rating-form {
  margin-top: 40px;
}
.add-rating-form .form-group .form-control {
  font-family: var(--font-jost);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 20px;
  margin-bottom: 15px;
}
.add-rating-form .form-group .form-control::-webkit-input-placeholder {
  color: #717171;
}
.add-rating-form .form-group .form-control::-moz-placeholder {
  color: #717171;
}
.add-rating-form .form-group .form-control:-ms-input-placeholder {
  color: #717171;
}
.add-rating-form .form-group .form-control::-ms-input-placeholder {
  color: #717171;
}
.add-rating-form .form-group .form-control::placeholder {
  color: #717171;
}
.add-rating-form .form-group .form-control:focus {
  border-color: #ced4da;
}
.add-rating-form .form-group textarea {
  font-family: var(--font-jost);
  height: 176px;
}
.add-rating-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.maan-review-btn {
  font-family: var(--font-jost);
  padding: 10px 25px;
  font-weight: 700;
  margin-top: 40px;
}

/* .maan-product-details-section end */
/* .maan-product-shop-section start */
.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-acc);
  line-height: 23px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 27px;
}
.sidebar-title::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: #E60C5E;
  left: 0;
  bottom: 0;
}

.maan-sidebar-widgets {
  padding: 20px;
  border: 1px solid #D5D5D5;
  margin-bottom: 30px;
}
.maan-sidebar-widgets .maan-sidebar-category ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #545454;
  border-bottom: 1px dashed #D5D5D5;
  display: block;
  padding: 10px 0;
}
.maan-sidebar-widgets .maan-sidebar-category ul li a:hover, .maan-sidebar-widgets .maan-sidebar-category ul li a:focus {
  color: #E60C5E;
  padding-left: 10px;
}
.maan-sidebar-widgets .maan-sidebar-category ul li:first-child a {
  padding-top: 0;
}
.maan-sidebar-widgets .maan-sidebar-category ul li:last-child a {
  border: none;
  padding-bottom: 0;
}

.maan-price-range .price-range-wraper .ui-widget-content {
  height: 2px;
  background: #D2D2D2;
  border: none;
}
.maan-price-range .price-range-wraper .ui-widget-header {
  background: #E60C5E;
}
.maan-price-range .price-range-wraper .ui-slider-handle {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #E60C5E;
  outline: none;
  border: none;
  top: -7px;
}
.maan-price-range .price-range-wraper .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.maan-price-range .price-range-wraper .price-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8B8B8B;
}
.maan-price-range .price-range-wraper .price-wrap .range-price {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8B8B8B;
}

.product-color-wraper {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.product-color-wraper ul li {
  display: inline-block;
}
.product-color-wraper .porduct-color {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-color-wraper .porduct-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-color-wraper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #E60C5E;
}
.product-color-wraper .checkmark.color-one {
  background-color: #8A5FE2;
}
.product-color-wraper .checkmark.color-two {
  background-color: #E25FD1;
}
.product-color-wraper .checkmark.color-three {
  background-color: #FFDEFB;
}
.product-color-wraper .checkmark.color-four {
  background-color: #8B8B8B;
}
.product-color-wraper .checkmark.color-five {
  background-color: #20CF88;
}
.product-color-wraper .checkmark.color-six {
  background-color: #EFC418;
}
.product-color-wraper .checkmark.color-seven {
  background-color: #0CE629;
}
.product-color-wraper .checkmark.color-eight {
  background-color: #144DE9;
}
.product-color-wraper .checkmark.color-nine {
  background-color: #E80000;
}
.product-color-wraper .checkmark.color-ten {
  background-color: #00C1C1;
}
.product-color-wraper .checkmark.color-eleven {
  background-color: #FF8000;
}
.product-color-wraper .checkmark.color-pink {
  background-color: #CF37CF;
}
.product-color-wraper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.product-color-wraper .porduct-color input:checked ~ .checkmark:after {
  display: block;
}
.product-color-wraper .porduct-color .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-size-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
}
.product-size-wrap ul li {
  display: inline-block;
  margin-right: 8px;
}
.product-size-wrap .product-size {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}
.product-size-wrap .product-size input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.product-size-wrap .checkmark {
  height: 32px;
  width: 32px;
  background-color: #D5D5D5;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  line-height: 32px;
  text-align: center;
  display: block;
}
.product-size-wrap .product-size input:checked ~ .checkmark {
  background-color: var(--clr-btn);
  color: #fff;
}

.maan-product-fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  padding: 18px 20px;
  margin-bottom: 30px;
}
.maan-product-fillter .fillter-left-side h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: var(--clr-acc);
}
.maan-product-fillter .fillter-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-product-fillter .fillter-right-side .fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 195px;
  width: 100%;
  padding: 5px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maan-product-fillter .fillter-right-side .fillter p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #8B8B8B;
}
.maan-product-fillter .fillter-right-side .fillter .nice-select {
  max-width: 100px;
  width: 100%;
  background-color: #F2F2F2;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-acc);
  padding-left: 0;
}
.maan-product-fillter .fillter-right-side .fillter-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.maan-product-fillter .fillter-right-side .fillter-grid a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--clr-acc);
  margin-left: 20px;
}
.maan-product-fillter .fillter-right-side .fillter-grid a:hover, .maan-product-fillter .fillter-right-side .fillter-grid a:focus {
  color: #E60C5E;
}

.maan-product-card-items {
  margin-bottom: 30px;
}
.maan-product-card-items .product-card .product-images .product-action {
  bottom: 35px;
  text-align: center;
  right: 0;
  max-width: none;
  z-index: 5;
  width: 100%;
}
.maan-product-card-items .product-card .product-images .product-action a {
  display: inline-block;
  max-width: none;
  background: none;
  min-width: auto;
}
.maan-product-card-items .product-card .product-images .product-action a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.maan-product-card-items .product-card .product-images .product-action a:hover, .maan-product-card-items .product-card .product-images .product-action a:focus {
  background: none;
  max-width: none;
  min-width: 44px !important;
}
.maan-product-card-items .product-card .product-images .product-action a:hover span, .maan-product-card-items .product-card .product-images .product-action a:focus span {
  background: #E60C5E;
  color: #fff;
}
.maan-product-card-items .product-card .product-images .product-action a {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.maan-product-card-items .product-card:hover .product-images .product-action a,
.maan-product-card-items .product-card:focus .product-images .product-action a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.maan-product-card-items .product-card:hover .product-images .images img,
.maan-product-card-items .product-card:focus .product-images .images img {
  -webkit-filter: none;
          filter: none;
  width: 100%;
}
.maan-product-card-items .product-card .product-images {
  border-radius: 4px;
}
.maan-product-card-items .product-card .product-images img {
  width: 100%;
}
.maan-product-card-items .product-card .product-images .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.maan-product-card-items .product-card .product-images .owl-nav button {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  color: #545454;
}
.maan-product-card-items .product-card .product-images .owl-nav button:hover, .maan-product-card-items .product-card .product-images .owl-nav button:focus {
  background: #B97654;
  color: #fff;
}
.maan-product-card-items .product-card .product-images .swiper-button-next,
.maan-product-card-items .product-card .product-images .swiper-button-prev {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maan-product-card-items .product-card .product-images:hover .swiper-button-next,
.maan-product-card-items .product-card .product-images:hover .swiper-button-prev, .maan-product-card-items .product-card .product-images:focus .swiper-button-next,
.maan-product-card-items .product-card .product-images:focus .swiper-button-prev {
  opacity: 1;
}

.button-wraper {
  text-align: center;
  margin-top: 50px;
}

.load-more-btn {
  display: inline-block;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  color: #545454;
  background: #E5E5E5;
  border-radius: 4px;
  margin-bottom: -6px;
}
.load-more-btn:hover, .load-more-btn:focus {
  background: #E8004F;
  color: #fff;
}

.maan-product-card-items.product-list-card {
  padding-bottom: 30px;
  border-bottom: 1px dashed #C4C4C4;
  margin-bottom: 30px;
}
.maan-product-card-items.product-list-card.border-none {
  border: none;
}
.maan-product-card-items.product-list-card .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-product-card-items.product-list-card .product-card .product-images {
  min-width: 270px;
  margin-right: 30px;
  max-width: 270px;
}
.maan-product-card-items.product-list-card .product-card .product-title {
  text-align: left;
  width: 100%;
}
.maan-product-card-items.product-list-card .product-card .product-title ul {
  float: right;
}
.maan-product-card-items.product-list-card .product-card .maan-product-content {
  margin-top: 10px;
}
.maan-product-card-items.product-list-card .product-card .maan-product-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #545454;
  margin-bottom: 30px;
}
.maan-product-card-items.product-list-card .product-card .maan-product-content .product-action a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background: #F3F3F3;
  border-radius: 50%;
  color: #B97654;
  margin-right: 5px;
}
.maan-product-card-items.product-list-card .product-card .maan-product-content .product-action a:hover, .maan-product-card-items.product-list-card .product-card .maan-product-content .product-action a:focus {
  background: #B97654;
  color: #fff;
}

.maan-product-recently-viewed .maan-title-heading {
  margin-bottom: 20px;
}

.maan-recent-product-wraper .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}
.maan-recent-product-wraper .owl-nav button {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #C40E0E !important;
  color: #C40E0E !important;
  margin-left: 10px;
}
.maan-recent-product-wraper .owl-nav button:hover, .maan-recent-product-wraper .owl-nav button:focus {
  background: #C40E0E;
  border-color: #C40E0E;
  color: #fff !important;
}

.maan-recent-viewed-items .maan-product-card-item {
  margin-top: 30px;
}

.maan-product-card-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.maan-product-card-item .product-thumb {
  display: block;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 175px;
}
.maan-product-card-item .product-thumb .maan-cth-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF0000;
  padding: 2px 5px;
  border-radius: 2px;
}
.maan-product-card-item .product-thumb.maan-product-bg {
  background: #F6F6F6;
  height: 277px;
  border: none;
}
.maan-product-card-item .product-thumb.maan-product-bg.maan-white {
  background: #fff;
}
.maan-product-card-item .product-thumb img {
  max-width: 100%;
  padding: 15px;
}
.maan-product-card-item .card-description {
  margin-top: 20px;
}
.maan-product-card-item .card-description .product-title {
  text-align: center;
}
.maan-product-card-item .card-description .product-title .review {
  margin-bottom: 5px;
}
.maan-product-card-item .card-description .product-title .review li {
  display: inline-block;
  font-size: 12px;
  color: #FFA94A;
}
.maan-product-card-item .card-description .product-title .review li:last-child {
  color: #9D9D9D;
}
.maan-product-card-item .card-description .product-title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
  margin-bottom: 5px;
}
.maan-product-card-item .card-description .product-title a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-acc);
}
.maan-product-card-item .card-description .product-title a:hover, .maan-product-card-item .card-description .product-title a:focus {
  color: #C40E0E;
}
.maan-product-card-item .card-description .product-price {
  font-size: 20px;
  font-weight: 500;
  color: #C40E0E;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
}
.maan-product-card-item .card-description .product-price.maan-price {
  color: var(--clr-acc);
}

.maan-recently-viewed-offer {
  padding-top: 110px;
}

.maan-recentviewed-items .maan-product-thumb {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.maan-recentviewed-items .maan-product-thumb img {
  width: 100%;
}
.maan-recentviewed-items .maan-content {
  margin: 0 50px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.13);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  margin-top: -100px;
  position: relative;
}
.maan-recentviewed-items .maan-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--clr-acc);
  margin-bottom: 15px;
}
.maan-recentviewed-items .maan-content .title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: var(--clr-acc);
  font-weight: 600;
  margin-bottom: 20px;
}
.maan-recentviewed-items .maan-content .title:hover, .maan-recentviewed-items .maan-content .title:focus {
  color: #C40E0E;
}
.maan-recentviewed-items .maan-content .maan-red-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #C40E0E;
  border-radius: 29px;
  padding: 8px 25px;
}
.maan-recentviewed-items .maan-content .maan-red-btn span {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.maan-red-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #C40E0E;
  border-radius: 29px;
  padding: 8px 25px;
}
.maan-red-btn span {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.maan-red-btn:hover, .maan-red-btn:focus {
  color: #fff;
  background: #C40E0E;
}

.maan-product-popular-section .slider-button-group {
  top: -56px;
}

.maan-tablist {
  margin-right: 30px;
}
.maan-tablist .nav-tabs {
  border: none;
}
.maan-tablist .nav-tabs button {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: 19px;
  font-weight: 400;
  color: #717171;
  padding: 0;
  margin-left: 40px;
}
.maan-tablist .nav-tabs button.active {
  color: #C40E0E;
}

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

.pl-0 {
  padding-left: 0;
}

.maan-product-popular-section .maan-title-heading {
  margin-bottom: 20px;
}

.maan-product-popular {
  margin: 0;
  width: 100%;
}
.maan-product-popular .pr-0 {
  padding-right: 0;
}
.maan-product-popular .maan-product-card-item {
  margin-top: 30px;
}
.maan-product-popular .owl-nav {
  position: absolute;
  top: -45px;
  right: -300px;
}
.maan-product-popular .owl-nav button {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #D5D5D5 !important;
  color: #D5D5D5 !important;
  margin-left: 10px;
}
.maan-product-popular .owl-nav button:hover, .maan-product-popular .owl-nav button:focus {
  background: #C40E0E;
  border-color: #C40E0E;
  color: #fff !important;
}

.maan-product-add {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 30px;
}
.maan-product-add .maan-add-bg {
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.maan-product-add .maan-add-ctg-btn {
  background: #FF0000;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
}
.maan-product-add .maan-add-content {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
}
.maan-product-add .maan-add-content .title {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.maan-flash-sale-today-section {
  overflow: hidden;
  background: #F6F6F6;
}

.maan-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.maan-section-heading .maan-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-section-heading .maan-countdown li {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  height: 56px;
  width: 56px;
  text-align: center;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.maan-section-heading .maan-countdown li::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 1px;
  border: 1px dashed #C40E0E;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.maan-section-heading .maan-countdown span {
  font-size: 16px;
  font-weight: 700;
  color: #C40E0E;
}
.maan-section-heading .maan-countdown p {
  font-size: 14px;
  font-weight: 700;
  color: #C40E0E;
}

.maan-flash-sale-wraper {
  background: url(../images/others/bg-small.png) no-repeat right top;
  background-size: cover;
  padding: 60px 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  height: 850px;
}
.maan-flash-sale-wraper .maan-flash-sale-items .maan-offer {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #C40E0E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #C40E0E;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.maan-flash-sale-wraper .maan-flash-sale-items .thumb {
  text-align: center;
  margin-bottom: 100px;
}
.maan-flash-sale-wraper .maan-flash-sale-items .thumb img {
  max-width: 100%;
}
.maan-flash-sale-wraper .maan-flash-sale-items .title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.maan-flash-sale-wraper .maan-flash-sale-items .maan-red-btn {
  border: 1px solid #fff;
}
.maan-flash-sale-wraper .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.maan-flash-sale-wraper .owl-nav button {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.maan-flash-sale-wraper .owl-nav button:hover, .maan-flash-sale-wraper .owl-nav button:focus {
  background: #fff;
  color: #C40E0E;
  color: #C40E0E !important;
  border: 1px solid #fff !important;
}

.maan-flash-product-wraper .maan-product-card-item {
  margin-top: 30px;
}

.maan-product-news-categories .maan-content {
  margin: 0 40px;
  margin-top: -80px;
}
.maan-product-news-categories .maan-content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #C40E0E;
  line-height: 17px;
  margin-bottom: 10px;
}
.maan-product-news-categories .maan-content .title {
  font-size: 18px;
  line-height: 26px;
  color: var(--clr-acc);
  font-weight: 600;
  margin-bottom: 10px;
}
.maan-product-news-categories .maan-content .shop-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.maan-product-news-categories .maan-content .shop-now span {
  margin: 0;
  color: #000;
  margin-left: 5px;
  position: relative;
  left: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.maan-product-news-categories:hover .maan-content .shop-now, .maan-product-news-categories:focus .maan-content .shop-now {
  color: #C40E0E;
}
.maan-product-news-categories:hover .maan-content .shop-now span, .maan-product-news-categories:focus .maan-content .shop-now span {
  left: 10px;
  opacity: 1;
  color: #C40E0E;
}

.maan-title-heading-width {
  max-width: 100%;
}

.maan-tablist-secound {
  margin-right: 0;
}
.maan-tablist-secound .nav-tabs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.maan-categories-wedgets {
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  height: 96%;
  margin-top: 30px;
}
.maan-categories-wedgets .heading {
  padding: 18px 30px;
  background: #C40E0E;
}
.maan-categories-wedgets .heading h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.maan-categories-wedgets ul {
  padding: 30px;
}
.maan-categories-wedgets ul li {
  display: block;
}
.maan-categories-wedgets ul li a {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maan-categories-wedgets ul li a span {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.maan-categories-wedgets ul li a:hover, .maan-categories-wedgets ul li a:focus {
  padding-left: 15px;
  color: #C40E0E;
}
.maan-categories-wedgets ul li a:hover span, .maan-categories-wedgets ul li a:focus span {
  opacity: 1;
}

.maan-furniture-featured {
  position: relative;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
  margin-top: 27px;
}
.maan-furniture-featured img {
  max-width: 100%;
}
.maan-furniture-featured .featured-title {
  position: absolute;
  top: 30px;
  left: 30px;
}
.maan-furniture-featured .featured-title h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.maan-furniture-featured .maan-link-area {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.maan-furniture-featured.maan-furniture-featured-big {
  height: 550px;
  margin-top: 0;
}
.maan-furniture-featured.maan-furniture-featured-big .maan-link-area {
  bottom: 60px;
}

.maan-furniture-featured-small {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

.maan-add-section .maan-add {
  display: block;
  text-align: center;
  position: relative;
}
.maan-add-section .maan-add span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  padding: 2px 10px;
  color: #111111;
  letter-spacing: 2px;
}
.maan-add-section .maan-add img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.maan-protfoli-filter li {
  display: inline-block;
  font-size: 19px;
  margin-right: 25px;
}
.maan-protfoli-filter li a {
  color: #717171;
}
.maan-protfoli-filter li.active a {
  color: var(--clr-btn);
}

.maan-product-discount-section {
  overflow: hidden;
  position: relative;
  background: #1D1D1D;
  padding: 50px 0;
}
.maan-product-discount-section .maan-bg-images {
  position: absolute;
  bottom: 0;
  left: 0;
}
.maan-product-discount-section .maan-bg-images img {
  max-width: 100%;
}

.maan-discount-items .content p {
  display: inline-block;
  font-size: 19px;
  line-height: 23px;
  color: #1A1A1A;
  padding: 5px 10px;
  background: #fff;
  margin-bottom: 20px;
}
.maan-discount-items .content h6 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.maan-discount-thumb {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.maan-discount-thumb .thumb {
  position: relative;
  height: 360px;
  max-width: 360px;
  z-index: 1;
  margin: 0 auto;
}
.maan-discount-thumb .thumb img {
  max-width: 100%;
  position: relative;
  top: 10px;
  left: -20px;
}
.maan-discount-thumb .thumb::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  height: 350px;
  max-width: 350px;
  width: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.maan-discount-thumb .thumb .maan-offer {
  position: absolute;
  top: 20px;
  left: 0;
  background: #C2A773;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maan-discount-thumb .thumb .maan-offer p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px dashed #fff;
  line-height: 100px;
}

.maan-slider-dotted {
  position: unset;
  text-align: center !important;
}
.maan-slider-dotted .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
  background: transparent;
}
.maan-slider-dotted .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--clr-btn);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.maan-slider-dotted .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--clr-btn);
}
.maan-slider-dotted .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.related-products-section .header-wrp h2 {
  margin-bottom: 0;
}

.header-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.header-wrp h2 {
  margin-bottom: 0;
  margin-right: 25px;
}

.maan-slide-btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-slide-btn-wrp .swiper-button-prev {
  position: unset;
  height: 36px;
  width: 36px;
  margin: 0;
  margin-right: 15px;
}
.maan-slide-btn-wrp .swiper-button-prev::after {
  -webkit-transform: unset;
          transform: unset;
}
.maan-slide-btn-wrp .swiper-button-next {
  position: unset;
  height: 36px;
  width: 36px;
  margin: 0;
}
.maan-slide-btn-wrp .swiper-button-next::after {
  -webkit-transform: unset;
          transform: unset;
}

.loadcontent {
  display: none;
}

/* .maan-product-shop-section end */
@media (max-width: 767px) {
  .maan-description .nav-tabs {
    border: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .maan-details-content .product-cart-area {
    display: block;
  }

  .maan-feedback-item {
    display: block;
  }

  .maan-average-rating {
    display: block;
  }

  .maan-average-rating .maan-left-rating {
    padding: 0;
    border-bottom: 1px solid #D5D5D5;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .maan-total-average-rating .rating-item .maan-review-count h5 {
    width: 60px;
  }

  .maan-total-average-rating .rating-item .progress {
    width: 100%;
    min-width: auto;
    max-width: 289px;
  }

  .rating-star {
    min-width: 95px;
  }

  .maan-feedback-item .author-thumb {
    margin: 0;
    margin-bottom: 15px;
  }

  .maan-review-feedback {
    padding: 15px;
  }

  .maan-details-content .product-cart-area .left {
    margin-bottom: 20px;
  }

  .maan-details-content .product-cart-area .cart-btn {
    max-width: 160px;
  }

  .maan-details-content .product-cart-area .cart-btn {
    font-size: 12px;
    min-width: unset;
  }

  .moda-details-content .product-cart-area .cart-btn span {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    line-height: 35px;
    color: #E60C5E;
    text-align: center;
    margin-left: 13px;
  }

  .maan-product-details-section .maan-product-wrapper .maan-product-image img {
    width: 150px;
    height: 150px;
  }

  .gallery-thumbs .swiper-slide {
    width: 33.3% !important;
  }

  .maan-product-details-section .maan-service-item-slide .maan-product-item .maan-product-image img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .maan-description .nav-tabs .nav-link {
    font-size: 14px;
    margin-right: 15px;
  }

  .maan-details-content .product-cart-area .left {
    margin-right: 0px;
  }

  .maan-feedback-item {
    padding: 15px;
  }

  .maan-feedback-item .maan-author-feedback .rating-star {
    float: none;
  }

  .maan-feedback-item .maan-author-feedback .author-title .author {
    font-size: 14px;
  }

  .maan-description .tab-content .tab-pane p {
    font-size: 14px;
  }
}
/* contact css start */
.maan-contact-section {
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .maan-contact-section {
    padding: 110px 0;
  }
}
.maan-contact-section .maan-contact-shape {
  right: 14%;
  bottom: 23%;
  position: absolute;
  left: auto;
  z-index: -1;
}
.maan-contact-section .maan-contact-shape img {
  width: 200px;
  height: 170px;
}

.contact-form h3 {
  font-family: var(--font-jost);
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  color: var(--clr-acc);
  margin-bottom: 15px;
}
.contact-form p {
  font-family: var(--font-jost);
  font-size: var(--fs-16);
  font-weight: 400;
  color: var(--clr-acc);
  line-height: 23px;
  margin-bottom: 40px;
}
.contact-form form input {
  font-family: var(--font-jost);
  width: 100%;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 23px;
  color: #9D9D9D;
  padding: 18px 20px;
  border-radius: 4px;
  background: rgba(243, 243, 243, 0.6);
  border: 1px solid #ECECEC;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
}
.contact-form form input::-webkit-input-placeholder {
  color: #9D9D9D;
}
.contact-form form input::-moz-placeholder {
  color: #9D9D9D;
}
.contact-form form input:-ms-input-placeholder {
  color: #9D9D9D;
}
.contact-form form input::-ms-input-placeholder {
  color: #9D9D9D;
}
.contact-form form input::placeholder {
  color: #9D9D9D;
}
.contact-form form textarea {
  font-family: var(--font-jost);
  width: 100%;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 23px;
  color: #9D9D9D;
  padding: 18px 20px;
  border-radius: 4px;
  background: rgba(243, 243, 243, 0.6);
  border: 1px solid #ECECEC;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
  height: 166px;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #9D9D9D;
}
.contact-form form textarea::-moz-placeholder {
  color: #9D9D9D;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #9D9D9D;
}
.contact-form form textarea::-ms-input-placeholder {
  color: #9D9D9D;
}
.contact-form form textarea::placeholder {
  color: #9D9D9D;
}
.contact-form form textarea textarea:focus {
  background-color: #ffeef4 !important;
  color: #0A0B2E !important;
}
.contact-form form .custom-check-btn {
  font-family: var(--font-jost);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fs-16);
  font-weight: 400;
  color: #9D9D9D;
  gap: 10px;
}
.contact-form form .custom-check-btn input {
  font-family: var(--font-jost);
  height: 18px;
  width: 18px;
  margin: 0;
  background: var(--clr-btn);
}
.contact-form form .custom-check-btn span {
  color: var(--clr-btn);
  font-weight: 600;
}
.contact-form form .custom-check-btn a {
  color: var(--clr-btn);
  font-weight: 600;
}
.contact-form form .custom-check-btn a:hover, .contact-form form .custom-check-btn a:focus {
  text-decoration: underline;
}

.maan-contact-content {
  border-radius: 6px;
  background: var(--clr-white);
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .maan-contact-content {
    padding: 30px;
  }
}
.maan-contact-content .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.maan-contact-content .contact-item .icon {
  margin-right: 20px;
  margin-top: 3px;
}
.maan-contact-content .contact-item .icon i {
  color: #B97654;
}
.maan-contact-content .contact-item .icon i.phone {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.maan-contact-content .contact-item .content h4 {
  font-family: var(--font-jost);
  font-size: var(--fs-18);
  font-weight: 600;
  line-height: 26px;
  color: var(--clr-acc);
  margin-bottom: 5px;
}
.maan-contact-content .contact-item .content p {
  font-family: var(--font-jost);
  font-size: var(--fs-16);
  font-weight: 400;
  color: #545454;
  line-height: 23px;
}
.maan-contact-content .contact-item .content ul {
  margin-top: 15px;
}
.maan-contact-content .contact-item .content ul li {
  display: inline-block;
}
.maan-contact-content .contact-item .content ul li a {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: rgba(248, 136, 8, 0.1);
  color: var(--clr-btn);
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
}
.maan-contact-content .contact-item .content ul li a:hover, .maan-contact-content .contact-item .content ul li a:focus {
  background: var(--clr-btn);
  color: var(--clr-white);
}

.follow-us {
  margin-left: 30px;
}

.maap-contact-map {
  display: block;
  overflow: hidden;
}
.maap-contact-map iframe {
  width: 100%;
  height: 622px;
}

/* contact css end */
@media (max-width: 991px) {
  .maan-contact-content {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .contact-form {
    margin-bottom: 50px;
  }
}
.billing-details-section {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .billing-details-section {
    padding: 110px 0;
  }
}

.maan-billing-details-wraper .coupon-code {
  font-family: var(--font-lexend);
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .maan-billing-details-wraper .coupon-code {
    font-size: 24px;
    line-height: 20px;
  }
}
.maan-billing-details-wraper .coupon-code a {
  font-weight: 600;
  color: var(--clr-btn);
}
.maan-billing-details-wraper .coupon-code a:hover, .maan-billing-details-wraper .coupon-code a:focus {
  color: var(--clr-acc);
}

.maan-billing-details-form h2 {
  font-family: var(--font-lexend);
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--clr-def);
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .maan-billing-details-form h2 {
    font-size: 30px;
    line-height: 43px;
  }
}
.maan-billing-details-form form .maan-input-group {
  margin-top: 20px;
}
.maan-billing-details-form form .maan-input-group label {
  font-family: var(--font-lexend);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #717171;
  margin-bottom: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
.maan-billing-details-form form .maan-input-group label span {
  color: #717171;
}
.maan-billing-details-form form .maan-input-group input {
  font-family: var(--font-jost);
  display: block;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #A4A4A4;
  padding: 14px 20px;
}
.maan-billing-details-form form .maan-input-group textarea {
  height: 140px;
  display: block;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #A4A4A4;
  padding: 14px 20px;
}
.maan-billing-details-form form .maan-input-group .nice-select {
  font-family: var(--font-jost);
  width: 100%;
  color: #A4A4A4;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.maan-billing-details-form form .maan-input-group .nice-select .list {
  width: 100%;
}
.maan-billing-details-form form .maan-input-group .nice-select::after {
  width: 12px;
  height: 12px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.maan-billing-details-form form .maan-input-group .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.nice-select {
  width: 100%;
  color: #A4A4A4;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  font-size: 14px;
}
.nice-select .list {
  width: 100%;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: 15px;
}

.maan-your-order h2 {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: var(--clr-def);
  margin-bottom: 70px;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .maan-your-order h2 {
    font-size: 30px;
    line-height: 43px;
  }
}

.maan-order-wedgets {
  padding: 0 20px;
  background: #F9F9F9;
}
.maan-order-wedgets h3 {
  font-family: var(--font-jost);
  color: var(--clr-def);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #D5D5D5;
}
.maan-order-wedgets ul li {
  font-family: var(--font-lexend);
  color: var(--clr-def);
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #373737;
  padding: 20px 0;
  border-bottom: 1px dashed #D5D5D5;
  text-transform: capitalize;
}
.maan-order-wedgets .sub-total-wraper {
  padding-bottom: 80px;
}
.maan-order-wedgets .sub-total-wraper .sub-total {
  padding: 8px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #9D9D9D;
}
.maan-order-wedgets .sub-total-wraper .sub-total h4 {
  font-family: var(--font-lexend);
  color: var(--clr-def);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-order-wedgets .sub-total-wraper .sub-total h4 span {
  font-size: 16px;
  font-weight: 400;
}
.maan-order-wedgets .sub-total-wraper h6 {
  font-family: var(--font-lexend);
  color: var(--clr-def);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nice-select .option:hover,
.nice-select .option.focus {
  background: var(--clr-btn) !important;
  color: #fff !important;
}

.nice-select .option.selected {
  color: var(--clr-btn) !important;
  background: var(--clr-btn) !important;
}
.nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--clr-btn) !important;
}

.nice-select .list:hover .option:not(:hover) {
  color: #000 !important;
}

@media (max-width: 992px) {
  .maan-your-order {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .maan-billing-details-wraper .coupon-code {
    font-size: 13px;
  }
}
/*-------------------------------------------------------
 Blog css
---------------------------------------------------------*/
.maan-blog-section {
  position: relative;
  background: var(--clr-bg-5);
  padding: 50px 0px;
  overflow: hidden;
  z-index: 5;
}
.maan-blog-section.bg-3 {
  background: var(--clr-def-2);
}
@media screen and (min-width: 992px) {
  .maan-blog-section {
    padding: 110px 0px;
  }
}

.maan-blog-item {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .maan-blog-item {
    margin-top: 0;
  }
}
.maan-blog-item .maan-post-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.maan-blog-item .maan-post-thumb::before {
  content: "";
  top: 0;
  left: -75%;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.maan-blog-item .maan-post-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .maan-blog-item .maan-post-thumb img {
    width: 370px;
    height: 252px;
  }
}
.maan-blog-item .maan-post-thumb .maan-btn {
  bottom: 20px;
  left: 20px;
  position: absolute;
  background: var(--clr-white);
  border-radius: var(--rad-6);
  padding: 6px 14px;
  font-size: var(--fs-14);
  line-height: 14px;
  color: #fd4a36;
  font-weight: var(--fw-400);
  text-transform: capitalize;
  font-family: var(--font-Roboto);
}
.maan-blog-item .maan-blog-info {
  padding-top: 20px;
}
.maan-blog-item .maan-blog-info span {
  font-size: 14px;
  line-height: 22px;
  color: #8a8a8a;
  font-weight: 500;
  font-family: var(--font-lexend);
  text-transform: capitalize;
}
.maan-blog-item .maan-blog-info .post-title {
  font-size: 20px;
  line-height: 29px;
  color: #262626;
  font-weight: 700;
  font-family: var(--font-lexend);
  margin: 10px 0 0 0;
  display: block;
}
.maan-blog-item .maan-blog-info .post-title.maan-white {
  color: #fff;
}
.maan-blog-item:hover .maan-post-thumb::before, .maan-blog-item:focus .maan-post-thumb::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.maan-blog-item:hover .maan-post-thumb img, .maan-blog-item:focus .maan-post-thumb img {
  -webkit-transform: scale3D(1.2, 1.2, 1);
          transform: scale3D(1.2, 1.2, 1);
}
.maan-blog-item:hover .maan-blog-info .post-title, .maan-blog-item:focus .maan-blog-info .post-title {
  color: #fd4a36;
}

/*blog section css start */
.maan-blog-section-two {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-blog-section-two {
    padding: 110px 0;
  }
}

.maan-card-area .blog-card {
  margin-bottom: 30px;
}
.maan-card-area .maan-pagination {
  margin-top: 30px;
}

.maan-category-btn {
  font-family: var(--font-Roboto);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 0 7px;
  border-radius: 6px;
  background: var(--clr-btn);
}
.maan-category-btn:hover, .maan-category-btn:focus {
  color: #fff;
  background: var(--clr-acc);
}

.blog-card {
  display: block;
  width: 100%;
}
.blog-card .card-thumb {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: -60px;
}
.blog-card .card-thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-card .card-thumb img {
  width: 100%;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .card-thumb .maan-category-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-card .card-description {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .blog-card .card-description {
    padding: 30px 20px;
  }
}
.blog-card .card-description .author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.blog-card .card-description .author-date a {
  font-family: var(--font-rubik);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .blog-card .card-description .author-date a {
    font-size: 14px;
  }
}
.blog-card .card-description .author-date a span {
  display: inline-block;
  margin-right: 7px;
}
.blog-card .card-description .author-date a i {
  color: var(--clr-btn);
  font-size: 16px;
}
.blog-card .card-description .author-date a i.fa-calendar-alt {
  font-size: 18px;
}
.blog-card .card-description .post-title {
  font-family: var(--font-jost);
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .blog-card .card-description .post-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-card .card-description .post-title::after {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0;
  height: 37px;
  width: 1px;
  background: var(--clr-btn);
}
.blog-card .card-description .post-title::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 10px;
  left: 0;
  height: 7px;
  width: 1px;
  background: var(--clr-btn);
}
.blog-card .card-description .post-title:hover, .blog-card .card-description .post-title:focus {
  color: var(--clr-btn);
}
.blog-card .card-description .link {
  font-family: var(--font-Roboto);
  font-weight: var(--fw-600);
  display: inline-block;
  font-size: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border: 1px solid #DCDCDC;
  color: #191919;
  text-align: center;
  border-radius: 50%;
}
.blog-card .card-description .link:hover, .blog-card .card-description .link:focus {
  border-color: var(--clr-btn);
  background: var(--clr-btn);
  color: #fff;
}
.blog-card:hover .card-thumb::before, .blog-card:focus .card-thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.blog-card:hover .card-thumb img, .blog-card:focus .card-thumb img {
  -webkit-transform: scale3D(1.2, 1.2, 1);
          transform: scale3D(1.2, 1.2, 1);
}
.blog-card:hover .card-description .post-title, .blog-card:focus .card-description .post-title {
  color: var(--clr-btn);
}

.maan-pagination .page-item .page-link {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #E3E3E3;
  border: 1px solid #E3E3E3;
  padding: 0;
  margin-right: 8px;
}
.maan-pagination .page-item:hover .page-link, .maan-pagination .page-item:focus .page-link, .maan-pagination .page-item.active .page-link {
  background: #B97654;
  color: #fff;
  border-color: #B97654;
}

.maan-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maan-pagination li a {
  font-family: var(--font-rubik);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  background: #fff;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #E3E3E3;
  border: 1px solid #E3E3E3;
  padding: 0;
  margin-right: 8px;
}
.maan-pagination li:hover a, .maan-pagination li:focus a, .maan-pagination li.active a {
  background: var(--clr-btn);
  color: #fff;
  border-color: var(--clr-btn);
}

.maan-wedgets-area .widget {
  margin-bottom: 40px;
}

.widget {
  padding: 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .widget {
    padding: 30px 33px;
  }
}
.widget .wedgets-title {
  font-family: var(--font-jost);
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  line-height: 30px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.widget .wedgets-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background: var(--clr-btn);
}
.widget .wedgets-title::before {
  position: absolute;
  content: "";
  display: block;
  left: 55px;
  bottom: 0;
  height: 1px;
  width: 6px;
  background: #054055;
}
.widget .maan-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget .maan-input-group input {
  font-family: var(--font-jost);
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
  color: #565872;
  background: #F4F6F9;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget .maan-input-group input::-webkit-input-placeholder {
  color: #565872;
}
.widget .maan-input-group input::-moz-placeholder {
  color: #565872;
}
.widget .maan-input-group input:-ms-input-placeholder {
  color: #565872;
}
.widget .maan-input-group input::-ms-input-placeholder {
  color: #565872;
}
.widget .maan-input-group input::placeholder {
  color: #565872;
}
.widget .maan-input-group .maan-btn {
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: var(--clr-white);
  background: var(--clr-btn);
}
.widget.categories li {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.categories li a {
  font-family: var(--font-jost);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #222429;
  line-height: 26px;
  text-transform: capitalize;
}
.widget.categories li a:hover, .widget.categories li a:focus {
  color: var(--clr-btn);
  padding-left: 10px;
}
.widget.maan-popular-tags li {
  display: inline-block;
  margin: 5px;
}
.widget.maan-popular-tags li a {
  font-family: var(--font-jost);
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  background: #F4F6F9;
  color: #565872;
  padding: 5px 20px;
  border-radius: 106px;
}
.widget.maan-popular-tags li a:hover, .widget.maan-popular-tags li a:focus {
  background: var(--clr-btn);
  color: #fff;
}

.blog-post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #C4C4C4;
}
.blog-post-categories:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.blog-post-categories .post-thumb {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 13px;
  min-width: 75px;
  height: 80px;
  position: relative;
}
.blog-post-categories .post-thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-post-categories .post-thumb img {
  min-width: 80px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.blog-post-categories .post-content .post-title {
  font-family: var(--font-jost);
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #3B3B3B;
}
.blog-post-categories .post-content .post-title:hover, .blog-post-categories .post-content .post-title:focus {
  color: var(--clr-btn);
}
.blog-post-categories .post-content .post-date {
  font-family: var(--font-jost);
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #565872;
}
.blog-post-categories:hover .post-thumb::before, .blog-post-categories:focus .post-thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.blog-post-categories:hover .post-thumb img, .blog-post-categories:focus .post-thumb img {
  -webkit-transform: scale3D(1.2, 1.2, 1);
          transform: scale3D(1.2, 1.2, 1);
}

.instagram-post.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.instagram-post .instagram-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  display: block;
}
.instagram-post .instagram-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .instagram-post .instagram-thumb img {
    width: 95px;
    height: 86px;
  }
}
.instagram-post .instagram-thumb .link {
  display: block;
  background: rgba(255, 170, 24, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  opacity: 0;
}
.instagram-post .instagram-thumb:hover .link, .instagram-post .instagram-thumb:focus .link {
  opacity: 1;
}
.instagram-post .instagram-thumb:hover img, .instagram-post .instagram-thumb:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-details-title {
  margin-bottom: 40px;
}
.post-details-title h3 {
  font-family: var(--font-jost);
  color: #191919;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .post-details-title h3 {
    font-size: 36px;
  }
}
.post-details-title .author-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-details-title .author-area .maan-btn {
  font-family: var(--font-Roboto);
  background: var(--clr-btn);
  font-size: var(--fs-14);
  display: inline-block;
  height: 37px;
  min-width: 130px;
  border-radius: 4px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  margin-right: 16px;
}
@media screen and (min-width: 576px) {
  .post-details-title .author-area .maan-btn {
    margin-right: 40px;
  }
}
.post-details-title .author-area .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-details-title .author-area .author .author-thumb {
  margin-right: 20px;
}
.post-details-title .author-area .author .author-thumb img {
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
}
.post-details-title .author-area .author .content a {
  display: block;
}
.post-details-title .author-area .author .content .title {
  font-family: var(--font-Roboto);
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  color: var(--clr-btn);
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
  .post-details-title .author-area .author .content .title {
    font-size: 15px;
  }
}
.post-details-title .author-area .author .content .date {
  font-family: var(--font-Roboto);
  display: block;
  font-size: 12px;
  font-weight: var(--fw-400);
  color: #2E2E2E;
}

.maan-details-description {
  margin-bottom: 50px;
}
.maan-details-description p {
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #565872;
  margin-bottom: 20px;
}

.market-industry-thumb img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.market-industry-thumb .content {
  position: relative;
  background: #222429;
  border-radius: 5px;
  z-index: 1;
  margin: 0 15px;
  padding: 30px;
  margin: 0 50px;
}
@media screen and (min-width: 768px) {
  .market-industry-thumb .content {
    margin-top: -50px;
    padding: 15px;
  }
}
.market-industry-thumb .content::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 0;
  width: 90%;
  height: 2px;
  background: var(--clr-btn);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.market-industry-thumb .content p {
  font-family: var(--font-jost);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.market-industry-thumb .content h4 {
  font-family: var(--font-jost);
  font-weight: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .market-industry-thumb .content h4 {
    font-size: 24px;
    line-height: 40px;
  }
}
.market-industry-thumb .images-thumb {
  overflow: hidden;
  display: block;
  border-radius: 8px;
  position: relative;
}
.market-industry-thumb .images-thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.market-industry-thumb:hover .images-thumb::before, .market-industry-thumb:focus .images-thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.market-industry-thumb:hover .images-thumb img, .market-industry-thumb:focus .images-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.toproviding-customers {
  margin-top: 30px;
}
.toproviding-customers h3 {
  font-family: var(--font-jost);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #191919;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .toproviding-customers h3 {
    font-size: 24px;
  }
}
.toproviding-customers P {
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #565872;
  margin-bottom: 20px;
}
.toproviding-customers ul {
  margin-bottom: 10px;
}
.toproviding-customers ul li {
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #565872;
  padding: 2px 0;
  padding-left: 20px;
  position: relative;
}
.toproviding-customers ul li::after {
  position: absolute;
  content: "";
  display: block;
  background: #2E2E2E;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.toproviding-customers .thumb {
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.toproviding-customers .thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.toproviding-customers .thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toproviding-customers .thumb:hover::before, .toproviding-customers .thumb:focus::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.toproviding-customers .thumb:hover img, .toproviding-customers .thumb:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.maan-details-tags-area {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 576px) {
  .maan-details-tags-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.maan-details-tags-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.maan-details-tags-area .tags h5 {
  font-family: var(--font-jost);
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-btn);
  margin: 0;
}
.maan-details-tags-area .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.maan-details-tags-area .tags ul li .maan-btn {
  font-family: var(--font-Roboto);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #757575;
  text-align: center;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 30px;
  background: rgba(5, 64, 85, 0.12);
}
.maan-details-tags-area .tags ul li .maan-btn:hover, .maan-details-tags-area .tags ul li .maan-btn:focus {
  background: var(--clr-btn);
  color: #fff;
}
.maan-details-tags-area .social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.maan-details-tags-area .social-share li a {
  font-size: 16px;
  color: #222429;
  display: block;
}
.maan-details-tags-area .social-share li a:hover, .maan-details-tags-area .social-share li a:focus {
  color: var(--clr-btn);
}

.maan-button-araa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  margin-top: 60px;
  padding-bottom: 110px;
}
.maan-button-araa .maan-btn {
  font-family: var(--font-Roboto);
  width: 100%;
  text-align: center;
  max-width: 120px;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  background: var(--clr-btn);
  color: var(--clr-white);
  border-radius: 20px;
  line-height: 35px;
  border: 1px solid var(--clr-btn);
}
.maan-button-araa .maan-btn:hover, .maan-button-araa .maan-btn:focus {
  background: var(--clr-white);
  color: var(--clr-btn);
}
.maan-button-araa .prev-post-btn {
  font-family: var(--font-Roboto);
  max-width: 120px;
  border: 1px solid #F88808;
  background: none;
  color: #F88808;
  line-height: 32px;
}
.maan-button-araa .prev-post-btn:hover, .maan-button-araa .prev-post-btn:focus {
  background: #F88808;
  color: #fff;
}

.maan-comment-area .comment-title {
  font-family: var(--font-jost);
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 64px;
}
.maan-comment-area .comment-title::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #054055;
}
.maan-comment-area .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  margin-bottom: 40px;
}
.maan-comment-area .comment-author.maan-border-none {
  border: none;
  padding: 0;
  margin: 0;
}
.maan-comment-area .comment-author .comment-author-reply {
  max-width: 640px;
  margin-left: auto;
  margin-right: 0;
}
.maan-comment-area .comment-author .author-thumb {
  margin-right: 20px;
}
.maan-comment-area .comment-author .author-thumb img {
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .maan-comment-area .comment-author .author-thumb img {
    height: 97px;
    min-width: 97px;
  }
}
.maan-comment-area .comment-author .description .author-title {
  margin-bottom: 14px;
}
.maan-comment-area .comment-author .description .author-title small {
  font-family: var(--font-jost);
  display: block;
  font-size: 14px;
  color: #565872;
  margin-bottom: 5px;
}
.maan-comment-area .comment-author .description .author-title .author-name {
  font-family: var(--font-jost);
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 26px;
}
.maan-comment-area .comment-author .description .author-title .author-name:hover, .maan-comment-area .comment-author .description .author-title .author-name:focus {
  color: #B97654;
}
.maan-comment-area .comment-author .description .comment {
  padding: 15px 20px;
  background: #F0F4F9;
  border-radius: 5px;
  margin-bottom: 12px;
}
.maan-comment-area .comment-author .description .comment p {
  font-family: var(--font-jost);
  font-size: 16px;
  color: #565872;
  line-height: 30px;
}
.maan-comment-area .comment-author .description .maan-reply a {
  display: inline-block;
  margin: 0 15px;
}
.maan-comment-area .comment-author .description .maan-reply .like {
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
}
.maan-comment-area .comment-author .description .maan-reply .like:hover, .maan-comment-area .comment-author .description .maan-reply .like:focus {
  color: var(--clr-btn);
}
.maan-comment-area .comment-author .description .maan-reply .reply {
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-btn);
}

.maan-comment-form-area {
  margin-top: 70px;
}
.maan-comment-form-area form input {
  font-family: var(--font-Roboto);
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #565872;
  padding: 15px;
  margin-bottom: 40px;
}
.maan-comment-form-area form input::-webkit-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form input::-moz-placeholder {
  color: #565872;
}
.maan-comment-form-area form input:-ms-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form input::-ms-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form input::placeholder {
  color: #565872;
}
.maan-comment-form-area form textarea {
  font-family: var(--font-Roboto);
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #565872;
  padding: 15px;
  margin-bottom: 0;
  height: 260px;
  background: #FBFBFB;
  border: 1px solid #EBEBEB;
}
.maan-comment-form-area form textarea::-webkit-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form textarea::-moz-placeholder {
  color: #565872;
}
.maan-comment-form-area form textarea:-ms-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form textarea::-ms-input-placeholder {
  color: #565872;
}
.maan-comment-form-area form textarea::placeholder {
  color: #565872;
}

.maan-news-blog-inner .maan-blog-section-heading {
  margin-bottom: 20px;
}
.maan-news-blog-inner .maan-news-blogs {
  margin-top: 30px;
}

.maan-blog-section-heading {
  max-width: 460px;
  margin: 0 auto;
}
.maan-blog-section-heading .title {
  text-align: center;
}
.maan-blog-section-heading .title::after {
  left: 30%;
}

.maan-news-blogs .blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
.maan-news-blogs .blog-thumb img {
  width: 100%;
  border-radius: 8px;
}
.maan-news-blogs .blog-thumb .maan-blog-ctg-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.maan-news-blogs .maan-blog-content .author-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #8A8A8A;
  margin-bottom: 15px;
}
.maan-news-blogs .maan-blog-content .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #262626;
  margin-bottom: 20px;
}
.maan-news-blogs .maan-blog-content .title:hover, .maan-news-blogs .maan-blog-content .title:focus {
  color: #C40E0E;
}

.maan-blog-ctg-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #C40E0E;
  padding: 2px 10px;
  border-radius: 30px;
  background: #fff;
}

/* blog section css end */
@media (max-width: 991px) {
  .maan-comment-form-area {
    margin-bottom: 30px;
  }

  .blog-post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .maan-card-area {
    margin-bottom: 50px;
  }

  .maan-blog-section .maan-section-title h3 {
    line-height: 23px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .market-industry-thumb .content {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .social-share {
    margin-top: 30px;
  }

  .maan-comment-form-area {
    margin-bottom: 30px;
  }

  .maan-details-tags-area .tags ul li .maan-btn {
    margin-bottom: 10px;
  }

  .maan-button-araa {
    padding-bottom: 30px;
  }

  .maan-post-btn {
    margin-top: 0px;
  }

  .maan-comment-area .comment-title {
    margin-bottom: 35px;
  }

  .maan-comment-form-area form textarea {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .maan-about-section .maan-section-title h3 {
    margin-top: -4px;
  }

  .maan-blog-section .maan-section-title h3 {
    line-height: 23px;
    margin-top: -4px;
  }
}
.maan-menu-section {
  position: relative;
  padding: 50px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 992px) {
  .maan-menu-section {
    padding: 110px 0px;
  }
}
.maan-menu-section .maan-menu-section .maan-grid {
  position: relative !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
@media screen and (min-width: 1200px) {
  .maan-menu-section .maan-ser-title {
    margin-bottom: 0;
  }
}
.maan-menu-section .button-group {
  padding-bottom: 15px;
}
.maan-menu-section .button-group.maan-white button {
  color: var(--clr-white);
}
.maan-menu-section .button-group button {
  border: none;
  background: transparent;
  font-family: var(--font-lexend);
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  padding: 15px 10px;
  color: var(--clr-bg-4);
  outline: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .maan-menu-section .button-group button {
    font-size: var(--fs-18);
    padding: 10px 20px;
  }
}
.maan-menu-section .button-group button .maan-dotted {
  text-align: center;
  right: 0;
  bottom: -5px;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-menu-section .button-group button .maan-dotted span {
  width: 6px;
  height: 6px;
  background: var(--clr-btn);
  border-radius: var(--rad-1);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  margin: 0 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.maan-menu-section .button-group button.is-active {
  color: var(--clr-btn);
}
.maan-menu-section .button-group button.is-active .maan-dotted span {
  opacity: 1;
  visibility: visible;
  margin: 0 4px;
}
.maan-menu-section .element-item {
  margin-top: 25px;
}

.maan-menu-item {
  position: relative;
  background: var(--clr-white);
  border-radius: 10px;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  padding: 30px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.maan-menu-item.maan-menu-style-two {
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.maan-menu-item.maan-menu-style-two:hover, .maan-menu-item.maan-menu-style-two:focus {
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  border-color: transparent;
}
.maan-menu-item .maan-image-wpr {
  position: relative;
}
.maan-menu-item .maan-image-wpr .maan-menu-image {
  margin-bottom: 10px;
  cursor: pointer;
}
.maan-menu-item .maan-image-wpr .maan-menu-image img {
  width: 210px;
  height: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.maan-menu-item .maan-image-wpr .maan-sale {
  top: 0;
  left: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-family: var(--font-lexend);
  color: var(--clr-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  text-align: center;
  background-color: var(--clr-sale-bg);
  border-radius: var(--rad-1);
  z-index: 99;
}
.maan-menu-item .maan-image-wpr .maan-menu-action {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  right: 0px;
  text-align: right;
  width: auto;
  max-width: auto;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.maan-menu-item .maan-image-wpr .maan-menu-action a {
  display: block;
  max-width: 30px;
  padding: 2px;
  border-radius: 23px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--clr-def);
  margin-left: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.maan-menu-item .maan-image-wpr .maan-menu-action a:hover, .maan-menu-item .maan-image-wpr .maan-menu-action a:focus {
  background: var(--clr-btn);
}
.maan-menu-item .maan-image-wpr .maan-menu-action a .action-text {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-family: var(--font-lexend);
  color: var(--clr-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
}
.maan-menu-item .maan-menu-content {
  text-align: center;
}
.maan-menu-item .maan-menu-content h3 {
  font-family: var(--font-lexend);
  font-size: var(--fs-22);
  font-weight: var(--fw-600);
  line-height: 33px;
  margin-bottom: 10px;
  color: var(--clr-bg-4);
  text-transform: capitalize;
}
.maan-menu-item .maan-menu-content .maan-menu-star {
  color: var(--clr-icon);
  font-size: var(--fs-14);
  margin-bottom: 10px;
}
.maan-menu-item .maan-menu-content p {
  font-family: var(--font-lexend);
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  line-height: 26px;
  margin-bottom: 0px;
  color: var(--clr-bg-4);
}
.maan-menu-item .maan-menu-content .maan-menu-value {
  margin: 13px 0 19px 0;
}
.maan-menu-item .maan-menu-content .maan-menu-value span {
  font-family: var(--font-lexend);
  font-size: var(--fs-22);
  font-weight: var(--fw-600);
  line-height: 36px;
  margin-bottom: 10px;
  color: var(--clr-btn);
}
.maan-menu-item .maan-menu-button {
  text-align: center;
}
.maan-menu-item .maan-menu-button svg {
  --menu-icon-svg-bg-1: var(--icon-h-bg-1);
}
.maan-menu-item .maan-menu-button:hover svg {
  --menu-icon-svg-bg-1: var(--icon-bg-1);
  -webkit-animation: BottomToTop 0.5s;
          animation: BottomToTop 0.5s;
}
.maan-menu-item .maan-menu-button i {
  margin-left: 10px;
}
.maan-menu-item:hover .maan-menu-action a, .maan-menu-item:focus .maan-menu-action a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  min-width: 35px;
}

.maan-table-section {
  position: relative;
  padding: 50px 0px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .maan-table-section {
    padding: 110px 0px;
  }
}
.maan-table-section::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-overlay-bg-7);
  z-index: -1;
}
.maan-table-section .maan-ser-title {
  color: var(--clr-white);
}
.maan-table-section .maan-section-title {
  margin-bottom: 45px;
}

.maan-table-wpr.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .maan-table-wpr.grid-4 {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

.maan-inner-addon {
  position: relative;
}
.maan-inner-addon .nice-select::after {
  border: none;
}
.maan-inner-addon.maan-inner-one {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .maan-inner-addon.maan-inner-one {
    width: 370px;
    height: auto;
  }
}
.maan-inner-addon .maan-date {
  position: relative;
}
.maan-inner-addon .maan-date::before {
  content: "";
  top: 23px;
  right: 30px;
  position: absolute;
  left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  color: var(--clr-btn);
  font-family: var(--font-lexend);
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.7em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.maan-inner-addon .form-control {
  font-family: var(--font-lexend);
}
.maan-inner-addon .form-control.inner-style-2 {
  height: 55px;
  font-family: var(--font-lexend);
  font-weight: var(--fw-400);
  font-size: var(--fs-17);
  color: #707070;
  border-radius: 6px;
  line-height: 54px;
}
.maan-inner-addon .form-control.inner-style-2:focus {
  color: #212529;
  background-color: var(--clr-white);
  border-color: var(--clr-border-4);
  outline: 0;
  -webkit-box-shadow: var(--clr-shadow-4);
          box-shadow: var(--clr-shadow-4);
}
.maan-inner-addon .wide.inner-style-2 {
  height: 55px;
  font-family: var(--font-lexend);
  font-weight: var(--fw-400);
  font-size: var(--fs-17);
  color: #707070;
  border-radius: 6px;
  line-height: 54px;
  position: relative;
}
.maan-inner-addon .wide.inner-style-2::before {
  content: "";
  top: 50%;
  right: 30px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #F88808 transparent transparent transparent;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.maan-inner-addon .wide.inner-style-2:focus {
  color: #212529;
  background-color: var(--clr-white);
  border-color: var(--clr-border-4);
  outline: 0;
  -webkit-box-shadow: var(--clr-shadow-4);
          box-shadow: var(--clr-shadow-4);
}
.maan-inner-addon .flatpickr-input {
  padding: 0.9rem 1rem;
}

.menu-btn-button a i {
  margin-left: 10px;
}

.maan-menu-section-two {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-menu-section-two {
    padding: 110px 0;
  }
}
.maan-menu-section-two .maan-section-title {
  margin-bottom: 30px;
}
.maan-menu-section-two .maan-section-title h3 {
  font-size: var(--fs-30);
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  line-height: 24px;
  margin-bottom: 0;
}

.maan-menu-section-three {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .maan-menu-section-three {
    padding: 110px 0 96px;
  }
}
.maan-menu-section-three .maan-section-title {
  margin-bottom: 30px;
}
.maan-menu-section-three .maan-section-title h3 {
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  line-height: 22px;
  margin-bottom: 0;
  margin-left: 11px;
}
@media screen and (min-width: 576px) {
  .maan-menu-section-three .maan-section-title h3 {
    font-size: var(--fs-30);
  }
}
.maan-menu-section-three .maan-menu-item {
  margin: 12px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.maan-menu-section-three .maan-menu-item:hover, .maan-menu-section-three .maan-menu-item:focus {
  -webkit-box-shadow: var(--clr-shadow-1);
          box-shadow: var(--clr-shadow-1);
  border-color: transparent;
}
.maan-menu-section-three .menu-menu-slider-btn {
  position: relative;
  top: -7px;
  right: -20px;
}
@media screen and (min-width: 576px) {
  .maan-menu-section-three .menu-menu-slider-btn {
    left: 5px;
  }
}
.maan-menu-section-three .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev) {
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 25px;
  background: #F3F3F3;
  color: #9D9D9D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.maan-menu-section-three .menu-menu-slider-btn :is(.swiper-button-next, .swiper-button-prev):hover {
  background: #9D9D9D;
  color: #F3F3F3;
  opacity: 1;
}
.maan-menu-section-three .menu-menu-slider-btn .swiper-button-prev {
  right: 70px;
  left: auto;
}
.maan-menu-section-three .menu-menu-slider-btn .swiper-button-next {
  right: 20px;
  left: auto;
}

.maan-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 60px;
}
.maan-loader a {
  color: #919191;
  font-weight: var(--fw-600);
  font-family: var(--font-lexend);
  font-size: var(--fs-15);
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.form-check-input:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loadcontent {
  display: none;
}

input#datepicker {
  height: 55px;
}

.loadcontent {
  display: none;
}

@media (max-width: 575px) {
  .maan-table-wpr.grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .maan-inner-addon.maan-inner-one {
    width: 100%;
  }

  .maan-menu-section-two .maan-section-title h3 {
    font-size: var(--fs-20);
  }

  .maan-section-title .maan-small-title {
    font-size: 16px;
  }

  .maan-menu-item .maan-menu-content h3 {
    font-size: var(--fs-18);
  }

  .maan-menu-section-two .maan-section-title h3 {
    font-size: var(--fs-20);
    margin-top: -4px;
  }

  .maan-menu-section-three .maan-section-title {
    margin-bottom: 15px;
  }
}
/*-------------------------------------------------------
20. Restaurant Details css
---------------------------------------------------------*/
.restaurant-details-banner img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant-info-area {
  position: relative;
}

.restaurant-info-box {
  background: #FFFFFF;
  -webkit-box-shadow: var(--shadow-1);
          box-shadow: var(--shadow-1);
  border-radius: 0.375rem;
  padding: var(--gutter-35) var(--gutter-15);
  margin-top: -4.0625rem;
}
@media screen and (min-width: 768px) {
  .restaurant-info-box {
    padding: var(--gutter-35);
  }
}

.restaurant-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .restaurant-info-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.restaurant-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gutter-30);
}
@media screen and (min-width: 768px) {
  .restaurant-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.restaurant-info .restaurant-image {
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.restaurant-info .restaurant-image img {
  width: 100%;
  height: 100%;
}

.restaurant-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.restaurant-meta {
  border-top: 1px dashed #DBDBDB;
  padding-top: var(--gutter-15);
  margin-top: var(--gutter-10);
}
.restaurant-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-20);
}
.restaurant-meta li {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
  color: var(--clr-black-4);
}
.restaurant-meta li :is(svg, i) {
  margin-right: var(--gutter-5);
  color: var(--clr-yellow);
}

.restaurant-name {
  padding-right: var(--gutter-10);
}
@media screen and (min-width: 1200px) {
  .restaurant-name {
    padding-right: var(--gutter-35);
  }
}
.restaurant-name h4 {
  font-family: var(--ff-poppins);
  font-weight: var(--fw-700);
  font-size: var(--fs-20);
  color: var(--clr-black-1);
}
.restaurant-name span {
  font-family: var(--ff-barlow);
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  color: var(--clr-black-4);
  margin-top: var(--gutter-5);
  display: block;
}
.restaurant-name span i {
  color: var(--clr-yellow);
  margin-right: var(--gutter-5);
}

.restaurant-author-online {
  position: relative;
  font-family: var(--ff-poppins);
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  color: var(--clr-green);
  padding-left: var(--gutter-25);
  line-height: 1;
  z-index: 1;
  margin: var(--gutter-15) 0;
}
.restaurant-author-online::before, .restaurant-author-online::after {
  content: "";
  top: 0.3125rem;
  left: 0.3125rem;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  background: var(--clr-green);
  z-index: 1;
}
.restaurant-author-online::after {
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 50%;
  text-align: center;
  background: var(--clr-white-3);
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .restaurant-author-online {
    margin: var(--gutter-5) 0 0;
  }
}

.about-restaurant {
  margin-top: var(--gutter-20);
}
@media screen and (min-width: 768px) {
  .about-restaurant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--gutter-30);
  }
}
@media screen and (min-width: 992px) {
  .about-restaurant {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.about-restaurant .about-restaurant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-25);
}
@media screen and (min-width: 768px) {
  .about-restaurant .about-restaurant-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.about-restaurant li {
  color: var(--clr-yellow);
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
}
.about-restaurant li a {
  font-family: var(--ff-poppins);
  color: var(--clr-yellow);
}
.about-restaurant .product-discount {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.5rem 0.75rem;
}
.about-restaurant .restaurant-review {
  margin-top: var(--gutter-15);
}
@media screen and (min-width: 768px) {
  .about-restaurant .restaurant-review {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .about-restaurant .restaurant-review {
    margin-top: 3.75rem;
  }
}
.about-restaurant .restaurant-review .feature-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-restaurant .all-reivews {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  margin-right: var(--gutter-10);
  color: var(--clr-black-7);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about-restaurant .all-reivews:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--clr-yellow);
          text-decoration-color: var(--clr-yellow);
  color: var(--clr-yellow);
}

.restaurant-menu {
  margin-top: var(--gutter-40);
  background-color: #ECECEC;
  border-radius: 0.3125rem;
  padding: 0 var(--gutter-15);
}
@media screen and (min-width: 992px) {
  .restaurant-menu {
    padding: 0 var(--gutter-50);
  }
}
.restaurant-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-10);
}
@media screen and (min-width: 768px) {
  .restaurant-menu ul {
    gap: var(--gutter-20);
  }
}
.restaurant-menu a {
  display: block;
  text-decoration: none;
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
  color: var(--clr-black-3);
  position: relative;
  padding: var(--gutter-10) 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .restaurant-menu a {
    padding: var(--gutter-25) 0;
  }
}
.restaurant-menu a::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.restaurant-menu a.is-active {
  font-weight: var(--fw-600);
}
.restaurant-menu a:is(.is-active, :hover) {
  color: var(--clr-yellow);
}
.restaurant-menu a:is(.is-active, :hover)::before {
  width: 100%;
  background: var(--clr-yellow);
}

.restaurant-menu-area {
  padding: var(--gutter-50) 0;
}

.menu-accordion-item {
  border-color: #E9E9E9;
  margin-top: var(--gutter-20);
}
.menu-accordion-item .accordion-header {
  margin-top: 0;
}
.menu-accordion-item .accordion-button {
  background-color: var(--clr-white-2);
  font-weight: var(--fw-600);
  color: var(--clr-black-1);
  padding: var(--gutter-15) var(--gutter-30);
  font-family: var(--ff-poppins);
}
@media screen and (min-width: 576px) {
  .menu-accordion-item .accordion-button {
    font-size: var(--fs-20);
  }
}
.menu-accordion-item .accordion-button:not(.collapsed) {
  color: var(--clr-black-1);
  background-color: var(--clr-white-2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-accordion-item .accordion-body {
  padding: var(--gutter-20) var(--gutter-15);
}
@media screen and (min-width: 768px) {
  .menu-accordion-item .accordion-body {
    padding: var(--gutter-25) var(--gutter-30);
  }
}

.restaurant-menu-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: var(--gutter-30);
}
.restaurant-menu-container .restaurant-menu {
  background-color: transparent;
  margin-top: 0;
  border: 1px solid var(--clr-white-6);
  padding: var(--gutter-20);
}
.restaurant-menu-container .restaurant-title h5 {
  margin-top: 0;
  font-family: var(--ff-poppins);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  margin-bottom: var(--gutter-10);
}
.restaurant-menu-container :is(.form-check-wrapper, .form-check) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-10);
  margin-right: 0;
}
.restaurant-menu-container .form-check-label {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  color: #595252;
}
.restaurant-menu-container .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #E3E3E3;
}
.restaurant-menu-container .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.restaurant-menu-container .form-check-input:checked {
  background-color: var(--clr-yellow);
  border-color: transparent;
}
.restaurant-menu-container .form-check-input:checked ~ .form-check-label {
  color: var(--clr-yellow);
  font-weight: var(--fw-500);
}
.restaurant-menu-container .restaurant-menu-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--gutter-15);
}
.restaurant-menu-container .restaurant-menu-pricing strong {
  font-family: var(--ff-poppins);
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  line-height: 1;
}
.restaurant-menu-container .restaurant-menu-pricing a {
  font-family: var(--ff-poppins);
  font-size: var(--fs-18);
  color: var(--clr-yellow);
  padding: 0;
}
.restaurant-menu-container .restaurant-menu-pricing a::before {
  content: none;
}

.restaurant-menu-cart {
  background-color: var(--clr-white-1);
  margin-top: var(--gutter-20);
}

.menu-cart-header {
  padding: var(--gutter-30);
}
.menu-cart-header h4 {
  font-family: var(--ff-poppins);
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  color: var(--clr-black-1);
}
.menu-cart-header span {
  display: block;
  font-family: var(--ff-poppins);
  font-size: var(--fs-14);
  color: var(--clr-black-8);
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.switch-input:checked + .switch-label::before {
  right: 0;
}

.switch-label {
  display: inline-block;
  width: 38px;
  height: 10px;
  border: 1px solid rgba(248, 136, 8, 0.15);
  background-color: transparent;
  position: relative;
  border-radius: 100px;
}
.switch-label::before {
  content: "";
  top: -5px;
  right: 18px;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: var(--clr-yellow);
  border-radius: 100px;
}

.menu-delivery-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-15);
  margin-top: var(--gutter-10);
}
.menu-delivery-switch .form-label {
  color: #595252;
  font-family: var(--ff-poppins);
  font-size: var(--fs-14);
}

.menu-item-list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dashed #CACACA;
  padding: 30px;
}
.menu-item-list .menu-item-name h5 {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
  color: var(--clr-yellow);
  margin-bottom: 0;
}
.menu-item-list .menu-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: var(--gutter-15);
}
.menu-item-list .menu-item-quantity strong {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
  color: var(--clr-black-5);
  line-height: 1.4;
}
.menu-item-list .nice-number button {
  color: var(--clr-yellow);
  font-family: var(--ff-poppins);
  font-size: var(--fs-24);
  font-weight: var(--fw-500);
  padding: 0;
}
.menu-item-list .nice-number .number {
  border: none;
  background-color: transparent;
  color: var(--clr-black-1);
  font-family: var(--ff-poppins);
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  padding: 0 var(--gutter-5);
}

.menu-cart-footer {
  padding-top: 8.75rem;
}
.menu-cart-footer .menu-cart-amount-list {
  padding: var(--gutter-30) var(--gutter-30) var(--gutter-15);
  border-top: 1px dashed #CACACA;
}
.menu-cart-footer .menu-cart-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--gutter-5);
}
.menu-cart-footer .menu-cart-amount h5 {
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-400);
  color: var(--clr-black-5);
}
.menu-cart-footer .menu-cart-amount strong {
  font-family: var(--ff-poppins);
  color: var(--clr-black-5);
  font-weight: var(--fw-400);
}
.menu-cart-footer .menu-cart-amount.sub-total h5 {
  font-family: var(--ff-poppins);
  color: var(--clr-black);
  font-weight: var(--fw-500);
}
.menu-cart-footer .menu-cart-amount.sub-total strong {
  font-family: var(--ff-poppins);
  color: var(--clr-black-1);
  font-weight: var(--fw-400);
}
.menu-cart-footer .menu-cart-amount.discount :is(h5, strong) {
  color: var(--clr-red);
  font-family: var(--ff-poppins);
  font-weight: var(--fw-400);
}
.menu-cart-footer .menu-cart-total {
  padding: var(--gutter-15) var(--gutter-30) var(--gutter-30);
}
.menu-cart-footer .menu-cart-total {
  border-top: 1px dashed #CACACA;
}
.menu-cart-footer .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-cart-footer .total-amount h5 {
  margin-bottom: 0;
  font-family: var(--ff-poppins);
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
  color: var(--clr-black);
}
.menu-cart-footer .total-amount strong {
  font-family: var(--ff-poppins);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  color: var(--clr-black-1);
}
.menu-cart-footer .menu-cart-btn {
  margin-top: var(--gutter-20);
}
.menu-cart-footer .menu-cart-btn .btn {
  font-family: var(--ff-poppins);
  display: block;
}

.maan-apps-area .maan-section-title h3 {
  --section-title-fs: var(--fs-30);
}
.maan-apps-area .maan-section-title p {
  --section-title-p-ff: var(--ff-barlow);
}
/*# sourceMappingURL=style.css.map */