/** @format */

/* swiper-container {
  width: 100%;
  height: 100%;
} */

/* swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* home room slider */

.mySwiper-home-room .swiper-slide-next {
  scale: 1;
  transition: 1s ease;
}
.mySwiper-home-room swiper-slide {
  height: 100%;
  scale: 0.9;
  transition: 1s ease;
  border-radius: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .mySwiper-home-room swiper-slide {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-home-room swiper-slide {
    border-radius: 10px;
  }
}

/* home nearby slider */
.nearby-attraction-main swiper-slide {
  border-radius: 10px;
  background: none;
  display: flex;
  flex-direction: column;
}

/* project slider */
.mySwiperProjectSection {
  width: 100% !important;
  height: 573px !important;
}
.mySwiperProjectSection swiper-slide {
  background: rgb(246 243 231 / var(--tw-bg-opacity, 1));
}

/* home tab style */

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-buttons button {
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #fff;
}

.tab-buttons button.active {
  background-color: #bf8a21;
  color: white;
}

.tab-content {
  display: none;

  /* padding: 20px;
  border-radius: 10px; */
}

.tab-content.active {
  display: block;
}
