/******* DEFAULTS ********/
/******* COLORFULL *******/
/******* Breakpoints *******/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
header {
  position: relative;
}
header #main-nav {
  z-index: 999;
  display: flex;
  height: 4.375rem;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(58, 42, 42, 0.79);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1800px) {
  header #main-nav {
    padding: 0 calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  header #main-nav {
    padding: 0 calc((100vw - 1440px) / 2);
  }
}
@media (max-width: 1600px) {
  header #main-nav {
    padding: 0 calc((100vw - 1170px) / 2);
  }
}
@media (max-width: 992px) {
  header #main-nav {
    display: none;
  }
}
header #main-nav a.main-nav-logo {
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  transition: all 0.5s;
  margin-top: 13.75rem;
  flex-direction: column;
}
header #main-nav a.main-nav-logo.privacy-logo {
  opacity: 1;
  margin-top: 0.3125rem;
  visibility: visible;
}
header #main-nav a.main-nav-logo.privacy-logo img.logo {
  width: 3.5rem;
}
@media (width: 1024px) {
  header #main-nav a.main-nav-logo {
    margin-left: 3.625rem;
    margin-top: 6.75rem;
  }
}
header #main-nav a.main-nav-logo.sticky {
  opacity: 1;
  display: flex;
  margin-top: 0;
  visibility: visible;
}
header #main-nav a.main-nav-logo.sticky img.logo {
  width: 10.4375rem;
}
header #main-nav a.main-nav-logo img.logo {
  width: 6.25rem;
}
header #main-nav a.main-nav-logo img.logo.logo-type {
  width: 10rem;
}
header #main-nav .menu-container {
  height: 100%;
  display: flex;
  align-items: center;
}
header #main-nav .menu-container ul.menu-items {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 4rem;
  list-style-type: none;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item {
  height: 100%;
  display: flex;
  color: white;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.125em;
  align-items: center;
  margin-left: 3.375rem;
}
@media (max-width: 1600px) {
  header #main-nav .menu-container ul.menu-items li.menu-items__item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1400px) {
  header #main-nav .menu-container ul.menu-items li.menu-items__item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  header #main-nav .menu-container ul.menu-items li.menu-items__item {
    font-size: 1.125em;
  }
}
@media (max-width: 1050px) {
  header #main-nav .menu-container ul.menu-items li.menu-items__item {
    font-size: 1em;
    margin-left: 0.75rem !important;
  }
}
header #main-nav .menu-container ul.menu-items li.menu-items__item > a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-top: transparent 2px solid;
  border-bottom: transparent 2px solid;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item > a:hover {
  color: black;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item > a.oo-btn.sticky {
  color: white;
  align-items: center;
  background: #DE2C2C;
  transition: all 0.3s;
  justify-content: center;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item a.active {
  color: black;
}
@media (max-width: 1200px) {
  header #main-nav .menu-container ul.menu-items li.menu-items__item {
    margin-left: 2.375rem;
  }
}
header #main-nav .menu-container ul.menu-items li.menu-items__item.our-menu-nav > a {
  cursor: default;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item.our-menu-nav:hover div.our-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item.disabled {
  color: gray;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item.disabled a {
  cursor: default;
}
header #main-nav .menu-container ul.menu-items li.menu-items__item.disabled a:hover {
  color: gray;
}
header #main-nav div.our-menu {
  left: 0;
  opacity: 0;
  top: 4.375rem;
  width: 100vw;
  display: flex;
  height: 5.6875rem;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  background: rgba(183, 138, 98, 0.8);
}
header #main-nav div.our-menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #main-nav div.our-menu ul li {
  margin-right: 3.125rem;
}
header #main-nav div.our-menu ul li:last-child {
  margin-right: 0;
}
header #main-nav div.our-menu ul li a:hover {
  color: black;
}
header #main-nav.menu-nav div.our-menu {
  opacity: 1;
  visibility: visible;
}

.mobile__nav {
  display: none;
}
@media (max-width: 992px) {
  .mobile__nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    height: 4.75rem;
    position: fixed;
  }
  .mobile__nav.menu-page-nav {
    height: 9.125rem;
    flex-direction: column;
    justify-content: space-between;
  }
}
.mobile__nav.sticky {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.mobile__nav a.nav-logo {
  opacity: 0;
  display: flex;
  margin: 0 auto;
  visibility: hidden;
  align-items: center;
  transition: all 0.5s;
  flex-direction: column;
}
.mobile__nav a.nav-logo.sticky {
  opacity: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  visibility: visible;
  flex-direction: row;
  margin-left: 1.5625rem;
  transition: all 0.5s;
}
.mobile__nav a.nav-logo.sticky img {
  margin-top: 0;
  width: 10.5rem;
  transition: all 0.5s;
}
.mobile__nav a.nav-logo.privacy-logo {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0.3125rem;
}
.mobile__nav a.nav-logo.privacy-logo img.logo {
  margin-top: 0;
  width: 9.375rem;
}
.mobile__nav a.nav-logo img {
  width: 5.1875rem;
  margin-top: 1.25rem;
  transition: all 0.5s;
}
.mobile__nav a.nav-logo img.logo-type {
  width: 8.75rem;
}
.mobile__nav div.mobile-arrows {
  width: 100%;
  height: 4.375rem;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
.mobile__nav div.mobile-arrows.hidden {
  visibility: hidden;
}
.mobile__nav div.mobile-arrows > a {
  position: absolute;
}
.mobile__nav div.mobile-arrows > a:first-child {
  left: 7%;
}
.mobile__nav div.mobile-arrows > a:last-child {
  right: 7%;
}

.hamburger {
  top: 0;
  right: 0;
  width: 42px;
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  padding: 30px 17px 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburger .line {
  width: 26px;
  height: 4px;
  display: block;
  margin: -1px 0 5px auto;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hamburger.is-active {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hamburger.is-active .line:nth-child(1) {
  /* first line of menu button when actived */
  -webkit-transform: translatey(7px) rotate(-45deg);
  -ms-transform: translatey(7px) rotate(-45deg);
  -o-transform: translatey(7px) rotate(-45deg);
  transform: translatey(7px) rotate(-45deg);
}

.hamburger.is-active .line:nth-child(2) {
  /* second line of menu button when actived */
  width: 0;
}

.hamburger.is-active .line:nth-child(3) {
  /* third line of menu button when actived */
  width: 25px;
  -webkit-transform: translatey(-8px) rotate(-45deg);
  -ms-transform: translatey(-8px) rotate(-45deg);
  -o-transform: translatey(-8px) rotate(-45deg);
  transform: translatey(-8px) rotate(45deg);
}

#mobile-nav__menu {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.79);
  position: fixed;
  display: none;
  top: 3.4375rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  list-style: none;
}
#mobile-nav__menu ul {
  padding: 0;
  display: grid;
  list-style: none;
  font: 1.625em "Calibri";
  justify-content: center;
  height: calc(100vh - 150px);
  margin: 95px auto 50px auto;
}
@media (min-height: 780px) {
  #mobile-nav__menu ul {
    height: calc(100vh - 260px);
  }
}
#mobile-nav__menu ul li a {
  color: #3A2A2A;
  display: inline-table;
  text-align: center;
  width: 320px;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#mobile-nav__menu ul li a:hover {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.btn {
  color: white;
  display: flex;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: bold;
  background: #DE2C2C;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1.5rem;
  justify-content: center;
  padding: 0.625rem 2.4375rem;
}
.btn:hover {
  color: #DE2C2C;
  background: #333333;
}
.btn--nohover:hover {
  background: #DE2C2C !important;
}
.btn--cta {
  font-size: 1.25em;
  padding: 0.4375rem 1.125rem;
  background-color: black !important;
}
.btn--gray {
  border: 0;
  color: white;
  padding: 1.375rem 0.4375rem;
}
.btn--white {
  color: white;
  border: white 1px solid;
}
.btn--small {
  min-width: 12.5rem;
}
@media (max-width: 1200px) {
  .btn--small {
    min-width: 6.25rem;
  }
}

.mobile-sticky-button {
  display: none;
}
@media (max-width: 992px) {
  .mobile-sticky-button {
    border: 0;
    width: 80px;
    right: 1rem;
    bottom: 1rem;
    height: 80px;
    display: block;
    color: white;
    position: fixed;
    z-index: 999999;
    font-weight: 500;
    padding: 1px 6px;
    font-size: 1.125em;
    border-radius: 50%;
    background: #DE2C2C;
    text-transform: uppercase;
  }
}

footer {
  display: flex;
  padding: 0 8%;
  color: white;
  height: 23.75rem;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(59, 49, 45, 0.9);
}
@media (width: 1024px) {
  footer {
    padding: 0 1%;
  }
}
@media (max-width: 992px) {
  footer {
    height: unset;
    flex-direction: column;
  }
}
footer div.footer-content {
  width: 100%;
  display: flex;
  color: white;
  margin-top: 3.125rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  footer div.footer-content {
    flex-direction: column;
  }
}
footer div.footer-content div.footer__logo {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  flex-direction: column;
}
@media (max-width: 992px) {
  footer div.footer-content div.footer__logo {
    flex: unset;
    max-width: 100%;
    margin-top: 3.1875rem;
  }
}
footer div.footer-content div.footer__logo > img {
  width: 11rem;
}
footer div.footer-content div.footer__logo > div {
  display: flex;
  width: 11rem;
  margin-top: 1.5625rem;
  align-items: center;
  justify-content: center;
}
footer div.footer-content div.footer__logo > div a img {
  width: 2.125rem;
}
footer div.footer-content div.footer__logo > div a:first-child img {
  margin-right: 2.1875rem;
}
footer div.footer-content div.footer__navigation {
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  footer div.footer-content div.footer__navigation {
    align-items: center;
    flex-direction: column;
  }
}
footer div.footer-content div.footer__navigation > div {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  flex-direction: column;
}
@media (max-width: 992px) {
  footer div.footer-content div.footer__navigation > div {
    flex: unset;
    max-width: 100%;
    text-align: center;
    margin-top: 1.8125rem;
  }
}
@media (max-width: 992px) {
  footer div.footer-content div.footer__navigation > div ul {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
footer div.footer-content div.footer__navigation > div ul li.disabled {
  color: gray;
}
footer div.footer-content div.footer__navigation > div ul li.disabled a {
  cursor: default;
}
footer div.footer-content div.footer__navigation a {
  display: flex;
  font-size: 0.875em;
  margin-bottom: 0.8125rem;
}
footer div.footer-content div.footer__navigation p.description {
  color: #B3091B;
  margin-bottom: 0.8125rem;
}

@font-face {
  font-family: "BOWLBYONESC";
  src: url("../assets/font/BOWLBYONESC-REGULAR.TTF") format("truetype");
}
a,
span,
th,
button,
input,
label,
textarea {
  font-family: "Roboto";
}

td {
  font-size: 1.125em;
  font-family: "Montserrat";
}

h1.title {
  margin: 0;
  color: white;
  font-size: 5em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}
@media (max-width: 992px) {
  h1.title {
    font-size: 2.25em;
  }
}
@media (max-width: 340px) {
  h1.title {
    font-size: 2.25em;
  }
}
h1.title--slider {
  font-size: 11.5625em;
  font-weight: normal;
}
@media (max-width: 1800px) {
  h1.title--slider {
    font-size: 8.25em;
  }
}
@media (max-width: 992px) {
  h1.title--slider {
    font-size: 4.5em;
  }
}
@media (width: 768px) {
  h1.title--slider {
    font-size: 8.25em;
  }
}
@media (min-width: 695px) and (max-width: 801px) {
  h1.title--slider {
    font-size: 8.25em;
  }
}
@media (max-width: 380px) {
  h1.title--slider {
    font-size: 3em;
  }
}

h2.title {
  margin: 0;
  color: white;
  font-size: 2.8125em;
  font-weight: normal;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-family: "BOWLBYONESC";
}
@media (max-width: 1800px) {
  h2.title {
    font-size: 2.6875em;
  }
}
@media (width: 1024px) {
  h2.title {
    font-size: 2.0625em;
  }
}
@media (max-width: 992px) {
  h2.title {
    font-size: 2.0625em;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 340px) {
  h2.title {
    font-size: 1.875em;
  }
}

h3.title {
  margin: 0;
  color: white;
  font-size: 2.1875em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}
@media (max-width: 1800px) {
  h3.title {
    font-size: 2.0625em;
  }
}
@media (max-width: 992px) {
  h3.title {
    font-size: 1.5625em;
  }
}
@media (max-width: 340px) {
  h3.title {
    font-size: 1.4375em;
  }
}
h3.title a {
  font-family: "BOWLBYONESC";
}
h3.title--red {
  color: #820303;
}

h4.title {
  margin: 0;
  color: white;
  font-size: 1.875em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}
@media (max-width: 1800px) {
  h4.title {
    font-size: 1.75em;
  }
}

h5.title {
  margin: 0;
  color: white;
  font-size: 1.5625em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}

h6.title {
  margin: 0;
  font-size: 2.8125em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}
@media (max-width: 1800px) {
  h6.title {
    font-size: 1.8125em;
  }
}
h6.title--slider {
  font-size: 2.8125em;
}

span.title {
  margin: 0;
  color: white;
  font-size: 1.875em;
  font-weight: normal;
  font-family: "BOWLBYONESC";
}

span.description {
  color: white;
  font-weight: 300;
  font-size: 1rem;
}

p.description {
  margin: 0;
  color: white;
  font-size: 1em;
  margin-bottom: 2.1875rem;
  font-family: "Roboto", sans-serif !important;
}

div.copyright p.description {
  font-size: 0.8125em;
  margin-bottom: 1.9375rem;
}
@media (max-width: 992px) {
  div.copyright p.description {
    font-size: 0.75em;
    text-align: center;
    margin-top: 5.5625rem;
    margin-bottom: 1.4375rem;
  }
}

th {
  font-size: 1.5em;
}

main#menu p.description {
  font-size: 1.5625em;
}
@media (max-width: 1600px) {
  main#menu h2.title {
    font-size: 2.375em;
  }
}
@media (width: 1024px) {
  main#menu h2.title {
    font-size: 2.1875em;
  }
}

main#privacy h1.title {
  font-size: 3.125em;
}
main#privacy h2.title {
  font-size: 1.875em;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus {
  outline: none !important;
}

