.elementor-158 .elementor-element.elementor-element-c1321be{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-42b360c */.amg-restaurant {
  --black: #050505;
  --soft-black: #101010;
  --blue: #00D7FF;
  --blue-rgb: 0, 215, 255;
  --blue-transparent: #00D7FF2E;
  --white: #ffffff;
  --muted: #a8afb4;
  --line: rgba(255, 255, 255, .14);
  --green: #8ef0b3;

  overflow: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Arial, sans-serif;
}

.amg-restaurant * {
  box-sizing: border-box;
}

.amg-restaurant__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

/* HERO */

.amg-restaurant__hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 76% 44%, rgba(var(--blue-rgb), .16), transparent 21%),
    radial-gradient(circle at 93% 88%, rgba(var(--blue-rgb), .08), transparent 25%),
    var(--black);
}

.amg-restaurant__hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 57%;
  width: 1px;
  background: linear-gradient(transparent, var(--blue-transparent), transparent);
  content: "";
}

.amg-restaurant__hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 40px;
  align-items: center;
  min-height: 680px;
}

.amg-restaurant__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.amg-restaurant__eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.amg-restaurant h1 {
  max-width: 620px;
  margin: 0 0 21px;
  color: var(--white);
  font-size: clamp(43px, 5.2vw, 72px);
  font-weight: 750;
  line-height: .99;
  letter-spacing: -.065em;
}

.amg-restaurant h1 span {
  color: var(--blue);
}

.amg-restaurant__lead {
  max-width: 520px;
  margin: 0 0 31px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.amg-restaurant__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.amg-restaurant__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 15px 21px;
  color: #001317;
  border: 0;
  background: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.amg-restaurant__button:hover {
  color: var(--white);
  background: #00b9dc;
  transform: translateY(-2px);
}

.amg-restaurant__button span {
  margin-left: 11px;
  font-size: 18px;
}

.amg-restaurant__phone {
  display: inline-flex;
  padding: 15px 3px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.amg-restaurant__phone:hover {
  color: var(--blue);
}

/* POS VISUAL */

.amg-pos-visual {
  position: relative;
  min-height: 510px;
  isolation: isolate;
}

.amg-pos-visual::before {
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 1px solid var(--blue-transparent);
  border-radius: 50%;
  content: "";
  opacity: .8;
  transform: translate(-50%, -50%);
  animation: amg-pos-orbit 14s linear infinite;
}

.amg-pos-visual::after {
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: -2;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(var(--blue-rgb), .06);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.amg-pos-screen {
  position: absolute;
  top: 48%;
  left: 48%;
  z-index: 2;
  width: min(405px, 82%);
  padding: 14px;
  border: 1px solid rgba(var(--blue-rgb), .42);
  border-radius: 12px;
  background: #0c1114;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .56), 0 0 45px rgba(var(--blue-rgb), .08);
  transform: translate(-50%, -50%) rotate(-4deg);
  animation: amg-pos-float 5s ease-in-out infinite;
}

.amg-pos-screen__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 5px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.amg-pos-screen__brand {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e7f9fb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.amg-pos-screen__brand::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 13px var(--blue);
  content: "";
}

.amg-pos-screen__live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.amg-pos-screen__live::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  animation: amg-pos-pulse 1.8s ease-in-out infinite;
}

.amg-pos-screen__body {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 11px;
  padding-top: 13px;
}

.amg-pos-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.amg-pos-menu__item {
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 5px;
  background: rgba(255, 255, 255, .025);
  color: #e4eaed;
  font-size: 9px;
  line-height: 1.35;
}

.amg-pos-menu__item small {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
}

.amg-pos-order {
  padding: 11px 10px;
  border: 1px solid rgba(var(--blue-rgb), .22);
  border-radius: 5px;
  background: rgba(var(--blue-rgb), .05);
}

.amg-pos-order__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.amg-pos-order__title span {
  color: var(--blue);
}

.amg-pos-order__line {
  display: flex;
  justify-content: space-between;
  margin: 0 0 7px;
  color: #aeb9bf;
  font-size: 8px;
}

.amg-pos-order__total {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  padding-top: 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 10px;
  font-weight: 800;
}

.amg-pos-order__total span {
  color: var(--blue);
}

.amg-pos-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--blue-rgb), .30);
  border-radius: 7px;
  background: rgba(13, 18, 21, .94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .30);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.amg-pos-card__icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #001317;
  border-radius: 50%;
  background: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.amg-pos-card strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .02em;
}

