@font-face {
  font-family: "Buffalo";
  src: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/fonts/Buffalo/Buffalo-Regular.ttf");
}
@font-face {
  font-family: "Buffalo Bold Shadow";
  src: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/fonts/BuffaloBoldShadow/Buffalo-BoldShadow.ttf");
}
@font-face {
  font-family: "Buffalo Bold Drop Shadow";
  src: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/fonts/BuffaloBoldDropShadow/Buffalo-BoldDropShadow.ttf");
}
@font-face {
  font-family: "Uniform";
  src: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/fonts/Uniform/Uniform.woff");
}

@font-face {
  font-family: "Uniform Condensed";
  src: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/fonts/Uniform%20Condensed/UniformCondensed.ttf");
}

/* @font-face {
  font-family: "Buffalo";
  src: url("../fonts/Buffalo/Buffalo-Regular.ttf");
}
@font-face {
  font-family: "Buffalo Bold Shadow";
  src: url("../fonts/BuffaloBoldShadow/Buffalo-BoldShadow.ttf");
}
@font-face {
  font-family: "Buffalo Bold Drop Shadow";
  src: url("../fonts/BuffaloBoldDropShadow/Buffalo-BoldDropShadow.woff");
}
@font-face {
  font-family: "Uniform";
  src: url("../fonts/Uniform/Uniform.woff");
}

@font-face {
  font-family: "Uniform Condensed";
  src: url("../fonts/Uniform\ Condensed/UniformCondensed.ttf");
} */

body {
  font-family: "Buffalo", sans-serif;
  background-color: var(--bs-gray-100);
  font-size: 16px;
}

.btn {
  font-family: "Uniform" !important;
}

.font-uniform-condensed {
  font-family: "Uniform Condensed";
}

.font-uniform {
  font-family: "Uniform";
}

.font-buffalo-shadow {
  font-family: "Buffalo Bold Shadow";
}

.tight {
  letter-spacing: -0.05em;
}

.form-control {
  color: #444;
}

.form-control:focus {
  color: #444;
}

.hero-section {
  /* background-image: url("../images/Screen\ Shot\ 2022-10-18\ at\ 1.49\ 1.png");
  background-repeat: no-repeat;
  background-size: cover; */
  height: 100vh;
}

.hero-section h1.fwsbold {
  text-shadow: 7px 5px 6px #1c1a1a;
}

#lp-navbar .navbar-nav .nav-item .nav-link {
  color: var(--bs-white);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Uniform Condensed";
  font-size: 1.75rem;
  line-height: 1.75rem;
}

#lp-navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary) !important;
}

.hero-section .home-hero-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  width: auto;
  object-fit: cover;
  z-index: -1;
}

