/**
* Template Name: Yummy
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", 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";
  --heading-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --nav-font: "Inter", sans-serif;
}



/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #7f7f90;
  /* The default color of the main navmenu links */
  --nav-hover-color: #f01c1c;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: var(--bg);
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #7f7f90;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #f01c1c;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

a:hover {
  cursor: pointer;
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headercolor);
  font-family: var(--heading-font);
  font-size: 2.5rem;
  font-weight: bolder;
}

.line {
  width: 100%;
  height: 2px;
  background-color: var(--headercolor);
  margin: 5px 0;
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 120px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--default-font);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 36px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--buttontextcolor);
  background: var(--butonbgcolor);
  font-size: 20px;
  padding: 8px 26px;
  margin: 0;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--buttontextcolor);
  background: color-mix(in srgb, var(--butonbgcolor), transparent 15%);
}

@media (max-width: 1200px) {

  .navmenu {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }

  .buttonfordesktop {
    display: none !important;
  }

  .buttonfornav {
    display: block !important;
    width: 63%;
  }
  .preloader {
    padding-right: 200px!important;
    padding-bottom: 200px;
  }
  .img-fluid {
    height: 300px!important;
 }
 .img-fluid-menu {
  height: 300px!important;
}
.aboutpadding {
  padding-top: 20px!important;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem!important;
}
.section-title p {
  font-size: 1.8rem!important;
}
.aboutuswelcomeline{
  font-size: 1.1rem!important;
}
#events-button{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  }
h3 {
    font-size: 24px!important;
}
.promo-content h3 {
  font-size: 24px!important;
}
.testimonials .testimonial-item h4 {
  font-size: 1.2rem!important;
 }
 .testimonials .swiper-wrapper {
  padding-top: 50px!important;
 }
 .testimonial-img {
  height: 150px!important;
}
.footer .row{
  margin-left: calc(1.5* var(--bs-gutter-x))!important;
}
.paddingleft {
  padding-left: 35px!important;
}
.paddingforsocialicon{
  padding-left: 20px!important;
}
}

.scrolled .header {
  background-color: var(--background);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.freedeliverymobile {
  display: none;
}

.carousel-caption {
  display: none;
}

.navmenu {
  padding-left: 50px;
  padding-right: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--navtextcolor);
    font-size: 20px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .navmenu > ul > li:hover {
    background-color: var(--nav-hover-color); /* Change to your preferred highlight color */
}

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--navtextcolor);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 2rem;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--navtextcolor);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 2rem!important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: var(--butonbgcolor);
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    /* background: rgba(33, 37, 41, 0.8); */
    background: var(--bg);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --heading-font: var(--default-font);
  color: var(--default-color);
  font-size: 1rem;
  padding: 40px 0;
  position: relative;
}

.footer .icon {
  color: var(--butonbgcolor);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color:var(--butonbgcolor);
}

.footer .address p {
  margin-bottom: 0px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--paginationbgcolor), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--paginationbgcolor), transparent 50%);
  margin: 15px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--butonbgcolor);
  border-color: var(--butonbgcolor);
}

.footer .copyright {
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}
.paddingleft{
  padding-left: 26px;
}
.paddingforsocialicon{
  padding-left: 0px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  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;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  background-color: var(--butonbgcolor);
}

.scroll-top i {
  font-size: 24px;
  color: var(--paginationbgcolor);
  line-height: 0;
 }

.scroll-top:hover {
  background-color: color-mix(in srgb,  var(--butonbgcolor), transparent 20%);
  color: var(--paginationbgcolor);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 12px;
}

.reservation-padding {
  padding-top: 20px;
  padding-left: 100px;
}

.paddingmenu {
  padding: 0px 0px !important;
}

.marginmenu {
  margin: 0px 0px !important;
  padding: 0px 0px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .freedeliverymobile {
    display: block;
  }

  .carousel-caption {
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    left: 40%;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  padding: 60px 50px 20px 50px;
  scroll-margin-top: 92px;
  overflow: clip;
}

.section-onlypadding {
  padding: 50px 50px;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 56px;
    padding:  20px 20px 0px 20px;
  }
  .hero{
    margin-top: 160px!important;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}


.margintoptestimonials {
  margin-top: 100px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--headercolor);
  margin: 10px 0 0 0;
  font-size: 2.5rem;
  font-weight: bolder;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

.bg-color-free {
  background-color: var(--surface-color) !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--buttontextcolor);
  background: var(--butonbgcolor);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--buttontextcolor);
  background: color-mix(in srgb, var(--buttontextcolor), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 500;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 1rem;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
#  Section
--------------------------------------------------------------*/
h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.book-a-table {
  text-align: center;
  border: 4px solid color-mix(in srgb, var(--default-color), transparent 30%);
  padding: 22px;
  margin-top: 120px;
  color: var(--headercolor);
}

.book-a-table h3 {
  font-family: var(--default-font);
  margin: 0 0 0 0;
  font-size: 24px;
}

.book-a-table p {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 2.5rem;
  margin: 0;
}

.fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.content ul {
  list-style: none;
  padding: 0;
}

.content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

 .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

 .content p:last-child {
  margin-bottom: 0;
}

.pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 15px;
  padding: 10px 5px;
  transition: 0.3s;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

@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(--default-font);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .nav-link.active {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-color);
}

