@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  background-image: url("images/hero-bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4 {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
}
button:active i {
  color: black;
}
#scroll-btn {
  background-color: #ffbe33;
  color: white;
  width: 50px;
  height: 50px;
  outline: none;
  opacity: 0;
  border: none;
  position: fixed;
  border-radius: 50%;
  right: 50px;
  bottom: 50px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
  transition: all 0.5s ease;
}
#scroll-btn:hover {
  background-color: #e69c00;
  cursor: default;
}
#scroll-btn.scroll-btn-active {
  cursor: pointer;
  opacity: 1;
}

.navbar {
  background-color: transparent !important;
  padding: 1rem;
}

.navbar * {
  color: white !important;
}
.navbar-toggler-icon {
  color: white !important;
}

.navbar-brand {
  font-family: "Dancing Script", cursive;
  font-size: 24pt;
  font-weight: bold;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

nav ul a:hover {
  color: #ffbe33 !important;
}
#home {
  color: #ffbe33 !important;
}
.navbar ul {
  display: flex;
  justify-content: center;
  position: relative;
  /* left: 6%; */
}
.navbar li {
  margin: 0 1rem;
}
.user-options * {
  text-decoration: none;
}
.user-options a {
  margin: 0 0.5rem;
}
.user-options i {
  transition: color 0.3s ease;
}

nav i:hover {
  color: #ffbe33 !important;
}
nav button {
  padding: 0.5rem 1.4rem !important;
}
nav button:hover {
  background-color: #e69c00 !important;
}

.navbar-toggler:hover {
  background-color: transparent !important;
}

.carousel {
  height: 100vh;
  position: relative;
}

.carousel-indicators {
  position: relative;
  top: 60%;
  justify-content: unset;
}
.carousel-indicators button {
  width: 0.9rem !important;
  height: 0.9rem !important;
}
.carousel-indicators button.active {
  background-color: #ffbe33 !important;
  transform: scale(1.4);
}
.carousel-inner {
  position: relative;
}
.carousel-item {
  position: relative;
}
.carousel-caption {
  position: relative;
  width: 40%;
  text-align: left;
  text-wrap-style: pretty;
}
.carousel-caption h1 {
  font-family: "Dancing Script";
  font-size: 3.5rem;
  margin-bottom: 5%;
  font-weight: bold;
}
.carousel-caption p {
  margin-bottom: 5%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #scroll-btn {
    font-size: 16px;
    right: 25px;
  }
  .carousel-indicators {
    top: 80%;
    justify-content: center;
  }
  .carousel-caption {
    width: 70%;
  }
  .offers .offer-imgbox {
    width: 9rem !important;
    height: 9rem !important;
  }
}

.carousel-caption button {
  color: white;
  padding: 1.5% 2.5rem;
}
.carousel-caption button:hover {
  background-color: #e69c00;
  color: white;
}
.menu {
  background-color: white;
  padding: 5%;
  text-align: center;
}

.offers * {
  color: white;
}
.offers .offer-imgbox {
  height: 11rem;
  width: 11rem;
  border-radius: 50%;
  border: 5px solid #ffbe33;
  transition: all 0.3 ease;
  overflow: hidden;
}
.offers img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.offer-card:hover div img {
  transform: scale(1.1);
}
.offer-card h3 {
  font-family: "Dancing Script";
}
.offer-card h2 {
  font-size: 26pt !important;
}
.offer-text {
  margin-left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.offers .row {
  padding: 0 5%;
}
.offers .offer-card {
  padding: 2%;
  background-color: #222831;
  border-radius: 15px;
}
.offer-card i {
  margin-left: 5px;
  transition: color 0.3s;
}
.offer-card button {
  margin-top: 2%;
  width: 150px;
}
.offer-card button:hover {
  color: white;
  background-color: #e69c00;
}

.menu h2 {
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 34pt;
}
.menu-categories {
  margin: 2% 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 1rem;
}
.menu-categories li {
  margin: 0;
}
.menu-categories button {
  border: none;
  background-color: transparent;
  padding: 0.6rem 1.4rem;
  transition: all 0.5s ease;
}

.menu-categories button.active {
  background-color: black;
  color: white;
  transform: scale(1.1);
}
.card {
  width: 100%;
  height: 28rem;
  text-align: left;
  border: none;
}
.card-body {
  padding: 25px;
  background-color: #222831;
  color: white;
}

.imgbox {
  display: flex;
  background-color: #f1f2f3;
  height: 55%;
}
.imgbox img {
  width: 220px;
  height: 170px;
  margin: auto;
  align-self: center;
  transition: transform 0.3s ease;
}
.imgbox img:hover {
  transform: scale(1.2);
}

i {
  color: white;
  transition: all 0.3s ease;
}
i:active {
  color: black;
}
.footer {
  width: 100%;
  align-items: center;
}
.footer a {
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
}

.footer span {
  font-weight: 500;
  font-size: 18px;
}

.container .row {
  margin-bottom: 5rem;
}

.container + button {
  color: white;
  padding: 0.7rem 3rem 0.7rem 3rem;
}

.container + button:hover {
  background-color: #e69c00;
  color: white;
}

.about {
  background-color: #222831;
  color: white;
}
.about p {
  line-height: 1.4;
}
.about .img-box img {
  max-width: 80%;
}
.about h2 {
  font-size: 2.5em;
}
.about button {
  padding: 0.6rem 3rem;
  color: white;
  border: none;
}
.about button:hover {
  color: white;
  background-color: #e69c00;
}

.book h2 {
  font-size: 32pt;
}
.book input,
.book select {
  width: 100%;
  outline: none;
  padding: 1% 2%;
  margin: 1.5% 0;
  border: 1px solid #222831;
  border-radius: 5px;
}

.book button {
  color: white;
  margin-top: 2%;
  padding: 0.5rem 3rem;
}

.book button:hover {
  background-color: #e69c00;
  color: white;
}
.book iframe {
  min-height: 350px;
}
.testimonials h2 {
  margin-bottom: 2%;
  font-size: 32pt;
}

.testimonials .text-box {
  background-color: #222831;
  color: white;
  border-radius: 10px;
  padding: 2%;
}
.text-box h6 {
  font-size: 20px;
}
.footer-img {
  margin-top: 2%;
  width: 18%;
  height: 18%;
}
.footer-img div {
  border: 4px solid #ffbe33;
  border-radius: 50%;
  overflow: hidden;
}
.footer-img div img {
  width: 100%;
  height: 100%;
}

.footer-section {
  background-color: #222831;
  color: #fff;
}

.footer-title {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer-section p {
  margin: 0.3rem 0;
  font-size: 18px;
}

.social-icons a {
  display: inline-block;
  margin: 0 0.4rem;
  color: white;
  font-size: 1.2rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #333;
  line-height: 35px;
  text-align: center;
}
.social-icons i {
  transition: color 0.3s ease;
}
.social-icons i:hover {
  color: #ffbe33;
}
