/*
Theme Name: My Custom Theme
Author: Chintan Radadiya
Description: A custom WordPress theme
Version: 1.0
*/



/*
font-family: 'CCThisManThisMonster', sans-serif;
font-family: 'Red Hat Display', sans-serif;
font-family: "DM Sans", serif;
*/

/* Font CCThisManThisMonster */
@font-face {
  font-family: 'CCThisManThisMonster';
  src: url('./Fonts/CCThisManThisMonster-Regular.eot');
  src: url('./Fonts/CCThisManThisMonster-Regular.eot?#iefix') format('embedded-opentype'),
    url('./Fonts/CCThisManThisMonster-Regular.woff2') format('woff2'),
    url('./Fonts/CCThisManThisMonster-Regular.woff') format('woff'),
    url('./Fonts/CCThisManThisMonster-Regular.ttf') format('truetype'),
    url('./Fonts/CCThisManThisMonster-Regular.svg#CCThisManThisMonster-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}

b,
strong {
  font-weight: 700;
  color: #A71E22;
}

body {
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  overflow-x: clip;
}

p {
  margin-bottom: 30px;
}

a {
  color: #000;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

a:hover,
a:focus,
a:active {
  color: #a71e22;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'CCThisManThisMonster', sans-serif;
}

img {
  max-width: 100%;
}

.mt-120 {
  margin: 120px 0px 0px;
}

.mt-109 {
  margin: 109px 0px 0px;
}

.mtb-120 {
  margin: 120px 0px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-120 {
  padding-top: 120px;
}

.ptb-120 {
  padding: 120px 0px;
}

.pb-120 {
  padding-bottom: 120px;
}

.shape {
  position: absolute;
  z-index: -1;
}

/* Header & navbar */

header {
  padding: 37px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}

header.sticky {
  padding: 20px 0;
  background: #FFCA17;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

header .navbar,
header .navbar-brand {
  padding: 0;
}

header .menu-item+.menu-item {
  margin-left: 25px;
}

header .menu-item a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  position: relative;
}

header ul .menu-item:last-child a {
  font-family: 'CCThisManThisMonster', sans-serif;
  color: #000000;
  padding: 16px 26px;
  background-color: #A71E22;
  color: #FFFFFF;
  border-radius: 50px;
}

header .menu-item:last-child a:hover {
  background-color: #04361C;
}

header ul .menu-item:not(:last-child):hover a,
header ul .menu-item:not(:last-child):focus a,
header ul .menu-item:not(:last-child):active a,
header ul .menu-item.current-menu-item a {
  color: #A71E22;
  transition: 0.5s all ease;
}

header ul .menu-item.current-menu-item a {
  font-weight: 700;
}

header ul .menu-item:not(:last-child) a::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 6px;
  background-color: #A71E22;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
}

header ul .menu-item:not(:last-child) a:active::before,
header ul .menu-item:not(:last-child) a:focus::before,
header ul .menu-item:not(:last-child) a:hover::before,
header ul .menu-item.current-menu-item:not(:last-child) a::before {
  opacity: 1;
  visibility: visible;
}

/* Banner */
.home-banner {
  padding: 120px 0 80px;

  z-index: 0;
}

.hbanner-desc {
  width: 90%;
}

.hbanner-desc h1 {
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
  color: #04361C;
  margin-bottom: 18px;
}

.hbanner-desc h1 b,
.hbanner-desc h1 strong {
  font-size: 70px;
  font-weight: 400;
  color: #A71E22;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #A71E22;
  letter-spacing: 2.5px;
}

.hbanner-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #555555;
}

.hbanner-img img {
  width: 100%;
}

.hb-shape1 {
  left: 0;
  bottom: 120px;
}

.hb-shape2 {
  bottom: 129px;
  right: 60px;
}

.hb-shape3 {
  top: 193px;
  right: 50%;
}

.hb-shape4 {
  top: 0;
  right: 0;
}

/* About us */
.about-us .abt-img img {
  width: 100%;
}

.about-badge {
  position: absolute;
  left: 450px;
  bottom: 0;
  right: 0px;
  background-color: #FFCA17;
  padding: 34px 20px;
  border-bottom-right-radius: 20px;
}

.about-badge h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'CCThisManThisMonster', sans-serif;
  font-weight: 400;
  color: #202324;
  margin-bottom: 0;
}

.about-badge h4 b,
.about-badge h4 strong {
  color: #A71E22;
}

.title span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: 'CCThisManThisMonster', sans-serif;
  line-height: 19px;
  color: #A71E22;
  margin-bottom: 20px;
}