input, textarea {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #363636;
}

button {
  border: 0;
}

a {
  text-decoration: none;
  color: unset;
}

figure {
  margin: 0;
}

textarea {
  resize: none;
}

main#home section.main {
  height: 100vh;
  display: flex;
  padding-left: 7.3%;
  flex-direction: column;
  justify-content: flex-end;
  background: url("../assets/img/Desktop/Home/Chargrill_Home_Desktop_1920x1080.jpg") 100%/cover no-repeat;
}
@media (max-width: 992px) {
  main#home section.main {
    height: 95vh;
    padding-left: 0;
    align-items: center;
    background: url("../assets/img/Mobile/Home/Chargrill_Home_Mobile_1125x2436.jpg") 100%/cover no-repeat;
  }
}
main#home section.main img.logo {
  width: 17.375rem;
}
@media (max-width: 992px) {
  main#home section.main img.logo {
    z-index: 1;
  }
}
main#home section.main h1.title {
  color: white;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  main#home section.main h1.title {
    z-index: 1;
    text-align: center;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 992px) {
  main#home section.main:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 95vh;
    display: flex;
    position: absolute;
    background: rgba(58, 42, 42, 0.4);
  }
}
main#home section.about {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25rem;
}
@media (max-width: 992px) {
  main#home section.about {
    margin-bottom: 3.125rem;
  }
}
main#home section.about div.story {
  display: flex;
  height: 62.5rem;
  align-items: center;
}
@media (max-width: 1600px) {
  main#home section.about div.story {
    height: 43.75rem;
  }
}
@media (max-width: 992px) {
  main#home section.about div.story {
    height: unset;
    flex-direction: column;
  }
}
main#home section.about div.story div.story__img {
  flex: 0 0 50%;
  display: flex;
  max-width: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.about div.story div.story__img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main#home section.about div.story div.story__img > img {
  width: 70%;
}
@media (max-width: 992px) {
  main#home section.about div.story div.story__img > img {
    width: 100%;
  }
}
@media (min-width: 695px) and (max-width: 801px) {
  main#home section.about div.story div.story__img > img {
    width: 100vw;
  }
}
@media (width: 768px) {
  main#home section.about div.story div.story__img > img {
    width: 100vw;
  }
}
main#home section.about div.story div.story__content {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.about div.story div.story__content {
    flex: 0 0 85%;
    max-width: 85%;
    padding-right: 0;
    text-align: center;
    align-items: center;
    margin-top: 5.3125rem;
  }
}
main#home section.about div.our-food {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.about div.our-food {
    width: 90vw;
    margin: 5.3125rem auto 0;
  }
}
main#home section.about div.our-food ul {
  display: flex;
  padding: 0 8.2%;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width: 1024px) {
  main#home section.about div.our-food ul {
    padding: 0 3.2%;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul {
    padding: 0;
    width: 90vw;
    display: flex;
    max-width: 90vw;
    position: relative;
    overflow-x: hidden;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul img.slick-arrow {
    top: 28%;
    z-index: 9999;
    position: absolute;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul img.slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul img.slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul div.slick-list {
    max-width: 90vw;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul div.slick-list div.slick-track {
    display: flex;
    justify-content: space-between;
  }
}
main#home section.about div.our-food ul li {
  display: flex;
  flex: 0 0 22%;
  max-width: 22%;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul li {
    flex: unset;
    outline: none;
    max-width: unset;
    justify-content: flex-start;
  }
}
main#home section.about div.our-food ul li img {
  width: 18.6875rem;
}
@media (max-width: 1800px) {
  main#home section.about div.our-food ul li img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  main#home section.about div.our-food ul li img {
    width: 18.6875rem;
  }
}
@media (max-width: 380px) {
  main#home section.about div.our-food ul li img {
    width: 15rem;
  }
}
main#home section.our-menu div.our-menu__title {
  display: flex;
  height: 36.5rem;
  align-items: center;
  justify-content: center;
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_1_Desktop_1920x584.jpg") 100%/cover no-repeat;
}
@media (max-width: 992px) {
  main#home section.our-menu div.our-menu__title {
    height: unset;
    background: unset;
    flex-direction: column;
  }
}
main#home section.our-menu div.our-menu__title > div {
  flex: 0 0 50%;
  display: flex;
  max-width: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.our-menu div.our-menu__title > div {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.our-menu__title > div.mobile-img {
    order: 0;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.our-menu__title > div > img {
    width: 100%;
  }
}
main#home section.our-menu div.our-menu__title > div div.title-content {
  display: flex;
  flex: 0 0 60.6%;
  max-width: 60.6%;
  height: 24.1875rem;
  text-align: center;
  padding: 0 4.8125rem;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background: rgba(35, 34, 30, 0.9);
}
@media (max-width: 1400px) {
  main#home section.our-menu div.our-menu__title > div div.title-content {
    padding: 0 3.8125rem;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.our-menu__title > div div.title-content {
    height: unset;
    flex: 0 0 100%;
    max-width: 100%;
    background: unset;
    padding: 3.875rem 10% 2.625rem;
  }
}
main#home section.our-menu div.our-menu__title > div div.title-content p.description {
  margin-bottom: 0;
}
main#home section.our-menu div.ourmenu__items {
  display: flex;
  height: 39.125rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items {
    max-height: 33.4375rem;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 695px) and (max-width: 801px) {
  main#home section.our-menu div.ourmenu__items {
    height: 50rem;
    max-height: 50rem;
  }
}
main#home section.our-menu div.ourmenu__items > div {
  height: 100%;
  flex: 0 0 50%;
  display: flex;
  max-width: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main#home section.our-menu div.ourmenu__items > div.item-content {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div.item-content {
    order: 1;
    max-width: 90%;
    max-height: 17.5rem;
  }
}
main#home section.our-menu div.ourmenu__items > div.item-content div.title-content {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1800px) {
  main#home section.our-menu div.ourmenu__items > div.item-content div.title-content {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div.item-content div.title-content {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div.item-img {
    max-height: 15.3125rem;
  }
}
@media (min-width: 695px) and (max-width: 801px) {
  main#home section.our-menu div.ourmenu__items > div.item-img {
    max-height: 34rem;
  }
}
@media (width: 768px) {
  main#home section.our-menu div.ourmenu__items > div.item-img {
    max-height: 34rem;
  }
}
main#home section.our-menu div.ourmenu__items > div.item-img.lamb {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_2_Lamb_Chicken_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div.item-img.lamb {
    background: url("../assets/img/Mobile/Home/Chargrill_Home_OurStory_2_Lamb_Chicken_Mobile_1125x800.jpg") 100%/cover no-repeat;
  }
}
main#home section.our-menu div.ourmenu__items > div.item-img.all-stars {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_3_All-StarDeals_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
@media (max-width: 992px) {
  main#home section.our-menu div.ourmenu__items > div.item-img.all-stars {
    background: url("../assets/img/Mobile/Home/Chargrill_Home_OurStory_3_All-StarDeals_Mobile_1125x800.jpg") 100%/cover no-repeat;
  }
}
main#home section.our-menu div.ourmenu__items > div.item-img.family {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_4_Family_KidsDeals_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
main#home section.our-menu div.ourmenu__items > div.item-img.burger {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_5_BurgerBar_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
main#home section.our-menu div.ourmenu__items > div.item-img.sides {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_6_SidesSalads_Dips_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
main#home section.our-menu div.ourmenu__items > div.item-img.shakes {
  background: url("../assets/img/Desktop/Home/Chargrill_Home_OurMenu_5_SHAKES&DESSERTS_Desktop_960x626.jpg") center 100%/cover no-repeat;
}
main#home section.our-menu div.order-online {
  display: flex;
  flex: 0 0 85.4%;
  max-width: 85.4%;
  height: 28.8125rem;
  padding-right: 5%;
  justify-self: center;
  box-sizing: border-box;
  margin: 19.0625rem auto 0;
  background-color: rgba(45, 34, 30, 0.9);
}
@media (max-width: 992px) {
  main#home section.our-menu div.order-online {
    height: unset;
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 5%;
    align-items: center;
    flex-direction: column;
  }
}
main#home section.our-menu div.order-online > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  main#home section.our-menu div.order-online > div {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
main#home section.our-menu div.order-online > div.oo-content {
  display: flex;
  padding-right: 4%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  main#home section.our-menu div.order-online > div.oo-content {
    padding-right: 0;
    text-align: center;
    align-items: center;
  }
}
main#home section.our-menu div.order-online > div.oo-content h2.title {
  line-height: 1.4;
}
@media (width: 768px) {
  main#home section.our-menu div.order-online > div.oo-img {
    display: flex;
    justify-content: center;
  }
}
main#home section.our-menu div.order-online > div.oo-img img {
  top: -34%;
  position: relative;
}
@media (max-width: 992px) {
  main#home section.our-menu div.order-online > div.oo-img img {
    width: 100%;
  }
}
@media (width: 768px) {
  main#home section.our-menu div.order-online > div.oo-img img {
    width: 80%;
  }
}
main#home section.our-menu div.stores {
  display: flex;
  align-items: center;
  margin-top: 9.8125rem;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#home section.our-menu div.stores {
    margin-top: 3.75rem;
  }
}
@media (max-width: 992px) {
  main#home section.our-menu div.stores p.description {
    padding: 0 5%;
    text-align: center;
  }
}
main#home section.our-menu div.stores div.gray-bg {
  width: 100%;
  display: flex;
  height: 29.0625rem;
  margin-top: 3.1875rem;
  align-items: center;
  justify-content: center;
  background-color: gray;
}
@media (max-width: 420px) {
  main#home section.our-menu div.stores div.gray-bg img {
    width: 100%;
  }
}
main#home section.contact {
  display: flex;
  height: 48.75rem;
  align-items: center;
  flex-direction: column;
}
main#home section.contact div.franchise-container {
  width: 85.4%;
  display: flex;
  padding: 0 16%;
  max-width: 85.4%;
  height: 18.75rem;
  margin: 8.125rem 0;
  text-align: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  background-color: rgba(45, 34, 30, 0.9);
}
@media (max-width: 992px) {
  main#home section.contact div.franchise-container {
    width: 100%;
    flex: 0 0 60%;
    height: unset;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  main#home section.contact > h2.title {
    margin-top: 4.375rem;
  }
}

