/*
*	DESTINY - WEDDING HTML TEMPLATE
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/
/* Table of Content
==================================================
	1.Preloader
	2.Site wrapper
	3.Hero section
	4.Restaurant section
	5.Menu section
	6.Special section
	7.Reservation section
	8.Gallery section
	9.Contact section
	10.Footer
	11.Mediaqueries





/*Preloader*/
@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Sansita+Swashed:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Homemade+Apple&family=Sansita+Swashed:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Homemade+Apple&family=Platypi:ital,wght@0,300..800;1,300..800&family=Sansita+Swashed:wght@300..900&display=swap");
@import "node_modules/vanilla-infinite-marquee/infinite-marquee.css";

html {
  scroll-behavior: smooth;
}
.loader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999999999999999999999999;
}
.loader-inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.loading-spinner {
  width: 100px;
  height: 100px;
  animation: spinner-rotate 2s ease-in-out infinite;
  -webkit-animation: spinner-rotate 2s ease-in-out infinite;
  -moz-animation: spinner-rotate 2s ease-in-out infinite;
  -ms-animation: spinner-rotate 2s ease-in-out infinite;
  -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
  animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -webkit-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -moz-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -ms-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -o-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes spinner-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: trotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner-color {
  0%,
  100% {
    stroke: #a94442;
  }
  20% {
    stroke: #353031;
  }
  40% {
    stroke: #a94442;
  }
  60% {
    stroke: #353031;
  }
  80% {
    stroke: #a94442;
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125px;
  }
}
/*End preloader*/
/*Site wrapper*/

.wrapper {
  position: relative;
}
/*End site wrapper*/
/* Hero Section*/

section.hero {
  background: #353031;
  padding: 0;
  position: relative;
  overflow: hidden;
}
section.single-hero {
  min-height: 400px;
}
.background-img img {
  display: none;
}
.background-img {
  width: 100%;
  height: 100%;
}
.background-img {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #353031;
  background-image: none;
  background-origin: padding-box;
  background-position: 50% 50% !important;
  background-repeat: repeat;
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.overlay:before {
  position: absolute;
  background: rgba(41, 41, 41, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353031+0,353031+100&0.5+0,0+100 */

  background: -moz-linear-gradient(
    top,
    rgba(41, 41, 41, 0.5) 60%,
    rgba(41, 41, 41, 0) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(41, 41, 41, 0.5) 60%,
    rgba(41, 41, 41, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(41, 41, 41, 0.5) 60%,
    rgba(41, 41, 41, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80353031', endColorstr='#00353031', GradientType=0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}
section.hero .inner-hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
.header {
  padding: 10px 0;
}
.slider .slides li {
  background-size: cover;
  min-height: 600px;
}
.header.default {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header.switched-header {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 20px rgba(41, 41, 41, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
  -moz-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
  -ms-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
  -o-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header .left-part {
  float: left;
  margin-left: 50px;
}
.header .logo {
  margin-top: 10px;
  display: block;
}
.header .logo h2 {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.header.switched-header .logo h2 {
  color: #353031;
}
.header .right-part {
  float: right;
  margin-right: 50px;
  position: relative;
  /* top: 25px !important; */
}
.mobile-but {
  display: inline-block;
  height: 24px;
  position: absolute;
  right: -20px;
  top: -75px;
  z-index: 1000;
  display: none;
}
.mobile-but .lines {
  transform: translate(0px, 10px) rotate(0deg);
  -webkit-transform: translate(0px, 10px) rotate(0deg);
  -ms-transform: translate(0px, 10px) rotate(0deg);
  -moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
  height: 2px;
  width: 28px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
  content: " ";
  display: block;
}
.mobile-but .lines:after {
  transform: translate(0px, 4px) rotate(0deg);
  -webkit-transform: translate(0px, 4px) rotate(0deg);
  -ms-transform: translate(0px, 4px) rotate(0deg);
  -moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
  transform: translate(0px, -4px) rotate(0deg);
  -webkit-transform: translate(0px, -4px) rotate(0deg);
  -ms-transform: translate(0px, -4px) rotate(0deg);
  -moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
  background: #353031;
}
.toggle-mobile-but.active .mobile-but .lines:after {
  transform: translate(0px, -1px) rotate(45deg);
  -webkit-transform: translate(0px, -1px) rotate(45deg);
  -ms-transform: translate(0px, -1px) rotate(45deg);
  -moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
  transform: translate(0px, 1px) rotate(-45deg);
  -webkit-transform: translate(0px, 1px) rotate(-45deg);
  -ms-transform: translate(0px, 1px) rotate(-45deg);
  -moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
  display: block;
  float: left;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 11.5px;
  font-weight: 700;
}
.main-nav li a {
  color: #ffffff;
  display: block;
  padding: 12px 0;
  position: relative;
}
.header.switched-header .main-nav li a {
  color: #353031;
}
.hero-content {
  color: #ffffff;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
h1.large {
  color: #ffffff;
  font-size: 90px;
  font-weight: 400;
  text-transform: none;
}
/* End hero section*/
/* Restaurant section*/

.vertical-align {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.block-img {
  display: block;
  height: 300px;
  position: relative;
}
.sing {
  max-width: 30%;
}
/* End restaurant section*/
/* Menu section*/

.block-tabs li {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 0 -2px;
  padding: 0 28px;
  position: relative;
  top: 1px;
  color: #353031;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 1rem;
}
.block-tabs li.active {
  border-bottom: 2px solid #a94442;
}
.block-tab li {
  display: none;
  padding-top: 30px;
}
.block-tab li.active {
  display: block;
}
.block-cat h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
  color: #a00906;
}
.block-price {
  color: #a94442;
  font-weight: 700;
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
/* End menu section*/
/* Review section*/

.block-review {
  background: rgba(54, 47, 45, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  margin: 0 auto;
  padding: 50px 40px;
  width: 41.6667%;
}
.block-star li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
/* End review section*/
/* Special section*/
.block-content.special {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 50px 130px 50px 70px !important;
  color: #ffffff;
  overflow: visible;
  height: 50%;
}
.block-special {
  cursor: pointer;
  position: relative;
}
.block-special:hover,
.block-special.active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 40;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 10px #a0090694;
  -webkit-box-shadow: 0 0 10px #a0090694;
  -moz-box-shadow: 0 0 10px #a0090694;
  -ms-box-shadow: 0 0 10px #a0090694;
  -o-box-shadow: 0 0 10px #a0090694;
}
.block-special:hover .block-content.special.sp-1:after,
.block-special.active .block-content.special.sp-1:after {
  background: #a0090694;
}
.block-special:hover .block-content.special.sp-2:after,
.block-special.active .block-content.special.sp-2:after {
  background: #a0090694;
}
.block-special:hover .block-content.special.sp-3:after,
.block-special.active .block-content.special.sp-3:after {
  background: #a0090694;
}
.block-content.special.sp-1 {
  background: #a00906;
}
.block-content.special.sp-2 {
  background: #a00906;
}
.block-content.special.sp-3 {
  background: #a00906;
}
.block-content.special.sp-1,
.block-content.special.sp-3 {
  top: 0;
}
.block-content.special.sp-2 {
  bottom: 0;
}
.block-content.special:after {
  content: "";
  width: 100%;
  padding: 8px 0;
  position: absolute;
  left: 0;
}
.block-content.special.sp-1:after {
  background: #a0090694;
  bottom: -15px;
}
.block-content.special.sp-2:after {
  background: #a0090694;
  top: -15px;
}
.block-content.special.sp-3:after {
  background: #a0090694;
  bottom: -12px;
}
.block-price.special {
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 40px;
}
.block-img.special {
  height: 415px;
}
.special.sp-1 h2 {
  color: #c5b3aa;
}
.special.sp-2 h2 {
  color: #c9c1b9;
}
.special.sp-3 h2 {
  color: #d7d2cb;
}
/* End special section*/
/* Reservation section*/

.block-form {
  background: #ffffff;
  padding: 60px;
  border: 1px solid #ececec;
}
.block-input {
  margin-bottom: 30px;
}
.block-input label {
  margin-bottom: 15px;
  color: #555555;
}
form,
.select-input {
  position: relative;
}
.input-columns .column-1,
.input-columns .column-2 {
  float: left;
  width: 50%;
  position: relative;
}
.input-columns .column-1 .column-inner {
  margin: 0 12px 0 0;
}
input[type] {
  background: #fcfcfc;
  border: 1px solid #ececec;
  outline: 0 none;
  overflow: hidden;
  padding: 0 15px;
  resize: none;
  width: 100%;
  height: 40px;
}
textarea {
  background: #fcfcfc;
  border: 1px solid #ececec;
  outline: 0 none;
  overflow: hidden;
  padding: 1rem;
  resize: none;
  width: 100%;
}
input[type]:focus {
  border: 1px solid #a94442;
}
textarea:focus {
  border: 1px solid #a94442;
}
.ico-input {
  position: relative;
}
.ico-input i {
  color: #b3b3b3;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 40px;
}
.submit {
  background: #a94442;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #ffffff;
  border: none;
  height: 42px;
  line-height: 0;
}

input.error {
  border: 1px solid #353031 !important;
}

.success-msg,
.error-msg {
  display: none;
  position: relative;
}
.success-msg h2,
.error-msg h2 {
  font-size: 11px;
  right: 0;
  position: absolute;
  text-transform: none;
  top: -50px;
}
.success-msg h2 {
  color: #4e93e6;
}
.error-msg h2,
.success-msg h2 {
  color: #61279e;
}

/*End reservation section*/
/* Contact section*/

.block-map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.map {
  width: 100%;
  height: 100%;
}
.block-social li {
  display: inline-block;
  margin-right: 2px;
  text-align: center;
}
.block-social a {
  border: 2px solid #a94442;
  color: #a94442;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
}

.block-social a:hover {
  border: 2px solid #a00906;
  color: #a00906;
  border: 2px solid #a00906;
  color: #a00906;
}
.block-info p {
  font-size: 16px;
}
.block-info p strong {
  color: #555555;
  text-transform: capitalize;
}
/* End contact section*/
/* Footer*/

.footer-short p {
  color: #cccccc;
  font-size: 12px;
}
/* End footer*/
/*Media queries*/

/* custom css */
.header .logo .logo-img {
  background-image: url("../img/logo.png") !important;
  width: 105px;
  height: 105px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header.switched-header .logo .logo-img {
  background-image: url("../img/logo-black.png") !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom class for the scrollable tabs container */
.scrollable-tabs-container {
  overflow-x: auto; /* Enables horizontal scrolling */
  white-space: nowrap; /* Prevents the tabs from wrapping */
}

.scrollable-tabs-container .block-tabs {
  display: inline-block;
}

/* .scrollable-tabs-container .block-tabs li {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
} */

/* Optionally hide scrollbar for a cleaner look */
.scrollable-tabs-container::-webkit-scrollbar {
  display: none;
}

.scroll-container {
  display: flex;
  overflow-x: auto; /* Enables horizontal scrolling */
  scroll-snap-type: x mandatory; /* Snap effect for scrollable items */
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on mobile */
  padding-bottom: 20px; /* Add space below the container */
  scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}

.box {
  flex: 0 0 250px; /* Boxes take up 250px by default */
  border: 2px solid #a94442; /* Beige border */
  padding: 20px;
  margin-right: 20px; /* Spacing between the boxes */
  /* height: 350px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  scroll-snap-align: center; /* Snap alignment for each box */
  user-select: none;
}

.image-container {
  height: 120px; /* Ensures all images are aligned at the same height */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.box img {
  max-height: 100%; /* Ensures images stay within the height limit */
  max-width: 100px; /* Keeps images at a consistent size */
}

.box h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.box p {
  font-size: 1em;
  margin-bottom: 20px;
}

.pizza-slider .flex-prev {
  left: 10px !important;
}

.pizza-slider .flex-next {
  right: 10px !important;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .scroll-container {
    justify-content: flex-start; /* Ensure flexbox layout is maintained */
  }

  .box {
    flex: 0 0 30%; /* On medium and larger devices, each box takes up 30% of the width */
  }
  .myBox {
    flex: 0 0 28% !important;
  }
  .my-scroll-container {
    margin-bottom: 60px;
  }
}
.my-scroll-container {
  position: relative !important;
}
@media (max-width: 768px) {
  .box {
    flex: 0 0 80%; /* On medium and smaller devices, each box takes full width */
  }
}

.review-info {
  color: white;
  margin-top: 10px;
  opacity: 0.7;
}

.review-source {
  float: left;
}

.review-date {
  float: right;
}

/* Marquee */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,900&display=swap");

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #a94442;
  border-bottom: 1px solid #a94442;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
}

.innerDiv {
  display: flex;
  align-items: center;
  width: 100%;
}
.marquee--inner span {
  float: left;
  width: 50%;
  overflow: hidden;
}

/* media query for 800px and lowe */
@media screen and (max-width: 800px) {
  .header .logo .logo-img {
    background-image: url("../img/logo-black.png") !important;
  }

  .header {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .block-content.special.sp-2 {
    top: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  h1.large {
    font-size: 70px;
  }
  .header .left-part,
  .header .right-part {
    float: none;
    display: block;
  }
  .header .left-part {
    margin-left: 30px;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    padding: 5px 0;
  }
  .header .logo {
    margin-top: 0;
  }

  .header .logo h2 {
    color: #353031;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    margin-left: 30px;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .main-nav li a {
    color: #353031;
    display: inline-block;
  }
  .sing {
    max-width: 40%;
  }
  .contact {
    padding-top: 100px !important;
    padding-bottom: 2rem !important;
  }
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .sing {
    max-width: 40%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .main-nav li {
    font-size: 11px;
  }
  .contact {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .vertical-align {
    display: flex !important;
  }
  .sing {
    max-width: 30%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .title-medium {
    font-size: 19px;
  }
  .block-content.special {
    padding: 50px 100px 50px 50px !important;
  }
  .main-nav li {
    font-size: 11px;
  }
  .contact {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .title-medium {
    font-size: 19px;
  }
  .main-nav li {
    font-size: 11px;
  }
  .contact {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .block-content.special {
    padding: 50px 100px 50px 50px !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  h1.large {
    font-size: 70px;
  }
  .header .left-part,
  .header .right-part {
    float: none;
    display: block;
  }
  .header .left-part {
    margin-left: 30px;
  }
  .header {
    padding: 5px 0;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .logo h2 {
    color: #353031;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    margin-left: 30px;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .main-nav li a {
    color: #353031;
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .header .left-part,
  .header .right-part {
    float: none;
    display: block;
  }
  .header .left-part {
    margin-left: 30px;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    padding: 5px 0;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .logo h2 {
    color: #353031;
  }
  h1.large {
    font-size: 50px;
  }
  p.lead {
    font-size: 11px;
  }
  .title-medium {
    font-size: 19px;
  }
  p.title-lead {
    font-size: 5px;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    margin-left: 30px;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .main-nav li a {
    color: #353031;
    display: inline-block;
  }
  .but {
    font-size: 10px;
    padding: 13px 20px;
  }
  .vertical-align {
    display: block !important;
  }
  .row.vertical-align:last-child .block-img {
    margin-bottom: 30px;
  }
  .block-price.special {
    right: 20px;
  }
  .review-slider .flex-control-nav,
  .review-slider .flex-direction-nav a {
    display: none;
  }
  .block-review {
    width: auto;
  }
  .block-tabs li {
    padding: 10px 15px;
  }
  .contact {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
  .block-map {
    display: none;
  }
  .block-form {
    padding: 40px;
  }
  .input-columns .column-1,
  .input-columns .column-2 {
    float: none;
    width: 100%;
  }
  .input-columns .column-1 .column-inner {
    margin: 0;
  }
  .input-columns .column-1 {
    margin-bottom: 30px;
  }
  .sing {
    max-width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .header .left-part,
  .header .right-part {
    float: none;
    display: block;
  }
  .header .left-part {
    margin-left: 30px;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    padding: 15px 0;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .logo h2 {
    color: #353031;
  }
  h1.large {
    font-size: 50px;
  }
  p.lead {
    font-size: 11px;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    margin-left: 30px;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .main-nav li a {
    color: #353031;
    display: inline-block;
  }
  .but {
    font-size: 10px;
    padding: 13px 20px;
  }
  .vertical-align {
    display: block !important;
  }
  .row.vertical-align:last-child .block-img {
    margin-bottom: 30px;
  }
  .sing {
    max-width: 40%;
  }
  .flex-control-nav,
  .flex-direction-nav a {
    display: none;
  }
  .block-content.special {
    padding: 50px 100px 50px 40px !important;
  }
  .block-review {
    width: auto;
  }
  .block-tabs li {
    padding: 10px 6px;
  }
  .contact {
    padding-top: 100px !important;
    padding-bottom: 1rem !important;
  }
  .block-map {
    display: none;
  }
  .block-form {
    padding: 40px;
  }
  .input-columns .column-1,
  .input-columns .column-2 {
    float: none;
    width: 100%;
  }
  .input-columns .column-1 .column-inner {
    margin: 0;
  }
  .input-columns .column-1 {
    margin-bottom: 30px;
  }
}
/*End media queries*/

.mobileImageStyles {
  display: flex;
  height: 100%;
  align-items: end;
}

@media screen and (min-width: 786px) {
  .hiddenOnLargeScreen {
    display: none;
  }
}

@media screen and (max-width: 786px) {
  .hiddenOnSmallScreen {
    display: none;
  }
  .pizzaBySlice {
    margin-top: 4rem;
  }
  .marquee--inner {
    width: 289%;
  }
  .marquee {
    height: 85px;
  }
  .left-part {
    margin-left: 1rem !important;
  }
}

.buttons {
  font-size: 1em;
  padding: 10px 20px;
  text-transform: none;
  width: 100%;
  display: inline-block;
  position: relative;

  padding: 13px 30px;

  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
}

.button-1 {
  background: #a00906;
  color: white;
  border: 2px solid #a00906;
  margin-right: 1rem;
}

.button-2 {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.button-1:hover {
  background: white;
  color: #a00906;
  border-color: white;
}

.button-2:hover {
  background: white;
  color: #a00906;
}

@media screen and (max-width: 786px) {
  .buttonsContainer {
    padding: 0 3rem;
  }
  .custom-banner-height {
    height: 39% !important;
  }
}
.phoneNumberIcon {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 1000;
  color: white;
  background-color: #028f46;
  font-size: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999999999px;
  transform: rotate(90deg);
}

.feedbackIcon {
  position: fixed;
  bottom: 1.5rem;
  left: 1rem;
  z-index: 1000;
  color: white;
  background-color: #a94442;
  font-size: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999999999px;
}

/* .block-content h2 {
  color: white !important;
} */
.prev-btn {
  position: absolute;
  left: -2rem; /* Position it on the left side */
  top: 50%; /* Center it vertically */
  transform: translateY(-50%); /* Adjust for the button's own height */
  background-color: #a94442;
  color: white;
  border: none;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
}

.next-btn {
  position: absolute;
  right: -2rem; /* Position it on the right side */
  top: 50%; /* Center it vertically */
  transform: translateY(-50%); /* Adjust for the button's own height */
  background-color: #a94442;
  color: white;
  border: none;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
}

@media screen and (max-width: 786px) {
  .prev-btn {
    display: none;
  }
  .next-btn {
    display: none;
  }
  .noMargin {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-container {
    width: 1250px !important;
  }
}

.crafting-wood-fired {
  font-size: 1rem;
}

.marquee-container {
  border-top: 1px solid #a68b7c;
  border-bottom: 1px solid #a68b7c;
  padding: 1rem 0;
}

@media screen and (max-width: 786px) {
  .marquee-container {
    margin-bottom: 0px;
    margin-top: 90px;
  }
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 150;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 150;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 150;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 150;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menuInMenuPage {
  margin-top: 5rem;
}

@media screen and (max-width: 786px) {
  .contactInMenuPage {
    padding-top: 3rem !important;
  }
}

.ourMenuSectionInMenuPage {
  margin-bottom: 4rem !important;
}
.contactInMenuPage {
  margin-top: 5rem !important;
}

.popup-outer-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000003a;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-inner-container {
  position: relative;
  border-radius: 10px;
  background-image: url("../img/popup-bs.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50vw;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-items: end;
  align-items: end;
  gap: 1rem;
}

.ButtonPopupText {
  font-size: 0.9rem !important;
  color: white;
  font-weight: 700;
  font-style: italic;
}

.XButton {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.content-container {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50%;
  height: 100%;
  padding: 1.5rem;
  background-color: #a00906;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.container-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}

.container-title img {
  width: 8rem;
}

.container-title p {
  font-size: 3rem !important;
  line-height: 1;
  color: white;
  font-weight: 700;
}

.container-title div {
  height: 5px;
  width: 100%;
  background-color: white;
}

.container-form {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.container-form div {
  width: 100%;
}

.container-form input {
  padding: 1.5rem;
  font-size: 1.25rem;
}
.container-form input::placeholder {
  font-size: 1.25rem;
}

.buttonContainer button {
  background-color: #028f46;
}
.popup-inner-container p {
  font-size: 1.5rem;
}
.popup-subtitle {
  font-size: 1.2rem !important;
  color: white !important;
}

.popup-subtitle span {
  font-weight: bold;
}
@media screen and (min-width: 786px) {
  .feedbackContainerTop {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 1500px) {
  .popup-inner-container {
    width: 70vw;
  }
}

@media screen and (max-width: 1100px) {
  .popup-inner-container {
    width: 96vw;
  }
}

@media screen and (max-width: 786px) {
  .content-container {
    width: 100%;
    border-radius: 10px !important;
    background-color: #a00906e3;
  }

  .container-form input::placeholder {
    font-size: 1rem;
  }

  .container-form input {
    font-size: 1rem;
  }

  .container-title p {
    font-size: 2rem !important;
  }

  .container-title div {
    height: 3px;
  }

  .popup-subtitle {
    font-size: 1rem !important;
    color: white !important;
  }

  .container-form input {
    padding: 1.2rem;
  }

  .popup-inner-container {
    height: unset;
  }

  .ButtonPopupText {
    font-size: 0.75rem !important;
    color: white;
    font-weight: 700;
    line-height: 1.2rem !important;
  }
}

.spinner_P7sC {
  transform-origin: center;
  animation: spinner_svv2 0.75s infinite linear;
}
@keyframes spinner_svv2 {
  100% {
    transform: rotate(360deg);
  }
}
