.page-exclusive-halls-section {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .page-exclusive-halls-section {
    margin-top: 20px;
  }
}
.card {
  border: none;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card-body {
  padding: 0;
}
.exclusive-halls-content {
  padding-top: 24px;
  padding-left: 53px;
  padding-right: 53px;
}
@media only screen and (max-width: 1580px) {
  .exclusive-halls-content {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .exclusive-halls-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.exclusive-hall-description {
  margin-bottom: 0;
  text-align: center;
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.exclusive-hall-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .exclusive-hall-button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
.exclusive-hall-button a {
  width: 139.83px;
  height: 35.99px;
  background: #98a726;
  border-radius: 997.771px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exclusive-hall-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 16px;
    position: absolute;
    bottom: 0;
}
.exclusive-card .card-body {
    height: 200px;
}
@media only screen and (max-width: 1580px) {
    .exclusive-hall-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.exclusive-hall-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.item a {
  font-weight: 600;
  font-size: 11.9852px;
  line-height: 18px;
  color: #475467;
}
@media only screen and (max-width: 485px) {
  .item a {
    text-align: center;
  }
}
.exclusive-hall-info {
  display: flex;
  position: relative;
  gap: 42px;
}

.exclusive-hall-info .item {
  display: flex;
  gap: 11.13px;
  align-items: center;
}

@media only screen and (max-width: 485px) {
  .exclusive-hall-info .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.card-hr {
  width: 1px;
  height: 31.96px;
  border: 0.99877px solid #e6e6e6;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 375px) {
  .page-inner-banner-section {
    min-height: 15vh;
    background-size: cover !important;
    background-position: center !important;
    background: url(../../../img/inner_page/banner-m.jpg) !important;
    background-repeat: no-repeat !important;
  }
}

@media only screen and (min-width: 1024px) {
  .page-inner-banner-section {
    background: url("../../../img/page-exclusive-halls/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 330px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../../../img/page-exclusive-halls/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../../../img/page-exclusive-halls/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}

@media only screen and (max-width: 480px) {
    .exclusive-card .card-body {
        height: 220px;
    }
}