.menu .tab-content .menu-item {
  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: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--default-font);
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--nav-font);
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--accent-color);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial-img {
  height: 200px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  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-wrapper {
  height: auto;
  padding-top: 100px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--paginationbgcolor), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--butonbgcolor);
}

/*--------------------------------------------------------------
# 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: 50px;
  font-weight: 700;
  margin-bottom: 250px;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.events .event-item .price {
  color: #ffffff;
  border-bottom: 2px solid var(--accent-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.events .swiper-wrapper {
  height: 500px;
}

.events {
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--paginationbgcolor), transparent 85%);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--butonbgcolor);
}



/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-wrapper {
  height: auto;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--paginationbgcolor), transparent 85%);
  border: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--butonbgcolor);
  opacity: 1;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--accent-color);
    padding: 4px;
    z-index: 1;
    transform: scale(1.2);
    transition: none;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

.contact .info-item .icon {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: var(--default-font);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .info-item .social-links a:hover {
  color: var(--accent-color);
}



/*--------------------------------------------------------------
# Preload Section Section
--------------------------------------------------------------*/

.preloader {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
  padding-right: 150px;
}

.preloader .preloader-circle {
  width: 130px;
  height: 130px;
  position: relative;
  border-style: solid;
  border-width: 10px;
  border-top-color: var(--butonbgcolor);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: var(--bg);
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s
}

.preloader .preloader-circle2 {
  border-top-color:  var(--butonbgcolor)
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s
}

.preloader .preloader-img img {
  max-width: 200px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: var(--butonbgcolor);
  text-transform: uppercase
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
}

.logoimage {
  height: 120px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/*** Header ***/


.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: auto;
  }

  #header-carousel .carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inputcheckout {
    width: auto !important;
  }

  .divcheckout {
    padding-bottom: 30px !important;
  }
}

.button-section {
  text-align: center;
  background-color: #000000;
}

.custom-button {
  background-color: #f01c1c;
  border: 1px solid #f01c1c;
  /* Optional border */
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  margin-right: 100px;
}

.custom-button1 {
  background-color: #2E7D32;
  border: 1px solid #2E7D32;
  /* Optional border */
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}

.img-fluid {
  height: 500px;
  margin: 0px 0px;
}

.img-fluid-menu {
  height: 500px;
  margin: 0px 0px;
  width: 100%;
}

.container- {
  max-width: fit-content !important;
  --bs-gutter-x: 0 !important;
}

.buttonfornav {
  display: none;
}

.buttonfordesktop {
  display: block;
}

.section-title-reviews {
  padding-bottom: 0px !important;
}


/* Adjust on smaller screens */
@media (max-width: 768px) {
  .swiper-slide {
    transform: none;
    /* Reset positioning for mobile */
  }
}

.aboutpadding {
  padding-top: 80px;
}

.aboutuswelcomeline{
  font-weight: 500;
  color: #E74C3C;
  font-size: 1.1em;
}

.promo-item {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
}

.blurred-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px) brightness(50%);
  position: absolute;
  top: 0;
  left: 0;
}

.promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.promo-content h3 {
  font-size: 28px;
  font-weight: 700;
  color:#ffffff;
}

.promo-content p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.promo-content .btn {
   color: var(--buttontextcolor);
  background: var(--butonbgcolor);
  font-size: 1rem;
  padding: 8px 26px;
  margin: 0;
  border: none;
  border-radius: 0px;
  font-weight: 500;
}

#events-button .btn {
  background: var(--butonbgcolor);
  color: var(--buttontextcolor);
  font-size: 1rem;
  padding: 8px 26px;
  margin: 0;
  border: none;
  border-radius: 0px;
  font-weight: 500;
}

#events-button{
padding-top: 0;
padding-bottom: 0;
}


/*toggle button for theme color change*/
/* Fixed Positioning */
.theme-toggle {
  position: fixed;
  bottom: 20px;
  right: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  gap: 5px; /* Adds spacing between text and switch */
}
/* Styling for Light/Dark text */
.toggle-text {
  user-select: none; /* Prevents text selection */
}

/* Hide Default Checkbox */
.theme-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider Button */
.slider {
  position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    background-color: #f01c1c; /* Default Light Mode */
    border-radius: 25px;
    transition: background 0.4s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3.5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* When Checkbox is Checked (Dark Mode) */
input:checked + .slider {
  background-color: #f01c1c; /* Dark Mode Background */
}

input:checked + .slider:before {
  transform: translateX(25px);
}
/* Light & Dark Theme Styles */
body {
  transition: background 0.4s, color 0.4s; /* Smooth transition */
}

/* Light & Dark Theme Styles */
body.light-theme {
  background-color: white;
  color: #000000;
  --butonbgcolor: #f01c1c;
  --buttontextcolor:white;
  --navtextcolor: #000000;
  --background: #2E7D32;
  --headercolor: #2E7D32;
  --paginationbgcolor:#000000;
  --bg:white;
}

body.dark-theme {
  background-color: black;
  color: white;
  --butonbgcolor: #f01c1c;
  --buttontextcolor:white;
  --navtextcolor: white;
  --background: black;
  --headercolor: #2E7D32;
  --paginationbgcolor:white;
  --bg:black;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px!important;
  }
}



.book-a-table .btn-get-started {
  color: var(--buttontextcolor);
  background: var(--butonbgcolor);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.disabled-btn {
  background-color: #ccc!important; /* Light gray background */
  cursor: not-allowed; /* Show a not-allowed cursor */
}

.fb-header-name {
display: none!important;
}