@font-face {
  font-family: "CIRCULARSTD";
  src: url("./fonts/CIRCULARSTD-MEDIUM.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --background: #8c241b;
  --color-primary: #fefefe;
  --text-primary: #fefefe;
  --text-secondary: #6f9ab4;
  --text-white: #fefefe;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: "CIRCULARSTD";
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.bg-primary {
  background-color: var(--background) !important;
  color: var(--text-primary) !important;
}

.bg-secondary {
  background-color: var(--color-primary) !important;
  color: var(--text-primary) !important;
}

.border-primary {
  border-color: var(--background) !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mt-3 {
  margin-top: 2rem !important;
}

a {
  text-decoration: none;
}

.images-item {
  align-self: center;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.content li {
  list-style-type: none;
}

.title {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.place-title {
  border-bottom: 1px solid var(--text-primary);
  border-bottom-width: 1px;
}

.designer-list {
  font-size: 20px;
  margin-bottom: 1rem;
}

.designer-card {
  width: 100%;
  max-width: 1080px; /* Optional: keeps it neat on large screens */
  color: var(--text-primary);
  align-self: center;
  min-height: 90vh;
}

.contain {
  margin: 10vh;
  padding-left: 20px;
  min-height: 80vh;
}

.guest {
  background-color: var(--color-primary);
  margin-left: 5px;
  padding: 2px;
  font-size: 14px;
  color: var(--text-secondary);
}

.button-item {
  width: 50%;
  text-align: center;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  color: var(--color-primary);
  padding: 1rem;
  margin-top: 2rem;
  font-size: 20px;
}

.subtitle {
  font-weight: 200;
  font-size: small;
  margin: none;
}

.speaker {
  font-weight: 100;
  font-size: smaller;
  margin: none;
}

.showtime {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px !important;
  color: var(--text-secondary);
}

.button-item:hover {
  cursor: pointer;
  color: var(--text-white);
  background: var(--background);
  border: 2px solid var(--background);
}

.list {
  margin: 8px 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.ml-0 {
  margin-left: 0 !important;
}

.body-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: var(--color-primary);
}

.highlight {
  font-weight: 500 !important;
}

.break {
  padding: 10px;
}

.social-row,
.footer-row {
  width: 100%;
  max-width: 1080px; /* Optional for desktop alignment */
  display: flex;
  justify-content: center;
  align-self: center;
}

.social {
  margin: 0px 10px;
}

.makeup {
  padding-top: 20px;
  padding-right: 55px;
}
.footer {
  background-color: #c8daf0;
  text-align: center;
  align-self: center;
}

.footer-row {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 1080px;
  font-size: 10px;
}
.bg-white {
  background-color: white;
}

.logo {
  align-self: center;
  padding: 0px 15px;
}

.logo-column {
  display: flex;
  flex-direction: column;
}

.img-footer {
  max-width: 100%;
}

.img-footer-makeup {
  width: 100px;
  padding-right: 71px;
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}
.streaming-row {
  display: block;
}
.live {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .wrapper,
  .content,
  .designer-card,
  .social-row,
  .footer-row {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .live {
    font-size: 10px;
  }

  .images-item {
    background-color: var(--background);
    width: 100%;
  }

  .images {
    width: 100%;
  }

  .footer-images {
    width: 100%;
  }

  .title {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }

  .designer-list {
    font-size: 14px;
    margin-bottom: 5vh;
  }

  .designer-card {
    align-self: auto;
    width: 100%;
    background-size: cover;
    background-color: white;
    min-height: 100vh;
  }
  .contain {
    margin: 5vh 5vw; /* more responsive spacing */
    width: auto;
    padding: 0;
  }

  .guest {
    font-size: 10px;
  }

  .button-item {
    width: 70%;
    font-size: 14px;
    color: var(--color-primary);
  }

  .social-row {
    width: 100%;
  }

  .img-social {
    width: 80%;
  }

  .social {
    margin: 0px 5px;
    text-align: center;
  }

  .footer-row {
    width: 100%;
    font-size: 7px;
  }

  .img-footer {
    width: 80%;
    align-self: center;
  }

  .img-footer-makeup {
    width: 50px;
    align-self: center;
    padding-right: 35px;
  }

  .logo {
    text-align: center;
    padding: 0px 7px;
  }

  .makeup {
    padding-top: 20px;
    padding-right: 35px;
  }
}

.img-white {
  filter: brightness(0) invert(1);
}

.img-white,
.img-white:hover,
.img-white:focus,
.img-white:active {
  transition: filter 0.3s ease;
}

.img-white:hover,
a:hover .img-white {
  filter: brightness(0) saturate(100%) invert(14%) sepia(30%) saturate(6791%)
    hue-rotate(354deg) brightness(100%) contrast(85%);
}
