:root {
  --color-primary-dark: #3f4031;
  --color-primary: #5b5e3b;
  --color-secondary: #a0a06e;
  --color-light-yellow: #f5f6de;
  --mx-width: 1200px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 0.12rem;
  word-spacing: 0.16rem;
  line-height: 1.5rem;
}
.rammetto-one-regular {
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tangerine-regular {
  font-family: Tangerine, cursive;
  font-weight: 400;
  font-style: normal;
}
.tangerine-bold {
  font-family: Tangerine, cursive;
  font-weight: 700;
  font-style: normal;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  z-index: 1000;
  transition: transform 0.4s;
}
header .navbar-toggler {
  position: absolute;
  right: 0;
  top: 20px;
}
a.logo {
  padding-left: 10px;
}
a.logo > .small-img {
  display: none;
}
.font-icon-btn.burger {
  display: none;
}
.font-icon-btn.halal-mobile {
  display: none;
}
@media (max-width: 800px) {
  .welcome-section > .welcome-text {
    padding-top: 120px;
  }
  a.logo {
    padding: 10px;
  }
  .top-links {
    display: none !important;
  }
  a.logo > .big-img {
    display: none;
  }
  a.logo > .small-img {
    display: block;
  }
  .font-icon-btn.burger {
    display: block;
  }
  .font-icon-btn.halal-mobile {
    display: block;
    position: absolute;
    top: 7px;
    left: calc(50% - 30px);
    width: 60px;
  }
}
.scroll-down .header {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .header {
  transform: none;
}
.scroll-down .back-to-top {
  display: block;
}
.scroll-up .back-to-top {
  display: none;
}
.back-to-top.whatsapp {
  display: block;
  background: 0 0;
  bottom: 60px;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 3000;
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  margin: 0 0;
  width: 38px;
  height: 38px;
}
.back-to-top img {
  width: 41px;
  height: 41px;
  padding: 0;
  margin: -2px;
}
.header > .inner-header {
  max-width: var(--mx-width);
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .top-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 40px;
}
.header .top-links ul.container {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  font-size: 16px;
  margin: 6px 0 0 0;
  gap: 90px;
  padding: 0;
  font-family: math, "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.header .top-links ul.container .address-menu-item {
  max-width: 420px;
  flex: 1;
  display: flex;
  gap: 10px;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
}
.header .top-links ul.container .address-menu-item img {
  align-self: flex-start;
}
.header .top-links ul.container .address-menu-item a {
  display: flex;
  align-items: start;
  color: #fff;
  text-decoration: none;
  gap: 10px;
}
.header .top-links ul.container .email {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
}
.header .top-links ul.container .email a {
  text-decoration: none;
  color: #fff;
  flex: 0 1 auto;
}
.header .top-links ul.container .phone {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  justify-content: end;
}
.header .top-links ul.container .phone a {
  text-decoration: none;
  color: #fff;
  font-family: monospace;
}
.header > .inner-header nav {
  width: 100%;
  display: flex;
  justify-content: end;
}
.header > .inner-header nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.header > .inner-header nav > ul > li {
  list-style-type: none;
}
.header > .inner-header nav > ul > li > a {
  list-style-type: none;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: "Rammetto One";
  font-size: 18px;
  display: block;
  position: relative;
}
.header > .inner-header nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-light-yellow);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}
.header > .inner-header nav > ul > li > a:focus::after,
.header > .inner-header nav > ul > li > a:hover::after {
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
}
.header > .inner-header nav > ul > li.vdivider {
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .header .halal,
  .header .design2,
  .header .design3 {
    display: none;
  }
}
.header .halal {
  position: absolute;
  right: 20px;
  height: 80px;
  top: 6px;
}
.header .design2 {
  position: absolute;
  left: 213px;
  height: 135px;
  top: 0;
  display: none;
}
.header .design3 {
  left: 107px;
  transform: scaleX(-1) scaleY(-1);
  bottom: 0;
  position: absolute;
  right: 0;
  height: 132px;
}
.contact-section,
.short-intro,
.welcome-section {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.short-intro {
  max-height: 100vh;
  overflow: hidden;
}
.short-intro > .overlay,
.welcome-section > .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
}
.short-intro > .overlay {
  width: calc(100% - 200px);
  height: calc(100% - 100px);
  top: 50px;
  left: 100px;
}
@media (max-width: 600px) {
  .short-intro > .overlay {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
  .short-intro > .video-text {
    width: calc(100% - 40px);
  }
}
.welcome-section > img {
  width: 100svw;
  height: 100svh;
  object-fit: cover;
  box-sizing: border-box;
  overflow: hidden;
}
.short-intro > .video-text,
.welcome-section > .welcome-text {
  max-width: var(--mx-width);
  color: #000d0e;
  position: absolute;
  padding: 20px;
  padding-top: 180px;
  margin-bottom: 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 100;
}
.short-intro > .video-text {
  padding-top: 10px;
  width: calc(100% - 200px);
}
.short-intro > .video-text .button-container,
.welcome-section > .welcome-text .button-container {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .short-intro > .video-text .button-container,
  .welcome-section > .welcome-text .button-container {
    gap: 0;
    flex-direction: column;
  }
}
.short-intro > .video-text .button-container a,
.welcome-section > .welcome-text .button-container a {
  margin-bottom: 20px;
  min-width: 120px;
  padding: 18px 28px;
  border-radius: 10px;
  background: var(--color-primary-dark);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #000;
}
@media (max-width: 600px) {
  .short-intro > .video-text .button-container a,
  .welcome-section > .welcome-text .button-container a {
    padding: 16px 28px;
    text-align: center;
  }
}
.short-intro > .video-text .button-container a:hover,
.welcome-section > .welcome-text .button-container a.button-booktable:hover,
.welcome-section > .welcome-text .button-container a:hover {
  background: #bc1622;
}
.welcome-section > .welcome-text .button-container a.button-booktable {
  background: rgb(153 20 20);
}
.short-intro > .video-text > h1,
.welcome-section > .welcome-text > h1 {
  font-size: 5vw;
  margin-top: 0;
  text-shadow: #021403 4px 0 10px;
  text-align: center;
}
.short-intro > .video-text > h1 {
  font-size: 2rem;
  line-height: 40px;
}
.short-intro .video {
  width: 100svw;
}
@media (max-width: 600px) {
  .short-intro > .video-text > h1,
  .welcome-section > .welcome-text > h1 {
    font-size: 10vw;
    line-height: 50px;
  }
  .short-intro > .video-text > h1 {
    font-size: 8vw;
    padding: 10px;
    line-height: 36px;
  }

  .welcome-section > .welcome-text > h2 {
    font-size: 4vw;
    text-align: center;
    margin-top: 0;
  }
  .short-intro .video {
    width: auto;
    height: 100vh;
  }
  .contact-section > .contact-text .contact-container {
    flex-direction: column;
  }
}
.contact-section > .banner {
  position: absolute;
  top: 0;
  height: 200px;
  overflow: hidden;
  background-image: linear-gradient(
      to bottom,
      rgba(91, 94, 59, 0.1),
      rgba(63, 64, 49, 1)
    ),
    url(assets/image/contact.png);
  width: 100%;
  height: 200px;
  background-size: cover;
  color: #fff;
  padding: 20px;
}
.contact-section > .contact-text {
  max-width: var(--mx-width);
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding-top: 40px;
  width: 100%;
  margin: 20px;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  margin-top: 180px;
}
.contact-section > .contact-text > h1 {
  font-size: 28px;
  margin-bottom: 4px;
}
.contact-section > .contact-text .contact-container {
  display: flex;
  width: 100%;
}
.contact-section > .contact-text > h2 {
  margin-bottom: 10px;
}
.contact-section > .contact-text > p {
  margin-top: 0;
}
.contact-section > .contact-text .contact-container .contact-left {
  width: 50%;
  padding: 30px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.contact-section > .contact-text .contact-container .contact-left .address {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contact-section > .contact-text .contact-container .contact-left .address img {
  padding-top: 4px;
}
.contact-section > .contact-text .contact-container .contact-left .address a {
  display: flex;
  align-items: start;
  color: #fff;
  text-decoration: none;
  gap: 20px;
}
.contact-section > .contact-text .contact-container .contact-left .email,
.contact-section > .contact-text .contact-container .contact-left .phone {
  display: flex;
  gap: 20px;
}
.contact-section > .contact-text .contact-container .contact-left .email a,
.contact-section > .contact-text .contact-container .contact-left .phone a {
  text-decoration: none;
  color: #fff;
}
.contact-section > .contact-text .contact-container .contact-right {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media (max-width: 600px) {
  .contact-section > .contact-text .contact-container .contact-left {
    width: 100%;
  }
  .contact-section > .contact-text .contact-container .contact-right {
    width: 100%;
    padding-top: 0;
    gap: 30px;
    padding-right: 0;
  }
  .short-intro > .video-text {
    width: calc(100% - 40px);
  }
}
.contact-section
  > .contact-text
  .contact-container
  .contact-right
  .hrs-operation-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contact-section
  > .contact-text
  .contact-container
  .contact-right
  .hrs-operation-container
  img {
  padding-top: 4px;
  width: 24px;
}
.contact-section
  > .contact-text
  .contact-container
  .contact-right
  .hrs-operation-container
  span.container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .nonmobile {
    display: none !important;
  }
  .mob {
    gap: 20px;
  }
}
@media (min-width: 601px) {
  .mob {
    display: none !important;
  }
}
.contact-section .social-media-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
}
.contact-right .follow-us {
  text-decoration: underline;
  text-underline-position: under;
}
.contact-section .social-media-container .social-media-icon {
  max-height: 50px;
  max-width: 50px;
}
.contact-section .social-media-container .social-media-icon img {
  height: 50px;
  width: 50px;
}
.contact-section,
.contact-section.map {
  background: var(--color-primary-dark);
  width: 100vw;
  min-height: auto;
}
.footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--color-light-yellow);
  padding: 6px;
  position: relative;
  background: var(--color-primary-dark);
  min-height: 150px;
  gap: 50px;
}
@media (max-width: 600px) {
  .footer {
    flex-direction: column;
    gap: 20px;
  }
}
.footer div.address {
  width: 100%;
  max-width: var(--mx-width);
}
.footer span .designed-by {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
footer ul {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
footer ul li a {
  color: #efeeee;
  text-decoration: underline;
  text-underline-position: under;
}
footer .logo {
  background: #efeeee;
  border-radius: 20px;
  position: relative;
}
@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.pulse-border {
  animation: pulse-border 2s infinite 5s;
  animation-iteration-count: 3;
  border-radius: 4px;
}
@media (min-width: 640px) and (max-width: 679px) {
  .footer > img {
    display: none;
  }
  .header .top-links ul.container .email {
    display: none;
  }
  .short-intro .video {
    width: auto;
    height: 100vh;
  }
  .short-intro > .video-text .button-container a,
  .welcome-section > .welcome-text .button-container a {
    padding: 14px 20px;
  }
  .contact-section .social-media-container .social-media-icon {
    max-height: 40px;
    max-width: 40px;
  }
  .contact-section .social-media-container .social-media-icon img {
    height: 40px;
    width: 40px;
  }
  .contact-section .social-media-container {
    padding: 10px;
  }
}
@media (min-width: 680px) and (max-width: 767px) {
  .header .top-links ul.container .email {
    display: none;
  }
  .footer > img {
    height: 100px;
  }
  .short-intro .video {
    width: auto;
    height: 100vh;
  }
  .contact-section .social-media-container .social-media-icon {
    max-height: 40px;
    max-width: 40px;
  }
  .contact-section .social-media-container .social-media-icon img {
    height: 40px;
    width: 40px;
  }
  .contact-section .social-media-container {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .top-links ul.container .email {
    display: none;
  }
  .header .top-links ul.container .phone {
    justify-content: end;
    flex: 0 1 auto;
  }
  .footer > img {
    height: 100px;
  }
  .short-intro .video {
    width: auto;
    height: 100vh;
  }
  .contact-section .social-media-container {
    padding: 10px;
  }
  .contact-section .social-media-container .social-media-icon {
    max-height: 40px;
    max-width: 40px;
  }
  .contact-section .social-media-container .social-media-icon img {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 980px) and (max-width: 1280px) and (orientation: portrait) {
  .short-intro .video {
    width: auto;
    height: 100vh;
  }
}
@media (min-width: 980px) and (max-width: 1280px) {
  body {
    background-color: #fff;
  }
}
@media (min-width: 1281px) {
  body {
    background-color: #fff;
  }
}
.vertical-menu img {
  position: relative;
  top: 20px;
  left: 20px;
}
.vertical-menu ul {
  padding-top: 50px;
  gap: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  padding: 0;
  color: var(--color-light-yellow);
}
.vertical-menu ul li {
  font-size: 18px;
  border-bottom: 1px solid var(--color-secondary);
  padding: 8px 24px;
  width: 100%;
}
.vertical-menu ul li:hover {
  background-color: var(--color-secondary);
}
.vertical-menu ul li a.nav-link {
  text-decoration: none;
  color: var(--color-light-yellow);
}
.vertical-menu .close-button {
  position: absolute;
  right: 20px;
  border-radius: 25px;
  padding: 4px 10px;
  margin: 2px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  font-weight: 500;
  top: 20px;
}
.vertical-menu {
  margin-left: auto;
  position: fixed;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s ease;
  z-index: 1000;
  width: 100vw;
  background-color: #fcfcfc;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.vertical-menu.show {
  width: 100vw;
  box-shadow: 0 0 0 100000px rgba(0, 0, 0, 0.4);
  transform: translateX(0);
  visibility: visible;
  z-index: 3001;
  background: var(--color-primary);
  color: #fff;
}
.font-icon-btn {
  background: 0 0;
  border: 0;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 24px;
  font-size: 20px;
}
