@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@700&display=swap");
* {
  margin: 0;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.catering-offer {
  background: #f9f6f1;
  padding: 40px;
  border-radius: 16px;
  font-family: 'Georgia', serif;
  text-align: center;
  font-size: 2em;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.catering-offer h2 {
  color: #7b4b10;
  font-size: 1em;
  margin-bottom: 10px;
}

.catering-offer .eid-title {
  display: block;
  font-size: 2.0em;
}

.catering-offer h3 {
  color: #d18f00;
  font-size: 0.9em;
  margin: 20px 0;
}

.menu-list {
  list-style-type: disc;
  text-align: left;
  max-width: 400px;
  margin: 0 auto 20px auto;
  color: #5c3d14;
  font-size: 1em;
}

.menu-list .note {
  color: #d18f00;
  font-size: 0.9em;
}

.note {
  color: #d18f00;
  font-style: italic;
}

.order-info {
  font-size: 0.8em;
  margin-top: 30px;
  color: #5c3d14;
}

.ml {
  text-decoration: line-through;
  font-size: .5em;
  position: absolute;
  top: -15px;
  right: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.8;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --main-color: rgb(46, 46, 46);
  --space-header: 90px;
}

.title {
  font-size: 9rem;
  font-family: 'Corinthia';
}

#navbar {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 7px 30px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#navbar .menu {
  display: none;
  font-size: 35px;
  color: #ccc;
}

.navbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.bg-main {
  background-color: var(--main-color);
}

#navbar .logo {
  height: 100%;
  background-color: var(--main-color);
  border-radius: 0 0 90% 90%;
  padding: 4px 2px 10px;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#navbar .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbar .item {
  color: whitesmoke;
  text-transform: uppercase;
  font-size: 1.8rem;
}

#navbar .item:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#navbar .item + .item {
  margin-left: 20px;
}

#header {
  height: 100vh;
  font-family: 'Corinthia', cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  position: relative;
  overflow-x: hidden;
}

.bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

#header .title-box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.705);
  border-radius: 100%;
  padding: 50px;
}

#header .title {
  -webkit-transform: translateX(var(--space-header));
          transform: translateX(var(--space-header));
  font-size: 9rem;
}

#header .sub-title {
  font-size: 6rem;
  -webkit-transform: translateX(calc(-1*var(--space-header))) translateY(20px);
          transform: translateX(calc(-1*var(--space-header))) translateY(20px);
}

#header .line {
  width: 650px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .text {
  font-size: 3rem;
}

#body {
  min-height: 2000px;
  overflow-x: hidden;
}

#body .text {
  color: #4d4d4d;
  max-width: 40vw;
}

.main-item {
  padding: 70px 40px;
  width: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#us > * {
  max-width: 45%;
}

#us > .group2 {
  margin-left: 30px;
  width: 60%;
}

#us > .group2 > img {
  width: 100%;
}

#us .text {
  font-size: 1.6rem;
}

.decor {
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.decor::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.377);
}

.decor > .che {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.479);
}

.decor .text-box {
  margin: auto;
  color: white;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.decor .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.decor1 .title {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 18em;
}

.decor1 p {
  font-size: 2em;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  text-align: center;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#menu > .title {
  text-shadow: 0 0 10px rgba(49, 40, 40, 0.418);
  margin-bottom: 30px;
  font-size: 11.45rem;
  color: #6b491f;
}

#menu .wrapper {
  background-color: #fff0d4;
  padding: 50px 70px 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 80%;
}

.menu-decor {
  position: absolute;
  z-index: -1;
}

.menu-decor1 {
  top: -50px;
  right: -80px;
  width: 300px;
  height: auto;
}

.menu-decor2 {
  top: 40px;
  left: 20px;
  width: 200px;
}

#menu .group + .group {
  margin: 50px 0;
}

#menu .group .zone1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
}

#menu .group .zone2 {
  font-size: 2.3rem;
}

#menu .food {
  min-height: 52.64px;
  position: relative;
}

#menu .food + .food {
  margin-top: 15px;
}

.food .price {
  margin-left: 10px;
  text-align: right;
}

#menu .group .title {
  font-size: 4.5rem;
  border-bottom: 2px solid #535353;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.decor2 .title {
  font-size: 14rem;
  z-index: 1;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .group1 {
  width: 40%;
  padding: 20px;
  border-radius: 40px;
  background-color: #383838;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
  margin-bottom: 30px;
}

#contact .group1 img {
  width: 100%;
}

#contact .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0 0 1px black;
          box-shadow: 0 0 1px black;
}

#google-map {
  width: 100%;
}

#footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.705);
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  position: relative;
  overflow-x: hidden;
}

#footer .info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid grey;
  width: 100%;
  padding: 7px 10px;
}

#footer .info .name {
  margin-right: 6px;
}

#footer .social {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .social > .name {
  text-align: center;
}

#footer > * > .name {
  font-size: 3.6rem;
  text-shadow: 0 0 5px #a5a5a5;
  margin-bottom: 20px;
}

.sep {
  width: 1;
  border-left: 1px solid white;
  height: 100%;
  margin: 0 15px;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
/*# sourceMappingURL=style.css.map */