/**
* Template Name: Yummy
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
/* :root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;
} */

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-padding-top: 130px;
}

body {
  font-family: var(--font-default);
  color: var(--color-default);
  /* background-color: #f4f4f4; */
}
body,
main {
  width: 100%;
  min-width: 100%;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
/* p {
  color: #000 !important;
} */
a:hover {
  color: #ec2727;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  /* padding: 190px; */
  /* display: inline; */
  padding-top: 0% !important;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
  color: black;
}

.section-header p span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 5px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo-icon#logo {
  height: 100px;
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Media query for desktop screens */
@media only screen and (min-width: 1280px) {
  .logo-icon#logo {
    margin-left: 70px;
    margin-top: 0px;
    height: 100px;
  }
}
/* ------------------------------------------------------------------------------- */

.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* border-bottom: 1px solid #fff; */
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 400px;
  margin-right: 6px;
}

/* .logo-icon#logo {
  height: 150px;
  width: auto;
} */

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;

  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

#book-a-table {
  padding-bottom: 0px !important;
}

section {
  scroll-margin-top: 90px;
}
header {
  display: block;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    /* font-size: 16px; */
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    /* font-size: 12px; */
    line-height: 0;
    margin-left: 5px;
  }

  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: -100px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    /* font-size: 15px; */
    text-transform: none;
    font-weight: 600;
  }

  /* .navbar .dropdown ul a i {
    font-size: 12px;
  } */

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 150%;
    left: calc(-100% - 30px);
    /*left: 0;*/
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
@media(min-width: 2000px){
  .navbar .dropdown .dropdown ul {
  left: -71% !important;
}
}
@media(min-width: 2200px){
  .navbar .dropdown .dropdown ul {
  left: -71% !important;
}
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -100%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  padding: 100px;
}

.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  /* font-family: var(--font-secondary); */
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(
    var(--color-primary) 50%,
    rgba(206, 18, 18, 0.4) 52%
  );
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #33d6ff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #33d6ff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #33d6ff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-counter p {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  background-size: cover;
  padding: 100px 0;
  /* background-color: white; */
  color: #ffffff;
  /* color: #000; */
}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 700px) {
  .stats-counter .stats-item span {
    font-size: 1.5rem;
  }
  .stats-counter .stats-item p {
    font-size: 1.5rem;
  }
  .stats-counter .stats-item {
    /* padding: ; */
    width: auto;
  }
}
.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  /* color: rgba(255, 255, 255, 0.6); */
  color: #ffffff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

/* ------------------------btn------------------------------ */

#order-now-button {
  padding: 10px !important;
  border-radius: 25px !important;
  background-color: yellow;
  color: black !important;
  font-size: 18px !important;
  font-weight: 900;
}

/* -----------------------end btn------------------------------- */

/* .menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: #f8bd17;
}

.menu .nav-link.active {
  color: #f8bd17;
  border-color: #f8bd17;
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*-------------------------------------------------------------- */
#Testimonials
  Section
  --------------------------------------------------------------*/
  .testimonials
  .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}
/* 
.swiper-pagination-bullet {
  background-color: #fff !important;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background-color: #ffc107 !important;
} */

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
/* .events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
} */

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.chefs .chef-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
  padding: 12px 15px;
}

.book-a-table .php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
/* .contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
} */

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

/* .contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
} */

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

/* .contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
} */

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

/* .contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
} */

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

/* .contact .php-email-form input {
  height: 48px;
} */

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: 100px;
  /* min-height: 60vh; */
  padding: 160px 0 60px 0;
  margin-top: 126px;
  /* margin-bottom: 500%; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* height: 150px; */
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #0c0942;
  /* padding: 50px 0; */
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 2%;
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.navbar-container {
  /* position: relative;  */
  margin-top: 70px;
}

.horizontal_stripes {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  width: 100vw;
  background-color: transparent;
}

.horizontal_stripes > .marker {
  /* width: 9000px; */
  height: 8px;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

/* Your stripe colors */
.one {
  background-color: #be2230;
}
.two {
  background-color: #f8bd17;
}
.three {
  background-color: #27a5df;
}

.box {
  background-color: #28a4dc;
  /* padding: 30px; */
}

/* --------------------------------------------------------------------------- */
.box-style {
  display: flex;
  left: 190px;
}

.box-style#boxstyle {
  grid-column: 30px;
  padding: 0;
}

.boxx {
  background-color: #be2230;
  width: 20px;
  padding: 2vh;
  margin: 20px 5px;
  margin-left: 0px !important;
}
.boxx2 {
  background-color: #f8bd17;
  width: 20px;
  padding: 2vh;
  margin: 20px 5px;
  column-gap: 10vh;
}

.boxx3 {
  background-color: #27a5df;
  width: 20px;
  padding: 2vh;
  margin: 20px 5px;
}

/* ---------------------------------------------------------- */
.about-background-image {
  /* display: flex; */
  padding-top: 3px;
  height: 400px;
}

.about-img {
  display: flex;
  flex-wrap: nowrap;
  /* margin: 25px; */
  margin-top: 1px;
}

.about-img div {
  width: 150px;
  height: 950px;
  overflow: hidden;
  object-fit: contain;
}

.emaly {
  width: 150px;
  margin: 10px;
}

.img-artist {
  width: 150px;
}

.natally {
  width: 150px;
  margin: 10px;
}
.rose {
  width: 150px;
  margin: 10px;
}

.history {
  text-align: justify;
  /* padding-left: 10px;
  padding-right: 180px;
  margin-top: 15px;
  text-size-adjust: 8px; */
}
/* ------------------------------------------------------------------------ */

.comp-vission-mission {
  background-color: #1e2553;
  /* margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 100px; */
  color: white;
  display: flex;
  /* height: 500px; */
}
.vission {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 50px;
}
.mission {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 50px;
}
/* -------------------------------------------------------------------------------------- */

.design {
  display: flex;
  margin-bottom: -50px;
  margin-top: -50px;
  margin-left: 80%;

  /* need position to right with margin right */
}

.design#boxstyle- {
  grid-column: 30px;
  padding: 0;
}

.style1 {
  background-color: #be2230;
  width: 60px;
  height: 60px;
  padding: 20px;
  margin: 20px 5px;
  margin-left: 0px !important;
}
.style2 {
  background-color: #f8bd17;
  width: 60px;
  height: 60px;
  padding: 20px;
  margin: 20px 5px;
  column-gap: 10vh;
}

.style3 {
  background-color: #27a5df;
  width: 60px;
  height: 60px;
  padding: 20px;
  margin: 20px 5px;
}

/* ------------------------------------- */

.menu-items {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.menu-items > .top {
  text-align: center;
  height: 165px !important;
  background: #fff;
}

.menu-items > .bottom {
  display: flex;
  text-align: center;
  height: 165px !important;
  background: rgb(0, 153, 255);
  border-radius: 0 0 10px 10px;
}

.menu-items > .bottom > div {
  align-self: flex-end;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}
.menu-items > .top > a > img {
  border-radius: 50%;
  transform: translateY(50px);
  width: 200px;
  height: 200px;
}
/*  */
.footer-a {
  background-color: red;
  height: 40px;
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* stores */

.swiper-slide {
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin: 0 40px;
}

.center-slide {
  transform: scale(1.2);
  gap: 5px;
  z-index: 1;
}

.next-slide,
.prev-slide {
  transform: scale(0.8);
}

/* biggs banner */
.test {
  text-align: center;
  /* font-size: 24px; */
  height: 100px;
  /* padding-top: 25px; */
}
.test p {
  color: white;
}

/* biggs history */
#biggs_history p {
  color: black;
}

/* vission mission */
#vission_mission p {
  color: white;
}

/* franchise */
#franchise p {
  color: black;
}
#franchise_banner p {
  color: black !important;
}

/* franchise_store_gallery */
#franchise_store_gallery p {
  color: black;
}

/* Event Gallery */
#events p {
  color: #000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black; /* Change this to the desired color */
  border-radius: 50%;
}

.carousel-item {
  transition: opacity 0.5s ease-out;
}
.carousel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel-control-prev,
.carousel-control-next {
  filter: invert(1); /* Inverts the color of the default icons */
}
#carouselExampleControls {
  max-width: 100%;
  max-height: 1000px;
  overflow: hidden;
  background-color: #fff;
}

/* carousel images */
#carouselExampleControls .carousel-inner .carousel-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.carousel-item img {
  width: 100%;
  height: auto;
}

