/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');


@font-face {
  font-family: 'blackflag';
  src: url('fonts/BlackFlag.woff2');
  font-display: swap;
}

@font-face {
  font-family: 'deutsche';
  src: url('fonts/DeutscheZierschrift.woff2');
  font-display: swap;
}

@font-face {
  font-family: 'fleshwound';
  src: url('fonts/Flesh\ Wound.woff2');
  font-display: swap;
}

@font-face {
  font-family: 'gothicpunk';
  src: url('fonts/Gothic\ Punk.woff2');
  font-display: swap;
}

@font-face {
  font-family: 'gothical';
  src: url('fonts/Gothical.woff2');
  font-display: swap;
}

/* BODY */
html, body {
    margin: 0;
    padding: 0;
}

.container {
  padding: 56px;
}

.row {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.row--set {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 

BANNER!!!!

*/

.banner {
  display: flex;
  justify-content: center;
  background: #101010;
}

.banner img {
  max-height: 300px;
  width: auto;
}

/* nav bar */

.menu {
  display: flex;
  justify-content: center;
  gap: calc(100%/20);
  background: rgb(101, 0, 0);
  padding: 20px;
}

.menu__container {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(101, 0, 0);
}

.menu a {
  position: relative;
  text-decoration: none;
  color: white;
  font-family: 'gothical';
  font-size: 40px;
  align-items: center;
}

.menu a:hover {
  font-family: 'gothicpunk';
  font-size: 20px;
  padding-bottom: 0%;
}

.menu a.active {
  color: rgb(0, 0, 0);
}

/* 

HOME PAGE!!!!!!!!!!! 

*/

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #101010;
  color: #ffffff;
}

.intro__header {
  color: red;
  font-family: "blackflag", sans-serif;
  text-align: center;
}

.intro__para, .intro__para--primary {
  font-family: 'Manufacturing Consent', sans-serif;
  font-size: 28px;
  margin: 0 24px;
  text-align: center;
  margin: 12px 24px;
  max-width: 60vw;
}

.intro__para--primary {
  color: red;
}

/* 

CAST!!!!!!!!!!!!!!

*/

.cast__page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #101010;
  color: #ffffff;
}

.cast {
  display: flex;
  gap: calc(100/3);
  justify-content: center;
  flex-wrap: wrap;
}

.cast-member {
  padding: 24px 5px 40px 5px;
  flex: 1;
}

.cast-member__img--wrapper {
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.cast-member__img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: top;
}

.cast-member__bio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.cast-member__name {
  font-family: 'deutsche', sans-serif;
  padding: 20px 0;
  font-size: 30px;
}

.cast-member__description {
  font-family: 'Merriweather', sans-serif;
  font-size: 17px;
}

  .cast-member__description a {
    color: #BEA9DF;
  }

/* 

SET LIST!!!!!!!!!!!

*/

.set-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.set {
  padding: 24px 20px 40px 20px;
  flex: 1;
  max-width: 250px;
}

.set__title {
  justify-content: center;
  text-align: center;
  color: red;
  font-family: 'Pirata One', sans-serif;
  letter-spacing: 2px;
}

.set__cast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Merriweather', sans-serif;
  min-width: 250px;
  max-width: 250px;
}

.set__cast ul {
  list-style-type: none;
}

.set__cast li {
  padding: 2px 0px;
}

.set__characters--list {
  padding: 0;
}

.set__actors--list {
  text-align: right;
  padding: 0;
}

/* 

MEDIA!!!!!!!!!!!!!!

*/

.container__media {
  padding: 56px;
}

.media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.photo {
  max-height: 500px;
  max-width: 500px;
  object-fit: cover;
  object-position: center;
  padding: 24px 20px 40px 20px;
  flex: 1;
}

/* 

CONTACTS!!!!!!!!!!!!!!

*/

.container__contact {
  padding: 56px;
}

.contact {
  padding: 20px;
  font-family: 'Merriweather', sans-serif;
  text-align: center;
  font-size: 30px;
}

.contact a {
  color: rgb(204, 1, 35);
}

/*

FOOTER

*/

footer {
  background-color: black;
}

.footer__img--wrapper {
  background-color: black;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.footer__img {
  max-height: 150px;
}


/* PHONE SIZE */

@media (max-width: 1024px) {
  /* .set-list {
    display: flex;
    gap: 0;
  }

  .set {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    min-width: 242px;
    max-width: 242px;
  } */
}

@media (max-width: 964px) {
  .cast {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .cast-member {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .cast-member__img--wrapper {
    flex-shrink: 0;
    margin: 0;
  }

  .cast-member__img {
    width: 200px;
    height: 200px;
  }

  .cast-member__bio {
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }

  .cast-member__name {
    padding: 0 0 12px 0;
  }

}

@media (max-width: 768px) {
  .banner img {
    max-width: 70vw;
    height: auto;
  }

  .menu__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: calc(100%/20);
    justify-content: center;
  }

  .menu a {
    font-size: 30px;
  }

  .intro {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .cast-member__img {
    width: 150px;
    height: 150px;
  }

  .cast-member__name {
    font-size: 20px;
  }

  .cast-member__description {
    font-size: 13px;
  }

  .photo {
    max-width: 350px;
    max-height: 350px;
  }

  .container__contact {
    padding: 56px 20px 70px 20px;
  }

}

@media (max-width: 550px) {
  .menu__container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .menu {
    display: flex;
    flex-wrap: wrap;
  }

  .container {
    padding: 5px 15px;
  }

  h1 {
    padding-top: 10px;
    font-size: 25px;
  }

  .footer__img {
    max-width: 90vw;
    height: auto;
  }

  .cast-member {
    flex-direction: column;
    align-items: center;
  }

  .cast-member__img {
    width: 200px;
    height: 200px;
  }

  .container__media {
    padding: 5px 15px;
  }

  .photo {
    max-width: 300px;
    max-height: 300px;
  }

  .container__contact {
    padding: 56px 20px 70px 20px;
  }

  .contacts {
    padding: 60px 0px 40px 0px;
  }

  .contact {
    font-size: 25px;
  }

}

@media (max-width: 425px) {
  .container__media {
    padding: 0;
  }

  .photo {
    width: 200px;
    height: 200px;
  }

  .contacts {
    padding: 60px 0px 60px 0px;
  }

  .contact {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .set {
    padding: 24px 10px 40px 10px;
  }
  .container {
    padding-left: 8px;
  }
}