.groundbreaking {
  color: #000000;
  font-size: clamp(
    28px,
    5vw,
    39px
  ); /* Font size will be between 24px and 38px, responsive in between */
  line-height: 1.2;
}

.About_Content {
  font-size: 15px;
  color: #373737;
}

.Discover {
  color: #262626;
  font-size: 25px;
  font-weight: 600;
}

.Tired {
  color: #373737;
  font-size: 16px;
}

.card_div {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  height: 360px;
}

.card_image {
  background-image: url("../Images/362408.png");
  background-position: center;
  object-fit: cover;
  background-size: 100% 100%;
}

.Card_bg p {
  color: #ffffff !important;
}

.Card_bg {
  background-color: #000000;
}

.Clubinn_Feature {
  color: #383838;
  font-size: 40px;
}

.Body_Bg {
  background-image: url("../Images/Body_bg.png");
  background-size: 100% 100%;
  object-fit: cover;
}
.line {
  background-color: #898989;
  height: 1px;
}
.Why_best {
  background: linear-gradient(to right, #ff3177, #4548ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.Explain_app {
  font-size: clamp(
    24px,
    5vw,
    38px
  ); /* Font size will be between 24px and 38px, responsive in between */
  font-weight: 600;
}

.Ready {
  font-size: clamp(
    20px,
    4.5vw,
    33px
  ); /* Font size will be between 20px and 33px, responsive in between */
}
.Artist_Bg {
  background-color: #ffffff;
  border: 1px solid #e6eaf3;
  border-radius: 15px;
}
.Artist_image {
  height: 500px;
}
.About {
  color: #ff2e75;
  font-size: 20px;
}
.About_Font {
  font-size: 15px;
  text-align: justify;
}
.About_content {
  padding-left: 40px;
}
.Artist_name {
  color: #282828;
  font-size: 28px;
}
.Role {
  color: #373737;
}
@media (max-width: 600px) {
  .Artist_image {
    height: 350px;
  }
}

@media (max-width: 992px) {
  .About_content {
    padding-left: unset;
  }
  .Dj-content {
    padding-left: 7px !important;
  }
}
.Recommeded {
  color: #383838;
  font-size: 40px;
  font-weight: 600;
}
.Events {
  font-size: 40px;
}
.Dj-content {
  padding-left: 35px;
}

.Form_scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  background-color: #ffffff;
}

.Event_form {
  max-width: 800px;
  width: 100%;
  background-color: #ffffff;
}

.Profile_bg {
  background-color: #efefef;
  border-radius: 19px;
  /* height: 250px; */
}
.Main_Food {
  height: 350px;
}
.Event_whole_pages {
  padding: 0 5.7rem;
}
.Lord {
  color: #282828;
  font-size: 28px;
}
.Grand {
  color: #5b5b5b;
  font-size: 16px;
}
.About {
  color: #ff2e75;
  font-size: 18px;
}
.Grand_padding {
  padding-left: 40px;
}
.Grand_Set {
  width: 80%;
}
.Grand_Loard {
  width: 85%;
}
.Photos {
  color: #383838;
  font-size: 30px;
  font-weight: 600;
}
.Food_Height {
  width: 100%;
  height: 330px;
}
@media (max-width: 768px) {
  .Event_whole_pages {
    padding: 0 10px !important;
  }
  .Grand_Set {
    width: unset;
  }
  .Grand_Loard {
    width: unset;
  }
}
.specials-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;

  margin: 40px auto;
}

.specials-container h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.specials-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* Always 5 per row */
  gap: 12px;
}

.special-item {
  background-color: #ffeff5;
  border: 1px solid #f9dee8;
  color: #303030;

  border-radius: 25px;
  font-size: 14px;

  gap: 6px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .specials-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .reviews-section {
    margin-left: 15px !important;
  }
}
@media (max-width: 992px) {
  .specials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .Event_whole_pages {
    padding: 0 40px;
  }
}

/* Responsive: On smaller screens reduce columns */
@media (max-width: 768px) {
  .specials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .specials-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .Lord {
    color: #282828;
    font-size: 23px;
  }
  .Food_Height {
    height: 270px !important;
  }
  .Main_Food {
    height: 310px;
  }
  .special-item  {
    white-space: normal;
  }
  .Event_form{
    height: 75vh;
    overflow-y: auto;
  }
  .Form_scroll{
    max-height: fit-content;
    height: fit-content;
    scrollbar-width: none;
  }
  .Recommeded{
    font-size: 30px !important;
  }
  .Events{
    font-size: 30px !important;
  }
}
.Special_data {
  color: #303030;
  font-size: 14px;
  white-space: normal;
}
.Specials {
  color: #303030;
  font-size: 30px;
  font-weight: 600;
}
.Rating_Num {
  color: #6c6c6c;
}
.Entertainment {
  line-height: 1.2;
  font-size: 45px;
  font-weight: 500;
}

.Unlock_text {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
}

@media (max-width: 400px) {
  .Footer_Content {
    font-size: 27px;
  }
}

/* Change the color of the default chevron icon */
.Detailss {
  cursor: pointer;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
    overflow-y: auto;
    transform: scaleY(0);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    transform: scaleY(1);
  }
}

.reviews-section {
  margin: auto auto auto 5.7rem; /* top right bottom left */
  text-align: center;
}

.reviews-title {
  font-size: 2.5rem;
  color: #383838;
  margin-bottom: 40px;
  font-weight: 300;
  margin-top: 20px;
}

.review-card {
  background: #f6f8fb;
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 30px;
  height: 350px;
  transition: all 0.3s ease;
  position: relative;
  margin: 15px 0;
}

.review-card:hover {
  transform: translateY(-10px);
}
.reviewer-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;

  border: 4px solid #f8f9fa;
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  font-weight: bold;
}

.reviewer-name {
  font-size: 24px;

  color: #383838;
  margin-bottom: 15px;
}

.star-rating {
  margin-bottom: 20px;
}

.star-rating i {
  color: #f99407;
  font-size: 1.1rem;
  margin: 0 2px;
}

.review-text {
  color: #373737;
  line-height: 1.6;
  max-height: 100px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
  font-size: 0.95rem;
}

/* Owl Carousel Custom Styles */

.star-rating {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.Artist_rating {
  display: flex;
  gap: 4px;
}

.star {
  width: 17px;
  height: 16px;
}

.star path {
  transition: fill 0.3s ease;
}

@media (max-width: 768px) {
  .reviews-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .reviewer-avatar {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .Food_Height {
    height: 180px;
  }
}

/* Add PLaces */
.Num_TextArea{
  padding-top: 5px;
  padding-left: 5px;
}
.addPlace{
   position: relative;
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */




  cursor: pointer;

  gap: 10px;

  overflow: hidden;
  font-size: 15px;
}
.addPlace:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.addPlace:hover {
  transform: translate(2px);
}

.addPlace:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.addPlace::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

