body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.bg-cover {
  background-image: url("./banner-bg.jpg"); /* Add your background image here */
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  color: white;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.navbar {
  background-color: #fc0264;
}
.navbar ul {
  gap: 2rem;
  color: #ffffff;
}
.navicon {
  height: 3rem;
  width: 3rem;
}
/* .content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
} */
.category-buttons button {
  margin: 5px;
}
.footer-bottom {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}
.top-nav {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 10px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.footer ul li {
  color: white;
}
.scroll-down {
  margin-top: 30px;
  font-size: 18px;
}
.artists {
  margin-left: 2rem;
  margin-right: 2rem;
}
.artist-img {
  height: 20rem;
  width: 100%;
  border-radius: 1rem;
}
.view-all-btn {
  margin-top: 2rem;
  background-color: deeppink;
  height: 5rem;
  width: 10rem;
  font-size: 1.5rem;
  border-radius: 3rem;
}
.whatsapp-icon {
  position: fixed;
  bottom: 112px;
  left: 10px;
  z-index: 999;
}
.navbar ul {
  list-style: none;
}
.logo {
  height: 10rem;
  width: 10rem;
}
.call-icon {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}
.float {
  height: 100px;
  width: 100px;
  cursor: pointer;
  border-radius: 50%;
}
.float2 {
  height: 75px;
  width: 75px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.owl-carousel img {
  width: 100%;
}
.footer ul li a {
  text-decoration: none;
  color: #ffffff;
}
.footer ul li a:hover {
  color: #6a1b9a;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.social-icons a {
  font-size: 2rem;
  color: #6a1b9a;
}

.social-icons a:hover {
  color: #d63384;
}
.copyright1 {
  text-align: right;
}
.footer p {
  font-size: 1.3rem;
}
.footer {
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
.footer li {
  font-size: 1.3rem;
  gap: 2rem;
}

.caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: aliceblue;
}
.owl-carousel img {
  position: relative;
}
.caption h2 {
  margin-top: 15%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 8rem;
}
.caption p {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 2rem;
  border-radius: 2rem;
  margin-top: 1rem;
}
.owl-carousel.item.button {
  width: 100%;
}
.button p {
  margin-top: 3rem;
  width: 13rem;
  display: flex;
  justify-content: center;
}

.booknow {
  padding: 1rem;
}
.navbar ul img {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .caption h2 {
    font-size: 5.5rem;
    margin-top: 3rem;
  }
  .caption p {
    font-size: 3.5rem;
  }
  .caption .button p {
    padding: 2px;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    width: 12rem;
    border-radius: 1rem;
  }
  .footer p {
    font-size: 1rem;
  }
  .footer li {
    font-size: 1rem;
  }
  .navbar ul img {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .caption h2 {
    font-size: 4.2rem;
    margin-top: 3rem;
  }
  .caption p {
    font-size: 3rem;
  }
  .caption .button p {
    padding: 2px;
    font-size: 2.1rem;
    margin-top: -0.5rem;
    width: 12rem;
    border-radius: 1rem;
  }
  .footer p {
    font-size: 1rem;
  }
  .footer li {
    font-size: 1rem;
  }
  .navbar ul img {
    display: none;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .caption h2 {
    font-size: 3.2rem;
    margin-top: 3rem;
  }
  .caption p {
    font-size: 2rem;
  }
  .caption .button p {
    padding: 2px;
    margin-top: 0.3rem;
    width: 10rem;
    border-radius: 1rem;
  }
  .footer p {
    font-size: 1rem;
  }
  .footer li {
    font-size: 1rem;
  }
  .navbar ul img {
    display: block !important;
  }
}

@media (max-width: 425px) {
  .caption h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .caption p {
    font-size: 1rem;
  }
  .caption .button p {
    padding: 2px;
    margin-top: -0.5rem;
    width: 7rem;
    border-radius: 1rem;
  }
  .testimonial h3 {
    font-size: 1.4rem;
  }
  .footer p {
    font-size: 1rem;
  }
  .footer li {
    font-size: 1rem;
  }
  .copyright1 {
    text-align: left !important;
  }
  .view-all-btn {
    margin-top: 2rem;

    height: 3rem;
    width: 7rem;
    font-size: 1.2rem;
    border-radius: 3rem;
  }

  .navbar ul img {
    display: block !important;
  }
}

@media (max-width: 375px) {
  .caption .button p {
    padding: 2px;
    margin-top: -0.8rem;
    width: 7rem;
    border-radius: 1rem;
  }

  .navbar ul img {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .caption h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .caption p {
    font-size: 0.8rem;
  }
  .caption .button p {
    padding: 2px;
    margin-top: -0.5rem;
    width: 5rem;
    border-radius: 1rem;
  }
  .navbar ul img {
    display: block !important;
  }
}

/* custom css */
.navbar-brand img {
  width: 100%;
  height: 100%;
}
.navbar-brand {
  display: inline-block;
  width: 150px;
}
.nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.nav-item .nav-link.active {
  color: #fff;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text {
  font-size: 20px;
}
.contact-right h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4rem;
}
.contact-icon {
  margin-top: 2rem !important;
}
.contact-right p {
  font-size: 18px;
  margin-bottom: 1rem;
}

/* .about-text {
  font-size: 20px;
  background: linear-gradient(
    90deg,
    #ff0000,
    #ff9900,
    #33cc33,
    #3399ff,
    #9900cc
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.heading h1 {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.heading h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #ff0000,
    #ff9900,
    #33cc33,
    #3399ff,
    #9900cc
  );
  transition: 0.3s ease;
}
.heading h1:hover::after {
  width: 100%;
} */
/* custom css */