main#construction {
  height: 100vh;
  overflow: hidden;
  max-height: 100vh;
  background: linear-gradient(0deg, #940D0D, #C82B22, #DA3529);
}
main#construction div.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (width: 1024px) and (orientation: portrait) {
  main#construction div.container {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  main#construction div.container {
    justify-content: flex-end;
  }
}
main#construction div.container div.main-content {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main#construction div.container div.main-content h1.title {
  color: white;
  text-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.35);
}
main#construction div.container div.main-content p.description {
  display: none;
  color: white;
  font-size: 1.125em;
}
@media (max-width: 1800px) {
  main#construction div.container div.main-content p.description {
    margin-top: 1.125rem;
  }
}
@media (max-width: 992px) {
  main#construction div.container div.main-content p.description {
    margin-bottom: 0.8125rem;
  }
}
main#construction div.container div.main-content a.btn {
  color: white;
  margin-top: 2.5rem;
}
@media (max-width: 992px) and (min-height: 780px) {
  main#construction div.container div.main-content a.btn {
    margin-top: 4.375rem;
  }
}
@media (max-width: 992px) {
  main#construction div.container div.main-content a.btn {
    display: block;
  }
}
main#construction div.container div.main-content img.logo {
  top: 50%;
  left: auto;
  right: auto;
  position: absolute;
}
main#construction div.container div.main-content img.logo-design {
  display: flex;
  max-width: 66%;
  margin-top: 1.875rem;
}
@media (max-width: 992px) {
  main#construction div.container div.main-content img.logo-design.display-mobile {
    margin-bottom: 10%;
  }
}
@media (max-width: 340px) {
  main#construction div.container div.main-content img.logo-design.display-mobile {
    margin-bottom: 0;
  }
}
@media (max-width: 1800px) {
  main#construction div.container div.main-content img.logo-design {
    max-width: 80%;
  }
}
@media (max-width: 1400px) {
  main#construction div.container div.main-content img.logo-design {
    max-width: 60%;
  }
}
@media (width: 1024px) and (orientation: landscape) {
  main#construction div.container div.main-content img.logo-design {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  main#construction div.container div.main-content img.logo-design {
    max-width: 100%;
  }
}
main#construction div.container div.construction__footer {
  display: flex;
  align-items: center;
  margin-bottom: 3.4375rem;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1800px) {
  main#construction div.container div.construction__footer {
    margin-top: 4.1875rem;
  }
}
@media (max-width: 1300px) {
  main#construction div.container div.construction__footer {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 992px) {
  main#construction div.container div.construction__footer {
    margin-bottom: 1.25rem;
  }
}
main#construction div.container div.construction__footer p.description {
  font-size: 0.75em;
  font-weight: bold;
  color: #ECCAC9;
}
main#construction div.container div.construction__footer img.mealsy-logo {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}