.amg-pos-card small {
  display: block;
  color: #a3b0b7;
  font-size: 9px;
}

.amg-pos-card--paid {
  top: 10%;
  right: 0;
  animation: amg-pos-float 5s ease-in-out 1s infinite;
}

.amg-pos-card--orders {
  bottom: 8%;
  left: 3%;
  animation: amg-pos-float 5.6s ease-in-out .4s infinite reverse;
}

@keyframes amg-pos-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(-4deg) translateY(0); }
  50% { transform: translate(-50%, -50%) rotate(-4deg) translateY(-12px); }
}

@keyframes amg-pos-orbit {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes amg-pos-pulse {
  0%, 100% { opacity: .45; box-shadow: 0 0 0 0 rgba(142, 240, 179, .4); }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgba(142, 240, 179, 0); }
}

/* BENEFITS */

.amg-restaurant__benefits {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.amg-restaurant__section-head {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  margin-bottom: 48px;
}

.amg-restaurant h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.7vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.048em;
}

.amg-restaurant__section-head p {
  max-width: 535px;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.amg-restaurant__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.amg-restaurant__benefit {
  min-height: 250px;
  padding: 31px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft-black);
  transition: background .25s ease;
}

.amg-restaurant__benefit:hover {
  background: linear-gradient(135deg, rgba(var(--blue-rgb), .1), transparent 72%), var(--soft-black);
}

.amg-restaurant__benefit-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 36px;
  color: var(--blue);
  border: 1px solid var(--blue-transparent);
  border-radius: 50%;
  background: rgba(var(--blue-rgb), .06);
}

.amg-restaurant__benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  fill: none;
}

.amg-restaurant__benefit h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.025em;
}

.amg-restaurant__benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.amg-restaurant__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin: 72px 0 0;
  padding: 39px 42px;
  border: 1px solid var(--blue-transparent);
  background: linear-gradient(105deg, var(--blue-transparent), transparent 70%);
}

.amg-restaurant__cta h2 {
  max-width: 610px;
  font-size: clamp(25px, 3vw, 37px);
}

@media (max-width: 820px) {
  .amg-restaurant__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .amg-restaurant__hero,
  .amg-restaurant__hero-grid {
    min-height: auto;
  }

  .amg-restaurant__hero::before {
    display: none;
  }

  .amg-restaurant__hero-grid {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 76px 0 48px;
  }

  .amg-pos-visual {
    min-height: 435px;
    margin: 5px -18px 0;
  }

  .amg-pos-screen {
    left: 49%;
    width: min(390px, 82%);
  }

  .amg-pos-card--paid {
    right: 3%;
  }

  .amg-restaurant__benefits {
    padding: 72px 0;
  }

  .amg-restaurant__section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .amg-restaurant__benefit-grid {
    grid-template-columns: 1fr;
  }

  .amg-restaurant__benefit {
    min-height: auto;
  }

  .amg-restaurant__benefit-icon {
    margin-bottom: 23px;
  }

  .amg-restaurant__cta {
    display: block;
    margin-top: 48px;
    padding: 31px 28px;
  }

  .amg-restaurant__cta h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 420px) {
  .amg-restaurant__phone {
    width: 100%;
  }

  .amg-pos-screen {
    width: 92%;
  }

  .amg-pos-card--paid {
    top: 4%;
    right: 0;
  }

  .amg-pos-card--orders {
    bottom: 2%;
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amg-restaurant *,
  .amg-restaurant *::before,
  .amg-restaurant *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */