* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  background: #020304;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}

.site-header {
  background: #000000;
  position: relative;
  z-index: 3;
}

.site-nav {
  align-items: center;
  background: #000000;
  border-bottom: 1px solid #ffc20d61;
  display: flex;
  font-family: "Montserrat", Arial, sans-serif;
  justify-content: center;
  min-height: 64px;
  padding: 0 22px;
  position: relative;
}

.site-brand {
  left: 22px;
  position: absolute;
  text-decoration: none;
}

.site-brand img {
  display: block;
  height: 42px;
  width: auto;
}

.site-menu {
  align-items: center;
  display: flex;
  gap: 38px;
  justify-content: center;
}

.site-menu a,
.site-dropdown-title {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  list-style: none;
  text-decoration: none;
}

.site-dropdown-title::after {
  content: " \25BE";
  font-size: 11px;
}

.site-menu a:hover,
.site-menu a:focus,
.site-menu a.active,
.site-dropdown:hover .site-dropdown-title,
.site-dropdown-toggle:checked + .site-dropdown-title {
  color: #ffc20d;
}

.site-dropdown {
  position: relative;
}

.site-submenu {
  background: #000000;
  border: 1px solid #ffc20d73;
  display: none;
  left: 0;
  min-width: 150px;
  padding: 12px 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.site-dropdown:hover .site-submenu,
.site-dropdown-toggle:checked ~ .site-submenu {
  display: block;
}

.site-submenu a {
  padding: 10px 18px;
  white-space: nowrap;
}

.site-menu-toggle,
.site-menu-button,
.site-dropdown-toggle {
  display: none;
}

.hero {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #000000db 0%, #0000004d 36%, #0000002e 57%, #000000db 100%),
    url("images/bg_main.webp") center bottom / cover no-repeat;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  padding: 30px 28px 22px;
  position: relative;
  background-position: center center;
}

.hero::before {
  background: radial-gradient(circle at 50% 23%, #ffffff1f, transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: min(1220px, 100%);
  position: relative;
  text-align: center;
  width: 100%;
}

.logo-img {
  display: block;
  height: auto;
  margin-bottom: 54px;
  max-width: 615px;
  width: 47vw;
}

.intro {
  width: 100%;
}

h1 {
  font-size: 134px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  margin-bottom: 18px;
  text-shadow: 0 3px 18px #00000094;
}

.countries {
  color: #ffc20d;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 17px;
  text-transform: uppercase;
}

h2 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 3.5px;
  line-height: 1.05;
  margin-bottom: 8px;
  text-shadow: 0 3px 14px #000000b3;
}

.sub {
  color: #ffc20d;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hours-card {
  align-items: center;
  background: #00000094;
  border: 2px solid #ffc20d;
  border-radius: 18px;
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  margin-bottom: 38px;
  max-width: 670px;
  min-height: 108px;
  padding: 18px 31px 18px 27px;
  width: 55%;
}

.hours-icon {
  align-items: center;
  color: #ffc20d;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 52px;
  justify-content: center;
  line-height: 1;
  width: 55px;
}

.hours-card div {
  text-align: left;
}

.hours-card strong {
  color: #ffc20d;
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 7px;
}

.hours-card p {
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
}

.hours-card p span {
  display: inline-block;
  padding: 0 14px;
}

.buttons {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-bottom: 36px;
  width: 100%;
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 28px;
  font-weight: 900;
  gap: 20px;
  justify-content: center;
  line-height: 1;
  min-height: 80px;
  padding: 18px 33px;
  text-decoration: none;
}

.btn i {
  font-size: 35px;
}

.yellow {
  background: #ffc20d;
  color: #050505;
  min-width: 365px;
}

.outline {
  background: #00000094;
  border: 2px solid #ffffffeb;
  color: #ffffff;
  min-width: 478px;
}

.contact-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  justify-content: center;
  margin-bottom: 33px;
  width: 100%;
}

.contact-row span {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  gap: 14px;
  line-height: 1.25;
  text-shadow: 0 2px 8px #000000c7;
}

.contact-row i {
  color: #ffc20d;
  flex: 0 0 auto;
  font-size: 31px;
}

.social-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-row > span {
  align-items: center;
  color: #ffc20d;
  display: flex;
  font-size: 21px;
  font-weight: 900;
  gap: 18px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.social-row > span::before,
.social-row > span::after {
  background: #ffffff57;
  content: "";
  height: 1px;
  width: 250px;
}

.social-links {
  display: flex;
  gap: 38px;
}

.social-links a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 35px;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  width: 44px;
}