main#menu section.slider {
  display: flex;
  min-height: 100vh;
  padding-top: 4.375rem;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 1650px) {
  main#menu section.slider {
    padding-top: 10.0625rem;
  }
}
@media (width: 1024px) and (orientation: portrait) {
  main#menu section.slider {
    min-height: 71vh;
  }
}
@media (max-width: 992px) {
  main#menu section.slider {
    padding-top: 9.125rem;
    flex-direction: column;
  }
}
main#menu section.slider.sides {
  flex-wrap: wrap;
}
main#menu section.slider.sides div.img-slider {
  width: 49.5vw;
}
@media (max-width: 1800px) {
  main#menu section.slider.sides div.img-slider {
    width: 50%;
  }
}
@media (width: 1024px) and (orientation: portrait) {
  main#menu section.slider.sides div.img-slider {
    height: 46vh;
  }
}
main#menu section.slider.sides div.menu-slider {
  max-width: 49.5vw;
}
@media (max-width: 1800px) {
  main#menu section.slider.sides div.menu-slider {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  main#menu section.slider.sides div.menu-slider {
    max-width: 90%;
  }
}
main#menu section.slider div.img-slider {
  width: 50vw;
  display: flex;
  height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 1800px) {
  main#menu section.slider div.img-slider {
    align-self: flex-end;
    height: calc(100vh - 161px);
  }
}
@media (width: 1024px) and (orientation: portrait) {
  main#menu section.slider div.img-slider {
    height: calc(58vh + 26px);
  }
}
main#menu section.slider div.img-slider.family {
  height: calc(100vh + 26px);
}
@media (width: 1024px) and (orientation: portrait) {
  main#menu section.slider div.img-slider.family {
    height: calc(58vh + 26px);
  }
}
main#menu section.slider div.img-slider div.slick-list {
  flex: 0 0 50vw;
  max-width: 50vw;
}
main#menu section.slider div.img-slider div.slick-list div.slick-track {
  height: 100%;
}
main#menu section.slider div.img-slider div.slick-list div.slick-track img {
  height: 100%;
  object-fit: cover;
}
main#menu section.slider div.menu-slider {
  display: flex;
  flex: 0 0 50vw;
  max-width: 50vw;
  padding-left: 8%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  main#menu section.slider div.menu-slider {
    flex: unset;
    padding-left: 0;
    max-width: 90vw;
    text-align: center;
    margin-top: 3.25rem;
    align-items: center;
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 992px) {
  main#menu section.slider div.menu-slider.family-slider {
    margin-top: 3.25rem;
    margin-bottom: 2.375rem;
  }
}
main#menu section.slider div.menu-slider h2.title {
  margin-bottom: 2.5rem;
}
main#menu section.slider div.menu-slider div.menu-items {
  display: flex;
  max-width: 35vw;
  flex-direction: column;
}
@media (max-width: 992px) {
  main#menu section.slider div.menu-slider div.menu-items {
    max-width: 90vw;
  }
}
@media (max-width: 992px) {
  main#menu section.slider div.menu-slider div.menu-items p.description {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  main#menu section.slider div.menu-slider div.menu-items p.description span.mb-2 {
    margin-bottom: 1.25rem;
  }
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description {
  outline: none;
  display: flex;
  cursor: pointer;
  font-weight: bold;
  opacity: 1 !important;
  flex-direction: column;
  margin-bottom: 1.75rem;
  position: unset !important;
  justify-content: space-between;
  transition: color 0.5s !important;
}
@media (max-width: 1400px) {
  main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description {
    margin-bottom: 1.3125rem;
  }
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description span.title {
  cursor: default;
  margin-bottom: 1.25rem;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description span.title.mb-0 {
  margin-bottom: 0;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description span.description {
  cursor: default;
  margin-top: 0.3125rem;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description span.description.mb-2 {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description.slick-active {
  color: #B78A62;
  transition: color 0.2s 0s !important;
}
main#menu section.slider div.menu-slider div.menu-items div.slick-list div.slick-track p.description.mt-2 {
  margin-top: 1.25rem;
}
main#menu section.slider div.menu-slider a.btn {
  margin-top: 1.5625rem;
}
@media (max-width: 1300px) {
  main#menu section.slider div.menu-slider a.btn {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  main#menu section.slider > img {
    width: 100%;
  }
}

main#about section.main {
  height: 50rem;
  margin-top: 4.375rem;
}
@media (max-width: 992px) {
  main#about section.main {
    margin-top: 4.75rem;
    height: calc(100vh - 76px);
  }
}
main#about section.main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#about section.WWAre {
  display: flex;
  height: 19.9375rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#about section.WWAre {
    flex: unset;
    height: unset;
  }
}
@media (max-width: 992px) {
  main#about section.WWAre div.mobile-img img {
    width: 100%;
  }
}
main#about section.WWAre div.WWAre__content {
  display: flex;
  flex: 0 0 71%;
  margin: 0 auto;
  max-width: 71%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#about section.WWAre div.WWAre__content {
    flex: unset;
    max-width: 90%;
    padding: 3.3125rem 0;
  }
}
main#about section.vision {
  display: flex;
  height: 36.375rem;
  align-items: center;
  background: url("../assets/img/Desktop/Our Story/Chargrill_OurStory-2_Desktop_1920x582.jpg") 100%/cover no-repeat;
}
@media (max-width: 992px) {
  main#about section.vision {
    height: unset;
    background: unset;
    flex-direction: column;
    margin-bottom: 2.5rem;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  main#about section.vision div.mobile-img img {
    width: 100%;
  }
}
main#about section.vision div.vision__content {
  display: flex;
  flex: 0 0 28%;
  max-width: 28%;
  margin-left: 8%;
  height: 27.25rem;
  padding: 0 2.1875rem;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background: rgba(45, 34, 30, 0.9);
}
@media (max-width: 1650px) {
  main#about section.vision div.vision__content {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (width: 1024px) {
  main#about section.vision div.vision__content {
    flex: 0 0 34%;
    max-width: 34%;
  }
}
@media (max-width: 992px) {
  main#about section.vision div.vision__content {
    margin: 0;
    padding: 0;
    flex: unset;
    height: unset;
    max-width: 90%;
    background: unset;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
main#about section.vision div.vision__content p.description {
  margin-bottom: 0;
}
main#about section.vision--food {
  justify-content: flex-end;
  background: url("../assets/img/Desktop/Our Story/Chargrill_OurStory-3_Desktop_1920x582.jpg") 100%/cover no-repeat;
}
@media (max-width: 1400px) {
  main#about section.vision--food {
    background-position: center 100%;
  }
}
@media (width: 1024px) {
  main#about section.vision--food {
    background-position: 46% 100%;
  }
}
@media (max-width: 992px) {
  main#about section.vision--food {
    background: unset;
  }
}
main#about section.vision--food div.vision__content {
  margin-right: 8%;
}
@media (max-width: 992px) {
  main#about section.vision--food div.vision__content {
    margin: 0;
  }
}