.title h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  color: #004427;
  margin-bottom: 12px;
}

.title h2 b,
.title h2 strong {
  color: #A71E22;
}

.title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}
.about-us .title p {
  width: 90%;
  margin-bottom: 0;
}

/* OUR USP */
.usp .title h2, .best-seller .title h2, .gallery .title h2, .cta .title h2 {
  margin-bottom: 30px;
}

.usp .row + .row, .hm-option .row + .row, .best-seller .row + .row, .hm-city .row + .row, .cta .row + .row  {
  margin-top: 20px;
  row-gap: 30px;
}

.usp-desc h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #004427;
  margin: 0 auto;
  margin-bottom: 12px;
}
.usp-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #555555;
  margin: 0 auto;
  width: 90%;
}
.shape.usp-shape1 {
  left: 0px;
  top: 30px;
}
.shape.usp-shape2 {
  bottom: 290px;
  right: 0;
}
.shape.usp-shape3 {
  bottom: -240px;
  left: 0;
  z-index: 2;
}

/* Menu  */
.menu {
  background: linear-gradient(rgba(255, 251, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}
.menu-btn-main {
  margin: 141px 0 50px;
}
.shape.menu-shape1 {
  left: 272px;
  top: -134px;
  z-index: 0;
}
.shape.menu-shape2 {
  right: 0px;
  top: 250px;
  z-index: 0;
}
.shape.menu-shape3 {
  left: 0px;
  bottom: 600px;
  z-index: 0;
}
.menu-btn-main a {
  font-family: 'CCThisManThisMonster', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #A71E22;
  width: 100%;
  border: 2px solid #a71e22;
  border-radius: 50px;
  padding: 18px 30px;
  display: block;
  text-align: center;
}

.menu-btn-main a:hover,
.menu-btn-main a:focus,
.menu-btn-main a:active,
.menu-btn-main a.active {
  color: #FFFFFF;
  background-color: #A71E22;
}

.food-menu-main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  justify-content: center;
}
.food-menu-main ul li {
  width: 23.26%;
}

.food-items {
  display: none;
}
.food-items .row {
  row-gap: 30px;
}
.food-items .food {
  z-index: 1;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.food-items .food:hover {
  margin-bottom: 0px;
}

.food-items .food::before {
  content: "";
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 8%, rgba(167, 30, 34, 0.15) 100%);
  border-radius: 20px;
  z-index: -1;
}
.food img {
  width: 100%;
  transition: all 0.3s;
}
.food-img {
  padding: 20px;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s;
}
.food-img::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='234' height='234' viewBox='0 0 234 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='117' cy='117' r='109' transform='rotate(-180 117 117)' stroke='url(%23paint0_linear_425_84)' stroke-width='16'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_425_84' x1='123.363' y1='88' x2='123.363' y2='263.147' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCA17' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFC500'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.food:hover .food-img::before {
  opacity: 0;
  visibility: hidden;
}
.food:hover .food-img {
  padding: 0 0px 20px;
}
.food-desc {
  padding: 0px 20px 20px;
}
.food-desc h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
.food-items[id="2"] .food-desc h4, .food-items[id="4"] .food-desc h4, .food-items[id="10"] .food-desc h4, .food-items[id="12"] .food-desc h4, .food-items[id="13"] .food-desc h4, .food-items[id="14"] .food-desc h4 {
  min-height: 52px;
}
.food-items[id="2"] .food-desc p, .food-items[id="3"] .food-desc p, .food-items[id="4"] .food-desc p, .food-items[id="5"] .food-desc p, .food-items[id="6"] .food-desc p, .food-items[id="8"] .food-desc p, .food-items[id="10"] .food-desc p, .food-items[id="11"] .food-desc p, .food-items[id="12"] .food-desc p {
  min-height: 88px;
}
.food-desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #191919;
  margin-bottom: 15px;
  width: 100%;
}
.food-desc button {
  font-family: 'CCThisManThisMonster', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 12px 31px;
  background-color: #A71E22;
  border-radius: 50px;
  border: none;
  transition: all 0.4s ease-in-out;
}
.food-desc button:hover {
  background-color: #04361C;
}

