@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



@font-face {
  font-family: "TFArrow";
  src: url("../fonts/TFArrow-Black.woff2") format("woff2"),
    url("../fonts/TFArrow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TFArrow";
  src: url("../fonts/TFArrow-Bold.woff2") format("woff2"),
    url("../fonts/TFArrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TFArrow";
  src: url("../fonts/TFArrow-Extrabold.woff2") format("woff2"),
    url("../fonts/TFArrow-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TFArrow";
  src: url("../fonts/TFArrow-Light.woff2") format("woff2"),
    url("../fonts/TFArrow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TFArrow";
  src: url("../fonts/TFArrow-Medium.woff2") format("woff2"),
    url("../fonts/TFArrow-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}


body{
	font-family: "Open Sans", sans-serif;
	color:#000;
}
/* Headings use TFArrow (Medium weight) */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TFArrow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Body elements use Questrial */

p,
span,
button,
a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.comman-btn {
	background-color: #de3d12;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	transition: 0.4s;
	font-weight: 500;
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #de3d12;
}

.comman-btn:hover {
  background-color: #000;
  color: #fff;
}

.comman-btn2 {
  background-color: transparent;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 22px;
  display: inline-block;
  border: 1px solid #000;
  transition: 0.4s;
}

.comman-btn2:hover {
  background-color: #000;
  color: #fff;
}

.section-header span {
  font-size: 18px;
  color: #de3d12;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  display: inline-block;
}

.section-header .section-title2 h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 48px;
  font-style: normal;
}

.section-title h2, .section-title h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 36px;
    font-style: normal;
    display: inline-block;
    padding-bottom: 9px;
    margin-bottom: 14px;
    border-bottom: 2px solid #de3d12;
    color: #de3d12;
}

.section-title span {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 36px;
  color: #de3d12;
  font-family: "TFArrow", sans-serif;
  font-style: normal;
}

section {
  padding: 80px 0px;
}

/* Position arrows vertically centered and on sides */
body:not(.home) {
    margin-top: 88px;
}

body:not(.home) .site-header {
    background: rgb(34 34 34);
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 108px;
  transform: translateY(-52%);
  width: 38px;
  height: 38px;
  background-color: #000000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 0px;
  border: 0px;
}

/* Hover effect */

.slick-prev:hover,
.slick-next:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.slick-prev {
  right: 100px;
}

.slick-next {
  right: 56px;
}

/* Left arrow */

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 71%;
}

.slick-prev::after {
  background-image: url("../images/Mask\ group.png");
  transform: scale(-1);
}

.slick-next::after {
  background-image: url("../images/Mask\ group.png");
}

.site-header .container {
  width: 100%;
  max-width: 100%;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header {
    padding: 10px 5px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
    background: transparent;
    position: absolute;
}

.menu-right {
  display: flex;
  align-items: center;
}
.nav-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 25px;
	border-right: 1px solid #ffffff1a;
	margin-right: 18px;
	padding-right: 18px;
}

.logo-box a img {
  width: 100%;
  max-width: 180px;
}

.nav-menu li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	padding: 20px 0;
}
.nav-menu li a:hover {
  color: #de3d12;
}
li.nav-item.dropdown:hover > a.nav-link {
  color: #de3d12;
}
li.nav-item.dropdown a:after {
  position: relative;
  top: 0px;
  transition: all ease 0.5s;
}
/* li.nav-item.dropdown:hover > a::after {
  top: 6px;
} */
.nav-menu li .mega_menu_item a:hover {
  color: #de3d12;
}

.action-buttons a:first-child {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.order-btn {
    margin-left: 25px;
}
.hero-slider-container {
  position: relative;
}

.slide-item {
  position: relative;
}
.slide-overlay-bottom {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -20%);
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.slide-overlay-bottom p {
    margin: 0;
    font-weight: 600;
    background-color: #de3d12;
    padding: 6px 15px;
    font-size: 18px;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
.hero-slider .slide-overlay-bottom {
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.hero-slide.slick-active .slide-overlay-bottom {
    opacity: 1;
}
.slide-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    max-width: 650px;
}

.slide-overlay h2 {
    font-size: 42px;
    text-transform: capitalize;
    color: #de3d12;
    margin: 0px;
}

.slide-overlay p {
    color: #000;
    width: 100%;
    max-width: 760px;
    margin: auto;
    font-size: 16px;
    padding: 10px 0px;
    text-transform: capitalize;
    font-weight: 600;
}


.slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin: 10px 0px;
}

.hero-slider {
	padding: 0px;
    height: 100vh;
    position: relative;
}

.hero-slider .banner-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100vh;
}

.slide-overlay2 {
    top: 30%;
}

.slide-overlay2 h2 {
  font-size: 65px;
  text-transform: capitalize;
  line-height: normal;
  color: #000;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.slide-overlay2 span {
  color: #de3d12;
  font-family: "Allura", cursive;
  font-size: 92px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 74px;
}

.slide-overlay2 p {
  padding-top: 2px;
}
/* 
.hero-slider::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 200px;
  background-image: url(../images/Rectangle\ 8.png);
} */

.hero-slider .slide-overlay {
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.hero-slide.slick-active .slide-overlay {
  opacity: 1;
}

.hero-slide.slick-active .slide-overlay h2 {
  animation: fadeZoom 1s ease forwards;
}

.hero-slide.slick-active .slide-overlay p {
  animation: fadeZoom 1.2s ease forwards;
}

.hero-slide.slick-active .slide-overlay .slider-button {
  animation: fadeZoom 1.4s ease forwards;
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.about-wrapper .about-grid {
    margin-bottom: 0;
    align-items: center;
}
.card-bx-2 {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
}

.bg-c-1{
	background: #ffe1d9;
}
.bg-c-2{
	background: #defff3;
}
.bg-c-3{
	background: #f1e9f9;
}
.bg-c-4{
	background: #e7feff;
}
.bg-c-5{
	background: #fff8d9;
}
.bg-c-6{
	background: #eaeaea;
}
/* .about-wrapper .container {
    width: 100%;
    max-width: 95%;
} */

.main-image-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
}

.right-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-image-wrapper .image-box img {
  width: 100%;
  max-width: 100%;
  /* height: 396px; */
  height: 100%;
  object-fit: cover;
}

.right-images .image-box:first-child img {
  height: 235px;
  object-fit: cover;
}

.right-images .image-box:nth-child(2) img {
  height: 186px;
  object-fit: cover;
}

.reviews-grid {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 25px;
  margin: 23px 0px;
}

.review-logo span {
  text-align: center;
  color: #000;
  display: block;
  padding: 7px 0px 0px 0px;
}

.about-wrapper .card span {
  color: #000;
}
.about-wrapper .icon-box img {
    width: auto;
    max-height: 120px;
}
.card-bx-1 {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.about-wrapper .card-bx-2 .card:nth-child(1) {
    margin-top:-130px;
}
.about-wrapper .card-bx-2 .card:nth-child(5) {
    margin-top:-130px;
}
.about-wrapper .card-bx-2 .card:nth-child(2) {
    margin-top:-65px;
}
.about-wrapper .card-bx-2 .card:nth-child(4) {
    margin-top:-65px;
}
.about-left {
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 30px;
}
.about-wrapper .card {
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #2626261a;
    padding: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
}

/* .about-wrapper .card:last-child {
    padding: 0px;
    margin: 0px;
    border: 0px;
} */
.card-text h6 {
  color: #de3d12;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  margin: 0px;
}

.about-right {
  width: 100%;
  margin-left: auto;
}

.events-wrapper {
  background-color: #fff4f1;
}

.events-wrapper .section-title {
  display: flex;
  justify-content: center;
}

.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 43px;
  justify-content: center;
  margin-top: 67px;
  align-items: center;
}

.events-grid .event-card {
  position: relative;
}

/* 🎨 Individual backgrounds using nth-child() */
.events-grid .event-card:nth-child(1)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  display: none;
}

.events-grid .event-card:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e5e1e1;
    left: -19px;
}
.events-grid .event-card:nth-child(3)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e5e1e1;
  left: -19px;
}

