/* film-maker-category */

.film-maker-category {}


.film-maker-category .film-maker-category-title {
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.film-maker-category .film-maker-category-title h2 {
  color: #303030 !important;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;

  flex: 1;
}


.film-maker-category .film-maker-category-content {
  column-gap: 32px;
  row-gap: 42px;
  display: flex;
  flex-wrap: wrap;
}

.film-maker-category .film-maker-category-content .card {
  flex: 0 0 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.film-maker-category .film-maker-category-content .card .card-header {
  width: 100%;
}
.film-maker-category .film-maker-category-content .card .card-header img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.film-maker-category .film-maker-category-content .card .card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.film-maker-category .film-maker-category-content .card .card-body .card-title h1 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.film-maker-category .tags {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding-bottom: 10px;
}


.film-maker-category .tags::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #F5F5F5;
  height: 3px;
}

.film-maker-category .tags::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
  height: 3px;
}

.film-maker-category .tags::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
  height: 3px;
}

.film-maker-category .tags .tag {
  color: #303030 !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;

  text-transform: capitalize;
  padding: 20px 10px;
  min-width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #8080808c;
}

@media only screen and (max-width: 800px) {

  .film-maker-category .film-maker-category-title {
    margin: 30px 0;
    padding: 0;
    border: none;
    text-align: center;
    display: block;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .film-maker-category .film-maker-category-title h1 {
    text-align: center;
    color: #191919;
    text-align: center;
    color: #fff;
  }

  .film-maker-category .film-maker-category-content {
    row-gap: 30px;
    margin-inline: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .film-maker-category .film-maker-category-content .card {
    flex: 0 0 100%;
  }

  .film-maker-category .film-maker-category-content .card .card-header img {
    border-radius: 16px;
    border-radius: 12px;
    max-height: 370px;
    height: calc(100vw - 90px);
  }

  .film-maker-category .film-maker-category-content .card .card-body {
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
  }

  .film-maker-category .film-maker-category-title .tags {
    display: none;
  }

  .film-maker-category .film-maker-category-content .card .card-body .card-title h1 {
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .film-maker-category .film-maker-category-content .card .card-body .card-title h2 {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 180% */
  }

  .film-maker-mobile-category {
    padding: 0px 20px;
    margin: 24px 0px 24px 0px;
    border: 1px solid #8080808c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    cursor: poInter, sans-serif;
    flex-direction: column;
  }

  .film-maker-mobile-category-menu {
    width: 100%;
    display: none;
  }

  .film-maker-mobile-category .item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .film-maker-mobile-category .item.active h2 {
    color: #B3B3B3;
  }

  .film-maker-mobile-category .film-maker-mobile-category-menu .item {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
  }

  .film-maker-mobile-category .item span {
    color: rgba(0, 0, 0, 0.3);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }

  .film-maker-mobile-category .item h2 {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }


  .film-maker-mobile-category .item a {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 0;
    line-height: normal;
  }
  .film-maker-mobile-category .item.item-head{
    padding: 20px 0;
  }
}

/* end film-maker-category */

/* film-maker-category-grid */
.film-maker-category-grid {
  
  margin-top: 24px;
}
.film-maker-category-grid .film-maker-category-grid-title {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
}

.film-maker-category-grid .film-maker-category-grid-title h3 {
  margin: 0;
  color: #191919;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}

.film-maker-category-grid .film-maker-category-grid-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.film-maker-category-grid .film-maker-category-grid-content .card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1 1 calc(50% - 24px);
  gap: 8px;
}

.film-maker-category-grid.grid-2-cols .film-maker-category-grid-content {
  row-gap: 30px;
  column-gap: 30px;
}

.film-maker-category-grid.grid-2-cols .film-maker-category-grid-content .card {
  flex: 0 0 calc(50% - 15px);
}

.film-maker-category-grid .film-maker-category-grid-content .card .card-header img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  min-height: 260px;

  object-fit: cover;
  object-position: center;
}

.film-maker-category-grid .film-maker-category-grid-content .card .card-body .card-date {
  color: #b6b6b6;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.film-maker-category-grid .film-maker-category-grid-content .card .card-body .card-title {
  text-decoration: none;
  color: #303030 !important;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.film-maker-category-grid .film-maker-category-grid-btn {
  margin-bottom: 36px;
  text-align: center;
  padding: 20px;
  border-radius: 1000px;
  border: 1px solid #8080808c;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.film-maker-category-grid .film-maker-category-grid-btn p {
  color: #303030 !important;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .film-maker-category {}

  .film-maker-category-grid .film-maker-category-grid-title {
    margin-bottom: unset !important;
    margin: 24px 0px 18px 0px !important;
    margin-inline: unset !important;
  }

  .film-maker-category-grid .film-maker-category-grid-title h3 {
    color: #303030 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .film-maker-category-grid .film-maker-category-grid-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .film-maker-category-grid .film-maker-category-grid-content .card {
    flex: 1 1 calc(50% - 12px);
    gap: 8px;
  }

  .film-maker-category-grid.grid-2-cols .film-maker-category-grid-content {
    row-gap: 20px;
    column-gap: 12px;
  }

  .film-maker-category-grid.grid-2-cols .film-maker-category-grid-content .card {
    flex: 0 0 calc(50% - 5px);
  }

  .film-maker-category-grid .film-maker-category-grid-content .card .card-header {
    border-radius: 13px;
  }

  .film-maker-category-grid .film-maker-category-grid-content .card .card-header img {
    height: 100%;
    min-height: 100px;

  }

  .film-maker-category-grid .film-maker-category-grid-content .card .card-body .card-date {
    color: #B2B4B5;
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
  }

  .film-maker-category-grid .film-maker-category-grid-content .card .card-body .card-title {
    color: #444;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
}

/* end film-maker-category-grid */

/* casting call */
.casting-call {
  margin-top: 64px;
  display: flex;
  gap: 30px;
}

.casting-call .img-wrapper {
  width: calc(66.667% - 15px);
  border-radius: 30px;
}

.casting-call .img-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.casting-call .content {
  width: calc(33.333% - 15px);
  padding: 40px;
  border-radius: 30px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  gap: 80px;
  box-sizing: border-box;
}

.casting-call .content .title {
  color: #191919;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.casting-call .content .list {
  margin-bottom: 19px;
  border-top: solid 1px #919191;
  border-bottom: solid 1px #919191;
}

.casting-call .content .list .list-item:not(:first-of-type) {
  border-top: solid 1px #919191;
}

.casting-call .content .list .list-item .item-col {
  padding-block: 16px;
}


.casting-call .content .list .list-item .item-col.last-col {
  width: 1px;
  text-wrap: nowrap;
}

.casting-call .content .list .list-item strong {
  color: #747474;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.casting-call .content .list .list-item span {
  color: #757575;
  font-family: Inter, sans-serif;;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 800px) {
  .casting-call {
    display: block;
    margin-inline: 15px;
    margin-top: 36px;
    margin-bottom: 29px;
  }

  .casting-call .heading {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    margin-bottom: 21px;

    border-radius: 60px;
    background: #F4F4F4;
  }

  .casting-call .img-wrapper {
    width: calc(50% - 5px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
  }

  .casting-call .img-wrapper img {
    object-fit: contain;
    object-position: center;
    border-radius: 13px;
    height: 100px;
    background: #303030 !important;
  }

  .casting-call .content {
    width: calc(50% - 5px);
    padding: 40px;
    border-radius: 30px;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .img-content {
    margin-top: 8px;
  }

  .img-content .date {
    color: #B2B4B5;
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
  }

  .img-content .title {
    color: #444;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
  }
}


/* end casting call */



/* artist-grid */
.artist-grid {
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
}

.artist-grid .card {
  width: 100%;
  display: flex;
  background-image: unset !important;
  background: #F4F4F4;
  border-radius: 30px;
  width: 100%;
}

.artist-grid .card .card-figure {
  padding: 16px 0 16px 28px;
  background-position: center;
  border-radius: 30px;
  align-items: center;
  width: 50%;
}

.artist-grid .card .card-figure .card-figure-link {
  text-decoration: none;
}

.artist-grid .card .card-figure .card-figure-link .card-figure-container {
  display: flex;
  max-width: 100%;
}

.artist-grid .card .card-figure .card-figure-link .card-figure-container .card-img {
  width: auto;
  max-width: 250px;
  max-height: 122px;
  object-fit: cover;
  border-radius: 15px;

}

.artist-grid .card .card-figure .card-figure-link .card-figure-container .card-figure-text {
  color: #303030;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 36px;
  margin-block: auto;
}

.artist-grid .card .card-body {
  width: 50%;
  margin-block: auto;
}

.artist-grid .card .card-body .card-body-container .card-body-text {
  padding-block: 16px;
  display: flex;
  font-family: Inter, sans-serif;

}

.artist-grid .card .card-body .card-body-container .card-body-text strong {
  width: 50%;
  display: block;

  color: #747474;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.artist-grid .card .card-body .card-body-container .card-body-text span {
  width: 50%;
  display: block;

  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media only screen and (max-width: 800px) {
  .artist-grid {
    margin-bottom: 24px;
    margin-top: 24px;
    margin-inline: 15px;
  }

  .artist-grid .card .card-figure {
    background-image: unset !important;
    background: #F4F4F4;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
  }

  .artist-grid .card .card-figure .card-figure-link .card-figure-container .card-img {
    max-width: 62px;
    height: 47.807px;
    border-radius: 30px;

  }

  .artist-grid .card .card-figure .card-figure-link .card-figure-container .card-figure-text {
    font-size: 18px;
    color: #303030 !important;
    margin-left: 25px;
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

}

/* end artist-grid */

.video-content .creative-detail-description .col-left h3,
.video-content .creative-detail-description .col-right h4,
.video-content .creative-detail-description-result .result-item strong {
  color: white !important;
}
.film-maker-category {
  margin-bottom: 24px;
}

@media only screen and (max-width: 800px) {
  .film-maker-category {
    margin-bottom: 0px;
  }
}