.menu .shape1 {
  position: absolute;
  left: 0;
  top: -115px;
}
.menu .shape2 {
  top: 10%;
  left: 27%;
}
.menu .shape3 {
  top: 5%;
  right: 42%;
}

.menu .shape4 {
  top: 11%;
  right: 0;
}
.menu .shape5 {
  left: 0;
  top: 56%;
}



/* Choose why?
.why {
  background-color: #FFCA17;
}

.why-img {
  max-width: 100%;
}

.why-img img {
  width: 95%;
}

.why-desc {
  margin: 50px 0;
}

.why-desc h2 {
  margin-bottom: 18px;
}

.why-desc span {
  font-family: 'CCThisManThisMonster-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #A71E22;
}

.why-desc p {
  font-family: 'CCThisManThisMonster-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #202324;
  margin-bottom: 30px;
}

.why-desc ul li {
  margin-left: 50px;
  margin-bottom: 20px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.why-desc ul li::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4587 14.125C13.8624 13.625 12.9681 13.625 12.3719 14.125C11.7756 14.625 11.7756 15.375 12.3719 15.875L16.8436 19.625C17.1417 19.875 17.4398 20 17.887 20C18.3342 20 18.6323 19.875 18.9304 19.625L29.3645 9.62497C29.8117 8.99997 29.8117 8.24997 29.0664 7.87497C28.4702 7.49997 27.5758 7.49997 27.1287 7.99997L17.887 16.875L14.4587 14.125Z' fill='%23333333'/%3E%3Cpath d='M31.3023 13.75C30.408 13.75 29.8117 14.25 29.8117 15C29.8117 20.5 24.4456 25 17.8871 25C11.3285 25 5.96237 20.5 5.96237 15C5.96237 12.375 7.15484 9.875 9.39072 8C11.6266 6 14.6078 5 17.8871 5C18.7814 5 19.8248 5.125 20.7192 5.25C21.4645 5.5 22.3588 5.125 22.6569 4.375C22.9551 3.625 22.3588 3.125 21.6135 2.875H21.4645C20.272 2.625 19.0795 2.5 17.8871 2.5C9.68884 2.5 2.9812 8.125 2.9812 15.125C2.9812 18.375 4.62085 21.625 7.3039 23.875C10.136 26.25 13.8625 27.5 17.738 27.5C25.9362 27.5 32.6439 21.875 32.6439 15C32.7929 14.25 32.0476 13.75 31.3023 13.75Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
  left: -50px;
  top: 4px;
} */

/* Home Options */
.hm-option .title p {
  color: #555555;
}
.option-box {
  padding: 15px 15px 50px;
  border: 1px solid #A71E22;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 6px 6px 0 0 #A71E22;
}
.option-box > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.option-box-img img {
  width: 100%;
}
.option-decs {
  padding: 20px 35px 0;
  text-align: center;
}
.option-decs h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 12px;
}
.option-decs p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 15px;
}
.option-decs p span {
  color: #7E7E7E;
}
.option-desc-bg {
  padding: 13px 53px;
  background-color: rgba(167, 30, 34, 0.1);
  color: #A71E22;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.option-decs a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #A71E22;
}
.option-decs a span {
  display: inline-block;
  margin-right: 5px;
}
/* Best sellers */
.btn-prev, .btn-nxt {
  height: 60px;
  width: 60px;
  left: 60%;
  top: -10px;
}
.btn-prev::after, .btn-nxt::after {
  display: none;
}
.btn-nxt {
  left: auto;
}
.sel-img img {
  width: 100%;
}
.sel-img::before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 101.91%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.selbox-main:hover .sel-img::before {
  opacity: 0;
}
.sel-desc {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 24px;
}
.sel-desc h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.sel-price-add .price {
  font-family: 'CCThisManThisMonster', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.sel-price-add button {
  font-family: 'CCThisManThisMonster', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #A71E22;
  padding: 5px 20px;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.sel-price-add button:hover {
  background-color: #04361C;
}

/* Franchise */
.fr-main {
  padding: 56px 40px 106px;
  background-color: #FFCA17;
  border-radius: 30px;
}
.title a {
  font-family: 'CCThisManThisMonster', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #A71E22;
  padding: 25px 60px;
  border: none;
  border-radius: 50px;
  display: inline-block;
}
.title a:hover {
  background-color: #04361C;
}
.fr-main img {
  width: 100%;
}
/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 40%;
  gap: 16px;
  margin-top: 20px;
}
.gallery-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 16px;
}
.gallery-box img {
  width: 100%;
  object-fit: cover;
}
.gallery-box:last-child img:nth-child(1) {
  width: 100%;
}
.gallery-box:last-child img:nth-child(1) {
  width: 100%;
}
.gallery-box:last-child img {
  width: 46%;
}

/* Home City */
.hm-city .title h2 {
  margin-bottom: 20px;
}
.city-box {
  padding: 15px 15px 20px;
  border: 1px solid #A71E22;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.city-box:hover {
  box-shadow: 6px 6px 0 0 #A71E22;
}
.city-box-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.city-box-img iframe {
  width: 100%;
  height: 196px;
  border-radius: 10px;
}
.city-decs {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.city-decs h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.city-box:hover h3 {
  color: #A71E22;
}
.city-decs p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
  flex: 1;
}
.city-decs a {
  width: fit-content;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #A71E22;
  background-color: #FFFFFF;
  outline: 1px solid #A71E22;
  padding: 12px 20px;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
}
.city-decs a span {
  display: inline-block;
  margin-right: 5px;
}
.city-box:hover .city-decs a {
  color: #FFFFFF;
  background-color: #A71E22;
}
.city-box .city-decs a path {
  transition: all 0.4s ease-in-out;
}
.city-box:hover .city-decs a path {
  fill: #FFFFFF;
}
.loaction-btn a {
  display: block;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #A71E22;
  padding: 12px 20px;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
  margin: 30px auto 0;
}
.loaction-btn a:hover {
  background-color: #04361C;
}
/* footer */

