@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  to {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.group-icon,
.group-icon1,
.group-icon2 {
  position: absolute;
  height: 100%;
  width: 43.72%;
  top: 0;
  right: 56.28%;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon:hover {
  animation: 1s ease 0s 1 normal none rotate-center;
  opacity: 1;
}
.group-icon1,
.group-icon2 {
  height: 27.74%;
  width: 54.25%;
  top: 9.68%;
  right: 0;
  bottom: 62.58%;
  left: 45.75%;
}
.group-icon1:hover,
.group-icon2:hover {
  animation: 1s ease 0s 1 normal none wobble-hor-bottom;
  opacity: 1;
}
.group-icon2 {
  height: 47.74%;
  width: 53.85%;
  top: 40.32%;
  bottom: 11.94%;
  left: 46.15%;
}
.group-parent {
  width: 74.1px;
  position: relative;
  height: 31px;
}
.group-wrapper {
  text-decoration: none;
  width: 73px;
  height: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-menu:hover {
  cursor: pointer;
  animation: 0.5s ease-in 0s 1 normal none scale-up;
  opacity: 1;
}
.full-menu,
.locations,
.oder-now {
  text-decoration: none;
  position: relative;
  letter-spacing: -0.12em;
  color: inherit;
}
.oder-now {
  align-self: stretch;
  flex: 1;
  font-weight: 500;
}
.locations:hover,
.oder-now:hover {
  animation: 0.5s ease 0s 1 normal none scale-up;
  opacity: 1;
}
.locations {
  text-align: left;
}
.locations:hover {
  cursor: pointer;
}
.full-menu-parent {
  width: 262px;
  display: flex;
  gap: var(--gap-2xs);
}
.frame-parent,
.full-menu-parent,
.header-mobile {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.frame-parent {
  display: flex;
  gap: var(--gap-smi);
}
.header-mobile {
  background-color: var(--color-khaki-100);
  overflow: hidden;
  display: none;
  padding: var(--padding-2xs) var(--padding-40xl);
  text-align: center;
  font-size: var(--font-size-base);
  font-family: var(--font-lexend-exa);
}
.group-icon3,
.group-icon4,
.group-icon5 {
  position: absolute;
  height: 100%;
  width: 43.74%;
  top: 0;
  right: 56.26%;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon3:hover {
  animation: 1s ease 0s 1 normal none rotate-center;
  opacity: 1;
}
.group-icon4,
.group-icon5 {
  height: 27.84%;
  width: 54.27%;
  top: 9.69%;
  right: -0.09%;
  bottom: 62.47%;
  left: 45.82%;
}
.group-icon4:hover,
.group-icon5:hover {
  animation: 1s ease 0s 1 normal none wobble-hor-bottom;
  opacity: 1;
}
.group-icon5 {
  height: 47.84%;
  width: 53.93%;
  top: 40.41%;
  bottom: 11.75%;
  left: 46.16%;
}
.group-group {
  width: 115.9px;
  position: relative;
  height: 48.5px;
}
.group-container {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-menu1,
.locations1,
.oder-now1 {
  text-decoration: none;
  position: relative;
  letter-spacing: -0.12em;
  font-weight: 600;
  color: inherit;
}
.full-menu1:hover {
  cursor: pointer;
  animation: 0.5s ease-in 0s 1 normal none scale-up;
  opacity: 1;
}
.locations1:hover,
.oder-now1:hover {
  animation: 0.5s ease 0s 1 normal none scale-up;
  opacity: 1;
}
.locations1:hover {
  cursor: pointer;
}
.full-menu-group {
  flex: 1;
  justify-content: flex-end;
  gap: var(--gap-43xl);
}
.frame-group,
.full-menu-group,
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-group {
  flex: 1;
  justify-content: space-between;
}
.header {
  align-self: stretch;
  background-color: var(--color-khaki-100);
  overflow: hidden;
  justify-content: center;
  padding: var(--padding-2xs) var(--padding-40xl);
  font-family: var(--font-lexend-exa);
}
.welcome-to-savour {
  margin: 0;
}
.welcome-to-savour-container {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 98.7%;
  display: inline-block;
  height: 127px;
  flex-shrink: 0;
  text-shadow: 3px 0 0#f4d35e, 0 3px 0#f4d35e, -3px 0 0#f4d35e, 0-3px 0#f4d35e;
}
.order-now {
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.order-now-wrapper {
  text-decoration: none;
  width: 338px;
  height: 78px;
  border-radius: 19px;
  background-color: var(--color-khaki-100);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-sm) 82px;
  box-sizing: border-box;
  opacity: 0;
  text-align: left;
  font-size: var(--font-size-21xl);
  color: inherit;
  font-family: var(--font-rota);
}
.order-now-wrapper.animate {
  animation: 1s ease 0s 1 normal forwards fade-in;
}
.order-now-wrapper:hover {
  box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  animation: 0.5s ease 0s 1 normal none scale-up;
  opacity: 1;
}
.home-page-inner,
.welcome-to-savour-bite-fast-fo-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome-to-savour-bite-fast-fo-parent {
  align-self: stretch;
  gap: 91px;
}
.home-page-inner {
  width: 1617px;
  height: 968px;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url(./public/frame-5@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  font-size: var(--font-size-45xl);
  font-family: var(--font-luckiest-guy);
}
.desktop-2-child {
  width: 1882.6px;
  position: absolute;
  margin: 0 !important;
  right: -726.6px;
  bottom: -1245.3px;
  height: 3278.8px;
  object-fit: contain;
  z-index: 0;
}
.our-menu {
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.our-menu-wrapper {
  width: 311px;
  height: 98px;
  box-shadow: 0 4px 33.2px rgba(0, 0, 0, 0.11);
  border-radius: var(--br-37xl);
  background-color: var(--color-darkorange);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  font-size: var(--font-size-45xl);
}
.frame-child.animate,
.our-menu-wrapper.animate,
.why-choose-savour-bite-parent.animate {
  animation: 1s ease 0s 1 normal forwards fade-in;
}
.frame-child {
  height: 303px;
  width: 301px;
  border-radius: var(--br-16xl);
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
  opacity: 0;
}
.burgers {
  position: relative;
  letter-spacing: -0.02em;
}
.sink-your-teeth-container {
  align-self: stretch;
  height: 60px;
  position: relative;
  font-size: var(--font-size-5xl);
  letter-spacing: 0.04em;
  font-weight: 300;
  color: var(--color-black);
  display: inline-block;
}
.burgers-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-mid);
}
.frame-container,
.frame-div,
.frame-parent1,
.frame-parent2 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-45xl);
  gap: var(--gap-24xl);
  z-index: 2;
}
.frame-div,
.frame-parent1,
.frame-parent2 {
  z-index: 3;
}
.frame-parent1,
.frame-parent2 {
  z-index: 4;
}
.frame-parent2 {
  z-index: 5;
}
.wash-it-all {
  align-self: stretch;
  height: 30px;
  position: relative;
  font-size: var(--font-size-5xl);
  letter-spacing: 0.04em;
  font-weight: 300;
  color: var(--color-black);
  display: inline-block;
}
.desktop-2,
.frame-parent3 {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.frame-parent3 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 var(--padding-45xl);
  gap: var(--gap-24xl);
  z-index: 6;
}
.desktop-2 {
  background-color: var(--color-khaki-100);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  padding: 57px 0 83px;
  position: relative;
  gap: 63px;
  font-size: var(--font-size-29xl);
  color: var(--color-white);
}
.why-choose-savour {
  position: relative;
  font-size: var(--font-size-21xl);
  letter-spacing: -0.03em;
  font-weight: 900;
  text-shadow: 3px 0 0 gold, 0 3px 0 gold, -3px 0 0 gold, 0-3px 0 gold;
}
.quality-ingredients,
.we-use-only {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.02em;
}
.we-use-only {
  font-size: var(--font-size-xl);
  letter-spacing: 0.08em;
  font-weight: 300;
  color: var(--color-black);
}
.wgt-chose-us,
.why-choose-savour-bite-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.why-choose-savour-bite-parent {
  width: 852px;
  height: 428px;
  border-radius: 40px;
  background-color: var(--color-khaki-100);
  padding: 58px 43px 60px 39px;
  box-sizing: border-box;
  gap: 23px;
  opacity: 0;
}
.wgt-chose-us {
  align-self: stretch;
  padding: 77px 76px 67px 46px;
  background-image: url(./public/wgt-chose-us@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  mix-blend-mode: darken;
  font-size: var(--font-size-13xl);
}
.footer-child {
  width: 542.6px;
  position: absolute;
  margin: 0 !important;
  top: -210.7px;
  left: -208.4px;
  height: 570.3px;
  object-fit: contain;
  z-index: 0;
}
.vector-icon,
.vector-icon1 {
  max-width: 100%;
  max-height: 100%;
}
.vector-icon {
  position: absolute;
  height: 67.89%;
  width: 67.67%;
  top: 16.16%;
  right: 16.22%;
  bottom: 15.95%;
  left: 16.11%;
  overflow: hidden;
  cursor: progress;
}
.vector-icon:hover {
  cursor: pointer;
}
.vector-icon1 {
  height: 34.76%;
  width: 44.69%;
  top: 19.76%;
  right: 27.5%;
  bottom: 45.48%;
  left: 27.81%;
}
.frame,
.vector-icon1,
.vector-icon2 {
  position: absolute;
  overflow: hidden;
}
.vector-icon2 {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.frame {
  top: 25px;
  left: 31px;
  width: 32px;
  height: 42px;
}
.location1 {
  width: 93.1px;
  position: relative;
  height: 92.8px;
}
.prvcfv7-hujra-shah {
  height: 30px;
  width: 381px;
  position: relative;
  letter-spacing: 0.02em;
  display: inline-block;
  flex-shrink: 0;
}
.location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}
.location.animate {
  animation: 1s ease 0s 1 normal forwards fade-in;
}
.location:hover {
  animation: 0.5s ease-in 0s 1 normal none scale-up;
  opacity: 1;
}
.email-icon {
  height: 61px;
  width: 61px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.email-icon.animate {
  animation: 0.5s ease 0s 1 normal forwards scale-up;
}
.odersavourbitecom {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.02em;
  color: inherit;
}
.email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-smi) var(--padding-sm);
  gap: var(--gap-xs);
  opacity: 0;
  z-index: 2;
}
.email.animate {
  animation: 1s ease 0s 1 normal forwards fade-in;
}
.email:hover {
  cursor: pointer;
  animation: 0.5s ease-in 0s 1 normal none scale-up;
  opacity: 1;
}
.phone-icon {
  height: 63px;
  width: 63px;
  position: relative;
  opacity: 1;
}
.phone-icon.animate {
  animation: 0.5s ease 0s 1 normal forwards scale-up;
}
.phone-icon:hover {
  cursor: pointer;
}
.footer,
.home-page,
.phone {
  display: flex;
  align-items: center;
}
.phone {
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-smi);
  gap: var(--gap-lg);
  opacity: 0;
  z-index: 3;
}
.phone.animate {
  animation: 1s ease 0s 1 normal forwards fade-in;
}
.phone:hover {
  animation: 0.5s ease-in 0s 1 normal none scale-up;
  opacity: 1;
}
.footer,
.home-page {
  position: relative;
  overflow: hidden;
}
.footer {
  align-self: stretch;
  background-color: var(--color-khaki-100);
  height: 119px;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap-3xs);
  color: var(--color-black);
}
.home-page {
  background-color: var(--color-white);
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  font-size: var(--font-size-5xl);
  color: var(--color-darkorange);
  font-family: var(--font-rota);
}
@media screen and (max-width: 1200px) {
  .footer,
  .home-page {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    flex: 1;
    gap: var(--gap-8xs);
    align-items: center;
    justify-content: center;
    padding-top: var(--padding-100xl);
    padding-bottom: var(--padding-100xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 420px) {
  .header-mobile {
    display: flex;
  }
  .header {
    display: none;
  }
  .welcome-to-savour-container {
    font-size: 50px;
  }
  .home-page-inner {
    width: auto;
    align-self: unset;
  }
  .sink-your-teeth-container {
    font-size: var(--font-size-mid);
    letter-spacing: 2px;
    text-align: center;
  }
  .burgers-parent {
    align-items: center;
    justify-content: flex-start;
  }
  .wash-it-all {
    font-size: var(--font-size-mid);
    letter-spacing: 2px;
    text-align: center;
  }
  .why-choose-savour {
    font-size: 30px;
    text-align: center;
  }
  .quality-ingredients,
  .we-use-only {
    font-size: var(--font-size-5xl);
    text-align: center;
  }
  .we-use-only {
    font-size: var(--font-size-mini);
  }
  .why-choose-savour-bite-parent {
    align-self: stretch;
    width: auto;
    height: auto;
    gap: 26px;
    align-items: flex-start;
    justify-content: center;
  }
  .wgt-chose-us {
    height: auto;
  }
  .prvcfv7-hujra-shah {
    font-size: var(--font-size-lg);
  }
  .location {
    align-items: center;
    justify-content: center;
  }
  .odersavourbitecom {
    font-size: var(--font-size-lg);
  }
  .footer {
    align-self: stretch;
    width: auto;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
  }
}