main#contact section.franchise-bg {
  display: flex;
  height: 28.75rem;
  align-items: center;
  justify-content: center;
  background-color: gray;
}
@media (max-width: 992px) {
  main#contact section.franchise-bg {
    height: 18rem;
    margin-top: 4.75rem;
  }
}
@media (max-width: 420px) {
  main#contact section.franchise-bg img {
    width: 100%;
  }
}
main#contact section.contact-form {
  display: flex;
  height: 53.75rem;
  margin-top: 4.375rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#contact section.contact-form {
    height: unset;
    margin-top: 7.8125rem;
    margin-bottom: 4.625rem;
  }
}
main#contact section.contact-form.franchise {
  height: 37.5rem;
}
@media (max-width: 992px) {
  main#contact section.contact-form.franchise {
    margin: 0;
  }
}
main#contact section.contact-form.franchise div.contact-form__container {
  top: -25%;
  position: relative;
}
@media (max-width: 992px) {
  main#contact section.contact-form.franchise div.contact-form__container {
    top: 0;
    margin: 0;
    padding: 10%;
    position: unset;
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 801px) and (min-width: 695px) {
  main#contact section.contact-form.franchise div.contact-form__container {
    flex: 0 0 80%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  main#contact section.contact-form.franchise div.contact-form__container p.description {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  main#contact section.contact-form.franchise div.contact-form__container form {
    max-width: 100%;
  }
}
main#contact section.contact-form div.contact-form__container {
  display: flex;
  flex: 0 0 56%;
  max-width: 56%;
  height: 41.875rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(45, 34, 30, 0.9);
}
@media (max-width: 1300px) {
  main#contact section.contact-form div.contact-form__container {
    height: 35.625rem;
  }
}
@media (width: 1024px) {
  main#contact section.contact-form div.contact-form__container {
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (max-width: 992px) {
  main#contact section.contact-form div.contact-form__container {
    flex: unset;
    height: unset;
    padding: 10% 5%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 801px) and (min-width: 695px) {
  main#contact section.contact-form div.contact-form__container {
    flex: 0 0 72%;
    max-width: 72%;
    height: 31.25rem;
  }
}
main#contact section.contact-form div.contact-form__container p.description {
  max-width: 60%;
}
main#contact section.contact-form div.contact-form__container form {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 992px) {
  main#contact section.contact-form div.contact-form__container form {
    max-width: 90%;
  }
}
main#contact section.contact-form div.contact-form__container form input {
  width: 100%;
  color: white;
  margin-bottom: 0.5625rem;
  box-sizing: border-box;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid white;
}
main#contact section.contact-form div.contact-form__container form input::placeholder {
  color: white;
}
main#contact section.contact-form div.contact-form__container form button {
  color: white;
  background: transparent;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid white;
}
main#contact section.contact-form div.contact-form__container form textarea {
  width: 100%;
  resize: none;
  color: white;
  margin-bottom: 0.5625rem;
  box-sizing: border-box;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid white;
}
main#contact section.contact-form div.contact-form__container form textarea::placeholder {
  color: white;
}
main#contact section.contact-form div.contact-form__container form button.btn {
  cursor: pointer;
  font-size: 18px;
  margin-left: auto;
  margin-top: 1.875rem;
}
main#contact section.no-image {
  display: flex;
  height: 32.125rem;
  align-items: center;
  justify-content: center;
  background-color: gray;
}
@media (max-width: 992px) {
  main#contact section.no-image img {
    width: 100%;
  }
}
main#contact section.contact__details {
  display: flex;
  height: 49.25rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#contact section.contact__details {
    height: unset;
  }
}
main#contact section.contact__details div.content-container {
  display: flex;
  flex: 0 0 56%;
  max-width: 56%;
  height: 33.75rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(45, 34, 30, 0.9);
}
@media (width: 1024px) {
  main#contact section.contact__details div.content-container {
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (max-width: 992px) {
  main#contact section.contact__details div.content-container {
    flex: unset;
    height: unset;
    max-width: 90%;
    margin: 5.875rem 0;
    background: unset;
    text-align: center;
  }
}
main#contact section.contact__details div.content-container p.description {
  margin-bottom: 2.625rem;
}

