@import url(https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
*,
body {
  padding: 0;
  margin: 0;
}
body,
html {
  overflow-x: hidden;
}
*,
body {
  margin: 0;
}
#reviews h2,
.gallery .content,
.gallery-slider .more,
.section-btn {
  text-transform: uppercase;
}
#reviews h2,
#reviews h3,
#reviews p {
  color: snow;
  padding: 0 27px;
}
.section-btn:after,
.slick-slide.dragging img {
  pointer-events: none;
}
*,
.slick-slider {
  box-sizing: border-box;
}
#button,
.overlay,
.reveal,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: monea_aleganteregular;
  src: url("../font/monea_alegante-webfont.woff2") format("woff2"),
    url("../font/monea_alegante-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: harshitaregular;
  src: url("../font/harshita-webfont.woff2") format("woff2"),
    url("../font/harshita-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 18px !important;
  background-color: #f8f5e2 !important;
  line-height: 1.5;
  font-family: Poppins, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  scroll-behavior: smooth;
}
#button:active,
.bg-dg,
.quality-section,
header {
  background-color: #4b1d41;
}
.f-harshita {
  font-family: harshitaregular;
}
.f-monea {
  font-family: monea_aleganteregular;
}
.f-libre {
  font-family: "Libre Baskerville", serif;
}
.section-padding {
  padding: 100px 0;
}
.section-padding-bottom {
  padding-bottom: 100px;
}
.f-size-12 {
  font-size: 12px;
}
.f-size-16,
.location-hours p,
button.section-btn.text-black.filter-button {
  font-size: 16px;
}
.f-size-20 {
  font-size: 20px;
}
.f-size-23 {
  font-size: 23px;
}
.f-size-25 {
  font-size: 19px;
}
#button::after,
.f-size-30,
section.achievement h3.achievement-title span {
  font-size: 30px;
}
.f-size-35 {
  font-size: 35px;
}
.f-size-40 {
  font-size: 40px;
}
.f-size-60 {
  font-size: 50px;
}
.f-size-70 {
  font-size: 70px;
}
.f-size-85 {
  font-size: 85px;
}
.bg-prop {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.mb-80 {
  margin-bottom: 80px;
}
.footer-logo .footer-link-wrapper ul .footer-link a:hover i,
.text-bdy {
  color: #dfad85;
}
.mb-35px {
  margin-bottom: 35px;
}
.text-green {
  color: #838d50;
}
.bg-darkg {
  background-color: #838d50;
}
.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner-padding {
  padding: 250px 0;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  display: none;
}
.loader-image {
  width: 100px;
  height: auto;
  animation: 5s linear infinite rotateLoader;
}
@keyframes rotateLoader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-text {
  color: #fff;
  font-size: 20px;
}
.dot-four,
.dot-one,
.dot-three,
.dot-two {
  animation: 1s infinite dotsProgress;
  opacity: 0;
}
.dot-two {
  animation-delay: 0.25s;
}
.dot-three {
  animation-delay: 0.5s;
}
.dot-four {
  animation-delay: 0.75s;
}
@keyframes dotsProgress {
  0%,
  50% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 4;
}
.review-content-wrapper,
header .header-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content-wrapper .logo-wrapper .logo-link img {
  max-width: 290px;
  height: 90px;
  padding: 15px 0;
}
header .header-content-wrapper navbar.navbar-list-warpper .navbar-list {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 30px;
  height: 80px;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item
  a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  transition: 0.5s;
}
.ekko-lightbox-nav-overlay a span:hover,
.ekko-lightbox-nav-overlay a:hover,
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item
  a:hover,
section.section-copyright p a {
  color: #dbb595;
}
.contact-form-img,
.contact-form-section,
.our-journey-timeline .block-wrapper .block-img-wrapper,
.slick-current,
.thyme-content,
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item.submenu-dropdown,
p.left-line {
  position: relative;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item.submenu-dropdown
  ul.submenu {
  position: absolute;
  list-style-type: none;
  padding: 20px;
  width: 250px;
  height: 165px;
  z-index: 2;
  background-color: #4b1d41;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 100%;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.5s;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item.submenu-dropdown:hover
  ul.submenu {
  transform: translateY(0);
  opacity: 1;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item.submenu-dropdown
  ul.submenu
  li.submenu-item
  a {
  transform: translateX(0);
  font-weight: 400;
  width: 100%;
}
header
  .header-content-wrapper
  navbar.navbar-list-warpper
  .navbar-list
  li.nav-item.submenu-dropdown
  ul.submenu
  li.submenu-item
  a:hover {
  transform: translateX(10px);
  transition: 0.5s;
}
header .header-content-wrapper .social-link-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #dfad85;
}
header .header-content-wrapper .social-link-wrapp .social-link-wrapper {
  width: 35px;
  height: 35px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
header .header-content-wrapper .social-link-wrapp .social-link-wrapper a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header .header-content-wrapper .social-link-wrapp .social-link-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #dbb595, #dfad85);
  z-index: 0;
  border-radius: 50%;
  transform: translate(100%, 100%);
  transition: 0.4s;
}
header
  .header-content-wrapper
  .social-link-wrapp
  .social-link-wrapper:hover::before {
  transform: translate(0);
  animation: 0.4s linear anim;
}
@keyframes anim {
  0%,
  100% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 50%;
    height: 50%;
  }
}
.vbp-header-menu-button__svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: scaleX(-1);
}
.vbp-header-menu-button__svg line {
  stroke: #fff;
  stroke-dasharray: 100%;
  stroke-dashoffset: 0%;
  transition: transform 0.3s, stroke-dashoffset 0.4s;
  transform-origin: center;
  stroke-width: 3px;
}
.vbp-header-menu-button__svg .top {
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
}
.vbp-header-menu-button__svg .middle {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
}
.vbp-header-menu-button__svg .bottom {
  transform: translateY(33%);
  -webkit-transform: translateY(33%);
  -moz-transform: translateY(33%);
  -ms-transform: translateY(33%);
  -o-transform: translateY(33%);
  stroke-dasharray: 100%;
  stroke-dashoffset: 9px;
}
.vbp-header-menu-button__svg:hover .bottom,
body.menu-open .vbp-header-menu-button__svg .bottom {
  stroke-dashoffset: 0%;
}
body.menu-open .vbp-header-menu-button__svg .top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  stroke-linecap: round;
}
body.menu-open .vbp-header-menu-button__svg .middle {
  transform: scaleX(0.1);
  -webkit-transform: scaleX(0.1);
  -moz-transform: scaleX(0.1);
  -ms-transform: scaleX(0.1);
  -o-transform: scaleX(0.1);
  opacity: 0;
}
body.menu-open .vbp-header-menu-button__svg line.bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  stroke-linecap: round;
}
.reveal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-introduction .introduction-info-wrapper {
  overflow: hidden;
  position: relative;
  background-image: url(../images/0amb-2.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  z-index: 0;
}
.section-introduction .introduction-info-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.img-block-wrapper-2 .first-img,
.img-block-wrapper-2 .first-menu,
.img-block-wrapper-2 .second-img,
.img-block-wrapper-2 .second-menu,
.mad-journey-img-wrapper .img-block-wrapper-1,
.our-journey-img-wrapper .img-block-wrapper-1,
.section-brand-introduction .brand-introduction-wrapper .brand-img-wrapper {
  position: relative;
  overflow: hidden;
}
.gallery,
.section-brand-introduction
  .brand-introduction-wrapper
  .brand-img-wrapper
  video {
  width: 100%;
  position: relative;
}
.section-brand-introduction
  .brand-introduction-wrapper:hover
  .brand-img-wrapper
  img {
  transform: scale(1.1);
  transition: 2s ease-in-out;
}
.circleWrap {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}
.circleWrap svg {
  animation: 10s linear infinite rotate;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.circleWrap svg:after {
  display: block;
  content: "hi";
}
.circleWrap svg .circle-text {
  font: 100px/100px times;
  letter-spacing: 10.5px;
  width: 100%;
  fill: #fff;
}
.section-brand-introduction
  .brand-introduction-wrapper
  .brand-content-wrapper
  p {
  overflow: hidden;
  max-height: 135px;
  transition: 0.7s;
  text-align: justify;
}
.review p.expanded,
.section-brand-introduction
  .brand-introduction-wrapper
  .brand-content-wrapper
  p.expanded,
section.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-discription-wrapper
  p.profile-description.expanded {
  max-height: none;
}
section.section-mpr .img-wrapper {
  height: 100%;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
section.section-locations .col-lg-3,
section.section-locations .col-md-4,
section.section-locations .col-sm-6,
section.section-mpr .img-wrapper.mb-30px {
  margin-bottom: 30px;
}
section.section-mpr .img-wrapper img {
  overflow: hidden;
  height: 553px;
  max-width: 637px;
  object-fit: cover;
  position: absolute;
}
section.section-mpr .img-wrapper img.first-block {
  top: 0;
}
section.section-mpr .img-wrapper img.last-block {
  bottom: 0;
}
.passion-img-wrapper img {
  object-fit: cover;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
section.our-vision .ourvision-img-wrapper {
  position: relative;
  display: flex;
  justify-content: end;
}
section.our-vision .ourvision-img-wrapper .main-image {
  max-width: 80%;
  height: 700px;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  left: 0;
}
section.our-vision .ourvision-img-wrapper img.first-img,
section.section-philosophy .philosophy-img-wrapper img.first-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
section.our-vision .ourvision-img-wrapper img.second-img,
section.section-philosophy .philosophy-img-wrapper img.second-img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 350px;
  z-index: 3;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  top: 0;
  max-width: 250px;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
section.our-vision .ourvision-img-wrapper img.second-img {
  top: 25%;
  left: 7%;
}
section.section-philosophy .philosophy-img-wrapper {
  position: relative;
  display: flex;
  justify-content: start;
}
section.section-philosophy .philosophy-img-wrapper .main-image {
  max-width: 80%;
  height: 700px;
  overflow: hidden;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
section.section-philosophy .philosophy-img-wrapper img.second-img {
  top: 25%;
  right: 7%;
}
.section-btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 30px 0 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 16px 50px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #dfad85;
  cursor: pointer;
}
.section-btn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  opacity: 0.5;
  border-color: #b58c67;
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(0deg, #b58c67, #b58c67),
    linear-gradient(0deg, #b58c67, #b58c67),
    linear-gradient(0deg, #b58c67, #b58c67),
    linear-gradient(0deg, #b58c67, #b58c67);
  transition: opacity 0.2s ease-out,
    background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91) !important;
}
.section-btn:hover:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.contact-form-write .contact-button .form-group input[type="submit"] {
  margin-top: 0;
  border: none;
  background-color: transparent;
  font-size: 16px !important;
}
.contact-form-write .contact-button .form-group button {
  margin-top: 0;
}
.contact-form-write
  .contact-button
  .form-group
  input[type="submit"].section-btn,
.nav-list li.with-submenu .submenu li {
  padding: 0;
}
.contact-form-write .form-control {
  border-radius: 0;
}
.career-form-section textarea:focus,
.career-form-wrapper input:focus,
.contact-form-write .form_field .form-group input:focus,
.contact-form-write .form_field .form-group textarea:focus {
  box-shadow: none;
}
.contact-form-write .form_field .form-group textarea {
  border-bottom: 1px solid #dbb595;
}
section.achievement .achievement-card .img-award-wrapper img {
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
  border-radius: 15px;
}
section.achievement .achievement-icon {
  font-size: 40px;
  color: #dfad85;
}
section.achievement .head h5 {
  font-size: 30px;
  margin-bottom: 30px;
}
section.achievement h3.achievement-title {
  font-size: 41px;
}
section.our-clients .client-logo {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
section.our-clients .client-logo .client-logo-wrapper {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
section.our-clients .client-logo .client-logo-wrapper img {
  padding: 5px;
}
section.section-our-founders {
  position: relative;
  background-color: #838d50;
}
.custom-shape-divider-top-1713507771 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1713508920 svg,
.custom-shape-divider-top-1713507771 svg {
  position: relative;
  display: block;
  width: calc(149% + 1.3px);
  height: 50px;
}
.custom-shape-divider-top-1713507771 .shape-fill {
  fill: #f8f5e2;
}
.custom-shape-divider-bottom-1713508920 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1713508920 .shape-fill {
  fill: rgba(33, 38, 39, 1);
}
section.section-our-founders .founders-profile-block {
  padding: 135px 30px 30px;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
  position: relative;
  margin: 160px 0 80px;
}
section.section-our-founders
  .founders-profile-block
  .profile-block-img-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -190px);
  border-radius: 50%;
  overflow: hidden;
}
section.section-our-founders
  .founders-profile-block
  .profile-block-img-wrapper
  img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  transform: scale(1.2);
  transition: transform 0.9s;
}
section.section-our-founders
  .founders-profile-block:hover
  .profile-block-img-wrapper
  img {
  transform: scale(1);
}
.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-social-media
  ul.social-media-list
  a
  i {
  border-color: #000 !important;
}
section.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-discription-wrapper
  p.profile-description {
  max-height: 54px;
  overflow: hidden;
}
section.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  div.moreless-button {
  margin-bottom: 20px;
  cursor: pointer;
}
.section-footer {
  padding: 20px 0;
}
.footer-brand-logo-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand-logo-wrapper img,
.thirsty-img:nth-child(2) {
  margin-top: 50px;
}
.footer-logo a img {
  height: 60px;
}
.footer-food-dish-wrapper img {
  max-width: 200px;
  max-height: 200px;
  animation: 11s linear infinite reverse rotate;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
@keyframes rotate {
  100%,
  to {
    transform: rotate(360deg);
  }
}
.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-social-media
  ul.social-media-list,
.social-media-wrapper .footer-link-wrapper ul {
  gap: 10px;
}
.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-social-media
  ul.social-media-list
  a
  i,
.social-media-wrapper .footer-link-wrapper .footer-link .icon-wrapper i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  transition: 0.4s;
}
.footer-logo .footer-link-wrapper ul .footer-link {
  gap: 5px;
  width: 100%;
}
.footer-logo .footer-link-wrapper ul .footer-link a i {
  width: 40px;
  height: 40px;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.section-our-founders
  .founders-profile-block
  .profile-block-content-wrapper
  .profile-social-media
  ul.social-media-list
  a:hover
  i,
.social-media-wrapper .footer-link-wrapper .footer-link .icon-wrapper:hover i {
  background-color: #dfad85;
  border: 1px solid #dfad85;
  color: #000;
}
.contact-form-wrapper form,
.gallery-btn-wrapper,
a.icon-wrapper.text-decoration-none.text-white {
  display: flex;
  justify-content: center;
}
section.section-copyright {
  padding: 10px 0;
  border-top: 1px solid #dbb595;
}
section.section-copyright p {
  font-size: 15px;
}
#mad-doh .new-banner-slider .swiper-button-next,
#mad-doh .new-banner-slider .swiper-button-prev,
#mad-doh .new-banner-slider .swiper-container-rtl .swiper-button-next,
#mad-doh .new-banner-slider .swiper-container-rtl .swiper-button-prev,
#thyme-and-whisk .new-banner-slider .swiper-button-next,
#thyme-and-whisk .new-banner-slider .swiper-button-prev,
#thyme-and-whisk .new-banner-slider .swiper-container-rtl .swiper-button-next,
#thyme-and-whisk .new-banner-slider .swiper-container-rtl .swiper-button-prev,
#tribes .new-banner-slider .swiper-button-next,
#tribes .new-banner-slider .swiper-button-prev,
#tribes .new-banner-slider .swiper-container-rtl .swiper-button-next,
#tribes .new-banner-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.thyme-content-wrapper p {
  border: 2px solid #4b1d41;
  background-color: #4b1d41;
  border-radius: 10px;
  padding: 20px;
  margin-top: -135px;
  max-width: 500px;
  z-index: 1;
  position: absolute;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
.mad-journey-img-wrapper .img-block-wrapper-1,
.our-journey-img-wrapper .img-block-wrapper-1 {
  height: 568px;
  width: 44%;
}
.quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
  height: 635px;
  width: 75%;
}
.our-journey-img-wrapper {
  display: flex;
  gap: 10px;
  transition: 0.5s;
}
.mad-doh-para-4 .mad-journey-img-wrapper,
.our-journey-section .our-journey-img-wrapper,
.tribes-para-3-img-wrapper .mad-journey-img-wrapper {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.mad-doh-para-2-img-wrapper .our-journey-img-wrapper,
.thyme-whisk-menu .our-journey-img-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
  height: 640px;
  width: 44%;
}
.img-block-wrapper-2 .second-img,
.thyme-whisk-menu .img-block-wrapper-2 .first-img {
  width: 400px;
  height: 351px;
}
.quality-section .our-journey-img-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.img-block-wrapper-2 .first-img::after,
.img-block-wrapper-2 .second-img::after,
.mad-journey-img-wrapper .img-block-wrapper-1::after,
.our-journey-img-wrapper .img-block-wrapper-1::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: transparent;
  border: 5px solid #dbb595;
}
.our-journey-timeline .block-wrapper .block-img-wrapper img {
  width: 150px;
  height: 150px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.our-journey-timeline .section-block-wrapper .section-block {
  width: 330px;
  padding: 20px 0;
  cursor: pointer;
}
.our-journey-timeline .block-wrapper .block-img-wrapper::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 35px;
  background-color: #dbb595;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.our-journey-timeline .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.our-journey-timeline .block-wrapper .block-content-wrapper {
  margin-bottom: 40px;
  position: relative;
}
.our-journey-timeline .block-wrapper .block-content-wrapper::after {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 25px;
  left: 50%;
  bottom: -22px;
  color: #ea4335;
  transform: translateX(-50%);
}
.our-journey-timeline .section-block-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.our-journey-timeline
  .section-block-wrapper
  .block-wrapper
  .block-img-wrapper
  .overflow-hidden {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.img-block-wrapper-2 .first-img:hover img,
.img-block-wrapper-2 .first-menu:hover img,
.img-block-wrapper-2 .second-img:hover img,
.img-block-wrapper-2 .second-menu:hover img,
.mad-journey-img-wrapper .img-block-wrapper-1:hover img,
.our-journey-img-wrapper .img-block-wrapper-1:hover img,
.our-journey-img-wrapper .img-block-wrapper-1:hover video,
.our-journey-timeline
  .section-block-wrapper
  .block-wrapper:hover
  .block-img-wrapper
  img {
  transform: scale(1.1);
}
.img-block-wrapper-2 .first-img img,
.img-block-wrapper-2 .second-img img,
.our-journey-img-wrapper .img-block-wrapper-1 img {
  object-fit: cover;
}
.img-block-wrapper-2,
.quality-section .img-block-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 27%;
}
.our-journey-section .img-block-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 47%;
}
.acheivment-our-story-para-wrapper p,
.career-content-wrapper p,
.mad-doh-para-10-content-wrapper p,
.mad-doh-para-11-content-wrapper p,
.mad-doh-para-12-content-wrapper p,
.mad-doh-para-4 .mad-doh-para-4-p p,
.mad-doh-para-5-text-wrapper p,
.mad-doh-para-6-content-1-wrapper p,
.mad-doh-para-7 .mad-doh-para-6-content-2-wrapper p,
.mad-doh-para-8-content-wrapper p,
.mad-para-2-p p,
.mad-para-9-p p,
.our-journey-content-wrapper p,
.our-team-content-wrapper p,
.ourvision-paragraph p,
.philosophy-paragraph p,
.quality-content-wrapper p,
.thyme-whisk-p-img-wrapper p,
.thyme-whisk-story-content-wrapper p,
.tribes-para-2-content-wrapper,
.tribes-para-3 .tribes-para-3-content-wrapper,
.tribes-para-4-content-wrapper,
.tribes-para-5-content-wrapper p {
  text-align: justify;
}
.img-block-wrapper-2 .second-menu {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.img-block-wrapper-2 .first-img img,
.img-block-wrapper-2 .first-menu img,
.img-block-wrapper-2 .second-img img,
.img-block-wrapper-2 .second-menu img,
.mad-journey-img-wrapper .img-block-wrapper-1 img,
.our-journey-img-wrapper .img-block-wrapper-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.our-journey-img-wrapper .img-block-wrapper-1 video {
  transition: 0.5s;
}
.every-bite-wrapper .img-block-wrapper-1 {
  width: 348px;
}
.every-bite-wrapper-1 .img-block-wrapper-2 .first-img,
.every-bite-wrapper-1 .img-block-wrapper-2 .second-img {
  width: 300px;
}
.gallery .content {
  position: absolute;
  z-index: 50;
  left: 4rem;
  top: 50%;
  transform: translatey(-50%);
  color: #fff;
  letter-spacing: 0.175rem;
}
.gallery .content span {
  font-size: clamp(1.85rem, 2.25rem, 2.25rem);
  font-weight: 300;
  display: block;
  margin-bottom: -0.625rem;
}
.gallery .content h1 {
  font-size: clamp(3.5rem, 8rem, 8rem);
  font-weight: 400;
  margin-inline: -0.313rem;
}
.gallery .content p {
  font-size: clamp(1.2rem, 1.7rem, 1.7rem);
  margin-top: 175px;
}
.gallery .swiper-container.gallery-thumbs.swiper-container-initialized {
  position: absolute;
}
.gallery-slider,
.gallery-slider .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 500px;
}
.gallery-slider .swiper-slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0, #000 1c 100%);
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.gallery-slider .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: left;
}
.gallery-slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.125rem;
  height: 0.25rem;
  background: #fff;
}
.gallery-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.gallery-slider .more {
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  font-size: 0.8rem;
  transform: translateY(-0.938rem);
  position: absolute;
  z-index: 10;
  right: 1.875rem;
  letter-spacing: 0.1rem;
  display: none;
}
.gallery-slider .gallery-thumbs,
.review-box button {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.gallery-slider .gallery-thumbs .swiper-slide-active,
.gallery-slider .more:hover {
  opacity: 1;
}
.gallery-slider .gallery-thumbs {
  width: 50%;
  padding: 0;
  overflow: hidden;
  right: 0;
}
.animate,
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.gallery-slider .gallery-thumbs .swiper-slide {
  width: 350px;
  height: 300px !important;
  text-align: center;
  overflow: hidden;
  opacity: 1;
}
.menu-content-wrapper p {
  padding: 0 30px;
}
.contact-form-wrapper form input {
  width: 300px;
  left: 185px;
  border: 1px solid #dfad85;
  padding: 10px 35px;
  color: #000;
  font-weight: 600;
  outline: #dfad85;
}
.contact-form-wrapper form button {
  font-weight: 700;
}
.contact-img-wrapper img {
  height: 200px;
  width: 200px !important;
  border: 1px solid #dfad85;
  border-radius: 50%;
}
.footer-logo-wrapper img {
  height: 60px;
  max-width: 225px;
}
.thyme-mid-wrapper {
  position: absolute;
  border: 4px solid #dfad85;
  left: 52%;
  right: 0;
  background-color: #f8f5e2;
  margin-right: 10px;
}
.thyme-mid-wrapper p {
  text-align: justify;
  padding: 55px;
}
section.thyme-content .our-journey-img-wrapper .img-block-wrapper-1 video {
  object-fit: cover;
  height: 100%;
}
.quality-video-wrapper video {
  height: 450px;
}
#reviews {
  background-attachment: fixed;
  background-size: cover;
}
.review-row {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#reviews h2 {
  margin-bottom: 1.5rem;
  font-size: 2.3rem;
  font-weight: 400;
}
#reviews h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
#reviews p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: 0.5s linear;
}
.review-box {
  display: flex;
  position: relative;
  padding: 0;
}
.review p {
  overflow: hidden;
  max-height: 112px;
  transition: 0.7s;
}
.moreless-button {
  cursor: pointer;
  font-size: 16px;
}
.review-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #dfad85;
  font-size: 3rem;
  width: 33px;
  height: calc(100% - 4px);
  border: 0;
  cursor: pointer;
  outline: 0;
}
.review-box .prev {
  left: 2px;
}
.review-box .next {
  right: 2px;
}
.review {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(
    105deg,
    #f8f5e2,
    #f8f5e2 85%,
    rgba(128, 0, 128, 0.5) 85%,
    rgba(128, 0, 128, 0.5) 100%
  );
  padding: 35px;
  border: 2px solid #dfad85;
  border-radius: 5px;
  box-shadow: 0 12px 12px -10px #ffe4e1;
  min-height: 384px;
  width: 650px;
}
.stars {
  color: orange;
  font-size: 1.1rem;
  letter-spacing: 3px;
  padding: 0 27px;
}
.customer-name {
  display: block;
  margin-top: 0.375rem;
  color: #e6e6fa;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}
.error,
.logo {
  font-weight: 700;
}
.review-content-wrapper .review-img-wrapper img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.review-site-img {
  height: 383px;
}
.mad-doh-para-11-img-wrapper video,
.review-site-img img {
  height: 100%;
  object-fit: cover;
}
.thyme-mid-img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.thyme-mid-img-wrapper-1 {
  height: 350px;
}
.thyme-mid-img-wrapper-1 video {
  height: 100%;
  width: 50%;
  object-fit: cover;
}
.mad-doh-para-9
  .mad-doh-para-9-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1
  video,
.thyme-mid-img-wrapper-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.thyme-mid-img-wrapper-1 .thyme-mid-img-wrapper-first {
  width: 50%;
  overflow: hidden;
  height: 100%;
}
.img-and-video-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
.animate {
  perspective: 1000;
  filter: blur(0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center left;
}
.location-card,
.mad-doh-para-1-content-wrapper p,
.tribes-para-1-content-wrapper p {
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
.animate--shrink,
.hero__title .slick-current > span {
  animation-duration: 1s;
  animation-name: shrink;
  animation-timing-function: "linear";
}
.animate--grow,
.hero__title .slick-current + .slick-slide > span,
.no-js .hero__title .slick-dupe:nth-child(2) > span {
  animation-duration: 1s;
  animation-timing-function: "linear";
  animation-name: grow;
}
.slick-slider {
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#button:hover,
.hamburger:hover {
  cursor: pointer;
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.hide,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: 0;
}
.slick-vertical .slick-slide::selection,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none;
}
.hero__title .slick-slide {
  overflow: hidden;
  padding: 20px 0;
}
.hero__title [aria-hidden] {
  transition: 1s;
}
.hero__title .slick-current > span {
  box-sizing: border-box;
  display: block;
}
.no-js .hero__title .slick-dupe:nth-child(2) > span {
  padding: 1em;
}
.hero__title-misc {
  display: block;
  font-weight: 700;
  color: grey;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  bottom: 10px;
  left: 0;
}
span.swiper-pagination-bullet {
  margin: 0 4px;
}
.slider-h1-wrapper h1 {
  z-index: 1;
  position: absolute;
}
.mad-doh-section-banner .swiper-container {
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}
.mad-doh-section-banner .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
.mad-doh-section-banner .swiper-slide:first-child {
  background-color: red;
}
.mad-doh-section-banner .swiper-slide:nth-child(2) {
  background-color: #00f;
}
.hamburger.is-active .line,
.mad-doh-section-banner .swiper-slide:nth-child(3) {
  background-color: #fff;
}
.mad-doh-section-banner .swiper-slide-active {
  z-index: 2;
}
.mad-doh-section-banner .swiper-slide-prev {
  z-index: 1;
}
.mad-doh-section-banner .swiper-slide-next {
  z-index: 0;
}
.mad-doh-section-banner .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.acheivment-bg-section,
.gallery-banner,
.tribes-section-bg-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mad-doh-para-1-content-wrapper p {
  border: 2px solid #838d50;
  background-color: #838d50;
  border-radius: 10px;
  padding: 20px;
  margin-top: -85px;
  max-width: 500px;
  z-index: 1;
  position: absolute;
}
.mad-doh-para-2-content-wrapper .mad-para-2-p p {
  width: 85%;
}
.mad-doh-para-2-content-wrapper.aos-init.aos-animate {
  margin: 0 -176px 0 80px;
  position: relative;
  z-index: 0;
}
.mad-doh-para-2-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
  height: 730px;
  width: 42%;
}
.mad-para-3-p p {
  border: 5px solid #dbb595;
  background-color: 1px solid #dbb595 !important;
  background-color: #f8f5e2;
  padding: 40px;
  margin-left: -100px;
  text-align: justify;
}
.mad-doh-para-3
  .mad-doh-para-3-img-wrapper
  .our-journey-img-wrapper
  .img-block-wrapper-1 {
  width: 450px;
}
.mad-doh-para-3-content-wrapper {
  margin: 150px 80px 0 -116px;
  position: relative;
  z-index: 0;
}
.img-block-wrapper-2 .first-img,
.img-block-wrapper-2 .second-img {
  width: 400px;
  height: 279px;
}
.mad-doh-para-4 .img-block-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 54%;
}
.mad-doh-para-5 .img-block-wrapper-2 .first-img video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mad-doh-para-10
  .mad-doh-para-10-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1
  video,
.mad-doh-para-12-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1
  video,
.mad-doh-para-5 .img-block-wrapper-2 .second-img video,
.mad-doh-para-7-video-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1
  video,
.tribes-para-5-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mad-doh-para-10 .mad-doh-para-10-img-wrapper .mad-journey-img-wrapper,
.mad-doh-para-12-img-wrapper .mad-journey-img-wrapper,
.mad-doh-para-6-img-wrapper .mad-journey-img-wrapper,
.mad-doh-para-8-img-wrapper .mad-journey-img-wrapper,
.mad-doh-para-9 .mad-doh-para-9-img-wrapper .mad-journey-img-wrapper {
  display: flex;
  gap: 15px;
}
.gallery_sec,
.mad-doh-para-10
  .mad-doh-para-10-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1,
.mad-doh-para-12
  .mad-doh-para-12-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1,
.mad-doh-para-6-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1,
.mad-doh-para-8-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1,
.nav-list li a:hover::after,
.nav-list li.active a::after {
  width: 100%;
}
.mad-doh-para-11-img-wrapper .mad-journey-img-wrapper,
.mad-doh-para-7-video-wrapper .mad-journey-img-wrapper {
  display: flex;
  gap: 10px;
}
.mad-doh-para-7-video-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
  height: 610px;
  width: 53%;
}
.mad-doh-para-9-img-wrapper::before {
  position: absolute;
  content: "";
  background: linear-gradient(274deg, #f8f5e2 4%, rgba(0, 212, 255, 0) 28%);
  width: 100%;
  height: 100%;
}
.mad-doh-para-11-content-wrapper,
.mad-doh-para-9-content-wrapper {
  position: relative;
  z-index: 0;
}
.mad-doh-para-11-img-wrapper {
  position: relative;
  z-index: -1;
  height: 100%;
}
.mad-doh-para-11-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
  height: 610px;
  width: 50%;
}
.tribes-section-bg-banner {
  background-image: url(../images/web-site/2.avif);
  z-index: 0;
  position: relative;
}
.acheivment-bg-section::before,
.carrier-section::before,
.contact-bg-banner::before,
.contact-form-img-wrapper::before,
.gallery-banner::before,
.our-team-bg-banner::before,
.tribes-section-bg-banner::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.tribes-logo-wrapper img {
  height: 200px;
  width: 400px;
  background: rgba(219, 181, 149, 0.7);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px;
}
.tribes-para-1-content-wrapper p {
  border: 2px solid #000;
  background-color: #000;
  border-radius: 10px;
  padding: 30px;
  margin-top: -55px;
  max-width: 375px;
  z-index: 1;
  position: absolute;
  width: 100%;
  text-align: justify;
}
.tribes-para-2-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tribes-para-2-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
  height: 610px;
  width: 85%;
}
.tribes-para-3-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 46%;
}
.tribes-para-5-img-wrapper .mad-journey-img-wrapper {
  display: flex;
  gap: 15px;
  justify-content: end;
}
.tribes-para-5-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 53%;
}
.mad-doh-para-10-content-wrapper,
.mad-doh-para-4-content-wrapper,
.mad-doh-para-8-content-wrapper,
.tribes-para-6-content-wrapper {
  position: relative;
  z-index: 2;
}
.tribes-para-6-content-wrapper p {
  text-align: justify;
  margin-top: 30%;
  border: 5px solid #dfad85;
  padding: 30px;
  position: absolute;
  z-index: 1;
  margin-left: -90px;
  background-color: #f8f5e2;
}
.tribes-para-3,
section.tribes-para-5 {
  background-color: #000;
}
#button,
#button:hover,
.achievement-award {
  background-color: #4b1d41;
}
.tribes-para-4-content-wrapper {
  position: relative;
  z-index: 2;
  width: 600px;
}
.tribes-para-4-content-wrapper p {
  position: absolute;
  border: 5px solid #dfad85;
  padding: 20px;
  width: 100%;
  margin-left: -85px;
  background-color: #f8f5e2;
}
.gallery-banner {
  background-image: url(../images/banner2.avif);
  z-index: 0;
  position: relative;
}
.row-img {
  margin: 15px;
}
.gallery-img-section img.row-img {
  height: 280px;
  width: 349px;
  object-fit: cover;
}
.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: 0 0 / contain no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.gallery_sec a:hover img {
  position: relative;
  width: 100%;
  opacity: 0.2;
}
.acheivment-bg-section {
  background-image: url(../images/acheivments-bg-banner.avif);
  z-index: 0;
  position: relative;
  margin-top: 50px;
  padding: 335px 0;
}
.achievement-award {
  padding: 20px;
  height: 665px; 
  margin-bottom: 30px;
}
.achievement-award.reel {
    height: 773px;
}
.acheivment-award-video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acheivment-award-video-wrapper video {
  width: 48%;
}
.acheivment-award-logo-img img {
  height: 200px;
  width: 200px;
}
.acheivment-award-logo-head,
.container {
  padding: 0 15px;
}
@media only screen and (min-width: 350px) and (max-width: 567px) {
  .thyme-whisk-img-wrapper {
    text-align: center;
  }
  .thyme-whisk-img-wrapper img {
    height: 130px;
    width: 130px;
  }
  .thyme-whisk-h1-wrapper {
    padding: 100px 0;
  }
  .quality-h2-wrapper h2,
  .thyme-whisk-h1-wrapper h1,
  .thyme-whisk-story-h2-wrapper h2 {
    font-size: 40px;
  }
  .thyme-1-para-h2-wrapper h2 {
    font-size: 35px;
  }
  .our-journey-content-wrapper p,
  .quality-content-wrapper p,
  .thyme-whisk-story-content-wrapper p {
    font-size: 18px;
  }
  .gallery .content h1 {
    font-size: clamp(3.5rem, 1.8723rem + 6.1277vw, 8rem);
    font-weight: 400;
    margin-inline: -0.313rem;
  }
  .gallery-thumbs .swiper-wrapper {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
  .gallery-thumbs .swiper-wrapper img {
    object-fit: cover;
  }
  .contact-form-wrapper button {
    margin-top: 72px !important;
    margin-right: 50px !important;
  }
  button.section-btn.text-black.filter-button {
    margin-bottom: 20px;
  }
  .banner-padding {
    padding: 175px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 349px) {
  body {
    font-size: 16px !important;
  }
  body header .header-content-wrapper navbar.navbar-list-warpper.menu {
    transform: translateX(100%);
  }
  .mad-doh-para-9-img-wrapper::before,
  body header .header-content-wrapper .social-link-wrapp,
  body
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list,
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper::before {
    display: none;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 40px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    background-color: #6a4362;
    padding: 20px 0;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp {
    display: flex;
    border-left: none;
    margin-top: 20px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper {
    background-color: #dbb595;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper
    a {
    color: #000;
  }
  .logo-wrapper a.logo-link img {
    max-width: 177px !important;
    max-height: 55px !important;
  }
  .banner-model-wrapper .model-one img {
    max-width: 400px;
    max-height: 400px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 350px;
    max-height: 350px;
    margin-top: 65px;
  }
  .swiper-slide .banner-content-wrapper {
    top: 100%;
    transform: translateY(0);
    width: 100%;
  }
  .banner-model-wrapper {
    width: 100% !important;
    top: 20%;
    transform: translateY(-80%);
    justify-content: center !important;
  }
  .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 40px;
    margin-top: 30%;
  }
  .new-banner-slider .swiper-slide {
    height: 100% !important;
  }
  .new-banner-slider {
    height: 100%;
  }
  .f-size-20 {
    font-size: 16px;
  }
  .section-introduction .introduction-info {
    padding: 15px;
  }
  .career-form-wrapper ul,
  .section-introduction .introduction-info-wrapper,
  section.our-team-section .our-team-content-wrapper {
    padding: 0;
  }
  .f-size-85 {
    font-size: 40px;
    line-height: 0.9;
  }
  .contact-info-section .f-size-35,
  .f-size-60 {
    font-size: 25px;
  }
  .f-size-25 {
    font-size: 18px;
  }
  .f-size-40,
  section.achievement h3.achievement-title {
    font-size: 30px;
  }
  .acheivment-award-logo-h2-wrapper,
  .mad-doh-para-9 .mad-doh-para-9-content-wrapper .mad-para-9-p,
  section.our-vision .ourvision-content-wrapper,
  section.section-book-table .section-person-count-wrapper,
  section.section-brand-introduction .brand-introduction-wrapper,
  section.section-our-brands .container .row .col-sm-9,
  section.section-philosophy .philosophy-content-wrapper {
    margin-bottom: 30px;
  }
  .section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    p {
    max-height: 118px;
  }
  .ourbrands-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 0;
  }
  .footer-heading-wrapper h4,
  footer .footer-address-wrapper .footer-heading,
  footer .footer-address-wrapper a p,
  section.our-team-section .our-team-content-wrapper h2,
  section.our-team-section .our-team-content-wrapper h4,
  section.our-team-section .our-team-content-wrapper-bobby h2,
  section.our-team-section .our-team-content-wrapper-bobby h4,
  section.our-vision .ourvision-content-wrapper .ourvision-heading h2 {
    text-align: center;
  }
  section.our-vision .ourvision-img-wrapper .main-image,
  section.section-philosophy .philosophy-img-wrapper .main-image {
    height: 400px;
  }
  section.our-vision .ourvision-img-wrapper img.second-img,
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    max-width: 150px;
    max-height: 260px;
  }
  section.achievement .head h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .moreless-button {
    font-size: 14px;
  }
  .section-padding,
  .tribes-para-2-h2-wrapper {
    padding: 30px 0;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    left: 0;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    right: 0;
  }
  .acheivment-award-logo-head,
  .contact-form-img-wrapper,
  .mb-35px {
    margin-bottom: 20px;
  }
  .section-btn {
    margin-top: 0;
  }
  .section-our-brands .brand-slide .brand-content-wrapper p {
    max-height: 65px;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-img-wrapper {
    top: 150px;
  }
  section.section-our-founders .founders-profile-block {
    margin: 45px 0;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-content-wrapper
    .profile-discription-wrapper
    p.profile-description {
    max-height: 50px;
  }
  .footer-logo-wrapper img {
    height: 100%;
    max-width: 200px;
  }
  .footer-brand-logo-wrapper img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-logo-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-logo a img {
    height: 50px;
  }
  .footer-brand-logo-wrapper {
    margin-bottom: 30px;
    justify-content: center;
  }
  .footer-heading-wrapper,
  .thyme-content .our-journey-img-wrapper {
    margin-top: 30px;
  }
  footer .our-brand-wrapper .footer-link-wrapper ul {
    gap: 10px;
  }
  footer .social-media-wrapper .footer-link-wrapper ul {
    justify-content: center;
  }
  .section-heading-wrapper {
    margin-bottom: 40px;
  }
  .our-team-content-wrapper-bobby::after {
    bottom: -30px;
    width: 100%;
  }
  .thyme-content-wrapper p {
    font-size: 16px;
    margin-top: 0;
    position: relative;
  }
  .thyme-1-para-h2-wrapper h2 {
    font-size: 35px;
    margin-top: 0;
  }
  .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 369px !important;
    width: 50% !important;
  }
  .thyme-mid-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 !important;
    position: relative;
    left: 0;
    right: 0;
  }
  .thyme-mid-wrapper p {
    font-size: 16px;
    border: none;
    padding: 20px;
  }
  .thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 368px;
    width: 50%;
  }
  .thyme-whisk-menu .our-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: start;
  }
  .our-journey-timeline .block-wrapper .block-img-wrapper {
    width: 155px;
    height: 155px;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 100% !important;
    height: 179px !important;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100vh !important;
  }
  .gallery-slider .gallery-thumbs {
    width: 50%;
    top: 80%;
  }
  .gallery-slider .gallery-thumbs .swiper-slide {
    width: 350px;
    height: 203px !important;
    text-align: center;
    overflow: hidden;
    opacity: 1;
  }
  .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  .gallery .content p {
    font-size: 16px;
    margin-top: 80px;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 100% !important;
    width: 66%;
  }
  .mad-doh-para-3
    .mad-doh-para-3-img-wrapper
    .our-journey-img-wrapper
    .img-block-wrapper-1,
  .thyme-whisk-story .our-journey-img-wrapper .every-bite-wrapper,
  .thyme-whisk-story .our-journey-img-wrapper .every-bite-wrapper-1 {
    width: 100%;
  }
  .img-block-wrapper-2 .second-menu {
    width: 85px;
    height: 85px;
    border-radius: 50%;
  }
  .every-bite-wrapper .img-block-wrapper-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-journey-img-wrapper .every-bite-wrapper .img-block-wrapper-1 {
    height: 371px;
    width: 100% !important;
  }
  #reviews h3 {
    color: snow;
    font-size: 20px;
    padding: 0 27px;
  }
  .review-content-wrapper .review-img-wrapper img {
    height: 60px;
    width: 60px;
  }
  #reviews p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .review {
    margin-top: 20px;
    padding: 25px;
    min-height: 291px;
    width: 650px;
  }
  .mad-doh-para-2-content-wrapper.aos-init.aos-animate {
    margin: 0;
    position: relative;
    z-index: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
  }
  .mad-doh-para-2-content-wrapper .mad-para-2-p p {
    width: 100%;
    font-size: 16px;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .second-img {
    width: 100% !important;
    height: 180px !important;
  }
  .mad-doh-para-3-content-wrapper {
    margin: 10px;
    position: relative;
    z-index: 0;
    left: 0;
    right: 0;
  }
  .mad-para-3-p p {
    border: 5px solid #838d50;
    background-color: 1px solid #dfad85;
    padding: 15px;
    margin-left: 0;
    font-size: 16px;
  }
  .mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
    width: 100% !important;
  }
  .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 250px !important;
    width: 100%;
  }
  .mad-doh-para-4 .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
  }
  .mad-doh-para-10 .mad-doh-para-10-img-wrapper .mad-journey-img-wrapper,
  .mad-doh-para-4 .mad-journey-img-wrapper,
  .mad-doh-para-8-img-wrapper .mad-journey-img-wrapper {
    margin-top: 40px;
  }
  .mad-doh-8-para-wrapper,
  .mad-doh-para-10-para-wrapper {
    padding: 15px !important;
    margin-right: 0 !important;
    position: relative !important;
  }
  .quality-section .img-block-wrapper-2 {
    width: 30% !important;
  }
  .img-block-wrapper-2 {
    width: 100% !important;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
    width: 50%;
  }
  .mad-doh-para-4-p {
    margin-right: 0 !important;
    padding: 15px;
    position: relative !important;
  }
  section.mad-doh-para-5.section-padding.parallax {
    padding: 40px 0;
  }
  .mb-80 {
    margin-bottom: 25px;
  }
  section.mad-doh-para-8.section-padding.parallax {
    padding: 5px 0 0;
  }
  div#reviews {
    margin: 10px 0;
  }
  .mad-doh-para-1-content-wrapper.mb-5 {
    margin-bottom: 0 !important;
  }
  .mad-doh-para-1-content-wrapper p {
    margin-top: 30px;
    position: relative;
  }
  .tribes-para-2-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 610px;
    width: 100%;
  }
  .our-journey-img-wrapper.aos-init.aos-animate .img-block-wrapper-1 {
    height: 274px;
    width: 100% !important;
  }
  .tribes-para-4-content-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
  .tribes-para-4-content-wrapper p,
  .tribes-para-6-content-wrapper p {
    margin-left: 0 !important;
  }
  .tribes-para-6-content-wrapper {
    margin: 0 0 40px;
  }
  .tribes-para-3-img-wrapper .mad-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: end;
  }
  .tribes-para-4-content-wrapper p {
    position: relative;
  }
  .our-journey-img-wrapper {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .tribes-para-3-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-2 {
    width: 100%;
    height: 100%;
  }
  .tribes-para-6-content-wrapper p {
    margin-top: 0;
    padding: 30px;
    position: relative;
    margin-left: 0;
  }
  .section-locations .thyme-whisk-story-h2-wrapper,
  .tribes-para-3-h2-wrapper,
  .tribes-para-4-h2-wrapper,
  .tribes-para-5-h2-wrapper {
    padding-bottom: 30px;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 294px;
    height: 300px;
  }
  .contact-form-section {
    padding-top: 0;
  }
  .contact-form-write {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
  }
  .contact-form-write input {
    font-size: 16px;
    height: 50px;
  }
  textarea#contactMessage {
    font-size: 16px;
    height: 100px;
  }
  .contact-form-head h3 {
    font-size: 24px;
  }
  .contact-button a {
    font-size: 13px;
    margin: 0;
  }
  .career-content-wrapper h2,
  .contact-form-text h2 {
    font-size: 45px;
  }
  .contact-icons i {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }
  .contact-icons {
    margin-top: -86px;
    color: #dbb595;
    display: flex;
    justify-content: center;
  }
  .contact-info-content {
    padding: 40px;
    height: 270px;
    margin-top: 125px;
  }
  .career-form-wrapper input#contactName {
    height: 50px;
    font-size: 15px;
  }
  .career-content-wrapper {
    margin-bottom: 50px;
  }
  .Career-btn-wrapper a {
    font-size: 13px;
    line-height: 4px;
  }
}
@media only screen and (min-device-width: 367px) and (max-device-width: 576px) {
  section.section-our-founders
    .founders-profile-block
    .profile-block-img-wrapper
    img {
    max-width: 175px;
    max-height: 175px;
  }
  .gallery_sec img {
    object-fit: cover;
  }
}
@media only screen and (min-device-width: 350px) and (max-device-width: 576px) {
  .shakes-banner-wrapper{
     display: none;
  }
    .noodle-banner-wrapper{
      display: none;
  }
  .burger-banner-wrapper {
    display: none;
}
  .brand-mb-view img {
    object-fit: cover;
    /* margin-top: 35px; */
    width: 100%;
}
.biryani-banner-wrapper img{
  display: none;
}
  body {
    font-size: 16px !important;
  }
  body header .header-content-wrapper navbar.navbar-list-warpper.menu {
    transform: translateX(100%);
  }
  .mad-doh-para-9-img-wrapper::before,
  body header .header-content-wrapper .social-link-wrapp,
  body
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list,
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper::before {
    display: none;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 40px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    background-color: #6a4362;
    padding: 20px 0;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp {
    display: flex;
    border-left: none;
    margin-top: 20px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper {
    background-color: #dbb595;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper
    a {
    color: #000;
  }
  .logo-wrapper a.logo-link img {
    max-width: 177px !important;
    max-height: 55px !important;
  }
  .banner-model-wrapper .model-one img {
    max-width: 400px;
    max-height: 400px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 350px;
    max-height: 350px;
    margin-top: 65px;
  }
  .swiper-slide .banner-content-wrapper {
    top: 100%;
    transform: translateY(0);
    width: 100%;
  }
  .banner-model-wrapper {
    width: 100% !important;
    top: 20%;
    transform: translateY(-80%);
    justify-content: center !important;
  }
  .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 40px;
    margin-top: 30%;
  }
  .new-banner-slider .swiper-slide {
    height: 100% !important;
  }
  .new-banner-slider {
    height: 100%;
  }
  .f-size-20 {
    font-size: 16px;
  }
  .section-introduction .introduction-info {
    padding: 15px;
  }
  .career-form-wrapper ul,
  .section-introduction .introduction-info-wrapper,
  section.our-team-section .our-team-content-wrapper {
    padding: 0;
  }
  .f-size-85 {
    font-size: 40px;
    line-height: 0.9;
  }
  .contact-info-section .f-size-35,
  .f-size-60 {
    font-size: 25px;
  }
  .f-size-25 {
    font-size: 18px;
  }
  .f-size-40,
  section.achievement h3.achievement-title {
    font-size: 30px;
  }
  .acheivment-award-logo-h2-wrapper,
  .mad-doh-para-9 .mad-doh-para-9-content-wrapper .mad-para-9-p,
  section.our-vision .ourvision-content-wrapper,
  section.section-book-table .section-person-count-wrapper,
  section.section-brand-introduction .brand-introduction-wrapper,
  section.section-our-brands .container .row .col-sm-9,
  section.section-philosophy .philosophy-content-wrapper {
    margin-bottom: 30px;
  }
  .section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    p {
    max-height: 118px;
  }
  .ourbrands-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 0;
  }
  .footer-heading-wrapper h4,
  footer .footer-address-wrapper .footer-heading,
  footer .footer-address-wrapper a p,
  section.our-team-section .our-team-content-wrapper h2,
  section.our-team-section .our-team-content-wrapper h4,
  section.our-team-section .our-team-content-wrapper-bobby h2,
  section.our-team-section .our-team-content-wrapper-bobby h4,
  section.our-vision .ourvision-content-wrapper .ourvision-heading h2 {
    text-align: center;
  }
  section.our-vision .ourvision-img-wrapper .main-image,
  section.section-philosophy .philosophy-img-wrapper .main-image {
    height: 400px;
  }
  section.our-vision .ourvision-img-wrapper img.second-img,
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    max-width: 150px;
    max-height: 260px;
  }
  section.achievement .head h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .moreless-button {
    font-size: 14px;
  }
  .section-padding,
  .tribes-para-2-h2-wrapper {
    padding: 30px 0;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    top: 25%;
    left: 0;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    right: 0;
  }
  .acheivment-award-logo-head,
  .contact-form-img-wrapper,
  .mb-35px {
    margin-bottom: 20px;
  }
  .section-btn {
    margin-top: 0;
  }
  .section-our-brands .brand-slide .brand-content-wrapper p {
    max-height: 65px;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-img-wrapper {
    top: 150px;
  }
  section.section-our-founders .founders-profile-block {
    margin: 45px 0;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-content-wrapper
    .profile-discription-wrapper
    p.profile-description {
    max-height: 50px;
  }
  .footer-logo-wrapper img {
    height: 100%;
    max-width: 200px;
  }
  .footer-brand-logo-wrapper img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-logo-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-logo a img {
    height: 50px;
  }
  .footer-brand-logo-wrapper {
    margin-bottom: 30px;
    justify-content: center;
  }
  .footer-heading-wrapper,
  .thyme-content .our-journey-img-wrapper {
    margin-top: 30px;
  }
  footer .our-brand-wrapper .footer-link-wrapper ul {
    gap: 10px;
  }
  footer .social-media-wrapper .footer-link-wrapper ul {
    justify-content: center;
  }
  .section-heading-wrapper {
    margin-bottom: 40px;
  }
  .our-team-content-wrapper-bobby::after {
    bottom: -30px;
    width: 100%;
  }
  .thyme-content-wrapper p {
    font-size: 16px;
    margin-top: 0;
    position: relative;
  }
  .thyme-1-para-h2-wrapper h2 {
    font-size: 35px;
    margin-top: 0;
  }
  .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 369px !important;
    width: 50% !important;
  }
  .thyme-mid-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 !important;
    position: relative;
    left: 0;
    right: 0;
  }
  .thyme-mid-wrapper p {
    font-size: 16px;
    border: none;
    padding: 20px;
  }
  .thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 368px;
    width: 50%;
  }
  .thyme-whisk-menu .our-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: start;
  }
  .our-journey-timeline .block-wrapper .block-img-wrapper {
    width: 155px;
    height: 155px;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 100% !important;
    height: 179px !important;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100vh !important;
  }
  .gallery-slider .gallery-thumbs {
    width: 50%;
    top: 80%;
  }
  .gallery-slider .gallery-thumbs .swiper-slide {
    width: 350px;
    height: 203px !important;
    text-align: center;
    overflow: hidden;
    opacity: 1;
  }
  .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  .gallery .content p {
    font-size: 16px;
    margin-top: 80px;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 100% !important;
    width: 66%;
  }
  .mad-doh-para-3
    .mad-doh-para-3-img-wrapper
    .our-journey-img-wrapper
    .img-block-wrapper-1,
  .thyme-whisk-story .our-journey-img-wrapper .every-bite-wrapper,
  .thyme-whisk-story .our-journey-img-wrapper .every-bite-wrapper-1 {
    width: 100%;
  }
  .img-block-wrapper-2 .second-menu {
    width: 85px;
    height: 85px;
    border-radius: 50%;
  }
  .every-bite-wrapper .img-block-wrapper-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-journey-img-wrapper .every-bite-wrapper .img-block-wrapper-1 {
    height: 371px;
    width: 100% !important;
  }
  #reviews h3 {
    color: snow;
    font-size: 20px;
    padding: 0 27px;
  }
  .review-content-wrapper .review-img-wrapper img {
    height: 60px;
    width: 60px;
  }
  #reviews p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .review {
    margin-top: 20px;
    padding: 25px;
    min-height: 291px;
    width: 650px;
  }
  .mad-doh-para-2-content-wrapper.aos-init.aos-animate {
    margin: 0;
    position: relative;
    z-index: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
  }
  .mad-doh-para-2-content-wrapper .mad-para-2-p p {
    width: 100%;
    font-size: 16px;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .second-img {
    width: 100% !important;
    height: 180px !important;
  }
  .mad-doh-para-3-content-wrapper {
    margin: 10px;
    position: relative;
    z-index: 0;
    left: 0;
    right: 0;
  }
  .mad-para-3-p p {
    border: 5px solid #838d50;
    background-color: 1px solid #dfad85;
    padding: 15px;
    margin-left: 0;
    font-size: 16px;
  }
  .mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
    width: 100% !important;
  }
  .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 250px !important;
    width: 100%;
  }
  .mad-doh-para-4 .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
  }
  .mad-doh-para-10 .mad-doh-para-10-img-wrapper .mad-journey-img-wrapper,
  .mad-doh-para-4 .mad-journey-img-wrapper,
  .mad-doh-para-8-img-wrapper .mad-journey-img-wrapper {
    margin-top: 40px;
  }
  .mad-doh-8-para-wrapper,
  .mad-doh-para-10-para-wrapper {
    padding: 15px !important;
    margin-right: 0 !important;
    position: relative !important;
  }
  .quality-section .img-block-wrapper-2 {
    width: 30% !important;
  }
  .img-block-wrapper-2 {
    width: 100% !important;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 370px !important;
    width: 50%;
  }
  .mad-doh-para-4-p {
    margin-right: 0 !important;
    padding: 15px;
    position: relative !important;
  }
  section.mad-doh-para-5.section-padding.parallax {
    padding: 40px 0;
  }
  .mb-80 {
    margin-bottom: 25px;
  }
  section.mad-doh-para-8.section-padding.parallax {
    padding: 5px 0 0;
  }
  div#reviews {
    margin: 10px 0;
  }
  .mad-doh-para-1-content-wrapper.mb-5 {
    margin-bottom: 0 !important;
  }
  .mad-doh-para-1-content-wrapper p {
    margin-top: 30px;
    position: relative;
  }
  .tribes-para-2-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 610px;
    width: 100%;
  }
  .our-journey-img-wrapper.aos-init.aos-animate .img-block-wrapper-1 {
    height: 274px;
    width: 100% !important;
  }
  .tribes-para-4-content-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
  .tribes-para-4-content-wrapper p,
  .tribes-para-6-content-wrapper p {
    margin-left: 0 !important;
  }
  .tribes-para-6-content-wrapper {
    margin: 0 0 40px;
  }
  .tribes-para-3-img-wrapper .mad-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: end;
  }
  .tribes-para-4-content-wrapper p {
    position: relative;
  }
  .our-journey-img-wrapper {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .tribes-para-3-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-2 {
    width: 100%;
    height: 100%;
  }
  .tribes-para-6-content-wrapper p {
    margin-top: 0;
    padding: 30px;
    position: relative;
    margin-left: 0;
  }
  .section-locations .thyme-whisk-story-h2-wrapper,
  .tribes-para-3-h2-wrapper,
  .tribes-para-4-h2-wrapper,
  .tribes-para-5-h2-wrapper {
    padding-bottom: 30px;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 294px;
    height: 300px;
  }
  .contact-form-section {
    padding-top: 0;
  }
  .contact-form-write {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
  }
  .contact-form-write input {
    font-size: 16px;
    height: 50px;
  }
  textarea#contactMessage {
    font-size: 16px;
    height: 100px;
  }
  .contact-form-head h3 {
    font-size: 24px;
  }
  .contact-button a {
    font-size: 13px;
    margin: 0;
  }
  .career-content-wrapper h2,
  .contact-form-text h2 {
    font-size: 45px;
  }
  .contact-icons i {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }
  .contact-icons {
    margin-top: -86px;
    color: #dbb595;
    display: flex;
    justify-content: center;
  }
  .contact-info-content {
    padding: 40px;
    height: 270px;
    margin-top: 125px;
  }
  .career-form-wrapper input#contactName {
    height: 50px;
    font-size: 15px;
  }
  .career-content-wrapper {
    margin-bottom: 50px;
  }
  .Career-btn-wrapper a {
    font-size: 13px;
    line-height: 4px;
  }
}
@media only screen and (min-device-width: 577px) and (max-device-width: 768px) {
    .shakes-banner-wrapper{
     display: none;
  }
  .noodle-banner-wrapper{
      display: none;
  }
  .burger-banner-wrapper {
    display: none;
}
  .biryani-banner-wrapper{
    display: none;
  }
  .brand-mb-view img {
    object-fit: cover;
    /* height: 650px; */
    width: 100%;
}
  .mad-doh-8-para-wrapper,
  .mad-doh-para-4-p,
  .thyme-mid-wrapper {
    position: relative !important;
  }
  body {
    font-size: 16px !important;
  }
  body header .header-content-wrapper navbar.navbar-list-warpper.menu {
    transform: translateX(100%);
  }
  .mad-doh-para-9-img-wrapper::before,
  body header .header-content-wrapper .social-link-wrapp,
  body
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list,
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper::before {
    display: none;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    background-color: #6a4362;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp {
    display: flex;
    border-left: none;
    margin-top: 20px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper {
    background-color: #dbb595;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper
    a {
    color: #000;
  }
  .logo-wrapper a.logo-link img {
    max-width: 230px !important;
    max-height: 80px !important;
  }
  .banner-model-wrapper .model-one img {
    max-width: 400px;
    max-height: 400px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 350px;
    max-height: 350px;
    margin-top: 65px;
  }
  .swiper-slide .banner-content-wrapper {
    top: 100%;
    transform: translateY(0);
    width: 100%;
  }
  .banner-model-wrapper {
    width: 100% !important;
    top: 20%;
    transform: translateY(-80%);
  }
  .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 50px;
    margin-top: 30%;
  }
  #reviews p,
  .f-size-20 {
    font-size: 16px;
  }
  .f-size-85 {
    font-size: 50px;
  }
  .f-size-40,
  .f-size-60 {
    font-size: 30px;
  }
  .moreless-button {
    font-size: 14px;
  }
  .section-introduction .introduction-info {
    padding: 15px;
  }
  .career-form-wrapper ul,
  .section-introduction .introduction-info-wrapper {
    padding: 0;
  }
  .section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    p {
    max-height: 66px;
  }
  section.section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    .ourbrands-btn-wrapper {
    display: flex;
    justify-content: center;
  }
  section.section-brand-introduction .brand-introduction-wrapper {
    margin-bottom: 40px;
  }
  section.our-vision .ourvision-img-wrapper .main-image,
  section.section-philosophy .philosophy-img-wrapper .main-image {
    height: 600px;
  }
  section.our-vision .ourvision-img-wrapper img.second-img,
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    max-width: 200px;
    max-height: 290px;
  }
  .footer-heading-wrapper h4,
  .footer-logo-wrapper,
  footer .footer-address-wrapper a p,
  footer .footer-address-wrapper h4.footer-heading,
  section.our-vision .ourvision-content-wrapper .ourvision-heading h2,
  section.section-philosophy
    .philosophy-content-wrapper
    .philosophy-heading
    h2 {
    text-align: center;
  }
  .section-our-brands .brand-slide .brand-content-wrapper p {
    max-height: 70px;
  }
  .acheivment-award-logo-h2-wrapper h2,
  .mb-80,
  footer .footer-logo-wrapper,
  section.our-vision .ourvision-content-wrapper,
  section.section-our-brands .container .row .col-sm-9,
  section.section-philosophy .philosophy-content-wrapper {
    margin-bottom: 30px;
  }
  section.section-our-founders .founders-profile-block {
    margin: 160px 0 50px;
  }
  .section-padding {
    padding: 40px 0;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    top: 25%;
    left: 0;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    right: 0;
  }
  .mb-35px {
    margin-bottom: 0;
  }
  .footer-brand-logo-wrapper img,
  .section-btn {
    margin-top: 0;
  }
  section.achievement h3.achievement-title {
    font-size: 35px;
  }
  footer .footer-brand-logo-wrapper {
    margin-bottom: 30px;
    justify-content: center;
  }
  .footer-heading-wrapper,
  .mad-doh-para-10 .mad-doh-para-10-img-wrapper .mad-journey-img-wrapper,
  .mad-doh-para-4 .mad-journey-img-wrapper,
  .mad-doh-para-8-img-wrapper .mad-journey-img-wrapper,
  .mad-doh-para-9 .mad-doh-para-9-img-wrapper .mad-journey-img-wrapper,
  .thyme-content .our-journey-img-wrapper {
    margin-top: 30px;
  }
  footer .our-brand-wrapper .footer-link-wrapper ul {
    gap: 20px;
  }
  footer .social-media-wrapper .footer-link-wrapper ul {
    justify-content: center;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-content-wrapper
    .profile-discription-wrapper
    p.profile-description {
    max-height: 45px;
  }
  .banner-padding {
    padding: 175px 0;
  }
  .contact-form-img-wrapper,
  .every-bite-wrapper-1,
  .review-site-img,
  button.section-btn.text-black.filter-button {
    margin-bottom: 20px;
  }
  .img-block-wrapper-2 .first-img img,
  .img-block-wrapper-2 .second-img img {
    object-fit: cover;
  }
  .thyme-mid-wrapper {
    left: 0;
    right: 0;
    margin: 0;
  }
  .thyme-mid-h2-wrapper h2 {
    text-align: center;
    margin-top: 10px;
  }
  .thyme-mid-wrapper p {
    padding: 20px;
  }
  .img-block-wrapper-2 .second-img,
  .thyme-whisk-menu .img-block-wrapper-2 .first-img {
    width: 100%;
    height: 275px;
  }
  .thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 560px;
    width: 44%;
  }
  .thyme-whisk-menu .our-journey-img-wrapper {
    justify-content: start;
  }
  .new-banner-slider {
    height: 100%;
  }
  .swiper-slide {
    height: 100% !important;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100vh !important;
  }
  .gallery-slider .gallery-thumbs {
    width: 50%;
    top: 80%;
  }
  .gallery-slider .gallery-thumbs .swiper-slide {
    width: 350px;
    height: 168px !important;
  }
  .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  .gallery .content p {
    font-size: 16px;
    margin-top: 80px;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 505px;
  }
  .img-block-wrapper-2 .second-menu {
    width: 138px;
    height: 138px;
    border-radius: 50%;
  }
  .quality-section .our-journey-img-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .every-bite-wrapper .img-block-wrapper-1,
  .img-block-wrapper-2,
  .mad-doh-para-2-content-wrapper .mad-para-2-p p {
    width: 100%;
  }
  .every-bite-wrapper .img-block-wrapper-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .every-bite-wrapper-1 .img-block-wrapper-2 .first-img,
  .every-bite-wrapper-1 .img-block-wrapper-2 .second-img {
    height: 250px;
    width: 252px;
  }
  .review {
    padding: 30px;
    min-height: 340px;
    width: 650px;
  }
  section.section-copyright p {
    font-size: 13px;
  }
  .thyme-content-wrapper p {
    margin-top: 0;
    position: relative;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    width: 63% !important;
  }
  .mad-doh-para-2-content-wrapper.aos-init.aos-animate {
    margin: 0;
    position: relative;
    z-index: 0;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 730px !important;
    width: 100% !important;
  }
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img {
    width: 100% !important;
    height: 359px !important;
  }
  .mad-doh-para-3-content-wrapper {
    margin: 15px;
  }
  .mad-doh-8-para-wrapper,
  .mad-doh-para-4-p {
    margin-right: 0 !important;
  }
  .mad-para-3-p p {
    margin-left: 0 !important;
    padding: 20px;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 258px;
    height: 218px;
  }
  .mad-doh-para-6-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
    width: 100%;
    height: 440px;
  }
  .mad-doh-8-para-wrapper {
    padding: 20px;
  }
  .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 440px;
    width: 50%;
  }
  .mad-doh-para-10-para-wrapper {
    margin-right: 0 !important;
    padding: 20px;
    position: relative !important;
  }
  .mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 545px !important;
    width: 86% !important;
  }
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .second-img {
    width: 250px !important;
    height: 268px !important;
  }
  div#reviews {
    margin: 10px 0;
  }
  .mad-doh-para-1-content-wrapper p {
    margin-top: 30px;
    position: relative;
  }
  .mad-doh-para-1-content-wrapper.mb-5 {
    margin-bottom: 0 !important;
  }
  .tribes-para-2-img-wrapper .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 400px;
    width: 100%;
  }
  .tribes-para-4-content-wrapper p {
    margin-left: 0;
    position: relative;
  }
  .tribes-para-4-content-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }
  .tribes-para-6-content-wrapper p {
    margin-left: 0;
    text-align: justify;
    margin-top: 2%;
    border: 5px solid #dfad85;
    padding: 30px;
    position: relative;
  }
  .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 445px !important;
    width: 100% !important;
  }
  .tribes-para-3-img-wrapper .first-img,
  .tribes-para-3-img-wrapper .second-img {
    height: 215px;
    width: 245px;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 350px;
    height: 300px;
  }
  .contact-form-write {
    position: relative;
    width: 100%;
    height: 100%;
    right: inherit;
    top: 0;
  }
  .contact-info-content {
    height: 323px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  .our-journey-section .img-block-wrapper-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 55%;
}

  .brand-mb-view{
    display: none;
  }
  body {
    font-size: 16px !important;
  }
  body header .header-content-wrapper navbar.navbar-list-warpper.menu {
    transform: translateX(100%);
  }
  body header .header-content-wrapper .social-link-wrapp,
  body
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list,
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper::before {
    display: none;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    background-color: #6a4362;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp {
    display: flex;
    border-left: none;
    margin-top: 20px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper {
    background-color: #dbb595;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper
    a {
    color: #000;
  }
  .logo-wrapper a.logo-link img {
    max-width: 250px !important;
    max-height: 85px !important;
  }
  .banner-content-wrapper .banner-heading-wrapper h1,
  .f-size-85 {
    font-size: 50px;
  }
  .swiper-slide .banner-content-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
  }
  .banner-model-wrapper .model-one img {
    max-width: 400px;
    max-height: 400px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 300px;
    max-height: 300px;
    margin-top: 83px;
  }
  .swiper-slide {
    height: 500px !important;
  }
  .new-banner-slider {
    height: 500px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .f-size-20 {
    font-size: 18px;
  }
  .mb-35px {
    margin-bottom: 20px;
  }
  .brand-content-wrapper h3.brand-name,
  .f-size-60 {
    font-size: 30px;
  }
  .Career-btn-wrapper a,
  .brand-content-wrapper p.brand-description,
  .moreless-button {
    font-size: 14px;
  }
  .passion-img-wrapper,
  footer.section-footer .footer-address-wrapper .footer-heading,
  footer.section-footer .footer-address-wrapper a p,
  footer.section-footer
    .our-brand-wrapper
    .footer-heading-wrapper
    h4.footer-heading,
  footer.section-footer
    .social-media-wrapper
    .footer-heading-wrapper
    h4.footer-heading {
    text-align: center;
  }
  .passion-img-wrapper img {
    height: 300px;
    width: 250px !important;
    padding-bottom: 12px;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-img-wrapper {
    top: 140px;
  }
  section.section-our-founders .founders-profile-block {
    margin: 40px 0 80px;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    top: 25%;
    left: -3%;
    max-width: 200px;
    max-height: 285px;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    right: -3%;
    max-width: 200px;
    max-height: 285px;
  }
  section.our-vision .ourvision-img-wrapper .main-image,
  section.section-philosophy .philosophy-img-wrapper .main-image {
    height: 570px;
  }
  .gallery_sec a img {
    height: 197px;
  }
  .section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    p {
    max-height: 185px;
  }
  .contact-form-head h3,
  section.achievement h3.achievement-title,
  section.achievement h3.achievement-title span {
    font-size: 25px;
  }
  .thyme-content-wrapper p {
    padding: 20px;
    margin-top: -92px;
    font-size: 15px;
    width: 388px;
  }
  .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 451px;
    width: 48%;
  }
  .thyme-mid-wrapper {
    left: 49%;
  }
  .thyme-mid-wrapper p {
    text-align: justify;
    padding: 1px 10px;
  }
  .thyme-whisk-p-img-wrapper p {
    margin: 0 !important;
  }
  .img-block-wrapper-2 .second-img,
  .thyme-whisk-menu .img-block-wrapper-2 .first-img {
    width: 195px;
    height: 228px;
  }
  .thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 467px;
    width: 44%;
  }
  .gallery-slider .gallery-thumbs .swiper-slide {
    width: 350px;
    height: 261px !important;
    text-align: center;
    overflow: hidden;
    opacity: 1;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 407px;
    width: 79%;
  }
  .img-block-wrapper-2 .second-menu {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .every-bite-wrapper .img-block-wrapper-1 {
    width: 100%;
  }
  .every-bite-wrapper .img-block-wrapper-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .every-bite-wrapper-1 .img-block-wrapper-2 .first-img,
  .every-bite-wrapper-1 .img-block-wrapper-2 .second-img {
    width: 190px;
  }
  .thyme-whisk-img-wrapper img {
    height: 200px;
    margin-top: 164px;
    width: 200px;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-content-wrapper
    .profile-discription-wrapper
    p.profile-description {
    max-height: 50px;
  }
  .section-our-brands .brand-slide .brand-content-wrapper p {
    max-height: 75px;
  }
  footer.section-footer .footer-logo-wrapper {
    display: flex;
    justify-content: center;
  }
  footer.section-footer .footer-brand-logo-wrapper {
    justify-content: center;
    margin-bottom: 30px;
  }
  footer.section-footer .footer-food-dish-wrapper {
    margin-bottom: 30px;
  }
  footer.section-footer .social-media-wrapper .footer-link-wrapper ul {
    justify-content: center;
  }
  .mad-doh-para-3-content-wrapper {
    margin: 55px -8px 0 81px;
    position: relative;
    z-index: 0;
  }
  .f-size-25 {
    font-size: 20px;
  }
  .mad-doh-para-2-content-wrapper.aos-init.aos-animate {
    margin: 0 -150px 0 0;
  }
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img {
    width: 220px !important;
    height: 325px !important;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 216px !important;
    height: 249px !important;
  }
  .mad-doh-para-4-p {
    margin-right: -16px !important;
  }
  .mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 508px !important;
    width: 44%;
  }
  .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 338px !important;
    width: 44%;
  }
  .mad-doh-para-2-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 660px !important;
    width: 35%;
  }
  .mad-doh-8-para-wrapper,
  .mad-doh-para-10-para-wrapper {
    padding: 20px !important;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 295px;
    height: 300px;
  }
  .acheivment-award-video-wrapper video {
    width: 57%;
  }
  .contact-form-text h2 {
    font-size: 45px;
  }
  .contact-form-write {
    right: 55px;
    bottom: 33px;
    height: 86%;
  }
  .contact-form-write input {
    height: 28px;
    font-size: 14px;
  }
  textarea#contactMessage {
    height: 64px;
    font-size: 14px;
  }
  .form_field {
    padding-bottom: 17px;
  }
  .section-btn {
    padding: 11px 18px;
  }
  .contact-button a {
    font-size: 14px;
    margin: 0;
  }
  .career-form-wrapper input#contactName {
    height: 50px;
    font-size: 17px;
  }
  .career-form-wrapper textarea#contactMessage {
    height: 64px;
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
    .brand-mb-view{
    display: none;
  }
  .our-journey-section .img-block-wrapper-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 55%;
}
  body header .header-content-wrapper navbar.navbar-list-warpper.menu {
    transform: translateX(100%);
  }
  body header .header-content-wrapper .social-link-wrapp,
  body
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list,
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper::before {
    display: none;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .navbar-list {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 2;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
    background-color: #6a4362;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp {
    display: flex;
    border-left: none;
    margin-top: 20px;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper {
    background-color: #dbb595;
  }
  body.menu-open
    header
    .header-content-wrapper
    navbar.navbar-list-warpper.menu
    .social-link-wrapp
    .social-link-wrapper
    a {
    color: #000;
  }
  .banner-model-wrapper .model-one img {
    max-width: 500px;
    max-height: 450px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 400px;
    max-height: 380px;
    margin-top: 65px;
  }
  .swiper-slide {
    height: 540px !important;
  }
  .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 50px;
  }
  .new-banner-slider {
    position: relative;
    height: 450px;
  }
  .mb-35px {
    margin-bottom: 15px;
  }
  body {
    font-size: 16px !important;
  }
  .section-mpr .passion-content p {
    font-size: 13px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-brand-introduction
    .brand-introduction-wrapper
    .brand-content-wrapper
    p {
    max-height: 138px;
  }
  .Career-btn-wrapper a,
  .moreless-button {
    font-size: 14px;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    right: 0;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    top: 25%;
    left: 0;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-img-wrapper {
    top: 20% !important;
  }
  .section-our-brands .brand-slide .brand-content-wrapper p {
    max-height: 120px;
  }
  section.section-our-founders
    .founders-profile-block
    .profile-block-content-wrapper
    .profile-discription-wrapper
    p.profile-description {
    max-height: 48px;
  }
  header .header-content-wrapper .logo-wrapper .logo-link img {
    max-width: 290px;
    height: 90px;
  }
  .gallery_sec img {
    height: 200px;
  }
  .our-journey-content-wrapper p,
  .quality-content-wrapper p,
  .thyme-whisk-story-content-wrapper p {
    font-size: 20px;
  }
  .our-brand-wrapper .footer-link-wrapper ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  section.achievement h3.achievement-title {
    font-size: 34px;
  }
  section.achievement h3.achievement-title span {
    font-size: 26px;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 292px;
    height: 237px;
  }
  .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 485px;
    width: 44%;
  }
  .thyme-mid-wrapper {
    margin: 0 !important;
  }
  .thyme-mid-wrapper p {
    text-align: justify;
    padding: 23px;
  }
  .thyme-whisk-menu .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 487px;
    width: 44%;
  }
  .thyme-whisk-menu .our-journey-img-wrapper {
    margin-top: 20px;
  }
  .img-block-wrapper-2 .second-img,
  .thyme-whisk-menu .img-block-wrapper-2 .first-img {
    width: 255px;
    height: 238px;
  }
  .our-journey-section
    .our-journey-img-wrapper
    .img-block-wrapper-2
    .second-img {
    width: 291px;
    height: 238px;
  }
  .thyme-content .our-journey-img-wrapper .img-block-wrapper-2 .first-img,
  .thyme-content .our-journey-img-wrapper .img-block-wrapper-2 .second-img {
    width: 280px;
    height: 239px;
  }
  .quality-section .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 511px;
    width: 63%;
  }
  .img-block-wrapper-2 .second-menu {
    width: 115px;
    height: 115px;
    border-radius: 50%;
  }
  .every-bite-wrapper .img-block-wrapper-1 {
    width: 100%;
  }
  .every-bite-wrapper .img-block-wrapper-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .every-bite-wrapper-1 .img-block-wrapper-2 .first-img,
  .every-bite-wrapper-1 .img-block-wrapper-2 .second-img {
    width: 240px;
  }
  .mad-doh-para-2-content-wrapper.aos-init.aos-animate {
    margin: 0 -194px 0 0;
    position: relative;
    z-index: 0;
  }
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img {
    width: 298px !important;
    height: 359px;
  }
  .mad-doh-para-3-content-wrapper {
    margin: 120px 80px 0 0;
  }
  .mad-para-3-p p {
    padding: 20px;
  }
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .first-img,
  .mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .second-img {
    width: 300px !important;
    height: 300px !important;
  }
  .mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
    height: 610px !important;
    width: 44%;
  }
  .mad-journey-img-wrapper .img-block-wrapper-1 {
    height: 460px;
    width: 44%;
  }
  section.section-locations .col-lg-3,
  section.section-locations .col-md-4,
  section.section-locations .col-sm-6 {
    margin-bottom: 30px;
    width: 33.33%;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 400px;
    height: 355px;
  }
  .contact-form-write {
    background: #fff;
    padding: 30px;
    position: absolute;
    width: 46%;
    right: 73px;
    bottom: 27px;
    height: 79%;
  }
  .career-form-wrapper input#contactName {
    height: 50px;
    font-size: 17px;
  }
  .career-form-wrapper textarea#contactMessage {
    height: 64px;
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .brand-mb-view{
    display: none;
  }
  .our-journey-section .img-block-wrapper-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 45%;
}

  .humberger-menu-wrapper,
  body header .header-content-wrapper .humberger-menu-wrapper,
  body
    header
    .header-content-wrapper
    .navbar-list-warpper.menu
    .social-link-wrapp {
    display: none;
  }
  header .header-content-wrapper navbar.navbar-list-warpper .navbar-list {
    gap: 25px;
  }
  header .header-content-wrapper .logo-wrapper .logo-link img {
    max-width: 200px;
    height: 85px;
  }
  .banner-model-wrapper .model-two img {
    max-width: 500px;
    max-height: 430px;
    margin-top: 70px;
  }
  .banner-model-wrapper .model-one img {
    max-width: 500px;
    max-height: 500px;
  }
  .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 55px !important;
  }
  .swiper-slide {
    height: 615px !important;
  }
  .new-banner-slider {
    height: 615px;
  }
  .f-size-20 {
    font-size: 18px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .profile-block-img-wrapper img {
    width: 240px !important;
    height: 240px;
  }
  .f-size-85 {
    font-size: 60px;
  }
  .f-size-60,
  section.achievement h3.achievement-title {
    font-size: 35px;
  }
  .mb-35px {
    margin-bottom: 20px;
  }
  section.our-vision .ourvision-img-wrapper img.second-img {
    top: 25%;
    left: 3%;
  }
  section.section-philosophy .philosophy-img-wrapper img.second-img {
    top: 24%;
    right: 3%;
  }
  .img-block-wrapper-2 .first-img,
  .img-block-wrapper-2 .second-img {
    width: 288px !important;
    height: 280px;
  }
  .achievement-award .acheivment-award-img-wrapper img {
    width: 420px;
    height: 432px;
  }
  .acheivment-award-logo-h2-wrapper h2 {
    margin-bottom: 30px;
  }
  .career-form-wrapper input#contactName {
    height: 50px;
    font-size: 17px;
  }
  .career-form-wrapper textarea#contactMessage {
    height: 80px;
    font-size: 18px;
  }
}
.contact-icons,
.contact-icons i {
  display: flex;
  justify-content: center;
}
@media (min-width: 1600px) and (max-width: 1800px) {
    .brand-mb-view{
    display: none;
  }
  .f-size-85 {
    font-size: 80px;
  }
  .section-padding {
    padding: 85px 0;
  }
  .gallery_sec {
    margin-bottom: 100px;
  }
}
@media (min-width: 1500px) and (max-width: 1920px) {
    .brand-mb-view{
    display: none;
  }
  .f-size-85 {
    font-size: 80px;
  }
  .section-padding {
    padding: 85px 0;
  }
  body header .header-content-wrapper .humberger-menu-wrapper,
  body
    header
    .header-content-wrapper
    .navbar-list-warpper.menu
    .social-link-wrapp {
    display: none;
  }
  .acheivment-award-video-wrapper video {
    width: 51%;
  }
  .acheivment-award-logo-h2-wrapper h2 {
    margin-bottom: 30px;
  }
  .career-form-wrapper textarea#contactMessage {
    height: 125px;
    font-size: 18px;
  }
          .mad-doh-para-4 .mad-journey-img-wrapper, .our-journey-section .our-journey-img-wrapper, .tribes-para-3-img-wrapper .mad-journey-img-wrapper {
    display: flex;
    gap: 10px;
    justify-content: end;
}
}
@media (min-width: 1920px) and (max-width: 2500px) {
    .brand-mb-view{
    display: none;
  }
        .mad-doh-para-4 .mad-journey-img-wrapper, .our-journey-section .our-journey-img-wrapper, .tribes-para-3-img-wrapper .mad-journey-img-wrapper {
    display: flex;
    gap: 67px;
    justify-content: end;
}
  body header .header-content-wrapper .humberger-menu-wrapper,
  body
    header
    .header-content-wrapper
    .navbar-list-warpper.menu
    .social-link-wrapp {
    display: none;
  }
}
#button {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  color: #dbb595;
}
#button.show,
.nav-list li.with-submenu:hover .submenu,
.sidebar-open .overlay {
  opacity: 1;
  visibility: visible;
}
.contact-bg-banner {
  background-image: url(../images/web-site/5\ \(2\).avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}

.contact-info-content {
  padding: 40px;
  height: 300px;
  margin-top: 125px;
  z-index: 1;
  background: #838d50;
  position: relative;
}
.contact-icons {
  margin-top: -98px;
  color: #dbb595;
}
.contact-icons i {
  border: 1px solid #dbb595;
  border-radius: 50%;
  background-color: #fff;
  width: 120px;
  height: 120px;
  align-items: center;
}
.contact-info-section {
  margin-top: -260px;
}
.contact-form-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
.contact-form-write {
  background: #fff;
  padding: 30px;
  position: absolute;
  width: 46%;
  right: 126px;
  bottom: 35px;
  height: 79%;
}
.contact-form-head i {
  margin-left: 10px;
  color: #dbb595 !important;
}
.contact-form-write input[type="email"],
.contact-form-write input[type="phone"],
.contact-form-write input[type="text"],
.contact-form-write textarea {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 15px;
  transition: 0.4s;
  color: #dbb595;
  outline: 0;
}
.contact-form-head .h3 {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #081316;
}
.contact-form-write form {
  margin-top: 40px;
}
.form_field {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.contact-form-write input[type="email"],
.contact-form-write input[type="phone"],
.contact-form-write input[type="text"] {
  height: 69px;
  border-bottom: 1px solid #dbb595;
  line-height: 180%;
}
.error {
  font-size: 12px;
  line-height: 14px;
  color: #c86868;
  position: absolute;
  bottom: 3px;
  left: 15px;
}
.carrier-section,
.our-team-bg-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
[hidden] {
  display: none !important;
}
.contact-form-write textarea {
  height: 150px;
  border-bottom: 1px solid #898989;
}
.career-form-wrapper form ul li,
.contactform ul li,
ul.submenu-inner {
  list-style: none;
}
.contact-button a {
  font-size: 16px;
  margin: 0;
}
.Career-btn-wrapper a,
.nav-list li a {
  font-size: 18px;
  color: #fff;
}
.conatct-us-h1-wrapper h1 {
  margin-bottom: 221px;
}
.contact-content-img-wrapper {
  display: flex;
  gap: 40px;
}
.contact-content-img-wrapper .thirsty-img img {
  height: 425px;
  width: 225px;
}
.our-team-banner-padding {
  padding: 275px 0 100px;
}
.our-team-bg-banner {
  background-image: url(../images/our-team-bg-banner.png);
}
.our-team-content-wrapper {
  padding: 30px;
}
.our-team-wrapper {
  border: 5px solid #dbb595;
  padding: 20px;
  border-radius: 10px;
}
.career-form-section textarea#msg,
.career-form-wrapper input.form-control {
  border-bottom: 1px solid #dbb595;
  border-top: 0;
  border-left: 0;
  border-right: 0px;
  padding: 10px 15px;
  transition: 0.4s;
  color: #dbb595;
  outline: 0;
  border-end-end-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
  width: 100%;
}
.carrier-section {
  background-image: url(../images/location/ec\ blr.avif);
}
.career-form-wrapper input.form-control {
  height: 60px;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 30px;
}
.career-form-section textarea#msg {
  height: 140px;
  font-size: 20px;
}
.career-form-section input#submitButton {
  font-size: 20px;
  border: none;
  font-weight: 500;
}
.location-card {
  background-color: #fff;
  height: 100%;
}
.location-card-content-wrapper {
  padding: 10px;
}
.location-hours-wrapper {
  display: flex;
  gap: 35px;
  justify-content: center;
}
p.left-line::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 2px;
  height: 100%;
  background-color: #dfad85;
}
#mad-doh .img-block-wrapper-2 .first-img::after,
#mad-doh .img-block-wrapper-2 .second-img::after,
#mad-doh
  .mad-doh-para-2-img-wrapper
  .our-journey-img-wrapper
  .img-block-wrapper-1::after,
#mad-doh .mad-journey-img-wrapper .img-block-wrapper-1::after,
#mad-doh .our-journey-img-wrapper .img-block-wrapper-1::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: transparent;
  border: 5px solid #838d50;
}
.mad-doh-para-4-p {
  border: 5px solid #838d50;
  padding: 20px;
  position: absolute;
  margin-right: -100px;
  z-index: 1;
  background-color: #f8f5e2;
}
.mad-doh-8-para-wrapper,
.mad-doh-para-10-para-wrapper {
  background-color: #f8f5e2;
  padding: 30px;
  border: 5px solid #838d50;
  z-index: 1;
  position: absolute;
}
.mad-doh-8-para-wrapper {
  margin-right: -60px;
}
.mad-doh-para-10-para-wrapper {
  margin-right: -90px;
}
.mad-doh-para-5-img-wrapper .our-journey-img-wrapper .img-block-wrapper-1 {
  height: 655px;
  width: 44%;
}
.mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .first-img,
.mad-doh-para-5 .mad-doh-para-5-img-wrapper .img-block-wrapper-2 .second-img {
  width: 400px;
  height: 323px;
}
.mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .first-img,
.mad-doh-para-2 .mad-doh-para-2-img-wrapper .img-block-wrapper-2 .second-img {
  width: 400px;
  height: 359px;
}
.mad-doh-para-11-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1:hover
  img,
