@import url("https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&family=Cormorant+SC:wght@300;400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font-family: "Noto Serif", serif;
  --font-head: "Cormorant SC", serif;
}

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

body {
  background-color: #000000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px 0 70px;
}

.nav-link ul {
  display: flex;
  gap: 4.5rem;
  list-style: none;
}

.nav-link ul li a {
  text-decoration: none;
  color: #ffff;
  font-family: var(--font-family);
}

header {
  width: 100%;
  height: 75vh;
  position: relative;
  background-color: var(--overlay);
  border-radius: 0 0 20px 20px;
}

header::before {
  content: "";
  position: absolute;
  background: url(/MidTown_Banquet/images/banner.png) no-repeat center center /
    cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.hero-section {
  padding: 0 0 0 10rem;
}

.hero-section .hero-text {
  color: #f3d382;
  font-family: var(--font-family);
  font-size: 4rem;
}

.book-btn {
  font-family: var(--font-family);
  padding: 10px;
  border: none;
  background-color: #f5be32;
  display: flex;
  gap: 16px;
  align-items: center;
}

/* try */

.party-text {
  font-family: var(--font-head);
  color: #f3d382;
  font-size: 2.8rem;
  font-weight: bold;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

/* // Elements */
.section {
  margin: 0 auto;
  padding-block: 5rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.swiper {
  &-button-next::after,
  &-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: white;
    background: black;
  }
}

.footer-container {
  background: url("/MidTown_Banquet/images/footer-banneer.png") no-repeat
    center/cover;
  display: flex;
  padding: 1rem;
  gap: 3rem;
  align-items: center;
  flex-direction: column;
}

.footer-main-text {
  font-family: var(--font-head);
  color: #f3d382;
  font-size: 4rem;
}

.section-loc {
  display: flex;
  gap: 1rem;
}

.section-icon {
  display: flex;
  gap: 1.5rem;
}

.sect-text {
  font-size: 18px;
  color: #ffff;
}

.res-btn button {
  padding: 1rem;
  border: none;
  background-color: #f5be32;
  font-family: var(--font-head);
  font-size: 1.1rem;
}

.footer-link ul {
  display: flex;
  color: #ffff;
  font-family: var(--font-head);
  gap: 2rem;
  list-style: none;
}
.toggle-up .round a {
  background: #00ff44;
  color: white;
  width: 4rem;
  height: 4rem;
  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;
  border: none;
  border-radius: 6px 6px 6px 6px;
}

.toggle-up .round a i {
  font-size: 3rem;
}

.toggle-up {
  position: fixed;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-animation: dropToggle 1s cubic-bezier(0.61, 0.6, 0.6, 0.72) forwards;
  animation: dropToggle 1s cubic-bezier(0.61, 0.6, 0.6, 0.72) forwards;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.whatsapp-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1rem 0;
}

.whatsapp-text {
  font-size: 3rem;
  color: #f3d382;
}