main#technology section.main {
  display: flex;
  height: 30.125rem;
  margin-top: 3.75rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#technology section.main {
    height: 21.1875rem;
    margin-top: 4.75rem;
  }
}
main#technology section.main div.main__content {
  height: 50%;
  display: flex;
  flex: 0 0 85%;
  max-width: 85%;
  padding: 0 10%;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background: rgba(45, 34, 30, 0.9);
}
@media (max-width: 992px) {
  main#technology section.main div.main__content {
    height: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }
}
main#technology section.main div.main__content p.description {
  margin-bottom: 0;
}
main#technology section#mealsy2 {
  display: flex;
  height: 43.4375rem;
  align-items: center;
  background: url("../assets/img/Desktop/Technology/Chargrill_Technology_1920x695.jpg") 100%/cover no-repeat;
}
@media (max-width: 1450px) {
  main#technology section#mealsy2 {
    background-position: center 100%;
  }
}
@media (height: 1024px) {
  main#technology section#mealsy2 {
    background-position: center 100%;
  }
}
@media (max-width: 1050px) {
  main#technology section#mealsy2 {
    height: 35.4375rem;
    background-position: 56% 100%;
  }
}
@media (max-width: 992px) {
  main#technology section#mealsy2 {
    height: 45.0625rem;
    background: url("../assets/img/Mobile/Technology/Chargrill_Technology_377x733.jpg") 100%/cover no-repeat;
  }
}
@media (min-width: 695px) and (max-width: 801px) {
  main#technology section#mealsy2 {
    height: 55.0625rem;
    background-position: center 100%;
  }
}
@media (max-width: 380px) {
  main#technology section#mealsy2 {
    background-position: center 100%;
  }
}
main#technology section#mealsy2 div.content-container {
  display: flex;
  flex: 0 0 31%;
  max-width: 31%;
  padding-left: 7.2%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1050px) {
  main#technology section#mealsy2 div.content-container {
    flex: 0 0 44%;
    max-width: 44%;
    padding-left: 2%;
  }
}
@media (max-width: 992px) {
  main#technology section#mealsy2 div.content-container {
    height: 100%;
    flex: 0 0 100%;
    padding: 0 10%;
    max-width: 100%;
    margin-top: 1.9375rem;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
main#technology section#mealsy2 div.content-container h3.title {
  margin-bottom: 1.875rem;
}
@media (max-width: 420px) {
  main#technology section#mealsy2 div.content-container h3.title {
    margin-bottom: 0.875rem;
  }
}
main#technology section#mealsy2 div.content-container h3.title img {
  width: 3.4375rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
}
@media (max-width: 992px) {
  main#technology section.h-360 {
    display: flex;
    padding: 0 10%;
    height: 22.5rem;
    align-items: center;
    justify-content: center;
  }
}
main#technology section#dragon {
  display: flex;
  height: 37.3125rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  main#technology section#dragon {
    height: 51.125rem;
  }
}
main#technology section#dragon div.main__content {
  height: 70%;
  display: flex;
  flex: 0 0 85%;
  max-width: 85%;
  padding: 0 10%;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background: rgba(45, 34, 30, 0.9);
}
@media (max-width: 992px) {
  main#technology section#dragon div.main__content {
    height: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }
}
main#technology section#dragon div.main__content img {
  width: 9.25rem;
  margin-bottom: 0.9375rem;
}
main#technology section#dragon div.main__content p.description {
  margin-bottom: 0;
}