.dropdown-content {
  /*  position: fixed;*/
  display: none;
}

.dropdown-content a {
  display: block;
  color: black;
  background-color: lightblue;
  text-align: center;
  position: static;

  background-color: #f9f9f9;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media (max-width: 900px) {
  /* #carouselExampleControls {
    margin-top: 1vh;
  } */
}
@media (max-width: 700px) {
  /* #carouselExampleControls {
    margin-top: 3.5vh;
  } */
}
/* .logo-icon#logo {
  height: 105px;
  margin-top: -10px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
} */

/* ------------------------------------------------------------------------------- */

.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* border-bottom: 1px solid #fff; */
}

/* @media (max-width: 575px) {
              .header {
                  height: 70px;
              }
          } */

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 400px;
  margin-right: 1px;
  margin-top: -2%;
}

/* .logo-icon#logo {
  height: 140px;
  width: auto;
  margin-top: -1%;
} */

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;

  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

#book-a-table {
  padding-bottom: 0px !important;
}

section {
  scroll-margin-top: 90px;
}

header {
  display: block;
}

.horizontal_stripes1 {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  background-color: white;
}

.marker {
  /* width: 8000px;
          margin-left: -5%; */
  height: 25px !important;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

/* Your stripe colors */
.one {
  background-color: #0c0942;
}

.two {
  background-color: #0c0942;
}

.three {
  background-color: #0c0942;
}

.box {
  background-color: #28a4dc;
  /* padding: 30px; */
}
.hero-banner {
  margin-top: 3vh;
}
.owl-nav .owl-next {
  /* position: absolute; */
  margin-right: 0px;
}
.owl-nav .owl-prev {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .hero-banner {
    margin-top: 6vh;
  }
  .owl-nav .owl-next {
    top: -60px;
  }
  .owl-nav .owl-prev {
    top: -60px;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    font-size: 0.5rem !important;
  }
}
@media (max-width: 1200px) {
  .hero-banner {
    margin-top: 1vh;
  }
}
@media (max-width: 482px) {
  .owl-nav .owl-next {
    top: -100px;
  }
  .owl-nav .owl-prev {
    top: -100px;
  }
}
@media (max-width: 400px) {
  #biggs_banner {
    font-size: 0.9rem;
  }
}
@media (max-width: 500px) {
  .menuNavigation {
    font-size: 0.8rem;
  }
}
.img-cover {
  height: 100%; /* Ensures the image covers the height of its container */
  width: 100%; /* Ensures the image covers the width of its container */
  object-fit: cover; /* Ensures the image covers the container, maintaining aspect ratio and cropping if necessary */
  object-position: center; /* Centers the image within its container */
}

@media (max-width:820px){
    .font5{
        font-size:.8rem;
    }
}
@media (max-width:480px) {
    .font8{
      font-size:.7rem;
    }
    .font5{
      font-size:.4rem;
    }
}
@media(min-width: 768px){
  .py-md-2{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1000px) {
  .aboutText {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .historyText {
    font-size: 0.85rem;
  }
}
.flash-message {
  position: fixed;
  top: 60px;
  left: 25%;
  width: 55%;
  padding: 15px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.5s ease, box-shadow 0.3s ease;
}
.flash-message:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.flash-message.success {
  background-color: #28a745;
}
.flash-message.error {
  background-color: #dc3545;
}
.flash-message.info {
  background-color: #17a2b8;
}
.flash-message.warning {
  background-color: #ffc107;
}
.flash-message.hidden {
  display: none;
}
/* .menu-link:hover{
  cursor: pointer;
  border-bottom: rgb(190, 34, 48)
  ;
} */
.menu-link {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border: none !important;
}

.menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px; /* Adjust the height of the underline here */
  background-color: rgb(190, 34, 48); /* Set your preferred color */
  transition: width 0.3s ease-in-out; /* Adjust the duration and easing */
}

.menu-link:hover::after,
.menu-link.act::after {
  width: 100%;
}

/* .hidden-lg {
  display: none;
} */

.hidden-sm {
  display: none;
}
.hidden-sm-button {
  display: none;
}

/* Show items beyond 6 on larger screens */
@media (max-width: 992px) {
  .hidden-sm-button {
    display: block !important;
  }
}

/* Show items beyond 4 on smaller screens */
@media (min-width: 992px) {
  .hidden-sm {
    display: block !important;
  }
}
.owl-carousel .owl-item img {
  max-width: 100% !important;
}
#store-config {
  justify-content: center;
  display: flex;
}
.card-title {
  text-align: center;
  font-weight: bolder;
}
.card-title p {
  font-weight: bold;
}
.card-title {
  padding-top: 50px;
}

