*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff9e0;
  color: #0b250c;
  font-family: "Rubik", system-ui, sans-serif;
}

img,
video {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
}

h1,
p {
  margin-top: 0;
}

.container {
  display: block;
  width: 100%;
  max-width: 1770px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.header-section {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 699;
  width: 100%;
  max-width: 100%;
}

.navbar {
  padding: 20px 0;
  background: #fff9e0;
}

.nav-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

.nav-logo-wrap {
  display: block;
  flex: none;
  padding: 0;
  text-decoration: none;
}

.nav-logo {
  display: block;
  width: 188px !important;
  height: auto !important;
  object-fit: contain !important;
}

.nav-menu-with-btn,
.nav-menu,
.button-small-wrap {
  display: flex;
  align-items: center;
}

.nav-menu {
  padding: 8px;
}

.nav-link {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.nav-btn-inner {
  flex: none;
}

.desktop-hidden,
.hamburger-trigger-with-cart,
.w-commerce-commercecartwrapper {
  display: none;
}

.home-hero-section {
  position: relative;
  z-index: 100;
  min-height: 760px;
  padding-top: 168px;
  padding-bottom: 52px;
  overflow: hidden;
  background: url("optimized-images/hero-catering.webp") center / cover no-repeat;
}

.home-hero-content-wrap {
  display: grid;
  grid-template-columns: 1.61fr 2fr;
  align-items: center;
  gap: 42px;
}

.home-hero-title-btn-with-para {
  position: relative;
  padding: 80px 60px;
}

.hero-eyebrow-label {
  display: block;
  width: 430px;
  max-width: 64%;
  height: auto;
  margin-bottom: 16px;
}

.home-hero-title {
  max-width: 920px;
  margin: 48px 0 28px;
  color: #0b250c;
  font-family: "Baloo 2", "Rubik", sans-serif;
  font-size: clamp(62px, 5vw, 80px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: 0;
}

.home-hero-title span {
  display: block;
}

.home-hero-title .hero-title-accent {
  color: #78a44f;
}

.text-learge.home-hero-para {
  max-width: 500px;
  margin: 22px 0 0;
  color: #637f57;
  font-size: 19px;
  line-height: 1.45;
}

.hero-btn {
  position: static;
  width: max-content;
  margin-top: 28px;
}

.pramiry-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 25px;
  overflow: hidden;
  border-radius: 100px;
  background: #78a44f;
  color: #fff;
  text-decoration: none;
}

.button-text {
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.home-hero-video-with-banner {
  position: relative;
  aspect-ratio: 618 / 412;
  overflow: hidden;
  border: 1px solid #78a44f;
  border-width: 1px 6px 6px 1px;
  border-radius: 18px;
}

.home-hero-video {
  overflow: hidden;
}

.home-hero-video,
.home-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-video video {
  width: 112%;
  height: 112%;
  max-width: none;
  transform: translate(-5%, -6%);
}

@media (max-width: 991px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-menu-with-btn {
    display: none;
  }

  .hamburger-trigger-with-cart {
    display: flex;
  }

  .home-hero-section {
    min-height: auto;
    padding-top: 130px;
  }

  .home-hero-content-wrap {
    grid-template-columns: 1fr;
  }

  .home-hero-title-btn-with-para {
    padding: 55px 0;
  }

  .home-hero-title {
    font-size: clamp(48px, 10vw, 72px);
  }

  .hero-arrow-doodle {
    display: none;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    padding: 13px 0;
  }

  .nav-logo {
    width: 150px !important;
  }

  .home-hero-section {
    padding-top: 104px;
  }

  .home-hero-title {
    font-size: 46px;
  }

  .text-learge.home-hero-para {
    font-size: 17px;
  }
}
