:root {
  --maroon: #7a141a;
  --white: white;
  --crimson: #d9232e;
  --dim-grey: #2c2c2c;
  --medium-purple: #9061c2;
  --text-grey: #666;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: #212121;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #121212;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: #212121;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #616161;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Playfair Display, sans-serif;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 3px solid #9061c2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.banner {
  mix-blend-mode: normal;
  background-color: #303030;
  height: 100vh;
  display: none;
  position: relative;
}

.navigation {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  width: 100%;
  padding: 35px 25px 20px;
  position: absolute;
}

.nav-menu {
  float: left;
  margin-top: 10px;
  display: inline-block;
}

.nav-menu.center-menu {
  float: none;
  text-align: center;
  display: block;
}

.nav-menu.right {
  float: right;
}

.brand-logo {
  float: none;
  display: inline-block;
  top: 8px;
}

.brand-logo.float-left {
  float: left;
}

.align-center {
  text-align: center;
  position: relative;
}

.align-center.with-pading {
  padding-top: 15px;
}

.navigation-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 40px 12px 35px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.4s;
}

.navigation-link:hover {
  background-color: var(--maroon);
  color: #fff;
}

.navigation-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.navigation-link.w--current:hover {
  background-color: var(--maroon);
}

.navigation-link.dropdown {
  padding-right: 35px;
  font-family: Raleway variablefont wght, sans-serif;
}

.navigation-link.dropdown.w--open {
  padding-left: 35px;
  padding-right: 40px;
}

.navigation-link.dark {
  color: rgba(119, 119, 119, 0.8);
  font-weight: 500;
}

.navigation-link.dark:hover {
  color: #212121;
}