header {
  /* height: 60px; removed as per new logo css adjust*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding: 2rem 0;
}

header.dark {
  background-color: var(--bs-dark);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0.5);
  padding: 0;
}

header.sticky-top-header {
  background-color: var(--bs-dark);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0.5);
  padding: 0;
}

header .navbar-toggler {
  border: none;
  padding: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .dropdown-menu.dropdown-menu-end:after {
  right: 0.95rem;
  left: auto;
}

.navbar .dropdown-menu.dropdown-caret:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  background: #fff;
  background: inherit;
  top: -0.375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.125rem;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--falcon-border-color);
  -webkit-box-shadow: var(--falcon-box-shadow-sm);
  box-shadow: var(--falcon-box-shadow-sm);
}

.profile {
  border-radius: 100%;
  height: 2.2rem;
  width: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.profile .fa-user {
  margin-left: 4px;
}

.navbar-nav .nav-link.active {
  border-bottom: 2px solid var(--bs-white);
}

.offcanvas.show .align-items-center {
  align-items: flex-start !important;
}

.logo {
  width: 150px;
}

.footerLogo {
  position: relative;
  z-index: 0;
}

.footerLogo::before {
  content: "";
  background-image: url(../images/footer-logo.png);
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  height: 450px;
  width: 100%;
}

.footerLogo ::placeholder {
  color: black;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social-icons a:hover {
  text-decoration: none;
  background: #fff;
  color: #444;
  border-radius: 100%;
}

.how-to-use-iframe iframe {
  height: 600px;
  width: 960px;
}
/* contact-us */
.contact-form {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.contact-icons i {
  width: 50px;
  height: 50px;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 100%;
}

/* .grilling-icon {
  position: relative;
  z-index: 0;
}
.grilling-icon h1::before {
  content: "";
  z-index: -1;
  background-image: url(../images/grillingicon.png);
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right top;
}

.lessmore-bg {
  background-image: url(../images/coalmine.png);
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
} */

.chatBox {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1.5rem;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overriding-bootstrap-css .btn {
  border-radius: 4px;
}

.cartMenuDropDown .badge {
  padding: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 0;
  top: 9px !important;
}

.grillmasterLogo::before {
  content: "";
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/grillmaster-logo.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: 80px;
  background-size: 38%;
}

.grillmasterLogo ::placeholder {
  color: white;
}

.cartMenuDropDown .badge #cartCount {
  margin-top: -6px;
}

.cart .dropdown-toggle::after {
  border-right: none !important;
  border-left: none !important;
}

.checkout-cart-dropdown-list .offcanvas-body {
  height: 90vh;
}

.checkout-cart-dropdown-list .img-thumbnail {
  width: 90px;
  height: 90px;
}
/** Product List Category List and Products **/
.list-styled {
  color: var(--bs-dark);
  padding: 0;
}

.list-styled .list-styled-item {
  list-style: none;
  padding-left: 0;
}

.list-styled .list-styled-item label {
  font-size: 1.5rem;
  line-height: 1;
}

.list-styled .list-styled-item .form-check-input {
  background-position: 50%;
  background-size: 10px 8px;
  float: none;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.125rem;
  margin-top: 0.1875rem;
  transition: all 0.1s ease-in-out;
  vertical-align: top;
  width: 1.125rem;
  margin-right: 0.3rem;
}

.product {
  margin-bottom: 2rem;
}

.product .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product .card-body .product-image {
  height: 200px;
  object-fit: contain;
  cursor: pointer;
}

.product .card-body .product-title {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product .card-body .product-description {
  height: 84px;
  overflow: auto;
}

.product .card-body .quantity-field {
  width: 50px;
  background-color: #fff;
  text-align: center;
}

.checkout-cart-dropdown-list .quantity-field {
  width: 50px;
  border: 1px solid #cdcdcd;
  text-align: center;
}

/** Ends **/

/** New Styles **/
.dirtygrill-img-banner {
}

.dirtygrill-img-banner::before {
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/dirtygrill 1.png");
  position: absolute;
  top: 8rem;
  content: "";
  width: 100%;
  height: 776px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  right: 0;
}

.moment-section {
  display: flex;
}

.moment-section .moment-item {
  height: 50vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.moment-section .moment-item img {
  object-fit: cover;
}

.match-light-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.match-light-bg video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  width: auto;
  object-fit: cover;
  z-index: -1;
}

/* HOw to use charbox page*/

.safety-bg,
.charbox-use-hero {
  position: relative;
}

.charbox-use-hero:after {
  content: "";
  position: absolute;
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/steakAndsteam.png");
  height: 100vh;
  width: 100%;
  bottom: -20px;
  z-index: 9;
  right: 0;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: bottom right;
}

.safety-bg::after {
  content: "";
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/fireSmokeBg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100vh;
  width: 600px;
  right: 0;
  position: absolute;
  top: 0;
}

.charbox-use-block,
.grilling-items-block {
  height: 80vh;
}

.fun-over-bg {
  background-image: url(../images/funOver.png);
  background-size: cover;
  background-position: bottom right;
  padding: 80px;
  position: relative;
  height: 100vh;
}

.fun-over-bg .fun-overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.fun-over-bg .fun-content {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.charbox-use-hero {
  height: 50vh;
  padding-top: 5rem;
}

/* .charbox-use-hero::after {
  content: "";
  position: absolute;
  background-image: url("../images/Steak\ &\ Steam\ .png");
  height: 500px;
  width: 600px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
} */
/* Grill master's club page*/

.grill-master-hero-bg {
  background-image: url(../images/grill-master-hero-bg.png);
  background-size: cover;
  background-position: bottom right;
}
.laptop-img-banner:before {
  content: "";
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/laptop.png");
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
  position: absolute;
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  right: 0;
  background-position: right center;
  background-size: contain;
  top: 20rem;
  z-index: -1;
}

/* About us Page */
.about-hero-bg {
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-position: bottom right;
  padding: 80px;
}

/* Product Gallery images */
.product-gallery {
  position: relative;
  max-height: 700px !important;
}

.product-gallery .lightbox-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 20px;
  color: var(--bs-gray-500);
  opacity: 0;
  transition: 0.2s ease-in-out;
  padding: 0.5rem;
  border-radius: 100%;
  cursor: pointer;
}

.product-gallery .lightbox-btn:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}

.product-gallery .product-gallery-preview-item {
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid var(--bs-gray-400);
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.product-gallery:hover .lightbox-btn {
  opacity: 1;
}

@media only screen and (min-width: 1650px) and (max-width: 1859px) {
  .product-gallery {
    max-height: 900px !important;
  }
}

.product-gallery-thumblist .product-gallery-thumblist-item {
  display: block;
  margin: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}

.product-gallery-thumblist .product-gallery-thumblist-item img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.product-gallery-thumblist .product-gallery-thumblist-item:hover {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Product Gallery images End */

/* Charbox Modal Design */
.modal-content {
  background-color: var(--bs-dark);
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-content .modal-header .btn-close {
  opacity: 1;
  text-transform: lowercase;
  width: 4rem;
}

.border-line {
  border-right: 1px solid #eeeeee;
}

.google {
  background-color: #34a853;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.twitter {
  background-color: #1da1f2;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.linkedin {
  background-color: #2867b2;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.apple {
  background-color: #a2aaad;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.line {
  height: 1px;
  width: 45%;
  background-color: #e0e0e0;
  margin-top: 10px;
}

.or {
  width: 10%;
  font-weight: bold;
}

::placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

.modal-content input,
.modal-content textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 1px;
}

.modal-content input:focus,
.modal-content textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304ffe;
  outline-width: 0;
}

.grill-pictures-block .grill-pictures {
  display: block;
  height: 8rem;
  width: 10rem;
  margin: 0.5rem;
  overflow: hidden;
}

.letter-spacing-minus {
  letter-spacing: -0.03em;
}

.ellipse-on-3 {
  height: 96px;
  text-overflow: ellipsis;
}

.text-shadow-about {
  text-shadow: 0px 0px 22.266px rgba(0, 0, 0, 0.15);
}

/** Loading Spinner Style  **/
/* Absolute Center Spinner */
.loading {
  font-family: "Uniform Condensed";
  position: fixed;
  z-index: 999;
  height: 8em;
  width: 10em;
  overflow: hidden;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}
/** Ends **/

/* Order Confirmation page */

.orderconfirm-bg::before {
  background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/fireSmokeBg.png");
  background-size: cover;
  background-position: bottom right;
  background-color: #000;
  height: 100vh;
  width: 600px;
  opacity: 0.5;
}

/** Order List **/

.input-spinner .form-input {
  background: 0 0;
  border: 1px solid #ecf0ef;
  height: 100%;
  min-height: 2rem;
  text-align: center;
  width: 6rem !important;
}

/** Bootstrap css override **/
.jconfirm {
  font-family: "Uniform";
}

.invalid-feedback {
  font-size: 16px !important;
  font-family: "Uniform Condensed";
}
.input-group {
  flex-wrap: nowrap !important;
}
.modal-backdrop.show.fade {
  opacity: 0.5 !important;
}

.tns-outer [data-action] {
  border: 0;
  background-color: var(--bs-secondary);
  float: right;
  margin-top: 1rem;
}

.testimonial-slider .testimonial-item img.img-fluid {
  width: 125px;
  height: 125px;
}

.btn-link:hover {
  color: var(--bs-primary) !important;
  transition: 0.3s;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hero-section {
    height: 60vh !important;
  }

  .hero-section > .h-100 {
    height: 100% !important;
  }

  .compact-section {
    height: 50vh !important;
  }

  .compact-section .vh-100 {
    height: 100% !important;
  }

  .moment-block {
    height: 100% !important;
    padding: 100px;
  }

  .moment-section:first-child {
    flex-direction: column-reverse;
  }
  .moment-section:nth-child(2) {
    flex-direction: column;
  }
  .moment-section .moment-item {
    height: auto;
    width: 100%;
  }
  .grillsclub-block {
    height: 100% !important;
    padding: 100px 0 !important;
  }

  .grillmasterLogo::before {
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center center;
  }

  .cookdowntime-block {
    height: 100% !important;
  }
  .match-light-bg {
    height: 50vh !important;
  }
  .grilltime-block {
    height: 100% !important;
    padding: 100px 0 !important;
  }
  .testimonial-block {
    height: 100% !important;
  }

  .safety-bg {
    height: 100% !important;
    padding: 0 !important;
  }
  .safety-bg::after {
    height: 100%;
  }
  .charbox-use-block {
    height: 100% !important;
    padding: 5rem !important;
  }

  .charbox-use-block .d-flex.p-lg-5 {
    padding: 0 !important;
  }
  .fun-over-bg {
    padding: 100px 0;
    height: 50vh !important;
  }

  .fun-over-bg .fun-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .fun-over-bg .fun-content {
    width: 90%;
  }
  .about-hero-bg {
    height: 100% !important;
    padding: 100px 0;
  }
  .chartboxstory-block {
    height: 100% !important;
  }
  .charboxmission-block {
    height: 100% !important;
    padding: 50px !important;
  }
  .charboxexperience-block {
    height: 100% !important;
  }
  .grill-master-hero-bg {
    height: 100% !important;
    padding: 100px 0 !important;
  }

  .laptop-img-banner:before {
    background-size: contain;
    top: 0;
    position: absolute;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    right: 0;
    background-position: right center;
    top: 10rem;
  }

  .discount-club-block {
    height: 100% !important;
    padding: 100px 0 !important;
  }

  .grilling-items-block {
    height: 100% !important;
    padding: 50px !important;
  }

  .grillmaster-subscribe {
    height: 100% !important;
    padding: 100px 0 !important;
  }

  .how-to-use-iframe iframe {
    height: 600px;
    width: 960px;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* ----------- iPad 1, 2, Mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .charbox-use-hero {
    height: 50vh;
    padding-top: 9rem;
  }
  .charbox-use-hero::after {
    bottom: -20px;
    right: 0;
    background-size: 70%;
    background-position: bottom right;
  }
  .laptop-img-banner:before {
    height: 500px;
    background-size: contain;
    top: 8px;
  }

  .how-to-use-iframe iframe {
    height: 400px;
    width: 660px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

@media screen and (max-width: 996px) {
  .top-90 {
    padding-top: 10rem !important;
  }
  .logo {
    width: 80px;
  }
  header {
    height: auto !important;
    padding-top: 1rem;
  }
  .vh-100,
  .h-100,
  .charbox-use-block,
  .grilling-items-block {
    height: auto !important;
  }

  .hero-section .h-100 {
    height: 100% !important;
  }

  .dirtygrill-mobile-banner {
    z-index: 0;
  }

  .dirtygrill-img-banner::before {
    background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/dirtygrill 1.png");
    height: 550px;
    background-position: center right;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .grill-master-hero-bg {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .charbox-use-hero {
    height: 60vh;
    padding-top: 9rem;
  }

  .charbox-use-hero::after {
    bottom: -20px;
    right: 0;
    background-size: contain;
    background-position: bottom right;
  }

  .fun-over-bg {
    height: auto;
    min-height: 350px;
  }

  .safety-bg::after {
    right: 0;
    background-size: contain;
    background-position: 8px 6rem;
  }

  .match-light-bg video {
    height: 100% !important;
  }
  .moment-section:first-child {
    flex-direction: column-reverse;
  }
  .moment-section:nth-child(2) {
    flex-direction: column;
  }
  .moment-section .moment-item {
    height: auto;
    width: 100%;
  }

  #contact-map {
    height: 300px;
  }

  .how-to-use-iframe iframe {
    height: 400px;
    width: 660px;
  }
  .laptop-img-banner:before {
    height: 350px;
    background-size: contain;
    top: 3rem;
  }
  .about-hero-bg {
    padding-top: 10rem;
  }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 840px) and (orientation: landscape) {
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }

  .logo {
    width: 80px;
  }

  .vh-100,
  .h-100,
  .charbox-use-block,
  .grilling-items-block {
    height: auto !important;
  }

  .hero-section {
    height: auto;
    padding: 5rem 2rem;
  }

  .footerLogo::before {
    background-size: contain;
  }

  .grillmasterLogo::before {
    top: 0;
    left: 0;
    height: 100%;
    background-size: contain;
  }

  .moment-section:first-child {
    flex-direction: column-reverse;
  }
  .moment-section:nth-child(2) {
    flex-direction: column;
  }
  .moment-section .moment-item {
    height: auto;
    width: 100%;
  }
  .about-hero-bg {
    text-align: center;
    padding: 0;
    padding-bottom: 3rem;
    padding-top: 8rem;
  }

  .fun-over-bg {
    padding: 30px;
    background-image: url(../images/funOver.png);
    width: auto;
    height: 250px;
  }

  .fun-over-bg .fun-content {
    position: absolute;
    z-index: 999;
    transform: unset;
    top: 50%;
    bottom: 50%;
    left: 20%;
  }

  .charbox-use-hero::after {
    bottom: -20px;
    right: 0;
    background-size: 70%;
    background-position: bottom right;
  }

  .safety-bg::after {
    right: 0;
    background-size: contain;
    background-position: 8px 6rem;
  }

  .grill-pictures-block .grill-pictures {
    height: unset;
    margin: unset;
  }

  .how-to-use-iframe iframe {
    height: 250px;
    width: 300px;
  }

  .laptop-img-banner:before {
    height: 238px;
    background-size: contain;
    top: 8rem;
    right: 0;
    background-position: right;
    background-image: url("https://storage.googleapis.com/internaldev_websiteassets/websiteLayouts/Charbox/assets/images/laptop-mobile.png");
  }
  .dirtygrill-img-banner::before {
    height: 350px;
    background-position: center right;
    right: 0;
    top: 18px;
    width: 50%;
  }
  .charbox-care .title {
    font-size: 9px;
    line-height: 14px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