.events-grid .event-card:nth-child(4)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e5e1e1;
  left: -19px;
}

.event-image img {
    width: auto;
    height: 275px;
    object-fit: contain;
    margin-inline: auto;
}
.event-card {
  transition: 0.2s;
}

.event-image img {
  transition: 0.3s;
}

.event-card:hover .event-image img {
  transform: translateY(-12px);
}

.event-card .event-text {
  text-align: center;
  margin-top: 15px;
}

.event-card .event-text h3 {
    color: #de3d12;
    font-size: 28px;
    margin-bottom: 4px;
}

.event-card .event-text p {
  color: #000;
  margin: 0px;
}

.event-card a {
  text-decoration: none;
}

.event-image {
  text-align: center;
}
.menu-slider button.slick-prev.slick-arrow {
    top: 80%;
}
.menu-slider button.slick-next.slick-arrow {
    top: 80%;
}
.btn-bx {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 7;
}

.we-offer {
    position: relative;
    padding: 0px;
    background: #edc384;
    z-index: 7;
}

.we-offer2 {
  position: sticky;
  top: 50px;
  z-index: 7;
}

.we-offer3 {
    position: sticky;
    top: 50px;
    z-index: 7;
    background: #edc384;
}
section.we-offer.we-offer3 .offer-text {
    order: 1;
}
.offer-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: end;
  gap: 0px;
  padding-left: 0px;
}
.site-header.header-fixed {
    background: #000;
}

.slide-overlay.forth-slide {
    left: 0%;
    transform: none;
    text-align: center;
    top: 22%;
    max-width: 100%;
	width:100%;
}
.slide-overlay.forth-slide .slider-button {
    justify-content: center;
}
.banner-image img {
  width: 100%;
  max-width: 100%;
}

.banner-image {
    order: 2;
    position: relative;
}
.banner-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 24%;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-image.bottom-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
}
.container.bottom-slide .slide-overlay h2 {
    color: #fff;
}

.container.bottom-slide .slide-overlay {
    top: 82%;
	max-width: 850px;
	width: 100%;
}
.container.bottom-slide .slide-overlay p {
    color: #ffffff;
}
.container.new-slide .slide-overlay {
    text-align: left;
    left: 6%;
    transform: translate(0px, -6%);
    max-width: 350px;
}
.container.new-slide .slider-button {
    justify-content: flex-start;
    align-items: flex-start;
}

.we-offer .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.offer-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    text-align: left;
    width: 100%;
    margin-left: auto;
    padding: 60px;
}

.offer-inner-text {
  width: 100%;
  max-width: 76%;
}

.offer-inner-text p {
  margin: 1px 0px 25px 0px;
}

.we-offer2 .banner-image {
  order: 1;
}

.we-offer2 {
  background-color: #edc384;
}

.we-offer2 .section-header span {
  color: #000;
}

.menu-slide-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.menu-slide-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  margin-top: 55px;
}

.menu-slide-text h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  border-bottom: 1px solid #000;
  width: max-content;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.menu-slide-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.common-btn {
  padding: 10px 20px;
  background-color: #e63946;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.menu-section {
    position: relative;
    z-index: 7;
    background: #222222;
    padding: 0;
}

.menu-section .container {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}

.menu-slide-image {
  text-align: center;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0px;
}

.menu-slide-image .section-title h2 {
/*   border-bottom: 2px solid #e9c082; */
  /* color: #fff; */
}

/* .menu-slide-image .section-title span {
  color: #e9c082;
} */

.menu-slide-text {
    padding-left: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: #ffffff;
}

ul.menu-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 25px 0px 45px 0px;
}

ul.menu-list li {
  width: calc(100% - 56%);
  position: relative;
  padding: 0px 0px 0px 17px;
}

ul.menu-list li::before {
  height: 5px;
  width: 5px;
  background-color: #000;
  position: absolute;
  content: "";
  border-radius: 30px;
  left: 2px;
  top: 11px;
}

.gallery-wrapper .section-title {
  display: flex;
  justify-content: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}

.gallery-grid .gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-wrapper {
  background-color: #fff4f1;
  position: relative;
  z-index: 7;
}


.client-review-section {
  position: relative;
  z-index: 7;
  background: #fff;
}

.client-review-section .section-title {
  display: flex;
  justify-content: center;
}

.client-review-section .head-bx {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.client-review-section .review-box {
  padding: 10px 25px;
}

.client-review-section .review-box .icon {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #de3d12;
}

.client-review-section .bottom-bx p {
  line-height: 23px;
  display: -webkit-box;
  /* required for line clamping */
  -webkit-line-clamp: 3;
  /* show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* hide extra text */
  text-overflow: ellipsis;
  /* optional: adds ... at the end */
}

.client-review-section .bottom-bx h5 {
    font-size: 18px;
    padding-left: 15px;
    position: relative;
    margin-top: 25px;
    color: #de3d12;
    font-weight: 600;
}

.client-review-section .bottom-bx h5::before {
    height: 11px;
    width: 2px;
    background-color: #de3d12;
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}

.client-review-section .slick-center {
    border-left: 1px solid #e5e1e1;
    border-right: 1px solid #e5e1e1;
}

.client-review-slider {
  margin-top: 50px;
  height: 204px;
}

footer {
  z-index: 7;
  position: relative;
  padding: 80px 0px;
  background-color: #222222;
  padding-bottom: 0px;
}

.footer-top {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  border-bottom: 1px solid rgba(237, 195, 132, 0.5);
  padding-bottom: 45px;
  margin-bottom: 50px;
}

.footer-info a:hover {
    color: #edc384;
}
.footer-top .footer-info:nth-child(2) {
  width: 100%;
  max-width: 77%;
  margin-left: auto;
}

.footer-top .footer-info:nth-child(3) {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
}

.footer-info h5 {
  color: #edc384;
  font-size: 20px;
  margin-bottom: 0;
}
.grecaptcha-badge {
    z-index: 9;
}

.footer-info p,
footer a,
footer span {
  color: #fff;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
span.error {
    float: none;
    display: block;
    background: red;
    padding: 0 10px;
    color: #fff;
    width: 100%;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  justify-content: center;
  margin-bottom: 50px;
}

.footer-bottom .footer-col:nth-child(2) {
  width: 100%;
  max-width: 72%;
  margin-left: auto;
  position: relative;
}

.footer-bottom .footer-col:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(237, 195, 132, 0.5);
  left: -36%;
}

.footer-bottom .footer-col:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(237, 195, 132, 0.5);
  right: 22%;
  top: 0;
}

