.hall-page-container .intro-contaioner {
  width: 100%;
  height: 100vh;
  background: url("../images/category.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  display: flex;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
}
.hall-page-container .intro-contaioner .border-box .box .logo img {
  width: 250px;
}
.hall-page-container .intro-contaioner .border-box {
  width: 50%;
  height: 50%;
  border-radius: 20px;
  border: 2px solid rgb(209, 167, 181);
  max-width: 600px;
  padding: 20px;
}
.hall-page-container .intro-contaioner .border-box .box {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wedding-reception-slider,
.hall-page-container .hall-list {
  width: 100%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 10px;
  gap: 10px;
}
.services-list > .text-box .title,
.wedding-reception-slider > .title,
.hall-page-container .hall-list > .title {
  font-size: 2rem;
  text-align: center;
}
.wedding-reception-slider .wedding-reception-list,
.hall-page-container .hall-list .hall-list-items {
  scroll-behavior: smooth;
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  overflow: auto;
  padding: 20px;
  gap: 20px;
}
.wedding-reception-slider .wedding-reception-list .wedding-reception-item,
.hall-page-container .hall-list .hall-list-items .hall-item {
  display: flex;
  min-width: 300px;
  width: 300px;
  min-height: 300px;
  border: 2px solid rgb(143, 143, 143);
  border-radius: 10px;
  padding: 5px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 5px gray;
}
.wedding-reception-slider .wedding-reception-list .wedding-reception-item img,
.hall-page-container .hall-list .hall-list-items .hall-item img {
  min-height: 50%;
  width: 100%;
  border-radius: 10px;
}
.wedding-reception-slider .wedding-reception-list .wedding-reception-item .name,
.hall-page-container .hall-list .hall-list-items .hall-item .title {
  font-size: 1.3rem;
  color: var(--carmine);
  text-align: center;
  margin-top: 9px;
}
.wedding-reception-slider
  .wedding-reception-list
  .wedding-reception-item
  .cta-box,
.hall-page-container .hall-list .hall-list-items .hall-item .cta-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin: 5px 0;
  flex-direction: column;
  width: 100%;
}
.yellow-background {
  background-color: yellow;
}

.hall-page-container .hall-list .hall-list-items .hall-item .cta-box .address,
.hall-page-container .hall-list .hall-list-items .hall-item .cta-box .capacity {
  display: flex;
  gap: 10px;
}
.wedding-reception-slider
  .wedding-reception-list
  .wedding-reception-item
  .cta-box
  .score {
  display: flex;
  gap: 5px;
}
.hall-page-container .hall-list .hall-list-items .hall-item .cta-box .address {
  min-height: 50px;
}
.wedding-reception-slider
  .wedding-reception-list
  .wedding-reception-item
  button,
.hall-page-container .hall-list .hall-list-items .hall-item button {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  border: none;
  background: var(--carmine);
  min-height: 40px;
  border-radius: 10px;
  color: #eee;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
}
.hall-page-container .hall-list .hall-list-items .hall-item button a {
  color: #eee;
}
.wedding-reception-list-box,
.hall-list-wrapper {
  position: relative;
}
.hall-page-container .hall-list .dragging .hall-item {
  cursor: grab;
  user-select: none;
}
.wedding-slider-button-prev,
.wedding-slider-button-next,
.hall-slider-button-prev,
.hall-slider-button-next {
  width: 50px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: var(--carmine);
  background: #6b6b6b7c;
  backdrop-filter: blur(10px);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 122;
}
.wedding-slider-button-next,
.hall-slider-button-next {
  transform: translateY(-50%) translateX(0);
  left: 25px;
}
.wedding-slider-button-prev,
.hall-slider-button-prev {
  right: 25px;
  transform: translateY(-50%) translateX(50%);
}
.services-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.services-list .text-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
.services-list .text-box .line {
  flex: 0.5;
  height: 5px;
  background: var(--carmine);
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}
.services-list .services-list-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5vw;
  padding: 0 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.services-list .services-list-box .services-item {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-list .services-list-box .services-item .box {
  border: 2px solid var(--carmine);
  width: 200px;
  padding: 10px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 10px gray;
  gap: 10px;
}
.services-list .services-list-box .services-item .box button {
  width: 120px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  background: var(--carmine);
  color: #eee;
}
.services-list .services-list-box .services-item .box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

@media screen and (max-width: 780px) {
  .hall-page-container .intro-contaioner {
    background: url("../images/category-mobile.jpg");
    background-size: auto;
    background-position: bottom;
  }

  .hall-page-container .intro-contaioner .border-box {
    width: 95%;
  }
  .services-list .services-list-box {
    flex-direction: column;
    gap: 20px;
  }
  .services-list .services-list-box .services-item .box {
    width: 90%;
  }
}
