body {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.button-unique {
  background: #2b2b2b;
  padding: 0.65rem 35px;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  font-family: Roboto;
}
/* Additional CSS for Navbar */
.navbar-nav .nav-item .nav-link {
  color: white; /* Set the text color to white */
}

/* Ensure there is a gap between each nav item */
.navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

/* Custom separator to create gap */
.navbar-nav .nav-item.separator {
  display: block;
  width: 20px; /* Adjust the width as needed for your desired gap */
}

/* Optional: Change the color of links on hover for better visibility */
.navbar-nav .nav-item .nav-link:hover {
  color: #ddd; /* Light grey color on hover */
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  color: white;
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.upper-wrapper {
  position: relative;
  z-index: 100;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  z-index: 1; /* Ensure the navbar is on top */
}
.hero-content {
  z-index: 1;
}

.hero-content h1 {
  font-size: 5rem;
  margin-bottom: 20px;
  line-height: 5rem;
}

/* Style for the search bar container */
.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4c4c4;
  padding: 5px;
  border-radius: 50px;
  width: 45%;
  margin: 0 auto;
}

/* Style for the input field */
.search-bar input[type='text'] {
  flex: 1;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  outline: none;
  font-size: 14px;
  color: #333;
}

/* Style for the button */
.search-bar button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

/* Style for the search icon */
.search-bar button i {
  font-size: 18px;
  margin: 5px 10px 0 0;
  color: #333;
}
.product-section {
  background: #2b2b2b;
  position: relative;
  height: 256px;
}
.product-card {
  color: #ffffff;
}
.cup-tea-logo {
  position: absolute;
  right: 0;
  top: -126px;
  z-index: 1;
}
.hero-card-position {
  position: absolute;
  top: -38%;
  z-index: 1;
}
.md-product-point {
  position: relative;
  top: -10%;
  z-index: 1;
}
.product-card p {
  font-family: Roboto;
  font-size: 14px;
}
.product-card img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 0 10px;
}
.product-card-pos-2 {
  position: relative;
  top: -8%;
}
.category-section {
  padding: 60px 0;
  color: #ffffff;
  background-image: url('/assets/img/category-frame-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cat-short-heding {
  font-size: 20px;
  color: #f19641;
}
.featured-products {
  padding: 60px 0;
  background-color: #383838;
  color: #ffffff;
}
.featured-products .card-body {
  background: #797878;
  border-radius: 10px;
}
.featured-products .card-body .card-title {
  font-size: 1rem;
}
.category-section img {
  width: 100%;
  border-radius: 50%;
  max-width: 150px;
}
.category-card p {
  font-family: Roboto;
  font-size: 14px;
}
.featured-products .card {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  text-align: left;
  font-family: Roboto;
}
.featured-bg-blue {
  background: #073a7d;
}
.featured-bg-yellow {
  background: #c28a26;
}
.featured-bg-red {
  background: #c03333;
}
.pleasure-section {
  background-image: url('/assets/img/pleasure-section.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 696px;
}
.pleasure-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(45 45 45 / 70%);
  z-index: -1;
}
.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff6347;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.features-img {
  padding: 15px;
}
.cat-large-heding {
  font-size: 48px;
}
.card-img-top {
  width: 100%;
  height: auto;
}
.featured-products .card .card-img-top {
  height: 220px;
  object-fit: contain;
}
.pleasure-section .card {
  border: none;
  background: none;
}

.pleasure-section .card-body {
  padding: 20px;
}

.pleasure-section .img-fluid {
  max-width: 165px;
  height: auto;
  object-fit: fill;
}
.pleasure-section h2 {
  font-size: 48px;
  color: #ffffff;
}
.pleasure-section h3 {
  margin: 5px 0;
}
.pleasure-section .card-body p {
  font-family: Roboto;
  font-size: 14px;
}
.customer-section {
  background-color: #515151;
  color: #fff;
}

.customer-section h2 {
  font-weight: bold;
}

.card {
  color: white;
  border: none;
}
.card-body {
  position: relative;
}
.card-body .play-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: orange;
  border: none;
  border-radius: 50%;
  padding: 10px;
}
.carousel-indicators button {
  background-color: orange;
}
.review-section {
  text-align: center;
  margin-top: 30px;
}
.review-section p {
  font-size: 1.5rem;
  font-style: italic;
}
.review-section span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.about-us {
  padding: 2rem 0;
}
.customer-reviews,
.crazy-reviews {
  padding: 2rem 0;
}
.review-card img {
  width: 100%;
}
.reviews-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 2rem 0;
}
.review {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 1rem;
}
.instagram-feed {
  padding: 2rem 0;
}
.news-section {
  background-color: #444;
  padding: 2rem 0;
}

.footer {
  padding: 40px 0;
  background-color: #222;
  color: #fff;
  text-align: center;
}

.footer .btn {
  background-color: #ff9900;
  border: none;
}

.footer a {
  color: #ff9900;
  text-decoration: none;
}

.footer .social-icons i {
  font-size: 30px;
  margin: 0 10px;
}