footer {
  padding: 50px 0px 80px;
}
.ft-top {
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
}
.ft-top .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft-top .title::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -25px;
  right: -75px;
  height: 1px;
  background-color: #6B6B6B;
}
.ft-top .title h2 {
  margin-bottom: 0;
}
.ft-top .title a {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #A71E22;
  padding: 22px 30px;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
}
.ft-top .title a:hover {
  background-color: #04361C;
}
.ft-bottom {
  display: flex;
}
.ft-log {
  margin-right: 30px;
}
.ft-log img {
  margin-bottom: 20px;
}
.ft-log p {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  color: #202324;
}
.footer-main h4 {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #A71E22;
  margin-bottom: 12px;
}
.footer-main ul li + li {
  margin-top: 8px;
}
.footer-main ul li a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #202324;
  transition: 0.5s all ease;
}
.footer-main ul li a:hover {
  color: #A71E22;
}
.footer-main p {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #202324;
  margin-bottom: 30px;
}
.ft-social a + a {
  margin-left: 20px;
}
.add-list li + li {
  margin-top: 15px !important;
}
.add-list li a {
  width: fit-content;
  display: inline-flex;
  column-gap: 10px;
  align-items: top;
}
.add-list li:not(:first-child) a {
  align-items: center;
}
.add-list li a span {
  display: block;
  width: fit-content;
}
.conform-main {
  padding: 50px 80px;
  background-color: #FFCA17;
  border-radius: 30px;
}
.conform-main .forminator-ui {
  margin-bottom: 0 !important;
}
.conform-main .forminator-row .forminator-label {
  display: none !important;
}
.conform-main .forminator-row .forminator-input, .conform-main .forminator-row .forminator-textarea {
  border: 1px solid #565656 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  border-radius: 5px !important;
  padding: 12px 18px !important;
  background: #FFF !important;
  color: #333333 !important;
}
.conform-main .forminator-row.forminator-row-last {
  margin-bottom: 0 !important;
}
.conform-main .forminator-row.forminator-row-last .forminator-field {
  text-align: center;
}
.conform-main .forminator-row .forminator-field .forminator-button {
  padding: 16px 50px !important;
  border-radius: 50px !important;
  background: #A71E22;
  color: #fff;
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: 'CCThisManThisMonster', sans-serif !important;
  font-weight: 400 !important;
  transition: all 0.5s ease-in-out;
}
.conform-main .forminator-row .forminator-field .forminator-button:hover {
  background: #04361C;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }

  .menu .shape2 {
    top: 10%;
    left: 22%;
  }
  .hb-shape1 {
    left: 0;
    bottom: 80px;
  } 
  .hb-shape2 {
    right: 20px;
  }
  .hb-shape3 {
    transform: translateX(50%);
  }
  .about-badge {
    left: 250px;
    border-radius: 15px;
  }
  .usp-desc p {
    width: 100%;  
  }
  .shape.usp-shape2 {
    right: -20px;
  }
  .shape.usp-shape1 {
    left: -70px;
  }  
  .food-menu-main ul li {
    width: 22.26%;
  }
  .menu-btn-main a {
    font-size: 20px;
    line-height: 26px;
  }
  .food-desc p {
    width: 90%;
  }
  .option-desc-bg {
    padding: 13px 70px;
  }
}

