* {
  margin: 0px;
  padding: 0px;
}
::before,
::after,
* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Slab:wght@100..900&display=swap");
/* font-family: "Playfair Display", serif; */

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--primary-color);
}
h1,
h2,
h3,
h4 {
  /* font-family: "Raleway", sans-serif!important; */
  font-family: "Roboto Slab", serif !important;
}
:root {
  --primary-color: var(--primary-theme-color);
  --white-color: var(--white-color);
  --black-color: var(--black-color);
  --secondary-color: var(--secondary-theme-color);
}
ul,
ol {
  list-style-type: none;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}
.text-justify {
  text-align: justify !important;
}
.column-gap-20 {
  column-gap: 20px;
}
.row-gap-20 {
  row-gap: 20px;
}
.sec_padding {
  padding: 40px 30px;
}
.secondary-bgcolor {
  background-color: var(--secondary-color);
}
.black-bg {
  background: #000 !important;
}
.white-bg {
  background: var(--white-color) !important;
}
.container {
  width: 80%;
}
.border-radius-6 {
  border-radius: 6px;
}
.choose_location_img {
  border-radius: 6px;
}
.text-orange {
  color: #ef3549 !important;
}
.text-black {
  color: var(--black-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.tab-border {
  color: var(--secondary-color);
}
/* Top Header */
.line_divider.border-black::before {
  border-top-color: #000;
}

.modal-img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal-img img {
  width: 50% !important; /* Make the image responsive */
  max-width: 500px !important; /* Set a maximum width */
  height: auto !important; /* Maintain aspect ratio */
  display: block !important; /* Remove extra space */
  object-fit: cover !important; /* Ensure it covers the container */
  border-radius: 10px !important; /* Optional: Add rounded corners */
}

.header-top {
  background-color: var(--primary-color);
  padding: 10px;
}
.header-top ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.95px;
  padding: 5px 10px;
}
/* .slider-bg-section{
    position: relative;
}
.slider-bg-section .other-page{
    height: 550px;
    background: linear-gradient(45deg, #00000085, transparent), url(./img/1.webp) no-repeat;
    width: 100%;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    max-height: 550px;
} */

.slider-bg-section {
  position: relative;
}
.slider-bg-section .other-page .img-overlay-wrapper {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider-bg-section .other-page .img-overlay-wrapper .slider-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient overlay */
.slider-bg-section .other-page .img-overlay-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #00000085, transparent);
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-container .breadcrumb-item,
.breadcrumb-item > a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.nav-container {
  position: absolute;
  padding: 10px 60px;
  z-index: 1;
}
.navbar-expand-lg .navbar-nav .glow-btn .nav-link:hover {
  outline: 0;
  border: 0;
}
.navbar-expand-lg .navbar-nav .nav-link,
.dropdown-toggle {
  color: var(--white-color);
  transition: 0.5s;
  padding: 3px 3px;
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.dropdown-toggle:hover {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  text-decoration: none;
  transition: 0.5s;
}
.menu-list,
.menu-list li {
  position: relative;
}
.menu-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  border: 2px solid white;
  border-radius: 50%;
  left: inherit;
  border: 2px solid white;
  bottom: 2px;
  position: absolute;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}
.menu-list li:not(:last-child) {
  margin-right: 10px;
}
/* //////////////////////////////////////About Us//////////////////////////////////////// */
.about_section_container {
  /* background: url(./img/about-bg.png) center no-repeat; */
  background-color: var(--secondary-color);
  background-size: cover;
  position: relative;
  color: #000;
}

.abt_second_section {
  background-color: #000;
  background-size: cover;
  position: relative;
  color: #fff;
}
.locations_second_section {
  background-color: var(--secondary-color);
  color: #fff;
}
.line_divider.text-orange:before {
  border-color: var(--secondary-color);
}
.section_divider::before {
  content: "";
  position: absolute;
  width: 95%;
  background: var(--white-color);
  height: 1px;
  left: 2.5%;
  top: 14px;
}
.about_section_container,
.section_heading_bigtitle {
  font-size: 70px;
  letter-spacing: 0.9px;
  line-height: 1.5;
}
.section_heading_bigtitle,
.location_title_heading {
  color: #ef3549;
  text-align: center;
  font-weight: 700;
}
.about_section_container .section_sub_heading {
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: 40px;
  padding-top: 10px;
  color: var(--white-color);
  text-align: center;
  font-family: "Playfair Display", serif;
}
.line_divider {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  max-width: 40%;
  position: relative;
}
.line_divider:before {
  content: "";
  height: 1px;
  border-top: 1px solid;
  position: absolute;
  z-index: 10;
  border-top-color: var(--secondary-color);
  width: auto;
  top: 20px;
  right: 0px;
  left: 0px;
}
.section_para {
  padding-bottom: 1em;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 44px;
  width: 100%;
  max-width: 100%;
  color: var(--white-color);
  text-align: center;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Playfair Display", serif;
}
.welcome_btn {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  transition: all 300ms ease 0ms;
  margin-bottom: 50px !important;
  width: 400px;
  border: 2px solid #ef3549;
  padding: 12px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catering_slider_section .carousel-inner,
.slider_section_two .carousel-inner {
  height: 550px;
  min-height: 550px;
  max-height: 550px;
}
/* Location */
.location_section_container {
  position: relative;
  /* background: url(./img/location-bg-img.jpg) center no-repeat; */
  background-size: cover;
  padding: 0px 60px;
  background-color: var(--primary-color);
}
.location_title_heading {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: var(--white-color) !important;
}
.location_bg_section {
  border-top: 10px solid #db0212;
  margin: 15px 0px;
}
.location_bg_section .location-pd {
  padding: 15px 40px;
}
.location_bg_section .location_text,
.location_text a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 28px;
}
.location_bg_section .fa-chevron-down {
  color: #db0212;
  font-size: 22px;
}
.location_heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
}
.tab-logo-img {
  margin: 0 32px;
  height: auto;
  max-width: 75%;
}
.theme-primary-btn {
  /* width: calc(100% / 4 - 10px); */
  border: 2px solid var(--white-color);
  padding: 20px 15px;
  color: var(--white-color);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  transition: 0.3s;
  text-align: center;
}
.theme-primary-btn:hover,
.theme-location-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
.place-order-btn {
  color: var(--primary-color);
  border: 1px solid var(--black-color);
}
.theme-location-btn,
.place-order-btn {
  border: 2px solid var(--white-color);
  padding: 15px 20px;
  color: var(--white-color);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  transition: 0.3s;
  text-align: center;
  background-color: #D6524A;
}
.title_second_heading {
  font-size: 60px;
  color: #000;
  letter-spacing: 0.9px;
  text-align: center;
}
.main_title_heading {
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  font-weight: 700;
}
.para {
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: 40px;
  padding-top: 10px;
  color: var(--black-color);
  text-align: center;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Playfair Display", serif;
}
.para1 {
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: 40px;
  padding-top: 10px;
  color: var(--white-color);
  text-align: center;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Playfair Display", serif;
}
.fixed-bg-container {
  background: url(./img/bg-1.png) no-repeat;
  min-height: 500px;
  background-position: 50% 80%;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: var(--primary-color);
}
.fixed-bg-container_two {
  background: url(./img/1.webp) no-repeat;
  min-height: 500px;
  background-position: 50% 80%;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(--primary-color);
}
.fixed-bg-container_three {
  background: url(./img/fixed-bg-third.png) no-repeat;
  min-height: 500px;
  background-position: 50% 80%;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(--primary-color);
}
/* News Letter */
.news_letter_section {
  /* background: url(./img/3.webp) center no-repeat; */
  background-size: cover;
  background-color: var(--secondary-color);
}
.news_letter_section .join_us_now form input {
  height: 100px;
  background: transparent;
  border: 2px solid #000;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 2px;
  width: 100%;
}
.news_letter_section .welcome_btn {
  width: 100%;
  margin-bottom: 0px !important;
  color: var(--white-color);
}

/* Footer Section */
.footer-logo {
  max-width: 300px;
}
.footer_section {
  background-color: var(--black-color);
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.red_divider {
  height: 1px;
  border-top: 8px solid;
  position: absolute;
  z-index: 0;
  border-top-color: var(--white-color);
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
}
.red_divider_bottom {
  height: 1px;
  border-top: 8px solid;
  position: absolute;
  z-index: 10;
  border-top-color: var(--primary-color);
  width: auto;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.fixed-btn-container,
.navbar-brand.mobile-visible {
  display: none;
}
.contact_section_container {
  /* background: url(./img/email-bg.png) center no-repeat; */
  background-color: var(--primary-color);
  background-size: cover;
  position: relative;
}
.contact_section_container .card {
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
}
.contact_section_container .contact-form-heading {
  text-align: center !important;
  margin-bottom: 40px !important;
  padding-top: 30px !important;
  font-size: 24px !important;
  color: var(--secondary-color) !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}
.contact_section_container .form-control {
  background: var(--white-color);
  border-color: var(--secondary-color);
  color: var(--black-color) !important;
}
.contact_section_container .form-control::placeholder {
  color: var(--black-color);
}
.contact_section_container .form-check-input {
  background-color: var(--secondary-color);
}
.form-label1{
color:var(--white-color);
}

/* Gallery Section */

.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
  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: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  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%;
}

.gallery_sec a:hover img {
  opacity: 0.2;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(./img/5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
.tab-logo-img {
  width: 150px;
}
.btn.theme-secondary-btn.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.home-slider .carousel-inner {
  min-height: 650px;
  height: 650px;
  max-height: 650px;
}
.slider-bg-section.home-slider .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.114));
  pointer-events: none;
}

.navbar-bg {
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  transition: background-color 0.3s ease-in-out;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.navbar-expand-lg.navbar-bg .navbar-nav .nav-link,
.navbar-bg .dropdown-toggle {
  /* color: #000!important; */
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
}
.navbar-brand.mobile-visible.show-logo {
  display: flex;
}
.navbar-brand.mobile-visible.show-logo img {
  width: 100px;
  height: auto;
}
.navbar-bg .container-fluid {
  width: auto;
}
.section_title_heading,
.contact_section_container .section_heading_bigtitle {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 30px 0px;
}

.nav-container .navbar-nav.menu-list .dropdown-menu.show li:not(:last-child),
.footer_section .dropdown-menu.show li:not(:last-child) {
  margin-right: 0px !important;
}
.nav-container
  .navbar-nav.menu-list
  .dropdown-menu.show
  li:not(:last-child)::after,
.footer_section .dropdown-menu.show li:not(:last-child)::after {
  content: none !important;
  display: none !important;
}
.location-page-container {
  background-color: #fff;
}
.location-page-container .icon-bg {
  background: var(--primary-color);
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-page-container .card {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.location-page-container .card:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  background: #ffe4dc8c;
}
.social-links .footer-social-icon i {
  background-color: var(--secondary-color);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer-social-icon {
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

/* Ez- Catering Page */
/* .catering-bg-img{
    background: url(./img/ez_cater.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    background-position: center;
} */
.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
}
.catering-bg-img .theme-btn-third {
  background: #000;
  padding: 8px 30px;
  font-size: 16px;
  color: #ffff;
}
.catering-bg-img .card {
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.06);
}

.ez_cater_logo {
  width: 200px;
  height: auto;
}
.form-card {
  padding: 40px;
}

.ezlocation-page-heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
}

.ez_cater_section {
  background: #fff;
}

.ez_cater_section .para {
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 44px;
  color: #000;
  text-align: center;
  padding: 0px;
  font-family: "Playfair Display", serif;
}
.ez_cater_section .ez_location_btn {
  background: #000;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.ez_cater_section .location_card {
  color: #000;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e4652a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.slider-logo {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-logo img {
  width: 200px;
}

.slider-logo img {
  width: 200px;
}

/* Start Small Screen CSS */
/* @media only screen and (max-width:576px){
    .gallery_sec img{
        height: auto;
    }
} */

@media only screen and (min-width: 767px) and (max-width: 1440px) {
  .location-page-container .card {
    min-height: 350px;
    font-size: 20px;
    padding: 10px !important;
  }
  .location-page-container .para {
    font-size: 18px;
  }
  .location-page-container .section_title_heading {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ez_cater_section .location_card {
    min-height: 350px;
  }
}
/* End */

/* Small Devices */
@media only screen and (max-width: 768px) {
  .modal-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .modal-img img {
    width: 80% !important; /* Make the image responsive */
    max-width: 500px !important; /* Set a maximum width */
    height: auto !important; /* Maintain aspect ratio */
    display: block !important; /* Remove extra space */
    object-fit: cover !important; /* Ensure it covers the container */
    border-radius: 10px !important; /* Optional: Add rounded corners */
  }

  .section_heading_bigtitle,
  .location_title_heading {
    font-size: 28px;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 0px;
  }
  .footer-logo {
    max-width: 200px;
  }
  .fixed-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .fixed-btn-container .menu-list .nav-link {
    color: #fff;
  }
  .mobile-footer-fix-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Playfair Display", serif;
    padding: 10px 5px;
    z-index: 999;
  }
  .sec_padding {
    padding: 30px 10px;
  }
  .location_bg_section .location-pd {
    padding: 20px 6px;
    justify-content: space-between;
  }
  .location_bg_section .location-pd .col-md-1 {
    width: auto;
  }
  .location-content-mobile {
    width: auto;
    padding: 0;
    max-width: 80%;
  }
  .location_section_container {
    padding: 10px;
  }
  .location-img-div {
    margin: 30px 0px;
  }
  .about_section_container .section_sub_heading {
    line-height: 1.5;
    font-size: 18px;
  }
  .section_para {
    font-size: 16px;
    line-height: 1.5;
  }
  .para {
    font-size: 16px;
    line-height: 1.5;
  }
  .location-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container {
    width: 100%;
  }
  .d-none-sm {
    display: none;
  }
  .location_heading {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
  }
  .location_bg_section .location_text,
  .location_bg_section .location_text a {
    font-size: 16px;
  }
  .home-slider .carousel-inner {
    min-height: auto;
    height: auto;
    max-height: auto;
  }
  .slider-bg-section .other-page {
    min-height: 300px;
    height: auto;
  }
  .footer_menu_dropdown.dropdown-menu.show {
    padding: 15px;
    transform: none !important;
    width: 100%;
    left: 0px !important;
    right: 0 !important;
    margin: 0px;
  }
  .join_us_now {
    margin: 10px;
  }
  .section_title_heading,
  .contact_section_container .section_heading_bigtitle {
    font-size: 22px;
  }
  .line_divider:before {
    position: absolute;
    top: 12px !important;
  }
  .mobile-gap-none {
    margin-bottom: 0px !important;
  }
  .catering-bg-img {
    background-position: right;
  }
  .form-card {
    padding: 20px;
  }
  .other-page .slider-logo {
    top: 0%;
  }
  .slider-logo img {
    width: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .halal-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .welcome_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-width: 2px !important;
    border: 2px solid #bc252c;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 30px !important;
    width: 100%;
    height: 60px !important;
  }
  .catering_slider_section .carousel-inner,
  .slider_section_two .carousel-inner {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  .nav-container {
    padding: 0px;
  }
  .navbar.top-menu .fa-bars {
    background-color: transparent;
    color: var(--white-color);
    padding: 10px;
    font-size: 30px;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar {
    background: var(--secondary-color);
    position: relative;
    z-index: 999;
  }
  .nav-container .navbar-nav.menu-list {
    margin: 20px;
  }
  .nav-container .navbar-nav a.nav-link,
  .nav-container .navbar-nav a.dropdown-toggle {
    padding: 11px 10px !important;
  }
  .menu-list li:not(:last-child)::after {
    display: none;
  }
  .menu-list li:not(:last-child) {
    margin: 0px;
  }
  .menu-list .dropdown-menu.show {
    margin: 20px;
  }
  .btn.theme-secondary-btn.dropdown-toggle:focus {
    border: none;
    outline: 0;
    box-shadow: none;
  }
  .news_letter_section .join_us_now form input {
    height: auto;
    padding: 15px 10px;
  }
  .fixed-btn-container {
    margin-top: 65px;
  }
  .mobile-header-style,
  .header-top ul > li > a {
    font-size: 10px !important;
    /* padding: 0px!important; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-top ul {
    /* display: none!important; */
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .navbar-brand.mobile-visible {
    display: flex;
    padding: 0px 10px;
  }
  .navbar-brand.mobile-visible img {
    width: 60px;
  }
  .home-slider .carousel.slide.header-slide {
    margin-top: 80px;
  }
  .theme-primary-btn {
    font-size: 16px;
    padding: 10px 15px;
  }
  .footer_section .navbar.navbar-expand-lg {
    justify-content: center;
  align-items: center;
  gap: 20px;
    display: none;
  }
  .custom-discount-modal .modal_section_heading {
    font-size: 25px !important;
  }
  .custom-discount-modal .modal-body {
    padding: 10px !important;
  }
  .modal-content {
    background-position: right !important;
    max-width: 100%;
  }
  .modal-content .dropdown-item {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .dropdown-toggle {
    font-size: 10px !important;
  }
  .menu-list li:not(:last-child) {
    margin-right: 15px;
    margin-top: 0px;
  }
  .nav-container{
    padding: 10px 28px!important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1292px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .dropdown-toggle {
    font-size: 11px !important;
  }
  .menu-list li:not(:last-child) {
    margin-right: 18px;
  }
    .nav-container{
    padding: 10px 35px!important;
  }
}

@media only screen and (max-width: 768px) and (min-resolution: 192dpi) {
  .fixed-bg-container {
    background: url(./img/bg-1.png) no-repeat;
    width: 100vw;
    height: calc(100vh - 50vh) !important;
    min-height: 250px !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: unset!important; */
    image-rendering: auto !important;
    background-attachment: scroll !important; /* Change from fixed to scroll */
    background-size: contain;
    background-color: var(--primary-color);
  }
  .fixed-bg-container_two {
    background: url(./img/1.webp) no-repeat;
    min-height: 250px !important;
    height: calc(100vh - 50vh) !important;
    width: 100vw;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: unset!important; */
    image-rendering: auto !important;
    background-attachment: scroll !important; /* Change from fixed to scroll */
    background-size: contain;
    background-color: var(--primary-color);
  }
  .fixed-bg-container_three {
    background: url(./img/fixed-bg-third.png) no-repeat;
    min-height: 250px !important;
    height: calc(100vh - 50vh) !important;
    width: 100vw;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: unset!important; */
    image-rendering: auto !important;
    background-attachment: scroll !important; /* Change from fixed to scroll */
    background-size: contain;
    background-color: var(--primary-color);
  }
}
/* Modal Popup Design */
.custom-discount-modal .modal-body {
  padding: 40px;
}

.custom-discount-modal .modal-btn,
.custom-discount-modal .theme-sec-btn {
  background: #000;
  padding: 10px 45px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.custom-discount-modal .modal-btn {
  display: inline-block;
}
.custom-discount-modal .modal-text-offer {
  font-size: 20px;
  font-weight: 600;
}
.custom-discount-modal .modal-img img {
  object-fit: cover;
  border-radius: 12px;
}
.custom-discount-modal .modal_section_heading,
.custom-discount-modal .main-heading {
  font-size: 42px;
  color: #000;
  font-weight: 700;
}
.custom-discount-modal .modal-desc {
  font-size: 18px;
  font-weight: 550;
}
.modal-content {
  border: 6px solid var(--primary-color);
  background: url(img/2.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal-content .dropdown-item {
  white-space: normal;
}
.glow-btn {
  margin-left: 10px;
  padding: 6px 20px !important;
}
.glow-btn {
  background-color: #24292d;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #24292d;
    -webkit-box-shadow: 0 0 3px #24292d;
  }
  50% {
    background-color: #000;
    -webkit-box-shadow: 0 0 40px #000;
  }
  100% {
    background-color: #24292d;
    -webkit-box-shadow: 0 0 3px #24292d;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #24292d;
    -moz-box-shadow: 0 0 3px #24292d;
  }
  50% {
    background-color: #000;
    -moz-box-shadow: 0 0 40px #000;
  }
  100% {
    background-color: #24292d;
    -moz-box-shadow: 0 0 3px #24292d;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #24292d;
    box-shadow: 0 0 3px #24292d;
  }
  50% {
    background-color: #000;
    box-shadow: 0 0 40px #000;
  }
  100% {
    background-color: #24292d;
    box-shadow: 0 0 3px #24292d;
  }
}

@keyframes glowing {
  0% {
    background-color: #24292d;
    box-shadow: 0 0 3px #24292d;
  }
  50% {
    background-color: #000;
    box-shadow: 0 0 40px #000;
  }
  100% {
    background-color: #24292d;
    box-shadow: 0 0 3px #24292d;
  }
}
@media only screen and (min-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
}

.dropdown-menu-content, .dropdown-menu-style .dropdown-menu {
  background: #000;
}
.dropdown-menu-content li:not(:last-child), .dropdown-menu-style li:not(:last-child) {
  border-bottom: 1px dashed #ef3549;
}
.dropdown-menu-content .dropdown-item, .dropdown-menu-style .dropdown-item {
  padding: 10px;
  color: #fff;
  font-weight: 700 !important;
}
.menu-list .dropdown-menu-content li:not(:last-child)::after {
  content: none;
}
.dropdown-menu-content .dropdown-item:hover,
.dropdown-menu-content .dropdown-item:focus,
.dropdown-menu-style .dropdown-item:hover,.dropdown-menu-style .dropdown-item:focus {
  color: #fff;
  font-weight: 550;
  background: linear-gradient(45deg, #ef3549, transparent);
  transition: background-color 0.6s ease-in-out;
}
.dropdown-menu-content li:hover, .dropdown-menu-style li:hover {
  border-bottom: 3px solid #fff;
}
.dropdown-menu-content li:last-child {
  margin-right: 20px;
}
.dropdown-menu-content .close-btn {
  background-color: inherit;
  box-shadow: none;
  border: 0px;
}
.dropdown-menu-content .close-btn span {
  color: #fff;
  font-size: 30px;
}
.modal-dropdown-list {
  padding-left: 10px;
}
.dropdown-menu-content .modal-title {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
}
.bg_cateringsection {
  background: url(./img/15.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  color: #000;
  height: 500px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.text-overlay {
  position: relative;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: #2d2f30;
  padding: 20px;
  border-radius: 5px;
}
.event_section {
  background-color: var(--secondary-color);
}
