/*!
Theme Name: web
Author: Rajesh Kumar
Description: This was a bespoke theme
Version: 1.0.0
*/
@font-face {
  font-family: "KunoHandwriting";
  src: url('/wp-content/themes/web/fonts/font.woff2') format('woff2'), url('/wp-content/themes/web/fonts/font.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}
body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 2%;  
	color: #000;
	background-image: url("/wp-content/uploads/2025/05/BG-Block-Repeated.svg");
	background-position: top left;
	background-size: auto;
	background-repeat: repeat;
	background-color: red;

}
p {
  margin-top: 0;
  margin-bottom: 1rem !important;
}
.dm-sans {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
.red-color, .center-text-center p, .whole-bgimage .header-font-color {
	color: #E41313 !important;
}
.whole-bgimage .image-text-block  p{
	color: #000;
}
.background-color-red{
	background-color: #E41313 !important;
}

a:hover {
	color: unset !important;
}

.header-menu a {
  position: relative;
  color: #E41313 !important; 
  transition: color 0.3s ease;
  text-decoration: underline dotted 4.2px !important;
  text-underline-offset: 6px;
}


/* ::after base state */
.header-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, var(--dot-color, #000) 4px, transparent 0);
  background-repeat: repeat-x;
  background-size: 6px 3px;
  background-position-x: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* on hover */
.header-menu a:hover {
  color: #000 !important;
    text-decoration: none !important;
  text-underline-offset: 0px;
}

.header-menu a:hover::after {
  --dot-color: #000; /* overrides radial-gradient dot color */
  transform: scaleX(1);
  transform-origin: left;
  animation: animateDotted 1s linear infinite;
}

@keyframes animateDotted {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -12px;
  }
}
.gifoverlap{
	box-shadow: 6px 6px #000;
}
.gifoverlap .center-gif img {
  position: absolute;
  bottom: -7px;
  max-width: 300px;
}
.gifoverlap .subtext{
	color: #fff !important;
}
 .bgimage {
  box-shadow: 4px 4px #E41313;
  border: 2px solid #E41313;
  border-radius: 40px;
}
 .bgblack {
  box-shadow: 4px 4px #000;
  border-radius: 40px;
}
.button-style, .button-style-text {
  width: 100%;
  max-width: 440px;
  text-align: center;
  color: #E41313;
  border: 2px solid;
    box-shadow: 4px 4px #E41313;
}
.button-style-text:hover{
	background-color: #fff !important;
	color: #E41313 !important;
}
.button-style:hover, .button-style-text {
	color: #fff !important;
	background-color: #E41313;
	box-shadow: 4px 4px #000;
	border: 2px solid #000;
}
.location-box h1 {
  font-family: "KunoHandwriting";
}
.center-text-center {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 65px !important;
}
.w-full.footer-logo {
  max-width: 100px;
  margin: 0 auto;
}
.footer-bottom p, .footer-bottom p a {
	color: #E41313;
	text-decoration: none !important;
	font-style: normal;
	font-weight: normal;
}
.what-on, .tex-area-with-title {
  box-shadow: 4px 4px #000;
  border: 2px solid #000 !important;
}
.what-on:hover{
	 border: 2px solid #E41313 !important;
}

.what-on:hover .button-style {
  color: #fff !important;
  background-color: #E41313;
  box-shadow: 4px 4px #000;
  border:2px solid #000;
}

.location {
  box-shadow: rgba(0, 0, 0, 0.44) 2.95px 4.0px 2.6px;
}

.button-style-location, .primary:hover {
	color: #fff !important;
  background-color: #E41313;
  box-shadow: 4px 4px #000;
  border: 2px solid #000;
}
.primary {
	color: #fff !important;
  background-color: #E41313;
  box-shadow: 4px 4px #fff;
  border: 2px solid #fff;
}
.button-style-location:hover{
	background-color: #E41313;
	box-shadow: 4px 4px #E41313;
	border: 2px solid #E41313;
	color: #fff !important;
	
}
.button-style-location-two, .secondary{
	background-color: #fff;
	box-shadow: 4px 4px #E41313;
	border: 2px solid #E41313;
	color: #E41313 !important;
}	
.button-style-location-two:hover, .secondary:hover{
	background-color: #fff;
	box-shadow: 4px 4px #000;
	border: 2px solid #000;
	color: #E41313 !important;
}	
.styled-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  text-transform: lowercase;
  display: inline-block;
  color: white; 
  -webkit-text-stroke: 8px #EF2A2B;
  filter: drop-shadow(2px 4px #000);
  paint-order: stroke fill;
  line-height: 64px;
  text-align: center;
}
.background-text {
  background-image: url("/wp-content/uploads/2025/07/text-area.svg");
  background-repeat: no-repeat;
}

.image-text-block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2%;
  color: #fff;
}
.a-decoration a, .faq-section p a, .direc a {
font-weight: 600;
  color: #E41313;
  padding-bottom: 10px;
  background: url("/wp-content/uploads/2025/05/wave.svg");
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-repeat: repeat-x;
  background-size: 18px 12px;
  background-position: 5px 19px;
  animation: move 15s linear infinite;
  -webkit-animation: move 15s linear infinite;
    animation-play-state: running;
  animation-play-state: paused;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-style: italic;
}
.faq-section p a{
	
	color: #000 !important;
	background-image: url("/wp-content/themes/web/img/wave-black.svg") !important;
}
 .direc a  {
  background-image: url("/wp-content/uploads/2025/05/wave-white.svg") !important;
  color: #fff !important;
}
.logo-menu img {
  width: 100%;
  max-width: 50px;
  float: right;
}
.a-decoration a:hover, .faq-section p a:hover{
	animation-play-state: running;
	color: #E41313 !important;
}
.direc a:hover{
	animation-play-state: running;
	color: #fff !important;
}

@-webkit-keyframes move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

@keyframe move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}