.footer-bottom .footer-col:nth-child(3) {
  width: 100%;
  margin-left: auto;
  max-width: 247px;
}

.footer-title h4 {
  font-size: 20px;
  color: #edc384;
  margin-bottom: 33px;
}

.footer-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hours-root {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.footer-actions a {
    width: 100%;
    text-align: center;
}
/* .footer-actions a:first-child {
    background-color: #edc384;
    border: 1px solid #edc384;
    color: #000;
    padding: 5px 15px;
    height: auto;
    font-size: 14px;
} */
.footer-actions a:nth-child(2) {
    background-color: #edc384;
    border: 1px solid #edc384;
    color: #000;
    padding: 5px 15px;
    height: auto;
    font-size: 14px;
}

.copy-right {
  background-color: #de3d12;
  padding: 15px 0px;
}

.copy-right .container {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.copy-right .container p {
  color: #fff;
  margin: 0px;
}

.right-icon {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.right-icon i {
  font-size: 16px;
}

/* Contact PAge CSS */
.icon-bx-wraper {
  border: 0px;
  position: relative;
  padding: 25px 25px;
  transition: all 0.2s;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  background: #ffffff;
  height: 100%;
}
.icon-bx-wraper .icon-bx {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #322f2a;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  flex: 0 0 70px;
  background: #de3d12;
}
.icon-bx-wraper h5 {
  margin-top: 0;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 5px;
}
.icon-bx-wraper p {
  color: #000 !important;
  margin: 0;
}
.icon-bx-wraper .icon-content a {
  margin: 0px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 0px;
}
section.inner-banner.overlay-dark {
  background-color: #fff4f1;
}
.icon-bx-wraper .icon-bx i {
  font-size: 30px;
  color: #ffffff;
}
section.inner-banner.overlay-dark h1 {
  margin: 0 0 30px 0;
}
.cater_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.cater_form .input_field {
  width: calc(50% - 10px);
}
.cater_form .input_field input, .cater_form .textarea_field textarea, .cater_form .input_field select {
    width: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid rgb(222 61 18 / 18%);
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
}
.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link {
    background: #fff;
    color: #000000 !important;
    opacity: 1;
    border-radius: 0;
}
.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link.active {
    background: #de3d12;
    border-bottom: none;
    color: #fff !important;
    border-radius: 0;
}
p#slot-message {
    margin: 0;
}
div#lunch-tabContent input {
    display: none;
}
.cus-date-reservation-from .tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}
.input_field.time-slot-box {
    width: 100%;
}
p#slot-message {
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid rgb(222 61 18 / 18%);
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background-color: transparent;
}
.cus-date-reservation-from .tab-content label.radio-button {
    background: #de3d12;
    padding: 10px;
    color: #fff;
}
.cus-date-reservation-from .tab-content input[type="radio"]:checked+label.radio-button {
    background: rgb(0 0 0);
    color: #ffffff !important;
}
.cater_form .textarea_field textarea {
    height: auto;
}
.cater_form .textarea_field {
  width: 100%;
}
.menu-btn button {
  background-color: #de3d12;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  transition: 0.4s;
  font-weight: 500;
  padding: 10px 22px;
  display: inline-block;
  border: 1px solid #de3d12;
}
.contact-form-section {
  position: relative;
  background-attachment: fixed;
  background-image: url(https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/09/contct_bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cater_form {
    padding: 50px 30px;
    background: #fff0d7;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
    max-width: 650px;
    margin-inline: auto;
}
.catering-form-bx input[type="radio"] {
    accent-color: #de3d12;
}
.limit_box {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
.limit_box i,
.limit_box i span {
  color: #000;
}
.about-wrapper.about_main_sec {
    background-color: #fff0d7;
}
.about-wrapper.about_main_sec .about-left {
    text-align: left;
}
/* .menu-cl-1 {
    background: #fff4f1;
} */
.menu-grid-bx {
  display: grid;
  grid-template-columns: 50% 50%;
}
.menu-list-main {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.menu-list-main .section-title {
  margin-bottom: 0;
  margin-top: 0;
}
.section-title.text-black h2 {
  color: #000;
  border-color: rgb(0 0 0 / 50%);
}
.menu-list-main .section-title h2 {
    color: #de3d12;
    border-color: rgb(222 61 18);
    font-size: 30px;
}
.FoodMenu-nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 15px;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0px 0 30px 0;
}
.FoodMenu-nav .FoodMenu-link {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 0;
    transition: 500ms all cubic-bezier(0.145, 0.98, 0, 1);
    background: transparent;
    box-shadow: unset;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.FoodMenu-nav > :not(:last-child) .FoodMenu-link {
  border-right: unset;
  border-bottom: 1px solid #eee;
}
.FoodMenu-nav .FoodMenu-link.active {
  background-color: #de3d12;
  color: #fff;
}
.FoodMenu-content.tab-content .section-title {
  text-align: center;
  margin: 0 0 22px 0;
}
.FoodMenu-content {
  border: 2rem solid #fff;
  border-image: url(https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/09/menu-border.png);
  border-image-slice: 88;
  border-image-repeat: round;
  padding: 1rem;
  margin-block-start: 3rem;
}
.FoodMenu-root {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: max-content max-content;
  padding: 1rem;
  background-color: #ffffff;
  align-items: center;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  box-shadow: 4px 4px #ebebeb3d;
}
.FoodMenu-root .FoodMenu-title {
    font-weight: 600;
    font-size: 20px;
}
.FoodMenu-description {
  text-transform: capitalize;
}
.FoodMenu-root .FoodMenu-description {
  grid-area: 2 / 1 / 3 / -1;
  border-top: 2px dashed #e0e0e0;
  margin-block-start: 0.5rem;
  padding-block-start: 0.5rem;
}
.FoodMenu-description p {
    text-transform: capitalize;
    margin: 0;
}
.FoodMenu-root .FoodMenu-price {
  background-color: #de3d12;
  color: #fff;
  padding: 0.15em 0.725em;
  border-radius: 100vmax;
  text-shadow: 1px 1px hsl(0, 0%, 0%, 50%);
}
.FoodMenu-row.row {
  row-gap: 25px;
}
section.menu_top .menu_txt_bx {
  text-align: center;
}
section.packages-section {
    background-color: #fff0d7;
    position: relative;
}
.packages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bg-grey {
    background: #f2f2f2;
}
.packages-section .right-image-scroll-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 50%;
  right: 0;
  top: 0;
}
.strip-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.strip {
  flex: 1;
  background-size: cover;
  background-repeat: repeat-y;
  animation-duration: 28s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.strip-up2 {
  background-image: url("https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/10/Frame-544.jpg") !important;
}
.packages-section .strip {
  flex: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-y;
  animation-duration: 28s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.packages-section .strip-up {
  background-image: url("https://develop.stackblue.com/benarescatering25/wp-content/uploads/2025/09/Frame-544.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  animation: scrollUp 28s linear infinite;
}
.packages-section .strip-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.packages-content {
  padding: 0 55px 0 0;
}
.packages-section .strip-down {
  /* background-image: url("https://develop.stackblue.com/benarescatering25/wp-content/uploads/2025/09/Frame-543.jpg"); */
  background-image: url("https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2026/01/food-1.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  animation: scrollDown 28s linear infinite;
}
ul.catering_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  list-style: none;
  gap: 15px 0px;
}
ul.catering_grid li {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0 0 0 34px;
    position: relative;
}
.menu-sec-right ul.catering_grid li {
    color: #fff;
}
.menu-sec-right.menu-cl-1 ul.catering_grid li {
    color: #000;
}
.menu-sec-right ul.catering_grid li::after {
    background-color: #ffffff;
    border: 3px solid #141414;
    outline: 2px solid #ffffff;
}
.menu-sec-right.menu-cl-1 ul.catering_grid li::after {
    background-color: #000;
    border: 3px solid #fff;
	outline: 2px solid #000;
}
ul.catering_grid li::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    left: 13px;
    top: 5px;
    transform: none;
    background-color: #000;
    border-radius: 100px;
    border: 2px solid #000000;
}
.menu-item-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about_main_image img {
  width: 100%;
}
.bg_white {
  background-color: #fff !important;
}
section.section-design-2.bg-grey {
  background-color: #f5f5f5;
}
.contact-form-section.reservation_main_sec {
    background-color: #fff0d7;
    background-image: url('https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/10/Reserve-a-table.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}
@keyframes bg-marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1190px;
  }
}
.input_field input::placeholder {
  color: #00000080;
}

input[type="datetime-local"]::-webkit-datetime-edit-text {
  color: #000; /* Replace with your desired color */
}

/* For Firefox */
input[type="datetime-local"]::-moz-placeholder {
  color: #000; /* Replace with your desired color */
}

/* For older Edge versions (12-18) */
input[type="datetime-local"]::-ms-input-placeholder {
  color: #000; /* Replace with your desired color */
}

/* General placeholder styling (may not apply to all parts of datetime-local) */
input[type="datetime-local"]::placeholder {
  color: #000; /* Replace with your desired color */
}
ul#menu-header-menu li.nav-item.dropdown ul.dropdown-menu {
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 0px 14px;
  width: 230px;
  position: absolute;
  top: 100%;
  background-color: #000;
  transition: all ease 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
ul#menu-header-menu ul.dropdown-menu li.nav-item {
  padding: 7px 10px;
  color: #000;
  transition: all ease 0.5s;
}
ul#menu-header-menu li.nav-item.dropdown {
    position: relative;
}
ul#menu-header-menu li.nav-item.dropdown ul.dropdown-menu {
  position: absolute;
  top: 100%;
}
ul#menu-header-menu li.nav-item.dropdown ul.dropdown-menu li.nav-item a {
  color: #fff;
}
ul#menu-header-menu li.nav-item.dropdown:hover ul.dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
ul#menu-header-menu ul.dropdown-menu li.nav-item:hover {
  background-color: #de3d12;
}
.review-logo img {
  width: 100%;
}
.menu_top {
    background-color: #fff0d7;
}
.menu-sec-right.menu-cl-1 {
  background-color: #fff;
}
.menu-sec-right {
    background-color: #141414;
}
.mega_menu {
    right: 0;
    background: #edc384;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    position: absolute;
    align-items: flex-start;
    z-index: 9;
    max-width: 800px;
    width: 800px;
    transform: translate(50%, 0%);
}
.mega_menu_2 .mega_menu {
  transform: translateX(-50%);
  width: 1200px;
  border-top: 3px solid #ed82a7;
  left: 50%;
}
.main_menu ul li:hover > .mega_menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  z-index: 99;
}
.mega_menu_item {
  width: 50%;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.mega_menu_img {
  height: 290px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
li.nav-item.dropdown.dropdown-3 .mega_menu_img {
    height: 190px;
}
.mega_menu.sub_menu {
    opacity: 0;
    transition: all ease 0.5s;
    transition-delay: 0.2s;
    visibility: hidden;
}
.mega_menu.sub_menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edc384;
}

li.nav-item.dropdown:hover .mega_menu.sub_menu {
  opacity: 1;
  visibility: visible;
}
.nav-menu li .mega_menu_item a {
    padding: 0;
    color: #000000 !important;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #00000045;
    width: 100%;
}
.mega_menu_item h3 {
    width: 100%;
    color: #de3d12;
    border-bottom: 1px solid rgb(222 61 18 / 19%);
    padding-bottom: 10px;
}
section.packages-section p {
  color: #000;
}
section.about-wrapper.about_main_sec p {
  color: #000000;
}
.Parallax-box {
  max-width: 600px;
  padding: 1.5rem;
  background-color: hsl(0, 0%, 100%, 90%);
  backdrop-filter: blur(0.5rem);
  border: 0.35rem solid #de3d12;
}
section.Block-root.BlockParallax-root {
  background-image: url(https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/09/slide-2new.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
section.about-wrapper.about_main_sec.event_main_sec .about_main_image img {
  aspect-ratio: 100/80;
  object-fit: cover;
}
.gallery-photos {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-photos .pic img {
  width: 100%;
}
section.inner-banner {
  padding: 0;
}
section.inner-banner.gallery-banner {
    text-align: center;
    background-color: #fff0d7;
    min-height: 150px;
    display: flex;
    align-items: center;
}
section.inner-banner.gallery-banner h1 {
    margin: 0;
    color: #de3d12;
    font-size: 44px;
}
.catering-form-bx {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 0 6px #0000006b;
}
.form-group {
  font-size: 16px;
}
.form-group label {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
    height: 45px;
    border-radius: 0;
    appearance: auto;
}
.form-group {
  margin-bottom: 20px;
}
.catering-form-bx .section-title {
    margin-bottom: 30px;
} 
div#catering-form-bx-2 textarea#message {
    height: auto;
}
.char_msg i, .limit_box i {
  color: #000;
    font-style: initial;
    text-transform: capitalize;
}
.char_msg i span {
  color: #000;
}

.char_msg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.form-btns input[type="submit"] {
  background-color: #de3d12;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  transition: 0.4s;
  font-weight: 500;
  padding: 10px 22px;
  display: inline-block;
  border: 1px solid #de3d12;
}
.client-review-sliderr {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin: 0px 0 0 0;
}
.client-review-sliderr .review-box {
  box-shadow: 0 0px 10px 0 #ccc;
  padding: 30px;
}
section.inner-banner.contact-banner {
  padding: 80px 0;
}
section.hero-slider ul.slick-dots {
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    display: flex;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 7;
}
section.hero-slider ul.slick-dots li button {
  padding: 0;
  font-size: 1px;
  color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: transparent;
  margin: 0;
}
section.hero-slider ul.slick-dots li {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #de3d12;
}
section.hero-slider ul.slick-dots li.slick-active {
  background-color: #de3d12;
  border-color: #de3d12;
}
section.event-wrapper-page .events-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: initial;
  justify-content: center;
}
section.event-wrapper-page .events-grid .event-card {
  width: calc(33.33% - 17px);
  padding: 32px 20px;
  background-color: #fff;
  height: 100%;
}
section.event-wrapper-page .events-grid .event-image img {
  max-width: 220px;
}

/* Animations */
@keyframes scrollUp {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes scrollDown {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}



 .mobile-top-bar a {
    text-transform: capitalize;
    transition: all ease 0.5s;
    border-bottom: 1px solid transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #de3d12;
    padding: 10px 0;
    color: #fff;
}
  .mobile-top-bar a + a {
    background: #fff;
    color: #000;
  }
  .mobile-top-bar {
	  display:none;
    grid-template-columns: 1fr;
    text-align: center;
    border-bottom: 1px solid #de3d12;
  }


.left-overlay .slider-button {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 19px;
  margin: 10px 0px;
}

.bg-slide {
    background: rgb(255 255 255 / 90%);
    border-radius: 0px;
    padding: 25px;
}



.second-slide-container {
    top: 34%;
}

.overlay-card-btn {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: 0.4s;

  transform: translatey(13px);
}
.overlay-card-btn span {
  color: #de3d12;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 2px solid #de3d12;
  padding-bottom: 5px;
  transition: 0.4s;
}

.events-grid .event-card:hover .overlay-card-btn {
  opacity: 1;
  transform: translatey(7px);
}

.we-offer-section {
  position: sticky;
  top: 50px;
  z-index: 7;
  padding: 0px;
}
.we-offer-section {
    background: #ffffff;
}
.we-offer-section .slick-dots {
  display: none !important;
}
.we-offer-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.we-offer-section .offer-content {
    height: 100%;
    text-align: left;
    width: 100%;
    margin-left: auto;
    padding: 60px;
    flex: 0 0 50%;
}
.offer-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offer-image img {
  width: 100%;
  object-fit: cover;

  height: 100%;
}
.offer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-wrapper .slider-text {
    margin-left: auto;
    width: 100%;
    max-width: 94%;
    padding-right: 20px;
}


.we-offer-section .slick-next {
    right: 100px;
}
.we-offer-section .slick-prev, .slick-next {
    top: 75%;
}
.we-offer-section .slick-prev {
    right: 150px;
}





ul.catering_grid.two-grid {
    grid-template-columns: 1fr 1fr;
}
.r-menu-item h3 {
    font-size: 20px;
}
.r-menu-item p {
    margin: 0;
}
.r-menu-price p {
    margin: 0;
}
.card-bx-2 .card {
  transition: transform 0.5s ease-in-out;
  transform: scale(1); /* default */
}

/* Only the active card scales up/down smoothly */
.card-bx-2 .card.active {
  animation: crescendo 2.5s infinite alternate ease-in-out;
}

@keyframes crescendo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.about-sec-3 {
    background-image: url('https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2025/10/about_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.about-sec-cn-3 {
    background: rgb(255 255 255 / 90%);
    padding: 35px;
    max-width: 450px;
}







	.restaurant-menu .container {
	   width: 100%;
	   max-width: 100%;
	   padding: 0px 0px;
	}
   .color-1 {
		background-color: #fff0d7;
   }
   .color-2 {
		background-color: #eddcc0;
   }
   .color-3{
		background-color: #fff0d7;
   }
	.restaurant-menu-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 50px;
		padding-inline: 15px;
		row-gap: 15px;
	}
	.restaurant-menu {
		position: relative;
	}
	.restaurant-menu.bg-gold:after {
		content: '';
		background: #edc384;
		position: absolute;
		top: 0;
		width: 33.33%;
		height: 100%;
		right: 0;
		left: 0;
		pointer-events: none;
		margin-inline: auto;
		z-index: 0;
		opacity: 0.6;
	}
	.restaurant-menu.bg-black {
		background: #000000;
	}
	.restaurant-menu.bg-black:after {
		content: '';
		background: #101010;
		position: absolute;
		top: 0;
		width: 33.33%;
		height: 100%;
		right: 0;
		left: 0;
		pointer-events: none;
		margin-inline: auto;
		z-index: 0;
	}
	.restaurant-menu.bg-gold .container, .restaurant-menu.bg-black .container {
		position: relative;
		z-index: 1;
	}
   .parallax-section-new {
	   background-size: cover;
	   background-repeat: no-repeat;
	   height: 450px;
	   background-attachment: fixed;
	   background-position: center;
   }
	.main-menu-title {
		margin-bottom: 50px;
	}
   .food-name-price {
	   display: flex;
	   justify-content: space-between;
	   align-items: center;
   }
   .food-name-price h3 {
	   margin: 0px;
	   font-size: 22px;
	   font-weight: 500;
   }
   .food-name p {
	   text-align: left;
	   margin: 8px 0px;
	   font-size: 15px;
   }
   .food-name {
	   border-bottom: 1px solid #26262661;
	   margin-bottom: 12px;
	   padding-bottom: 15px;
   }
	.food-name-price strong {
		background: #de3d12;
		color: #fff;
		font-weight: 400;
		padding: 1px 7px;
		border-radius:0px;
		font-size: 16px;
	}
	.black-color2 {
		padding-top: 104px;
	}



.restaurant-menu2 .main-menu-title h3 {
    color: #fff;
}
.restaurant-menu2 .main-menu-title p{
	 color: #fff;
}

.restaurant-menu2 h3 {
    color: #fff;
}.restaurant-menu2 

.food-name p {
    color: #fff;
}

.restaurant-menu2
.food-name p {
    width: 100%;
    max-width: 292px;
}
.restaurant-menu2 .color-2 {
    padding-top: 40px;
}

.bg-gold {
    background: #fff0d7;
}
ul.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-style li {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 23px;
}
ul.list-style li:before {
    content: '';
    background: #000000;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    outline: 2px solid #000000;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 5px;
}















/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}
.nav-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 0 0px 0 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 0;
    height: 100%;
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.side_bar_menu ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://develop.stackblue.com/the-cotillion-Jericho/wp-content/uploads/2026/01/right-arrow-outline.png");
    left: 0;
}

.side_bar_menu ul li a {
    display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2em;
	transition:all 0.5s;
}

.side_bar_menu ul li:hover a {
    transform: translate(20px, 0px);
}
.side_bar_menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.side_bar_menu ul li a:hover {
    color: #000000;
}

.side_bar_menu ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}