.card-active {
  margin-top: -50px;
}

#carousel-inner img {
  height: 255px;
}

#card {
  width: 380px !important;
}

.data-slide-to {
  position: absolute;
  padding-top: 340px;
  padding-left: 100%;
}

#carousel-indicators {
  bottom: -40px;
}

#carousel-indicators li {
  /* margin-bottom: 80px; */
  cursor: pointer;
}

#carousel-indicators .active {
  background-color: blue;
  border-color: blue;
}

#biggs_store p {
  color: black;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.5); /* Adjust as needed */
  color: #fff;
  padding: 20px; /* Increase padding for larger buttons */
  border-radius: 50%;
  cursor: pointer;
  font-size: 4rem !important;
  outline: none; /* Remove the default focus outline */
  border: none; /* Remove any default border */
}

.owl-nav .owl-prev {
  position: absolute;
  left: 10px; /* Adjust as needed */
}

.owl-nav .owl-next {
  position: absolute;
  right: 10px; /* Adjust as needed */
}
/* .card {
	max-height: 400px;
	overflow: hidden !important;
} */

.owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

.owl-stage .owl-item .card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owl-stage .owl-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owl-stage .owl-item .card-body .mt-auto {
  margin-top: auto; /* Align content to the bottom */
}
.owl-stage {
  height: 100px;
}

#store-carousel .owl-item {
  transform: scale(0.90); /* Smaller size for non-center items */
  transition: transform 0.3s ease; /* Smooth scaling transition */
  transform-origin: bottom center; /* Ensure scaling from the bottom */
  display: flex;
  justify-content: center;
  align-items: flex-end; /* Align items to the bottom */
}

#store-carousel .center-item {
  transform: scale(1.1); /* Scale up the center item */
  z-index: 10; /* Ensure the center item is on top */
  transition: transform 0.3s ease;
  transform-origin: bottom center; /* Ensure the scaling happens from the bottom */
}
/* Position relative to allow absolute positioning inside */
.position-relative {
  position: relative;
}

/* Overlay at the bottom of the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px; /* Padding for the text */
  /*color: white;*/
  /*z-index: 1;*/
}

/* Make sure text looks good and stays in line */
.overlay h4 {
  margin: 0;
}

.cardTypeA .name{
color: #1c214F !important;
}
.cardTypeA .price{
color: #2DA7dF !important;
}
.cardTypeB .name{
color: #ffffff !important;
}
.cardTypeB .price{
color: #FFCA05 !important;
}
.bg-biggs{
  background-color: #2DA7DF !important;
}
.bg-biggs2 {
  background-color: #1C214F !important;
}
.cover-img {
  height: 15rem; /* Fixed height */
  width: 100%; /* Flexible width */
  object-fit: cover; /* Ensures the image covers the entire container */
  object-position: center; /* Centers the image within its container */
  border-radius: 5px; /* Optional: If you want rounded corners */
}
@media (min-width: 1350px) {
  .cover-img{
    height: 20rem;
  };
}
.biggs-title{
  font-size:xx-large !important;
}
.text-biggs{
  color: #2DA7DF !important;
}
.text-biggs2{
  color: #1C214F !important;
}
.img-container {
  width: 100%; /* Full width of the container */
  height: 420px; /* Fixed height */
  overflow: hidden; /* Hide any overflow */
  border-radius: 5px; /* Optional for rounded corners */
}

.cover-img2 {
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  object-fit: contain; /* Scale to cover the container */
  object-position: center; /* Center the image */
}
.img-container {
  width: 100%;
  height: 15rem; /* Default height */
  overflow: hidden;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .img-container {
    height: 20rem; /* Larger height on medium screens */
  }
}

@media (min-width: 992px) {
  .img-container {
    height: 25rem; /* Even larger on large screens */
  }
}

.hoverLink:hover{
  text-decoration: underline !important;
  color: blue !important;
}