.location-content p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2%;
  color: #E41313;
  font-weight: 500;
}
.eat-button {
  color: #E41313 !important;
  box-shadow: 4px 4px #fff;
  border: 2px solid #E41313;
  background-color: #fff;
}
.eat-button:hover {
  color: #E41313 !important;
  box-shadow: 4px 4px #000;
  border: 2px solid #000;
  background-color: #fff;
}
.footer-bottom p, .footer-bottom p a{
	font-weight: 900;
	margin-bottom: 0px !important;
}
.footer-bottom p a{
	color: #E41313 !important;
}
#mobileMenu {
  background-image: url("/wp-content/uploads/2025/04/menu-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
}
nav ul{
	width: 100%;
}
nav ul li {
  display: inline;
}
nav ul li a {
  color: #E41313;
  border:2px solid #E41313;
  width: 100%;
  display: inline-block;
  text-align: center;
	padding: 15px 28px;
  border-radius:50px;
  text-transform: lowercase;
  font-weight: 900;
  font-size: 18px;
  font-style: italic;
  text-transform: lowercase;
  width: 252px;
}
nav ul li a:hover{
	  color: #fff !important;
	  text-decoration: none !important;
	  background-color: #E41313;
}
.red-bg a{
	background-color: #E41313 !important;
	color: #fff !important;
	font-weight: 900;
	font-size: 20px;
	font-style: italic;
	text-transform: lowercase;
	width: 252px;
	margin: 0px;
}
.red-bg a:hover{
	background-color: #fff !important;
	border:2px solid #E41313 !important;
	color: #E41313 !important;
}

#centertext {
  padding: 15% !important;
  margin: 0 !important;
  background-size: cover;
  background-color: transparent !important;
}