.mad-doh-para-11-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1:hover
  video,
.mad-doh-para-5
  .mad-doh-para-5-img-wrapper
  .img-block-wrapper-2
  .first-img:hover
  video,
.mad-doh-para-5
  .mad-doh-para-5-img-wrapper
  .img-block-wrapper-2
  .second-img:hover
  video,
.mad-doh-para-6-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1:hover
  video,
.mad-doh-para-7-video-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1:hover
  video,
.mad-doh-para-8-img-wrapper
  .mad-journey-img-wrapper
  .img-block-wrapper-1:hover
  video,
.mad-journey-img-wrapper .img-block-wrapper-1:hover video {
  transform: scale(1.1);
  transition: 0.5s;
}
.our-team-content-wrapper,
.our-team-content-wrapper-bobby {
  position: relative;
  z-index: -1;
}
.header,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
}
.our-team-content-wrapper::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 840px;
  margin-left: -152px;
  background-color: transparent;
  border: 5px solid #dbb595;
  z-index: 1;
}
.our-team-content-wrapper-bobby::after {
  content: "";
  position: absolute;
  bottom: -73px;
  width: 818px;
  background-color: transparent;
  border: 5px solid #dbb595;
  z-index: 1;
}
.jain-food .jain-img-wrapper img {
  width: 57px;
  height: 77px;
  margin-top: 10px;
}
.jain-food p {
  margin-top: 30px;
  margin-left: -3px;
  font-size: 20px;
}
.veg-food-img-wrapper img {
  width: 77px;
  height: 80px;
}
.veg-food p {
  margin-top: 33px;
  font-size: 20px;
  margin-left: -5px;
}
.jv-logo-sec {
  display: flex;
  gap: 20px;
}
.mad-para-9-p {
  border: 5px solid #838d50;
  padding: 20px;
}
.logo-wrap img {
  max-width: 200px;
  height: 50px;
}
.sidebar-open {
  overflow: hidden;
}
.overlay {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s;
}
.header {
  padding: 10px 0;
  background-color: #4b1d41;
  z-index: 99;
  width: 100%;
  height: 80px;
}
.logo {
  color: #fff;
  font-size: 36px;
}
.row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-list li {
  padding: 0 10px;
}
.nav-list li a {
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  display: block;
}
.nav-list li a::after {
  content: "";
  background-color: #b58c67;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s linear;
}
.nav-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-list li.with-submenu {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-list li.with-submenu > a {
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.nav-list li.with-submenu::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: 0;
  margin-bottom: 5px;
  transition: 0.3s;
  margin-right: 4px;
}
.nav-list li.with-submenu:hover::after {
  transform: rotate(225deg);
  margin-top: 10px;
}
.nav-wrap ul li a:hover {
  color: #b58c67;
}
.nav-list li.with-submenu .submenu {
  display: none;
  list-style-type: none;
  padding: 20px;
  width: 250px;
  height: 308px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 100%;
  color: #fff;
  background: #4b1d41;
  border-radius: 10px;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav-list li.with-submenu .submenu a {
  color: #fff;
  display: block;
  padding: 8px 15px;
  transition: 0.3s;
  font-size: 16px;
}
.nav-list li.with-submenu .submenu a:hover {
  color: #b58c67;
  background-color: rgba(49, 20, 50, 0.3);
}
.hamburger {
  display: none;
  z-index: 99;
}
.hamburger .line {
  width: 25px;
  height: 1.5px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
  width: 15px;
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:first-child {
  -webkit-transform: translateY(6.5px) rotate(45deg);
  -ms-transform: translateY(6.5px) rotate(45deg);
  -o-transform: translateY(6.5px) rotate(45deg);
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-45deg);
  -ms-transform: translateY(-6.5px) rotate(-45deg);
  -o-transform: translateY(-6.5px) rotate(-45deg);
  transform: translateY(-6.5px) rotate(-45deg);
}
@media (max-width: 991px) {
  .nav-list,
  .nav-wrap {
    opacity: 0;
    visibility: hidden;
  }
  .nav-wrap.is-open,
  .nav-wrap.is-open .nav-list {
    opacity: 1;
    visibility: visible;
  }
  .nav-list li a,
  .nav-list li.with-submenu .submenu li a {
    display: inline-block;
    padding: 2px 0;
  }
  .logo-wrap img {
    height: 40px !important;
  }
  .header {
    padding: 10px 0;
    height: 80px;
  }
  .nav-wrap.is-open ul {
    padding: 0 !important;
  }
  .hamburger,
  .nav-list li.with-submenu,
  .nav-list li.with-submenu .submenu li a::after {
    display: block;
  }
  .nav-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    transform: translateX(100%);
    background-color: #4b1d41;
    transition: 0.5s linear;
    max-width: 300px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .nav-wrap.is-open {
    transform: translateX(0);
    right: 0;
    top: 80px;
    z-index: 9;
    width: 65%;
    align-items: start;
  }
  .nav-list {
    flex-direction: column;
    align-items: unset;
    transition-delay: 0.5s;
    transition-duration: 1s;
    transition-property: all;
    padding: 10px;
  }
  .nav-list li,
  .nav-list li.with-submenu .submenu li {
    padding: 7px 10px;
  }
  .nav-list li a {
    color: #fff;
    text-align: left;
  }
  .nav-list li a::after {
    background-color: #b58c67;
  }
  .nav-list li.with-submenu::after {
    border-color: #fff;
    right: 10px;
    top: 12px;
  }
  .nav-list li.with-submenu:hover::after {
    transform: rotate(45deg);
    margin-top: 0;
  }
  .nav-list li.with-submenu.is-open::after {
    transform: rotate(225deg);
    margin-top: 5px;
  }
  .nav-list li.with-submenu .submenu {
    position: static;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    display: none;
    transition: auto;
  }
  .nav-list li.with-submenu .submenu li:hover a {
    background-color: transparent;
  }
}


.biryani-img-wrapper-1{
    display: flex;
    gap: 10px;
}
.biryani-img-wrapper-1 .img-block-wrapper-2 img{
    width: 100%;
}
.biryani-img-wrapper-1 .img-block-wrapper-1{
    width: 44%;
    height: 568px;
    position: relative;
    overflow: hidden;
}
.biryani-img-wrapper-1 .img-block-wrapper-1::after{
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: transparent;
    border: 5px solid #dbb595;
}
.biryani-img-wrapper-1 .img-block-wrapper-1 img{
    height: 100%;
    width: 100%;
    transition: 0.5s;
    object-fit: cover;
}
.biryani-color{
    color: #732918;
}
.padding-head{
    padding-bottom: 25px;
}
.biryani-img-wrapper-1 .img-block-wrapper-1:hover img{
    transform: scale(1.1);
    overflow: hidden3e;
}
.biryani-h2-wrapper h5{
    font-size: 35px;
}

/* banner */
.biryani-banner-wrapper img {
    object-fit: cover;
    width: 100%;

}
.noodle-banner-wrapper img{
  object-fit: cover;
  width: 100%;
}
.burger-banner-wrapper img{
  object-fit: cover;
   width: 100%;
   height: 100%;
}
.burger-banner-wrapper {
    margin-top: 75px;
}
.shakes-banner-wrapper img{
  object-fit: cover;
   width: 100%;
   height: 100%;
}
/* .banner-margin{
  margin-top: 35px;
} */
section.new-banner {
    margin-top: 60px;
}
body#the-biryani-madness {
    background: #e5e0cc !important;
}
body#noodle-rush {
    background: #fff !important;
}
body#the-burger-up {
    background: #f7f3bb !important;
}
.text-burger {
    color: #132889;
}
body#the-shakes-and-fizz {
    background: #fff !important;
}
.shake-color{
  color: #bf762d;
}
.passion-img-wrapper img {
    height: 535px;
}

.acheivment-award-logo{
    margin: 20px 0;
}