.social-links a:nth-child(1) {
  background: #1877f2;
  border-radius: 4px;
}

.social-links a:nth-child(2) {
  background: linear-gradient(135deg, #feda75, #fa7e1e 35%, #d62976 62%, #962fbf 82%, #4f5bd5);
  border-radius: 9px;
}

.social-links a:nth-child(3) {
  background: #050505;
  border-radius: 6px;
  color: #ffffff;
  text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55;
}

.food-truck-page {
  background: #000000;
}

.food-truck-section {
  background: #000000;
  min-height: 100vh;
  padding: 60px 18px;
}

.food-truck-content {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.food-truck-hero {
  margin: 0 auto 50px;
  max-width: 920px;
  text-align: center;
}

.food-truck-hero p {
  color: #ffffff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.food-truck-hero h1 {
  color: #ffc20d;
  font-size: 112px;
  line-height: 0.9;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.food-truck-hero strong {
  color: #ffffff;
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.menu-category + .menu-category {
  margin-top: 50px;
}

.menu-category h2 {
  border-bottom: 2px solid #ffc20dc7;
  color: #ffc20d;
  font-size: 44px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

.food-menu-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.food-menu-grid-small {
  grid-template-columns: repeat(4, 1fr);
}

.food-menu-item {
  background: #080808;
  border: 1px solid #ffc20d85;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  min-height: 164px;
  padding: 18px;
}

.food-menu-photo {
  background: #000000;
  border: 1px solid #ffc20d52;
  border-radius: 6px;
  display: block;
  height: auto;
  margin: 0 0 10px;
  padding: 8px;
  width: 100%;
}

.food-menu-item h3 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.16;
	text-transform: uppercase;
}

.food-menu-item span {
  color: #ffffffc7;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.food-menu-item p {
  color: #ffc20d;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1050px) {
  .food-truck-hero p {
    font-size: 40px;
  }

  .food-truck-hero h1 {
    font-size: 82px;
  }

  .food-truck-hero strong {
    font-size: 28px;
  }

  .menu-category h2 {
    font-size: 36px;
  }

  .food-menu-item h3 {
    font-size: 22px;
  }

  .food-menu-item p {
    font-size: 30px;
  }

  .food-menu-grid,
  .food-menu-grid-small {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-img {
    max-width: 430px;
    width: 58vw;
  }

  h1 {
    font-size: 104px;
  }

  .countries {
    font-size: 21px;
  }

  h2 {
    font-size: 36px;
  }

  .sub {
    font-size: 20px;
    margin-bottom: 26px;
  }

  .hours-card {
    width: 70%;
  }

  .hours-card strong {
    font-size: 30px;
  }

  .hours-card p {
    font-size: 20px;
  }

  .buttons {
    gap: 18px;
  }

  .btn {
    font-size: 23px;
  }

  .btn i {
    font-size: 30px;
  }

  .contact-row span {
    font-size: 19px;
  }

  .contact-row i {
    font-size: 26px;
  }

  .yellow,
  .outline {
    min-width: 0;
    width: min(43vw, 450px);
  }
}

@media (max-height: 860px) and (min-width: 761px) {
  .logo-img {
    max-width: 500px;
    width: 39vw;
  }

  h1 {
    font-size: 110px;
  }

  .countries {
    font-size: 20px;
  }

  h2 {
    font-size: 36px;
  }

  .sub {
    font-size: 19px;
    margin-bottom: 22px;
  }

  .hours-card {
    max-width: 620px;
    min-height: 78px;
    padding: 13px 26px;
  }

  .hours-icon {
    font-size: 42px;
    width: 46px;
  }

  .hours-card strong {
    font-size: 28px;
  }

  .hours-card p {
    font-size: 19px;
  }

  .btn {
    font-size: 23px;
    min-height: 62px;
    padding: 13px 28px;
  }

  .contact-row span {
    font-size: 18px;
  }

  .social-links a {
    font-size: 30px;
    height: 38px;
    width: 38px;
  }
}

@media (max-height: 700px) and (min-width: 761px) {
  .logo-img {
    max-width: 410px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 92px;
  }

  .sub {
    margin-bottom: 18px;
  }

  .hours-card {
    margin-bottom: 14px;
  }

  .buttons {
    margin-bottom: 14px;
  }

  .contact-row {
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .food-truck-hero p {
    font-size: 28px;
  }

  .food-truck-hero h1 {
    font-size: 58px;
  }

  .food-truck-hero strong {
    font-size: 22px;
  }

  .menu-category h2 {
    font-size: 30px;
  }

  .food-menu-item h3 {
    font-size: 20px;
  }

  .food-menu-item p {
    font-size: 28px;
  }

  .food-truck-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .food-menu-grid,
  .food-menu-grid-small {
    grid-template-columns: 1fr;
  }

  .food-menu-item {
    min-height: 0;
  }

  .site-nav {
    justify-content: flex-end;
    min-height: 58px;
  }

  .site-menu-button {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .site-menu-button span {
    background: #ffffff;
    display: block;
    height: 3px;
    width: 28px;
  }

  .site-menu-button:hover span {
    background: #ffc20d;
  }

  .site-menu {
    align-items: stretch;
    background: #000000;
    border-bottom: 1px solid #ffc20d61;
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 8px 22px 16px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-menu-toggle:checked ~ .site-menu {
    display: flex;
  }

  .site-menu a,
  .site-dropdown-title {
    font-size: 16px;
    padding: 14px 0;
  }

  .site-submenu {
    border: 0;
    border-left: 2px solid #ffc20d;
    left: auto;
    min-width: 0;
    padding: 0 0 0 16px;
    position: static;
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero {
    background-position: center bottom;
    padding: 24px 16px 22px;
  }

  .logo-img {
    margin-bottom: 22px;
    max-width: 330px;
    width: 86vw;
  }

  h1 {
    font-size: 63px;
    margin-bottom: 18px;
  }

  .countries {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  h2 {
    font-size: 27px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .countries,
  h2,
  .sub {
    letter-spacing: 0.5px;
  }

  .sub {
    font-size: 16px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .hours-card {
    max-width: 560px;
    width: 100%;
  }

  .hours-card strong {
    font-size: 25px;
  }

  .hours-card p {
    font-size: 17px;
  }

  .hours-card p span {
    padding: 0 7px;
  }

  .hours-icon {
    font-size: 40px;
  }

  .buttons {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .btn {
    font-size: 20px;
  }

  .btn i {
    font-size: 27px;
  }

  .yellow,
  .outline {
    width: 100%;
  }

  .contact-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }

  .contact-row span {
    font-size: 17px;
    text-align: left;
    width: 100%;
  }

  .contact-row i {
    font-size: 23px;
  }

  .social-row > span {
    font-size: 17px;
  }

  .social-links a {
    font-size: 30px;
  }

  .social-row > span::before,
  .social-row > span::after {
    width: 28vw;
  }
}

@media (max-width: 520px) {
  .food-truck-hero p {
    font-size: 22px;
  }

  .food-truck-hero h1 {
    font-size: 44px;
  }

  .food-truck-hero strong {
    font-size: 18px;
  }

  .menu-category h2 {
    font-size: 26px;
  }

  .food-menu-item h3 {
    font-size: 18px;
  }

  .food-menu-item p {
    font-size: 24px;
  }

  .logo-img {
    max-width: 250px;
  }

  h1 {
    font-size: 42px;
  }

  .countries {
    font-size: 11px;
  }

  h2 {
    font-size: 18px;
  }

  .sub {
    font-size: 11px;
  }

  .hours-card {
    gap: 14px;
    padding: 16px 18px;
  }

  .hours-card strong {
    font-size: 22px;
  }

  .hours-card p {
    font-size: 14px;
  }

  .hours-icon {
    font-size: 41px;
    width: 44px;
  }

  .hours-card p span {
    padding: 0 5px;
  }

  .btn {
    font-size: 15px;
    gap: 14px;
    min-height: 64px;
    padding: 14px 18px;
  }

  .contact-row span {
    font-size: 15px;
  }

  .social-row > span {
    font-size: 15px;
  }

  .social-links {
    gap: 24px;
  }
}

@media (max-width: 390px) {
  .logo-img {
    max-width: 230px;
  }

  h1 {
    font-size: 36px;
  }

  .countries {
    font-size: 10px;
  }

  h2 {
    font-size: 16px;
  }

  .sub {
    font-size: 10px;
  }

  .hours-card strong {
    font-size: 20px;
  }

  .hours-card p {
    font-size: 13px;
  }

  .btn {
    font-size: 15px;
  }

  .contact-row span {
    font-size: 14px;
  }
}