@media screen and (max-width: 1199px) {
  .mtb-120 {
    margin: 80px 0;
  }
  .ptb-120 {
    padding: 80px 0;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .mb-120 {
    margin-bottom: 80px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  header {
    padding: 18px 0;
  }
  header.sticky {
    padding: 18px 0;
  }
  header ul .menu-item:last-child a {
    font-size: 15px;
    padding: 14px 20px;
  }
  header .menu-item+.menu-item {
    margin-left: 18px;
  }
  header .menu-item a {
    font-size: 14px;
    line-height: 20px;
  }
  .home-banner {
    padding: 70px 0 80px;
  }
  .hbanner-desc h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .hbanner-desc h1 b, .hbanner-desc h1 strong {
    font-size: 60px;
  }
  .home-banner .hbanner-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .hbanner-img img {
    width: 90%;
  }
  .hb-shape4 {
    top: -50px;
    right: 0;
  }
  .hb-shape1 {
    bottom: 40px;
  }
  .hb-shape2 {
    bottom: 100px;
    right: 0;
  }
  .hb-shape3 {
    top: 100px;
  }
  .hb-shape2 img, .hb-shape1 img, .hb-shape3 img, .shape.usp-shape1 img, .shape.usp-shape2 img, .shape.usp-shape3 img {
    width: 75%;
  }
  .about-badge {
    left: 210px;
    padding: 20px;
  }
  .about-badge h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .title span {
    margin-bottom: 10px;
  }
  .title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .shape.usp-shape2 {
    right: -30px;
  }
  .shape.usp-shape3 {
    bottom: -170px;
  }
  .usp-desc h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .usp-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .menu-btn-main {
    margin: 38px 0 50px;
  }
  .shape.menu-shape1 {
    display: none;
  }
  .shape.menu-shape2 {
    top: 120px;
  }
  .shape.menu-shape3 {
    display: none;
  }
  .food-menu-main ul li {
    width: 25%;
  }
  .food-desc p {
    width: 80%;
  }
  .option-box {
    padding-bottom: 30px;
  }
  .option-decs h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .option-decs p {
    font-size: 16px;
    line-height: 24px;
  }
  .option-decs {
    padding: 20px;
  }
  .option-desc-bg {
    font-size: 16px;
    line-height: 24px;
  }
  .btn-prev, .btn-nxt {
    height: 40px;
    width: 40px;
  }
  .btn-prev {
    left: 64%;
  }
  .sel-desc h3 {
    font-size: 20px;
  }
  .sel-price-add .price {
    font-size: 18px;
    line-height: 24px;
  }
  .fr-main {
    padding: 50px 50px 90px
  }
  .title a {
    padding: 20px 50px;
  }
  .hm-city .title h2 {
    margin-bottom: 10px;
  }
  .city-box-img {
    flex: none;
  }
  .ft-top {
    margin-bottom: 80px;
    padding-right: 0;
  }
  .ft-top .title::after {
    bottom: -40px;
  }
  .ft-top .title a {
    padding: 18px 25px;
  }
  .ft-log {
    margin-right: 0px;
  }
  .footer-main p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .footer-main h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-main ul li + li {
    margin-top: 5px;
  }
  .footer-main ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .ft-social svg {
    height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .mtb-120 {
    margin: 70px 0;
  }
  .ptb-120 {
    padding: 70px 0;
  }
  .mt-120 {
    margin-top: 70px;
  }
  .mb-120 {
    margin-bottom: 70px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .navbar-collapse {
    padding: 0;
    float: left;
    width: 50%;
    position: fixed;
    left: auto;
    right: -100%;
    top: 0;
    z-index: 11;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100vh !important;
    border: 0;
    display: block;
    background: #FFFBF1;
    overflow: auto;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .close-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #FFCA17;
    border-radius: 50%;
    border: 0;
    outline: 0;
    display: block;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    margin: 12px 12px 0px auto;
  }
  .close-btn svg {
    max-width: 13px;
  }
  header .navbar .menu-item {
    max-width: 100%;
    width: 100%;
  }
  header .navbar .menu-item+.menu-item {
    margin-left: 0;
    border-top: 1px solid #beb4b4;
  }
  header .navbar .menu-item:not(:last-child) a {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 5px;
    line-height: 1;
    border: 0;
  }
  .navbar-toggler {
    display: block;
    right: 25px;
    position: absolute;
    border: none;
    border-radius: 10px;
    width: 35px;
    height: 40px;
    padding: 0px;
    box-shadow: none !important;
    right: 7%;
  }
  .navbar-toggler .icon-bar {
    width: 100%;
    height: 4px;
    background-color: #A71E22;
    display: block;
    border-radius: 5px;
  }
  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
  }
  header ul .menu-item:not(:last-child)::before {
    display: none;
  }
  header ul {
    gap: 0px !important;
    margin-left: auto;
  }
  header ul li {
    padding: 13px;
  }
  header ul .menu-item:not(:last-child) a:active::before,
  header ul .menu-item:not(:last-child) a:focus::before,
  header ul .menu-item:not(:last-child) a:hover::before,
  header ul .menu-item.current-menu-item:not(:last-child) a::before {
    opacity: 0;
  }
  header ul .menu-item:last-child a {
    font-size: 17px;
    width: 40%;
    position: absolute;
    left: 18px;
    margin-top: 30px;
    text-align: center;
  }
  header ul .menu-item:last-child {
    padding: 0px;
  }
  .home-banner {
    padding: 100px 0px 100px;
  }
  .home-banner .row {
    row-gap: 30px;
  }
  .hbanner-img {
    text-align: center;
    margin-top: -50px;
  }
  .hbanner-img img {
    width: auto;
  }
  .hb-shape4, .hb-shape1, .hb-shape3, .hb-shape2 {
    display: none;
  }
  .hbanner-desc {
    width: 100%;
  }
  .hbanner-desc h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .hbanner-desc h1 b, .hbanner-desc h1 strong {
    font-size: 50px;
  }
  .about-us .row {
    row-gap: 30px;
  }
  .about-badge {
    left: 470px;
  }
  .about-badge h3 {
    font-size: 22px;
    line-height: 28px;
  } 
  .title h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .about-us .title p {
    width: 100%;
  }
  .usp .row + .row, .hm-option .row + .row, .best-seller .row + .row, .hm-city .row + .row, .cta .row + .row {
    margin-top: 0;
  }
  .shape.usp-shape1 {
    display: none;
  }
  .shape.usp-shape2 {
    display: none;
  }
  .menu-btn-main {
    margin: 20px 0 30px;
  }
  .food-menu-main ul {
    flex-wrap: wrap;
    gap: 16px;
  }
  .food-menu-main ul li {
    width: auto;
  }
  .menu-btn-main a {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 45px;
  }
  .food-desc p {
    width: 90%;
  }
  .option-img {
    text-align: center;
  }
  .option-decs {
    padding: 20px 80px 0;
  }
  .option-desc-bg {
    padding: 13px 160px;
  }
  .swiper-seller-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .btn-prev, .btn-nxt {
    position: static;
  }
  .fr-main {
    padding: 30px 30px 60px;
  }
  .fr-main .row {
    flex-direction: column-reverse;
  }
  .gallery-grid {
    margin-top: 0;
  }
  .loaction-btn a {
    margin-top: 10px;
  }
  footer {
    padding: 50px 0;
  }
  .ft-top .title {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .ft-top .title::after {
    right: -25px;
  }
  .footer-main .row {
    row-gap: 30px;
    justify-content: space-between;
  }
  .food-img {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
  }
  .navbar-brand {
    max-width: 140px;
  }
  .mtb-120 {
    margin: 50px 0;
  } 
  .ptb-120 {
    padding: 50px 0;
  } 
  .mt-120 {
    margin-top:50px;
  }
  .mb-120 {
    margin-bottom:50px;
  }
  .pt-120 {
    padding-top:50px;
  }
  .home-banner {
    padding: 80px 0px 50px;
  }
  .hbanner-desc h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .hbanner-desc h1 b, .hbanner-desc h1 strong {
    font-size: 40px;
  }
  .title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .about-badge {
    left: 100px;
    border-radius: 0 0 8px 0px;
    padding: 15px 20px;
  } 
  .about-badge h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .shape.usp-shape3, .shape.menu-shape2 {
    display: none;
  }
  .food-menu-main ul {
    gap: 10px;
  }
  .food-items[id="2"] .food-desc h4, .food-items[id="4"] .food-desc h4, .food-items[id="10"] .food-desc h4, .food-items[id="132"] .food-desc h4, .food-items[id="13"] .food-desc h4, .food-items[id="14"] .food-desc h4 {
    min-height: auto;
  }
  .menu-btn-main a {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px;
  } 
  .option-decs {
    padding: 20px 20px 0;
  }
  .option-decs h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .option-desc-bg {
    padding: 13px 20px;
  }
  .fr-main {
    padding: 20px 20px 30px;
  }
  .gallery-grid {
    grid-template-columns: 50% 50%;
  }
  .gallery-box:last-child img {
    width: 100%;
  }
  .food-img {
    padding: 30px;
  }
  .best-seller {
    position: relative;
  }
  .ft-top {
    margin-bottom: 50px;
  }
  .title a {
    padding: 14px 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .ft-top .title {
    row-gap: 10px;
  }
  .ft-top .title::after {
    left: 0;
    right: 0;
    bottom: -25px;
  }
  .ft-top .title a {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .conform-main {
    padding: 50px 20px;
  }
}