.side_bar_menu ul li:last-child {
    margin-bottom: 0;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 18px;
}

.side_bar_btn a {
    width: 100%;
    text-align: center;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #de3d12;
    border-color: #de3d12;
}

.side-bar.header-one {
    background-color: #fef4dc;
}

.side-bar button:hover {
    background-color: #000;
    border-color: #000;
}

.side-bar button:hover i {
	color:#fff;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #de3d12;
    padding: 6px;
    border: 1px solid #de3d12;
}
.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 30% 30%;
    align-items: center;
    height: 100%;
}
.inner-main-right-2 {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}
.side_bar_btn {
    flex: 0 0 66.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    flex-direction: column;
    gap: 15px;
}
.side-bar button i {
    color: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}
ul#menu-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.burger-icon {
    width: 50px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_des {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
}

.side_bar_cn {
    margin-bottom: 25px;
    margin-top: 26px;
}

.side_bar_address .addres-bx:last-child {
    border: 0px;
}


.side_bar_address {
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    padding: 30px 0;
    flex: 0 0 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.side_bar_address h3 {
    margin-bottom: 0;
    font-size: 32px;
    color: #000000;
    text-align: center;
}
.side_bar_address a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.side_bar_address a:hover {
    color: #de3d12;
}
.side_bar_address p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.inner-main-right {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}
.addres-bx-img {
    text-align: center;
	margin-bottom:15px;
}
.addres-bx-img img {
    max-width: 50px;
}
a.comman-btn.order-btn.white_bg_btn {
    background-color: #000000;
    color: #ffffff;
    border-color: #de3d12;
}
a.comman-btn.order-btn.white_bg_btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.mobile-call-btn{
	display:none;
}
.right-icon a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}