main#stores {
  display: flex;
  min-height: 100vh;
  margin-top: 3.75rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  main#stores {
    margin: 6.25rem 0;
  }
}
@media (max-width: 1050px) {
  main#stores {
    min-height: 70vh;
  }
}
@media (max-width: 992px) {
  main#stores {
    padding: 0 5%;
    text-align: center;
    margin-top: 7.5rem;
  }
}
main#stores div.store {
  display: flex;
  flex: 0 0 35%;
  max-width: 35%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #2D221E;
}
@media (max-width: 1050px) {
  main#stores div.store {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  main#stores div.store {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5.1875rem;
  }
}
main#stores div.store div.map {
  width: 100%;
  height: 19.8125rem;
}
main#stores div.store div.store__details {
  display: flex;
  padding: 5% 10%;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  main#stores div.store div.store__details {
    padding: 5%;
  }
}

body.refund-page {
  background: none !important;
}
body.refund-page #refund-container {
  display: flex;
  padding: 13% 16%;
  flex-direction: column;
}
body.refund-page #refund-container .title {
  color: #B3091B;
  margin-bottom: 5%;
}
body.refund-page #refund-container .description {
  color: gray;
  margin-bottom: 0;
  line-height: 1.5;
}
body.refund-page #refund-container .email {
  color: #CF1919;
}
@media (max-width: 992px) {
  body.refund-page #refund-container {
    padding: 24% 9%;
  }
}
body.refund-page .mobile__nav {
  background-color: #B3091B;
}

body {
  background: url("../assets/img/Desktop/Back/Chargrill_Desktop_Back.jpg") 100%/contain repeat-y;
}
@media (max-width: 992px) {
  body {
    background: url("../assets/img/Mobile/Back/Chargrill_Mobile_Back.jpg") 100%/contain repeat-y;
  }
}

.container {
  margin: 0 auto;
}
@media (min-width: 1800px) {
  .container {
    max-width: 90rem;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .container {
    max-width: 87.5rem;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 73.125rem;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.white-text {
  color: white;
}

.mt-1 {
  margin-top: 0.4375rem !important;
}

.slick-slider {
  -ms-user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto !important;
}

@media (max-width: 992px) {
  .display-desktop {
    display: none !important;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

.display-small-mobile {
  display: none !important;
}
@media (max-width: 420px) {
  .display-small-mobile {
    display: block !important;
  }
}

.display-flex-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-flex-mobile {
    display: flex !important;
  }
}

.display-none {
  display: none;
}

.display-table-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-table-mobile {
    display: table !important;
  }
}

.mealsy-web {
  font-size: unset;
}
.mealsy-web:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  font-size: 100%;
  --webkit-font-size: 100%;
}

/*# sourceMappingURL=main.css.map */