#centertext .center-content {
  text-align: center !important;
}
.eat-button {
  padding: 17px 45px !important;
}
.text-white p{
	color: #fff !important;
} 
#gform_fields_1 input, #gform_2 .gform-body input {
  padding: 25px 15px !important;
  font-size: 16px !important;
  border-radius: 18px !important;
  background-color: #fff !important;
  box-shadow: 4px 4px #000 !important;
  border: 2px solid #000 !important;
}
.gform-body input {
border-radius: 18px 0px 0px 18px !important;
}
 input {
	outline: none !important;
}
#gform_2 #gform_submit_button_2 {
	width: 100%;
  max-width: 100px;
  border-radius: 0px 18px 18px 0px !important ;
    padding: 17px 20px !important;
}
#gform_2 #gform_submit_button_2:hover {
	background-color: #000 !important;
}
#gform_submit_button_1, #gform_submit_button_2{
  position: absolute;
  top: -78px;
  right: 0;
  border-radius:18px !important;
  color: #fff !important;
  background-color: #E41313;
  box-shadow: 4px 4px #000;
  border:2px solid #000;
  padding: 18px 15px !important;
  font-size: 16px;
}
.gform-footer.gform_footer.top_label {
  position: relative;
  margin-left: 35px;
}
.gform_title {
  display: none;
}
.category-filter {
  padding: 10px 32px !important;
}
.desc-food-menu p{
	color: #fff !important;
	margin-bottom: 30px !important;
	padding: 0 5%;
}
.header-font-size {
  font-size: 54px;
  letter-spacing: 2%;
  line-height: 108%;
}
.count-display {
	box-shadow: 3px 3px #fff;
	  border: 2px solid #fff;
	  }
 .text-img{
		  box-shadow: 6px 5px #fff;
  }
.text-slid .slick-slide {
  padding: 25px;
}
#centertext .center-gif img {
  width: 100%;
  max-width: 250px !important;
  margin: 0 auto !important;
}

#centertext .header-font-size {
	padding: 0 12% !important;
	text-align: center;
}


@media (max-width: 400px) {
    nav ul li a {
    padding: 15px 2px;
  }
	
}

@media (max-width: 569px) {
	.red-bg a{
		font-size: 15px;
	}
	#gform_submit_button_1 {
	  position: relative;
	  top: 0;
}
.gform-footer.gform_footer.top_label {
 
  margin-left: 0px;
}
	.menu-secondary-menu-container ul li a {
	font-size: 12px;
	width: 132px;
	font-weight: 800;
  white-space: nowrap;
  display: inline-block;
	}
	nav ul li a{
		padding: 12px 5px;
	}
}
	
	.header-inner {
  height: 100vh;
}
@media (max-width: 769px) {

	
#gform_submit_button_1{
	position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}	
	
.header-inner {
  height: auto;
}

	#story .lottie-animation{
		margin: 0 auto;
	}
	#mobileMenu{
		background-image: unset !important;
}
nav ul li a:hover{
	  color: #fff !important;
	  text-decoration: none !important;
	  background-color: #E41313;
}
.styled-text{
	font-size: 40px;
	line-height: 40px;
}
.list-news, .whole-bgimage {
  background-image: unset !important;
}
  .post-slider .slick-prev {
    top: auto;
    bottom: 40%;
    left: -13px;
    right: auto;
    padding: 12px 20px !important;
  }
  .post-slider .slick-next {
    top: auto;
    bottom: 40%;
    right: -14px;
    padding: 12px 20px !important;
  }
  .center-text-center {
  padding: 25px !important;
}
#centertext {
	padding: 0 !important;
	margin: 10px 0 !important;
}
.custom-arrow.prev-arrow, .custom-arrow.next-arrow{
  padding: 12px 22px !important;
}
.eat-button {
  padding: 16px 40px !important;
}
.overvideo .over-lapping{
	top: -9px !important;
}
}
@media (max-width: 1023px) {
.header-font-size {
  font-size: 48px;
}

}
@media (min-width: 2220px) {
  #centertext {
    padding: 20% !important;
  }
}

@media only screen and (min-width: 2095px) and (max-width: 2220px) {
  #centertext {
    padding: 20% !important;
  }
}
@media only screen and (min-width: 1950px) and (max-width: 2095px) {
  #centertext {
    padding: 19% !important;
  }
}
@media only screen and (min-width: 1650px) and (max-width: 1950px) {
  #centertext {
    padding: 14% !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1650px) {
  #centertext {
    padding: 11% !important;
  }
}@media only screen and (min-width: 1340px) and (max-width: 1450px) {
  #centertext {
    padding: 7% !important;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1340px) {
  #centertext {
    padding: 5% !important;
  }
}@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  #centertext {
    padding: 4% !important;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1213px) {
  #centertext {
    padding: 0% !important;
  }
}

.gform-theme--framework .gform_validation_errors{
	background-color: #fff !important;
}
.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #fff !important;
}

@media (max-width: 639px) {
  #input_1_1_6_container {
    margin-top: 30px;
  }
}