.inner-design-district-banner {
  position: relative;
}
.inner-design-district-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.inner-design-district-banner .luxury-banner-img {
  width: 100%;
  height: calc(100vh - 170px);
  object-fit: cover;
  display: block;
}
.inner-design-district-banner .normal-text {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px);
}
.inner-design-district-banner .pinyon-script-font {
  line-height: 1;
  font-size: clamp(60px, 3.75rem + 10 * (100vw - 768px) / 1152, 70px);
  margin-bottom: 0px;
}
.inner-design-district-banner .luxury-banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.inner-design-district-banner .inner-design-district-para {
  font-size: clamp(14px, 0.875rem + 4 * (100vw - 768px) / 1152, 18px);
  padding: 30px 0;
  margin-bottom: 0px;
}

.brand-grid-section {
  padding: 50px 0;
  background-color: #ffffff;
}
@media (width <= 768px) {
  .brand-grid-section {
    padding: 30px 0;
  }
}
.brand-grid-section .brand-grid-list-card-title {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.brand-grid-section .brand-grid-list-card-title::after {
  content: "";
  border-bottom: 2px solid #bda371;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.brand-grid-section img {
  width: 100%;
  height: 100;
  object-fit: cover;
}
.brand-grid-section .brand-grid-list-card-para {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
}
.brand-grid-section .brand-grid-list-card {
  margin-bottom: 50px;
}
@media (width <= 468px) {
  .brand-grid-section .brand-grid-list-card {
    flex-direction: column-reverse;
  }
}
@media (width <= 468px) {
  .brand-grid-section .brand-grid-list .brand-grid-list-card:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.brand-grid-section .brand-grid-list-card:nth-child(2) {
  flex-direction: row-reverse;
}
@media (width <= 468px) {
  .brand-grid-section .brand-grid-list-card:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.brand-grid-section .brand-grid-list-card:nth-child(2) .brand-grid-list-card-title {
  display: flex;
  text-align: right;
}
@media (width <= 468px) {
  .brand-grid-section .brand-grid-list-card:nth-child(2) .brand-grid-list-card-title {
    flex-direction: row-reverse;
    gap: 10px;
  }
}
.brand-grid-section .brand-grid-list-card:nth-child(2) .brand-grid-list-card-title::after {
  border-bottom: 0;
  content: none;
}
.brand-grid-section .brand-grid-list-card:nth-child(2) .brand-grid-list-card-title::before {
  content: "";
  border-bottom: 2px solid #bda371;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}

.outlet-home-line {
  font-size: clamp(16px, 1rem + 8 * (100vw - 768px) / 1152, 24px);
  color: #bf9141;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 0px;
}/*# sourceMappingURL=design-districts-brand-collaborations.css.map */