.follow-text {
  color: #fff;
  margin-right: 5px;
  font-family: Playball, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.follow-text.in-footer {
  color: #fff;
  font-size: 21px;
  position: relative;
  top: -19px;
}

.align-right {
  text-align: right;
}

.align-right.top-space {
  margin-top: 20px;
}

.sociall-wrapper {
  float: right;
  display: inline-block;
  position: relative;
  top: -4px;
}

.social-icon {
  opacity: 0.6;
  background-image: url("../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
}

.social-icon:hover {
  background-color: var(--maroon);
  opacity: 1;
}

.social-icon.twitter {
  background-image: url("../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.png");
  background-size: 20px;
}

.social-icon.twitter.biger {
  background-size: 20px;
}

.social-icon.google {
  background-image: url("../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png");
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url("../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png");
  background-size: 18px;
}

.social-icon.biger {
  background-size: 16px;
  width: 50px;
  height: 50px;
}

.social-icon.biger:hover {
  background-color: var(--crimson);
}

.big-slider {
  mix-blend-mode: soft-light;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.arrow {
  mix-blend-mode: saturation;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 25px;
  font-size: 24px;
  transition: all 0.4s;
  display: none;
}

.arrow:hover {
  background-color: #9061c2;
}

.arrow.right {
  margin-left: 25px;
  margin-right: 0;
}

.container-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center.in-slider {
  top: 50%;
}

.container-center.in-pages {
  top: 60%;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.without-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.prallax {
  background-color: var(--dim-grey);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.space {
  height: 20px;
}

.sub-text {
  color: var(--maroon);
  -webkit-text-stroke-color: var(--maroon);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Playball, sans-serif;
  font-size: 30px;
}

.padding-both {
  padding-left: 151px;
  padding-right: 151px;
}

.video-overlay {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.call-us {
  z-index: 10;
  background-color: var(--crimson);
  background-image: url("../images/font-awesome_4-6-3_phone_100_0_ffffff_none-3_1font-awesome_4-6-3_phone_100_0_ffffff_none (3).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.services-wrapper {
  float: left;
  clear: right;
  background-color: #fff;
  width: 33.333%;
  height: 600px;
  max-height: 600px;
  position: relative;
}

.services-wrapper.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.services-wrapper.color.purple {
  background-color: var(--dim-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 800px;
  max-height: none;
  padding: 30px;
}

.services-wrapper.photo-1 {
  background-color: var(--white);
  mix-blend-mode: normal;
  background-image: url("../images/FrankiesModernDiner_DinerLampDip.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrapper.photo-2 {
  background-image: url("../images/FrankiesModernDiner_SesameGingrRiceBowl.webp");
  background-position: 49%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrapper.photo-3 {
  background-image: url("../images/Key-lime-from-above.webp");
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.services-icon {
  mix-blend-mode: normal;
  background-image: url("../images/cutleryRed.png");
  background-position: 0 0;
  background-size: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: block;
}

.services-icon.icon-2 {
  background-image: url("../images/hotFoodRed.png");
  background-size: 100px;
}

.services-icon.icon-3 {
  background-image: url("../images/chefRed.png");
  background-position: 50%;
  background-size: 100px;
}

.day {
  color: #fff;
  font-family: Raleway variablefont wght, sans-serif;
  font-style: italic;
}

.white-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.white-heading.big {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}

.white-font {
  color: #fff;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translate(0, -50%);
}

.center-div.add-center {
  text-align: center;
}

.line-divider {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 120%;
}

.button {
  float: none;
  clear: none;
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 17px 23px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-block;
}

.button:hover {
  background-color: #440505;
}

.button.white {
  background-color: var(--crimson);
  color: #fff;
}

.button.white:hover {
  color: #fff;
  background-color: #212121;
}

.button.submit {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 30%;
  height: 50px;
}

.button.in-blog {
  color: #fff;
}

.right-section {
  z-index: 1;
  box-shadow: none;
  background-color: #fafafa;
  height: 1000px;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.right-section.on-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.column-without-padding {
  height: 800%;
  padding-left: 0;
  padding-right: 0;
}

.column-without-padding.mainpage {
  background-color: var(--dim-grey);
  height: 1000px;
}

.tabs-menu {
  text-align: center;
}

.tab-content {
  margin-top: 70px;
}

.tab-content.less-margin {
  margin-top: 40px;
}

.tab-link {
  opacity: 0.4;
  filter: grayscale();
  color: #9061c2;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.tab-link:hover {
  opacity: 1;
  filter: none;
}

.tab-link.w--current {
  opacity: 1;
  filter: none;
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #9061c2;
}

.tab-icons {
  float: left;
  color: var(--crimson);
  -webkit-text-stroke-color: var(--maroon);
  background-image: url("../images/fruitRed.png");
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.tab-icons.icon-2 {
  background-image: url("../images/pizzaRed.png");
  background-size: 50px;
}

.tab-icons.icon-3 {
  background-image: url("../images/dessertRed.png");
  background-size: 50px;
}

.tab-icons.icon-4 {
  background-image: url("../images/drinkRed.png");
  background-size: 50px;
}

.tab-text {
  color: var(--maroon);
  -webkit-text-stroke-color: var(--maroon);
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: 18px;
}

.menu-items {
  text-align: left;
  border-bottom: 1px dashed #d8d8d8;
  padding: 20px 20px 18px;
  transition: all 0.4s;
}

.item-name {
  color: #2a2a2a;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.item-name.price {
  margin-right: 5px;
  font-family: Playball, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.item-name.tag {
  color: #b4b4b4;
  font-family: Playfair Display, sans-serif;
}

.item-name.tag.dollar {
  color: #2a2a2a;
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.biger {
  color: var(--dim-grey);
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.biger:hover {
  color: var(--dim-grey);
}

.no-padding {
  color: var(--dim-grey);
  margin-bottom: 0;
}

.hide-section {
  overflow: hidden;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Playball, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}

.dynamic-list {
  padding-left: 55px;
  padding-right: 55px;
}

.image-popup {
  float: left;
  width: 16.666%;
  position: relative;
}

.footer {
  background-color: #060e2a;
  border-bottom-left-radius: 5px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer:hover {
  color: var(--crimson);
}

.line-divider-footer {
  background-color: #353535;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lightbox-overlay {
  background-image: linear-gradient(
    to top,
    var(--dim-grey),
    rgba(255, 255, 255, 0) 31%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon:hover {
  background-color: var(--crimson);
}

.arrow-dropdown {
  margin-top: 18.5px;
  margin-right: 15px;
  font-size: 12px;
}

.dropdown-list.w--open {
  background-color: var(--maroon);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Raleway variablefont wght, sans-serif;
}

.dropdown-link:hover,
.dropdown-link.w--current,
.dropdown-link.w--current:hover {
  color: #fff;
}

.slide-2 {
  background-image: url("../images/r-2.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url("../images/r-1.webp");
  background-position: 50% 54px;
  background-size: cover;
}

.center {
  flex: 1;
  order: 4;
  align-self: baseline;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.big-title-slider {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 60px;
}

.navigation-style-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 35px 25px 20px;
  position: absolute;
}

.float-right {
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.navigation-style-tablet-down {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.inner-banner {
  mix-blend-mode: darken;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("../images/Key-lime-from-above.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
  padding-top: 0;
}

.inner-banner.in-blog-page {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.inner-banner.color {
  background-color: #9061c2;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.subscribe-text {
  float: left;
  color: #fff;
  background-color: #363636;
  border-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 70%;
  height: 50px;
  padding-top: 6px;
  padding-left: 20px;
  font-family: Raleway variablefont wght, sans-serif;
}

.subscribe-text:hover {
  color: #fff;
  background-color: #303030;
}

.subscribe-text:active,
.subscribe-text:focus {
  color: #fff;
}

.subscribe-wrapper {
  float: left;
  color: #fff;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.menu-wrapper {
  background-color: #fafafa;
  margin-bottom: 20px;
}

.menu-wrapper.with-padding {
  padding: 20px 0 0;
  box-shadow: 0 2px #f1f1f1;
}

.menu-photo {
  float: left;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.menu-photo.no-left {
  float: none;
  width: 240px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-content {
  height: 120px;
  max-height: 120px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.menu-content.auto {
  height: auto;
  max-height: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.float-left {
  float: right;
}

.top-space {
  margin-top: 10px;
}

.top-small-space {
  margin-top: 15px;
}

.form-wrapper {
  text-align: left;
  margin-top: 40px;
  padding-right: 0;
}

.float-field {
  float: left;
  width: 48%;
  margin-right: 10px;
}

.float-field.not-full {
  width: 97%;
}

.float-field.date {
  width: 15%;
}

.text-field {
  background-color: #e8ebee;
  border-style: none;
  border-radius: 5px;
  height: 50px;
  padding-left: 20px;
  font-family: Playfair Display, sans-serif;
}

.text-field:active,
.text-field:focus {
  color: #313131;
  background-color: #dce1e6;
}

.text-field.center-date {
  text-align: center;
  padding-left: 12px;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 40px;
}

.label {
  float: left;
  color: #616161;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.submit-button {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.info-wrapper {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.info-wrapper.no-line {
  border-bottom-style: none;
}

.icon-icon {
  float: left;
  background-image: url("../images/phone-call-2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.icon-icon.marker {
  background-image: url("../images/search-marker.png");
  background-size: 60px;
}

.info-content {
  text-align: left;
  position: relative;
  top: 15px;
  overflow: hidden;
}

.number {
  color: #919191;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.hide {
  display: none;
}

.success-message {
  color: #fff;
  background-color: #589b39;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.error-message {
  color: #fff;
  background-color: #c52020;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-post-wrapper {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.left-image-blog {
  float: left;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-right: 35px;
}

.blog-content {
  padding-right: 49px;
  position: relative;
  overflow: hidden;
}

.data-created {
  color: #919191;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.blog-title {
  font-family: Playball, sans-serif;
  font-size: 34px;
}

.background-blog-overlay {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

.source-link {
  color: #919191;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.tabs {
  margin-top: 30px;
}

.top-margin {
  margin-top: 40px;
}

.top-margin.less-space {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
  position: static;
}

.footer-icon {
  background-image: url("../images/phone-call-4.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.addres {
  background-image: url("../images/placeholder-1_1placeholder (1).png");
  background-size: 60px;
}

.footer-icon.email {
  background-image: url("../images/envelope-1_1envelope (1).png");
  background-size: 60px;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 14px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all 0.3s;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: 0.9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  color: #fff;
  margin-right: 20px;
  font-family: Raleway variablefont wght Italic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: center;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.center-2 {
  text-align: center;
}

.center-2.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: var(--medium-purple);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide-4 {
  background-image: url("../images/pexels-valeria-boltneva-7474118.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chef-photo {
  float: right;
  width: 90%;
  box-shadow: 3px 20px 20px 6px rgba(0, 0, 0, 0.2);
}

.flex-center {
  align-items: center;
  display: flex;
}

.mask {
  color: #000;
  mix-blend-mode: soft-light;
}

.mask-2 {
  color: #000;
  mix-blend-mode: overlay;
}

.image {
  margin-top: -30px;
}

.paragraph {
  color: var(--text-grey);
  font-family: Raleway variablefont wght, sans-serif;
}

.navigation-style-desktop {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 35px 25px 20px;
  position: absolute;
}

.columns.front {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.footer-links {
  color: var(--white);
  font-family: Raleway variablefont wght, sans-serif;
}

.footer-links:hover {
  color: var(--crimson);
}

.heading {
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 0;
  font-family: Playball, sans-serif;
  font-size: 45px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
  overflow: hidden;
}

.container-3 {
  height: 1200px;
  position: relative;
}

.image-3 {
  position: absolute;
  box-shadow: -19px 6px 18px 10px rgba(0, 0, 0, 0.2);
}

.banner-2 {
  background-color: #fff;
  height: 130vh;
  padding: 0;
}

.button-2 {
  color: #212127;
  background-color: #212127;
  padding: 15px 20px;
  font-weight: 500;
}

.button-2:hover {
  background-color: #3e3e49;
}

.button-2.white {
  color: #fff;
  background-color: #212127;
  font-family: Poppins, sans-serif;
}

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

.container-4 {
  max-width: 1200px;
}

.container-4.center {
  position: relative;
  top: 79%;
  transform: translate(0, -50%);
}

.top-margin-2 {
  margin-top: 40px;
}

.banner-second {
  mix-blend-mode: normal;
  background-color: #515157;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../images/BlazePizzaRingsm.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 120%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-banner {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 70px;
}

.align-center-2 {
  text-align: center;
}

.image-4.frontpagemom {
  max-width: 50%;
  height: 100%;
}

.html-embed {
  height: 500px;
}

.heading-2 {
  text-align: center;
  white-space: normal;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.columns-2 {
  margin-top: 60px;
  padding-bottom: 60px;
}

.bold-text,
.bold-text-2 {
  color: var(--maroon);
}

.column {
  border-left: 3px solid #000;
}

.column.nobirder {
  border-left-style: none;
}

.div-block {
  height: 100%;
  min-height: 18%;
}

.image-5 {
  margin-top: 0;
}

.link-3 {
  color: #fff;
}

.bold-text-3 {
  font-size: 15px;
}

.heading-3 {
  text-align: left;
}

.text-block-2 {
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.text-block-3 {
  text-align: right;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
}

.div-block-2 {
  border-bottom: 1px dashed #d8d8d8;
  margin-left: 20px;
  margin-right: 100px;
  padding: 10px 0 20px;
}

.tab-div-block {
  border-bottom: 1px dashed #d8d8d8;
  margin-left: 20px;
  margin-right: 100px;
  padding: 0 0 20px;
}

.menu-item-heading {
  text-align: left;
}

.menu-item-desc {
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.menuitemprice {
  text-align: right;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  border-right: 4px solid #000;
}

.heading-4 {
  font-size: 45px;
}

.menulinkz {
  text-align: center;
  margin-top: 40px;
  font-size: 45px;
}

.section-3 {
  height: 40vh;
  display: flex;
}

.section-3.menus {
  height: 70vh;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .banner {
    height: 650px;
  }

  .nav-menu.right {
    background-color: var(--maroon);
    width: 100%;
    margin-top: 0;
  }

  .brand-logo.float-left {
    top: 9px;
  }

  .navigation-link.dropdown.dark,
  .navigation-link.dark {
    color: var(--white);
  }

  .navigation-link.dark.w--current {
    color: #fff;
    border-radius: 0;
  }

  .padding-both {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-wrapper {
    width: 100%;
  }

  .services-wrapper.color.purple {
    height: 110vh;
  }

  .right-section {
    height: auto;
    min-height: 110vh;
  }

  .tab-content {
    margin-top: 50px;
  }

  .dynamic-list {
    padding-left: 0;
    padding-right: 0;
  }

  .image-popup {
    width: 33.3333%;
  }

  .dropdown-list {
    color: #000;
  }

  .big-title-slider {
    height: auto;
    min-height: 0;
    line-height: 75px;
  }

  .navigation-style-tablet-down {
    background-color: rgba(44, 44, 44, 0.62);
    padding-top: 0;
    padding-bottom: 10px;
    position: fixed;
  }

  .hamburger.w--open {
    background-color: #9061c2;
    margin-top: 5px;
    padding: 13px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .navigation-style-desktop {
    display: none;
  }

  .image-2 {
    max-width: 75%;
  }

  .menu-button {
    padding-top: 20px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-6 {
    color: #fff;
    font-size: 60px;
  }

  .text-block {
    color: var(--white);
  }

  .banner-2 {
    height: 120vh;
    padding-left: 0;
    padding-right: 0;
  }

  .top-margin-2 {
    margin-top: 20px;
  }

  .heading-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .image-4 {
    max-width: 75%;
  }

  .tab-div-block {
    margin-left: 10px;
    margin-right: 18px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.without-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.prallax {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-both {
    padding-left: 90px;
    padding-right: 90px;
  }

  .call-us {
    bottom: 10px;
    right: 10px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .tab-link {
    text-align: center;
    width: 28%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item-name {
    text-align: center;
    display: block;
  }

  .item-name.price,
  .item-name.tag {
    display: inline-block;
  }

  .item-name.left-mobile {
    text-align: left;
    display: block;
  }

  .no-padding {
    text-align: center;
  }

  .show-text {
    font-size: 36px;
  }

  .big-title-slider {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 70px;
  }

  .navigation-style-tablet-down {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-banner {
    height: 350px;
  }

  .subscribe-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-wrapper.with-padding {
    margin-left: 80px;
    margin-right: 80px;
  }

  .float-field {
    width: 97%;
  }

  .blog-post-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-center {
    text-align: center;
  }

  .copyright {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    padding-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .navigation-style-desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner {
    min-height: 110vh;
  }

  .nav-menu.center-menu {
    display: none;
  }

  .nav-menu.right {
    z-index: 1000;
    color: #fff;
    background-color: #7a141a;
    position: relative;
  }

  .navigation-link.dark {
    background-color: var(--maroon);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Raleway variablefont wght, sans-serif;
  }

  .follow-text.in-footer {
    font-size: 18px;
  }

  .section.without-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-text {
    font-size: 33px;
  }

  .padding-both {
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-us {
    background-color: var(--crimson);
  }

  .services-wrapper {
    height: 800px;
    max-height: 800px;
  }

  .white-heading.big {
    line-height: 40px;
  }

  .center-div.add-center {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -24px;
  }

  .button.submit {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

  .right-section {
    height: auto;
    min-height: 175vh;
    max-height: none;
    margin-top: 0;
    padding-top: 20px;
  }

  .right-section.on-mobile {
    height: 900px;
    max-height: 900px;
  }

  .column-without-padding.menucolumn {
    height: auto;
    min-height: auto;
  }

  .tab-content {
    margin-top: 40px;
  }

  .tab-link {
    width: 100%;
  }

  .biger {
    color: var(--dim-grey);
  }

  .show-text {
    text-transform: capitalize;
  }

  .image-popup {
    width: 50%;
  }

  .big-title-slider {
    padding-left: 0;
    padding-right: 0;
    font-size: 65px;
  }

  .navigation-style-tablet-down {
    background-color: rgba(44, 44, 44, 0.62);
    display: block;
    position: fixed;
  }

  .inner-banner {
    height: 80vh;
  }

  .inner-banner.menusz {
    height: 90vh;
  }

  .subscribe-text {
    float: none;
    border-radius: 5px;
    width: 100%;
  }

  .menu-wrapper.with-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-photo {
    width: 100%;
    height: 200px;
  }

  .float-field,
  .float-field.not-full {
    width: 100%;
  }

  .float-field.date {
    width: 25%;
  }

  .left-image-blog {
    width: 100%;
    margin-bottom: 10px;
  }

  .hamburger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-navigation {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    overflow: visible;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: block;
  }

  .paragraph-tiny {
    color: #fff;
    font-family: Raleway variablefont wght, sans-serif;
    font-weight: 700;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .chef-photo {
    width: 100%;
  }

  .flex-center {
    flex-direction: column-reverse;
  }

  .icon-5 {
    color: #fff;
    background-color: #ca0000;
    width: auto;
    font-size: 45px;
  }

  .dropdown-2 {
    z-index: 1000;
  }

  .navigation-style-desktop {
    display: none;
  }

  .menu-button {
    color: #fff;
    padding-top: 30px;
    font-size: 45px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .container,
  .menu-button-2 {
    display: none;
  }

  .icon-6 {
    font-size: 45px;
    display: block;
  }

  .container-2 {
    position: static;
  }

  .heading {
    font-size: 30px;
  }

  .banner-2 {
    height: 120vh;
  }

  .container-4.center {
    top: 65%;
  }

  .banner-second {
    background-image: linear-gradient(to bottom, null, null),
      url("../images/BlazePizzaRingsm.webp");
    background-position: 0 0, 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-banner {
    font-size: 21px;
    line-height: 34px;
  }

  .image-4 {
    object-fit: cover;
    max-width: 100%;
  }

  .html-embed {
    height: 100vh;
  }

  .text-block-5 {
    text-align: center;
    border: 1px #000;
  }

  .section-3 {
    height: 55vh;
  }

  .container-5.link-container {
    height: 50vh;
  }

  .text-block-6 {
    z-index: 0;
    color: var(--dim-grey);
    position: relative;
  }

  .bold-text-4 {
    text-align: left;
  }
}

@font-face {
  font-family: "Raleway variablefont wght";
  src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway variablefont wght Italic";
  src: url("../fonts/Raleway-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