.private-policy-cn .section-title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    background: rgb(222 61 18 / 10%);
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #de3d12;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
    border-bottom: 0;
}

@media (max-width: 1366.98px) {
    .we-offer-section .slick-next {
		right: 100px;
	}
    .we-offer-section .slick-prev {
		right: 150px;
	}
	/* .nav-menu ul {
		gap: 18px;
	} */
  .main-image-wrapper .image-box img {
    height: 425px;
    object-fit: cover;
    object-position: 60%;
  }
  .right-images .image-box:first-child img {
    height: 232px;
  }
  .right-images .image-box:nth-child(2) img {
    height: 174px;
  }
}

@media (max-width: 1280.98px) {
  .slide-overlay2 h2 {
    font-size: 58px;
  }
  .slide-overlay2 span {
    font-size: 72px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1269px) {
	.banner-image:before{
		display:none;
	}
	.slide-overlay.forth-slide {
		top: 10%;
		max-width: 400px;
}
	body:not(.home) {
		margin-top: 0;
	}
	a.mobmenu-right-bt i {
		font-size: 30px;
	}
	.mobile-call-btn{
		display:block;
	}
	 .mobile-top-bar {
		display: grid !important;
	  }
	header.site-header {
		display: block !important;
	}
	.mobile-call-btn a.comman-btn.order-btn {
		margin-left: 0;
		margin-right: 50px;
	}
	.menu-right nav.nav-menu {
		display: none;
	}
	.nav-icon {
		display: none;
	}
	.site-header {
		position: relative;
		background: #000;
	}
  a.mobmenu-right-bt i {
    color: #fff;
    border-radius: 3px;
  }
  a.mobmenu-right-bt i::before {
    margin: 0;
    background-color: #de3d12;
    padding: 3px 10px;
    width: auto;
  }
	  .menu-right .action-buttons {
		display:none;
	  }
	.mobmenur-container {
		top: 75% !important;
		margin: 22px 18px 0px 0 !important;
	}
	header.site-header.header-fixed {
		position: relative !important;
	}
  .slide-overlay h2 {
    font-size: 52px;
  }
  .slide-overlay2 h2 {
    font-size: 46px;
  }
  .slide-overlay2 span {
    font-size: 57px;
    line-height: 67px;
  }
  .reviews-grid {
    gap: 15px;
  }
  .reviews-grid .review-logo {
    width: calc(33.33% - 10px);
  }
  .events-grid {
    margin-top: 37px;
  }
  .section-header .section-title2 h2 {
    font-size: 38px;
  }
  .menu-slide-text {
    padding-left: 30px;
  }
  .mob-menu-header-holder.mobmenu {
    width: auto;
  }
  .mobmenu-content li > .sub-menu li {
    padding-left: 16px !important;
  }
  .FoodMenu-nav .FoodMenu-link {
    padding: 8px 8px;
    font-size: 15px;
  }
  .FoodMenu-nav {
    row-gap: 10px;
    column-gap: 10px;
  }
  .FoodMenu-root .FoodMenu-title {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  ul.catering_grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-photos {
    display: grid;
    gap: 20px;
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  section.inner-banner.gallery-banner {
    min-height: 200px;
  }
  section.inner-banner.gallery-banner h1 {
    font-size: 38px;
  }
	.events-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 1250px) {
	.about-sec-3, section.Block-root.BlockParallax-root {
		background-attachment: inherit;
	}
	.parallax-section-new {
		background-attachment: inherit;
	}

}
@media only screen and (max-width: 1024px) {
	section.we-offer.we-offer3 .banner-image:after {
		display:none;
	}
	.about-sec-3, section.Block-root.BlockParallax-root {
		background-attachment: inherit;
	}
	.about-sec-cn-3 {
		max-width: 100%;
	}
	.banner-image:before{
		display:none;
	}
	.offer-inner-text p {
		margin: 1px 0px 25px 0px;
		text-align: center;
	}
	
	.parallax-section-new {
		background-attachment: inherit;
	}
	.card-bx-2 {
		flex-wrap: wrap;
	}
	.about-wrapper .card-bx-2 .card:nth-child(1) {
		margin-top: 0;
	}
	.about-wrapper .card-bx-2 .card:nth-child(2) {
		margin-top: 0;
	}
	.about-wrapper .card-bx-2 .card:nth-child(4) {
		margin-top: 0;
	}
	.about-wrapper .card-bx-2 .card:nth-child(5) {
		margin-top: 0;
	}
	.offer-wrapper {
		flex-direction: column;
	}
	.offer-grid {
		grid-template-columns: 100%;
	}
	.we-offer-section {
		top: 0;
		background: #ffffff;
		position: relative;
	}
	.we-offer-section .offer-content {
		flex: auto;
	}
	.we-offer-section .slick-prev, .we-offer-section  .slick-next {
		top: 60%;
	}
	.we-offer3 {
		position: relative;
		top: 0;
	}
	.offer-wrapper .slider-text {
		margin-left: auto;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.menu-slider button.slick-prev.slick-arrow {
		top: 50%;
	}
	.menu-slider button.slick-next.slick-arrow {
		top: 50%;
	}
  .slide-overlay2 h2,
  .slide-overlay h2 {
    font-size: 40px;
  }
  .hero-slider::after {
    background: #ffffff;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .review-logo span {
    font-size: 14px;
  }
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
  .event-image img {
    max-width: auto;
  }
  .menu-slide-image img {
		margin-top: 0;
	}
  .section-title span,
  .section-title h2,  
  .section-title h1
  {
    font-size: 32px;
  }
  .section-header .section-title2 h2 {
    font-size: 30px;
  }
  .main-image-wrapper {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .main-image-wrapper > .image-box {
    display: none;
  }
  .right-images {
    height: 100%;
  }
  .right-images .image-box:last-child {
    flex-grow: 1;
  }
  .right-images img {
    height: 100%;
  }
  .right-images .image-box:last-child img {
    height: 100%;
  }
  .about-wrapper .about-grid {
    grid-template-columns: 35% 40% 19%;
  }
  .footer-bottom .footer-col:nth-child(2)::after {
    right: 12%;
  }
  .footer-bottom .footer-col:nth-child(2)::before {
    left: -16%;
  }
  .menu-slide-text {
    padding: 50px 0;
    padding-left: 30px;
  }
  .packages-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .packages-section .right-image-scroll-box {
    display: none;
  }
  .packages-content {
    padding: 0;
  }
  ul.FoodMenu-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 15px;
  }
  ul.FoodMenu-nav li.FoodMenu-item {
    white-space: nowrap;
  }
  section.contact-form-section {
    background-image: none;
    background-color: #f3f3f3;
  }
  .gallery-photos {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.event-wrapper-page .events-grid .event-card {
    width: calc(50% - 13px);
  }

  .menu-right .action-buttons {
    padding: 0;
    display: none;
  }
  .logo-box a img {
    width: 100%;
    max-width: 120px;
  }
  
 
  .mobmenur-container {
    margin: 11px 18px 0px 0 !important;
    transition: all ease 0.5s;
  }
  header.header-fixed ~ .mob-menu-header-holder.mobmenu .mobmenur-container {
    margin: 15px 18px 0px 0 !important;
  }
  .footer-bottom {
    display: none;
  }
  footer {
    padding: 50px 0px 0;
  }
  .footer-top {
    margin-bottom: 0;
  }
  .copy-right .container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px 0px;
  }
  .right-icon {
    justify-content: center;
  }
	.footer-top {
		grid-template-columns: 1fr;
		row-gap: 30px;
		text-align: center;
	}
   .footer-top .footer-info,
  .footer-top .footer-info:nth-child(2),
  .footer-top .footer-info:nth-child(3) {
    max-width: 100%;
  }
  .footer-info h5 {
    margin-bottom: 12px;
  }
	.offer-text {
		padding: 60px;
	}
  .banner-image img {
    height: 100%;
    object-fit: cover;
  }
  .menu-slide-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section {
    padding: 50px 0px;
  }
  .client-review-slider {
    margin-top: 30px;
  }
  .about-wrapper .about-grid {
    grid-template-columns: 1fr;
  }
  .banner-image img {
    height: 100%;
    object-fit: cover;
  }


  .right-images .image-box {
    width: calc(50% - 10px);
  }

  .right-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner-image img {
    height: 100%;
    object-fit: cover;
  }
  .gallery-grid a.gallery-item:nth-child(n + 9) {
    display: none;
  }
  .right-images .image-box {
    width: calc(50% - 10px);
  }
  .right-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-right {
    max-width: 100%;
  }
  .about-wrapper .card:last-child {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .about-wrapper .card {
    border: 0;
  }
  .reviews-grid {
    max-width: 320px;
  }
  .hero-slider .slide-overlay {
    width: 100%;
  }
  .FoodMenu-root .FoodMenu-description p {
    text-align: left;
  }
  .FoodMenu-nav {
    margin: 0px 0 20px 0;
  }
  .FoodMenu-root .FoodMenu-title {
    font-size: 16px;
  }
  .FoodMenu-content {
    padding: 10px;
  }
  .section-title span,
  .section-title h2,  
  .section-title h1
  {
    font-size: 26px;
  }
  .menu-grid-bx {
    display: grid;
    grid-template-columns: 1fr;
  }
  section.menu-sec-right.menu-cl-1 .menu-grid-bx {
    flex-direction: column-reverse;
    display: flex;
  }
  section.about-wrapper.about_main_sec .row {
    /* flex-direction: column-reverse; */
    row-gap: 0px;
  }
  .about_main_image {
    margin: 0 0 30px 0;
  }
  .about-left h4 {
    text-align: center;
  }
  section.inner-banner.contact-banner {
    padding: 50px 0;
  }
  section.inner-banner.overlay-dark.contact-banner .row {
    row-gap: 25px;
  }
  .icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
  }
  .icon-bx-wraper .icon-bx i {
    font-size: 25px;
    color: #ffffff;
  }
  .icon-bx-wraper {
    padding: 20px 20px;
  }
  .icon-bx-wraper h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .gallery-photos {
    grid-template-columns: 1fr 1fr;
  }
  section.inner-banner.gallery-banner {
    min-height: 140px;
  }
  section.inner-banner.gallery-banner h1 {
    font-size: 30px;
  }
  section.event-wrapper-page .events-grid .event-card {
    width: 100%;
    max-width: 350px;
  }
  section.events-wrapper.event-wrapper-page .events-grid {
    margin: 0;
  }
	
	body:not(.home) {
		margin-top: 0;
	}
	.restaurant-menu-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.restaurant-menu.bg-gold:after, .restaurant-menu.bg-black:after{
		display:none;
	}
	section.we-offer.we-offer3 .banner-image:before {
		display:none;
	}
	.slider-button, .slide-overlay p {
		display: none;
	}
	.container.bottom-slide .slide-overlay {
		top: 81%;
	}
	.container.new-slide .slide-overlay {
		left: 0;
		transform: none;
		max-width: 100%;
		text-align: center;
	}
	.banner-image:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.7;
		background: #000000;
		background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	}
	.left-overlay .slider-button {
		display: none;
	}
	.slide-overlay.forth-slide {
		left: 0;
		transform: none;
		text-align: left;
		top: 75%;
		max-width: 100%;
	}
	.hero-slider .slide-overlay h2 {
		text-align: center;
		color: #fff;
	}
	.container.new-slide .slide-overlay {
		top: 84%;
	}
	.about-left {
		max-width: 100%;
		margin-inline: auto;
		margin-bottom: 30px;
	}
	
}
@media only screen and (max-width: 575.5px) {
	.menu-slide-image img{
		display: none;
	}
	.menu-slide-image {
		background: #fff;
		padding-bottom: 15px;
	}
	.menu-slide-text {
		padding-top: 0;
	}
	.client-review-section .bottom-bx p {
		text-align: center;
	}
	.hero-slider .banner-image img {
		height: auto;
		min-height: auto;
	}
	.container.bottom-slide .slide-overlay p, .second-slide-container .slide-overlay p{
		display:block;
	}
	.slider-button, .slide-overlay p{
		display:block;
	}
	.slide-overlay p {
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	.slide-item .container {
		padding: 0;
	}
	.slide-overlay {
		padding: 25px;
		position: relative;
		top: 0%;
		left: 0%;
		transform: none;
		border-radius: 0px;
		text-align: center;
		color: #fff;
		max-width: 650px;
		background: #000000;
	}
	section.hero-slider ul.slick-dots {
		height: 20px;
		bottom: 5px;
	}
	.slide-overlay.forth-slide {
		left: 0;
		transform: none;
		text-align: left;
		top: 75%;
		max-width: 100%;
	}
	.menu-list-main .section-title {
		margin-bottom: 5px;
		margin-top: 0;
	}
	.menu-section {
		background: #fff;
	}	
	ul.catering_grid {
		grid-template-columns: 1fr;
	}
	.restaurant-menu-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-sec-cn-3 {
		max-width: 100%;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
	}
	section.we-offer.we-offer3 .banner-image:before {
		display:none;
	}
	.container.new-slide .slide-overlay {
		left: 0;
		transform: none;
		max-width: 100%;
		text-align: center;
	}
	.banner-image:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.7;
		background: #000000;
		background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	}
	.card-bx-2 {
		justify-content: center;
		align-items: unset;
	}
	.hero-slider .slide-overlay h2 {
		text-align: center;
		color: #fff;
	}
	.left-overlay .slider-button {
		display: block;
	}
	.left-overlay .slider-button{
		text-align: center;
	}
	.about-wrapper .card {
		padding: 20px;
		height: 100%;
		flex: 0 0 calc(50% - 25px);
		min-height: 190px;
	}
	.about-wrapper .card {
		padding: 20px;
		height: 100%;
	}
	.left-overlay .slider-button a.comman-btn2 {
		color: #fff;
		background: #de3d12;
		margin-inline: auto;
	}

	.container.new-slide .slide-overlay {
		top: 74%;
	}
	.hero-slider {
		height: auto;
	}
	.about-wrapper .card, .about-wrapper .card:last-child {
		padding: 20px;
	}
	.event-image img {
		max-width: auto;
	}
	.we-offer-section .slick-prev, .we-offer-section  .slick-next {
		top: 40%;
	}
	.we-offer-section .slick-next {
		right: 20px;
	}
	.we-offer-section .slick-prev {
		right: 65px;
	}
	.we-offer-section .offer-content {
		padding: 60px 15px;
	}
	.menu-slider button.slick-next.slick-arrow, 
	.menu-slider button.slick-prev.slick-arrow {
		top: 45%;
	}
  .slide-overlay {
    width: 100%;
  }
  .slide-overlay2 h2,
  .slide-overlay h2 {
    font-size: 32px;
  }
  .events-grid {
    grid-template-columns: 1fr;
  }
  section.we-offer {
    position: initial;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  section.we-offer.we-offer2 .offer-grid {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .menu-slide-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid a.gallery-item:nth-child(n + 9) {
    display: none;
  }
  .section-title span,
  .section-title h2 {
    font-size: 28px;
  }
  .section-header .section-title2 h2 {
    font-size: 26px;
  }
  .slide-overlay2 span {
    font-size: 47px;
    line-height: 57px;
  }
  .slide-overlay p {
    font-size: 16px;
  }
  ul.menu-list li {
    width: calc(50% - 7px);
    padding: 0px 0px 0px 15px;
  }
  ul.menu-list {
    gap: 12px 14px;
  }
  .reviews-grid {
    max-width: 100%;
  }
  .btn-box {
    text-align: center;
  }
  .offer-inner-text {
    max-width: 100%;
  }
  .section-header {
    width: 100%;
    text-align: center;
  }
  .offer-text {
    max-width: 100%;
  }
  .menu-slide-text {
    align-items: center;
  }
  ul.menu-list {
    margin: 25px 0px 25px 0px;
  }
  .client-review-section .bottom-bx h5 {
    text-align: center;
  }
  .client-review-section .bottom-bx h5::before {
    display: none;
  }
  .client-review-section .head-bx {
    justify-content: center;
  }
  ul.menu-list {
    gap: 12px 14px;
  }
  .btn-box {
    text-align: center;
  }
  .section-header {
    width: 100%;
    text-align: center;
  }
  .menu-slide-text {
    align-items: center;
    justify-content: center;
  }
  .client-review-section .bottom-bx h5 {
    justify-content: center;
    align-items: center;
  }
  .client-review-section .head-bx {
    justify-content: center;
  }
  .client-review-section .slick-center {
    border: 0;
  }
  .client-review-slider {
    margin-top: 20px;
  }
  section.client-review-section .btn-bx {
    margin: 0;
  }
  .footer-top .footer-info,
  .footer-top .footer-info:nth-child(2),
  .footer-top .footer-info:nth-child(3) {
    text-align: center;
  }
  .offer-text {
    padding: 40px 20px;
  }
  .events-grid {
    gap: 30px;
    margin-top: 30px;
  }
  .card-text span {
    font-size: 14px;
  }
  .card-text h6 {
    font-size: 16px;
  }
  .icon-box img {
    width: 32px;
  }
  .cater_form .input_field {
    width: 100%;
  }
  .cater_form {
    padding: 30px 20px;
  }
  .icon-bx-wraper p {
    text-align: left;
  }
  .icon-bx-wraper {
    padding: 15px 15px;
  }
  .icon-bx-wraper .icon-bx {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
  }
  .icon-bx-wraper .icon-bx i {
    font-size: 20px;
  }
  span.icon-cell {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-bx-wraper h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .icon-bx-wraper.icon-content p,
  .icon-bx-wraper .icon-content a {
    font-size: 16px;
  }
  section.hero-slider ul.slick-dots li {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 370px) {
  .about-right .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
  }
  .about-right .cards-wrapper .card {
    width: calc(50% - 5px);
  }
  .mobmenu-content li a {
    text-align: left;
  }
}
@media (min-width: 1269px) {
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
	.nav-menu ul {
		gap: 40px;
	}
	.order-btn {
		margin-left: 40px;
	}
	.nav-icon {
		margin-left: 40px;
	}
}
