#festival-section .full-width-container {
  position: relative;
  width: 100vw;
  padding: 40px 0;
  margin: 0;
  background: none;
  overflow-x: hidden;
  z-index: 1;
}

#festival-section .full-width-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../Images/background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

#festival-section .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; 
}

#festival-section .inc-title-heading.inc-experience-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

#festival-section .carousel-inner {
  position: relative;
  z-index: 2;
}

#festival-section .inc-card__v2 {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#festival-section .inc-card__v2:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#festival-section .carousel-actions__show {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 400px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding: 0 10px;
}

#festival-section .carousel-actions__show .prev-btn,
#festival-section .carousel-actions__show .next-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  box-shadow: none;
}

#festival-section .carousel-actions__show .prev-btn:hover,
#festival-section .carousel-actions__show .next-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#festival-section .inc-card-btn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#festival-section .inc-card-btn .btn {
  font-size: 18px;
  padding: 10px 30px;
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  transition: background-color 0.3s ease;
}

#festival-section .inc-card-btn .btn:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

#festival-section .carousel-item .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;  
  justify-content: center;
}

#festival-section .carousel-item .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#festival-section .carousel-item .col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

#festival-section .carousel-item .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}


#festival-section .carousel-actions__show .btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  box-shadow: none;
}

#festival-section .carousel-actions__show .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#festival-section .festival-img {
    height: 350px !important;
    object-fit: cover;
  }

  .carousel-inner {
  width: 100%;
  overflow: hidden;
}


@media (max-width: 767px) {
  #festival-section .carousel-actions__show {
    position: relative;
    top: auto !important;
    left: auto;
    transform: none;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
    z-index: 10;
  }

  #festival-section .inc-card-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #festival-section .inc-card-btn .btn {
    width: auto;
    padding: 10px 25px;
    font-size: 18px;
  }
  
   #festival-section .festival-img {
    height: 270px !important;
    object-fit: cover;
  }

  #festival-section .carousel-item .col-12 {
    gap: 2px !important;
    height: 290px !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

}
