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

@font-face {
  font-family: "GujaratiRajkotSSK";
  src: url(../fonts/gujarati/GujaratiRajkotSSK.ttf);
}
@font-face {
  font-family: "Nautilus";
  src: url(../fonts/Nautilus/Nautilus.otf);
}
@font-face {
  font-family: "Wild-Mango";
  src: url(../fonts/wild-mango/Wild-Mango.otf);
}
body {
  background: #576e5d !important;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/body-bg.png);
  top: 0;
  left: 0;
  z-index: -1;
}

#modal {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  transition: top 0.2s ease-out, opacity 0.1s ease-out;
  transform: translateZ(0);
  background: #576e5d !important;
  z-index: 12;
}
#modal #closeModal {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 1rem 0 0;
}
#modal #close {
  padding: 0.75rem;
  cursor: pointer;
  line-height: 0;
}
#modal .icon {
  width: 1.5rem;
  height: 1.5rem;
}
#modal #modalView,
#modal #copyView,
#modal #qrView,
#modal #keyInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal #copyView p,
#modal #keyInfo p {
  margin: 1rem 2em 2rem;
  text-align: center;
}
#modal #copyURL,
#modal #dlKey {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
}
#modal #copyURL span,
#modal #dlKey span {
  margin-left: 0.5rem;
}
#modal #qrView h2,
#modal #qrView p {
  margin: 0 2rem 0.5rem;
  color: #ecce8a;
  text-align: center;
}
#modal #qr {
  margin: 1rem 2rem 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}

#header-strip {
  margin-top: -2px;
}
#header-strip .image {
  background-image: url(../images/header-strip.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 26px;
}

.year-section {
  background: #fff200;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 26px;
  left: -10px;
  border-bottom-right-radius: 120px;
}
.year-section h3 {
  color: #611914;
  font-family: "Nautilus";
  font-size: 24px;
  font-style: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}
.year-section h4 {
  margin-top: -16px;
  color: #e6001c;
  font-family: "Wild-Mango";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

#logo-section {
  padding: 40px 0 40px;
  text-align: center;
}
#logo-section .logo-wrapper {
  text-align: center;
}
#logo-section .logo-wrapper img {
  width: 170px;
  height: auto;
}
#logo-section .menu-dishes {
  margin-top: 22px;
  padding: 6px 22px;
  background: #eb2329;
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-flex;
}
#logo-section .menu-dishes p {
  margin-top: 2px;
  color: #fff;
  font-family: "GujaratiRajkotSSK", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

#dishes-menu-section {
  padding: 0px 0 40px;
  position: relative;
  overflow-x: hidden;
}
#dishes-menu-section .top-element {
  position: absolute;
  top: 32px;
  left: -12px;
}
#dishes-menu-section .bottom-element {
  position: absolute;
  bottom: 90px;
  right: -12px;
}
#dishes-menu-section .menu-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dishes-menu-section .dish-image img {
  width: 200px;
}
#dishes-menu-section .menu-btn {
  background: transparent;
  border: 2px solid #ecce8a;
  padding: 4px 22px;
  border-radius: 50px;
  display: inline-flex;
  height: auto;
  margin-top: -22px;
}
#dishes-menu-section .menu-btn a {
  margin-top: 3px;
  text-decoration: none;
  color: #ecce8a;
  font-family: "Nautilus";
  font-size: 22px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@keyframes menu {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#tag-line-section {
  padding: 0px 0 28px;
  position: relative;
  overflow-x: hidden;
}
#tag-line-section .top-element {
  position: absolute;
  top: 32px;
  left: -12px;
}
#tag-line-section .image {
  text-align: center;
}
#tag-line-section .image img {
  width: 230px;
}

#owner-name-contact-section {
  position: absolute;
  right: 0px;
  border-radius: 12px 0 0 12px;
  top: 235px;
  border: 1px solid #ecce8a;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 18px 12px;
  z-index: 1;
}
#owner-name-contact-section .share-profile-icons-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-around;
}
#owner-name-contact-section .share-profile-icons-wrapper ul li button {
  background: transparent;
  border: none;
}
#owner-name-contact-section .share-profile-icons-wrapper ul li button img {
  width: 32px;
}
#owner-name-contact-section .share-profile-icons-wrapper ul li a {
  text-decoration: none;
  background: transparent;
  border: none;
}
#owner-name-contact-section .share-profile-icons-wrapper ul li a img {
  width: 32px;
}

#name-cont-section {
  padding: 0 0 28px;
}
#name-cont-section .profile-wrapper {
  border-radius: 16px;
  border: 1px solid #ecce8a;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 28px 0;
  max-width: 336px;
  margin: 0 auto;
}
#name-cont-section .name-wrapper h4 {
  text-align: center;
  color: #fff;
  font-family: "Wild-Mango";
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
#name-cont-section .contact-detail {
  text-align: center;
}
#name-cont-section .contact-detail a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Wild-Mango";
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
}
#name-cont-section .contact-detail a img {
  width: 24px;
  height: auto;
  animation-name: downloadbtn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-delay: 0;
}
@keyframes downloadbtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */