﻿body {
  font-family: "Rubik", sans-serif;
}

.anchor {
  width: 1px;
  height: 1px !important;
  max-height: 1px !important;
  overflow: hidden;
  position: relative;
  top: 200px;
}

.myBody.actor {
  background-color: #ce6f0b !important;
}
.myBody.actor .header-content a h1 {
  color: white;
}
.myBody.actor .selected {
  color: white !important;
}
.myBody.actor .mt-2.actor {
  color: white;
}

.myBody.author {
  background-color: #A0A91D !important;
}
.myBody.author .header-content a h1 {
  color: white;
}
.myBody.author .selected {
  color: white !important;
}
.myBody.author .mt-2.author {
  color: white;
}

.myBody.producer {
  background-color: #214C7C !important;
}
.myBody.producer .header-content a h1 {
  color: white;
}
.myBody.producer .selected {
  color: white !important;
}
.myBody.producer .mt-2.producer {
  color: white;
}

.myPage {
  /*    max-width: 1100px !important;*/
  margin: 0 auto;
}

/*font-family: "Rubik", sans-serif;*/
/*font-family: "EB Garamond", serif;*/
h1, .h1 {
  font-family: "EB Garamond", serif;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 200;
  font-style: normal !important;
  line-height: 1em;
}

h2, h3, .h2, .h3 {
  font-family: "EB Garamond", serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: gray;
  font-weight: 200;
  font-style: normal !important;
}

h3 {
  font-size: 21px;
}

ul {
  line-height: 1.8em;
}

a {
  color: dimgray;
}
a:hover {
  color: black;
}

.header {
  margin-top: 90px;
  /*    border-bottom: solid 1px lightgray;*/
  padding-bottom: 40px;
  background-color: transparent !important;
}
@media screen and (max-width: 980px) {
  .header {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.header-content {
  height: 95px;
  flex-wrap: wrap;
}
.header-content .logo-site {
  width: 220px;
}
.header-content a {
  text-decoration: none !important;
  text-align: center;
}
.header-content a h1 {
  font-size: 36px;
}
.header-content .nav-home {
  width: 100%;
  /*max-width: 900px;*/
  margin: 0 auto;
}
.header-content .navigation {
  width: 100%;
  height: 70px;
  padding: 20px 0 0;
  flex-grow: 4;
}
.header-content .navigation .navigation-item {
  display: inline-block;
  width: auto;
  padding: 20px;
}
.header-content .navigation .navigation-item p {
  font-size: 18px !important;
}
.header-content .navigation .navigation-item:nth-child(1) a {
  color: #CE6F0B;
}
.header-content .navigation .navigation-item:nth-child(2) a {
  color: #A0A91D;
}
.header-content .navigation .navigation-item:nth-child(3) a {
  color: #214C7C;
}
.header-content .navigation .navigation-item .selected {
  font-size: 48px;
  text-transform: none !important;
  position: relative;
  top: -5px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.header-content .navigation-item {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .header-content .navbar-brand {
    width: 100%;
    min-width: 100%;
    position: relative;
    top: 7px;
    display: block;
    /*background-color: aquamarine;*/
  }
  .header-content a h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 980px) {
  .header-content {
    height: 50px;
    position: relative;
    top: -15px;
  }
  .header-content .navigation-item p {
    font-size: 18px !important;
  }
  .header-content .navigation-item:nth-child(1) a.selected {
    color: #CE6F0B !important;
  }
  .header-content .navigation-item:nth-child(2) a.selected {
    color: #A0A91D !important;
  }
  .header-content .navigation-item:nth-child(3) a.selected {
    color: #214C7C !important;
  }
  .header-content .navigation-item .selected {
    font-size: 48px;
    text-transform: none !important;
    position: relative;
    top: -5px;
    font-weight: 400;
    font-family: "EB Garamond", serif;
  }
}

.footer-row {
  font-size: 13px;
  color: gray;
}
.footer-row .social-link {
  background-image: url(/App_Themes/CSS/_images/x-symbol.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.fixed-top {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.homeContent {
  border: solid 1px lightgray;
  border-radius: 25px;
}
.homeContent:hover {
  border: solid 1px dimgray;
  transition-duration: 0.3s;
  box-shadow: 0 0 10px lightgray;
}

.pageReview {
  border: solid 1px gray;
  border-radius: 15px;
  box-shadow: 2px 2px 5px gray;
}

.icoTitle, .contIco, .leftMenuText {
  align-items: center;
  display: flex !important;
}

@media (max-width: 991px) {
  .leftMenuText {
    display: none !important;
  }
}

.contIco {
  text-align: center;
}

.myAnchor {
  width: 1px !important;
  height: 1px !important;
  position: relative;
  top: -85px;
}

.img-navigation {
  height: 340px;
  min-height: 340px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.img-navigation a {
  color: black !important;
}
.img-navigation .image-card {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
}
.img-navigation .image-card img {
  position: relative;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.img-navigation .image-card img:hover {
  transform: scale(1.15);
  transition: all 0.5s ease-in;
}
.img-navigation p {
  text-align: center;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
}
.img-navigation p.actor {
  color: #CE6F0B;
}
.img-navigation p.author {
  color: #A0A91D;
}
.img-navigation p.producer {
  color: #1E5A9E;
}
@media screen and (max-width: 980px) {
  .img-navigation {
    width: 330px;
    height: 350px;
    min-height: 350px;
  }
  .img-navigation .image-card {
    height: 300px;
    width: 300px;
  }
}

.title-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
}
.title-flex p {
  display: block;
  width: 100%;
  min-width: 100%;
}

/*Actor*/
.actor-title {
  margin: 40% 0 80px -50%;
  width: 120%;
  min-width: 120%;
  background-color: white;
  font-size: 41px;
  font-weight: bold;
  padding-left: 10px;
  letter-spacing: 0.009em;
  display: block;
}
@media screen and (max-width: 980px) {
  .actor-title {
    margin: -70px 0 40px;
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 20px;
    font-size: 1.8em;
    line-height: 1.15em;
    background-color: transparent;
    color: white;
  }
}

.hr-spacer {
  margin: 40px 0;
}
@media screen and (max-width: 980px) {
  .hr-spacer {
    margin: 15px 0;
  }
}
.hr-spacer hr {
  color: gray;
}

h4 {
  color: black;
  font-weight: 600;
}

h5 {
  font-weight: 500;
  color: dimgray;
  margin: 15px 0;
  font-size: 1.2em;
}

/*media*/
.carousel {
  /*min-height: 580px;*/
}
.carousel .carousel-indicators {
  bottom: -50px !important;
  background-color: black;
  height: 30px;
}
.carousel .carousel-indicators [data-bs-target] {
  height: 10px;
}
.carousel .carousel-item {
  justify-content: center !important;
}
.carousel .carousel-item iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  height: 80%;
  max-height: 520px;
}
@media screen and (max-width: 576px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: none !important;
  }
}

/*Homepage*/
.btn-green {
  background-color: #A0A91D !important;
  color: white;
  font-size: 48px;
  font-weight: 200;
  font-family: "EB Garamond", serif;
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
}
.btn-green:hover {
  text-decoration: none !important;
  color: white !important;
}

.collaborate-logos {
  justify-content: space-evenly !important;
}
.collaborate-logos .col {
  margin: 15px 0 !important;
  padding: 10px 15px !important;
  text-align: center;
}
.collaborate-logos .col img {
  min-height: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
  width: auto;
}
.collaborate-logos .h2 {
  color: dimgray !important;
}

/*actor */
.photo-title {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: white;
  font-size: 38px;
  font-family: "EB Garamond";
  width: 170px;
}

.photo-top img {
  border-radius: 10px;
}

.showreal iframe {
  aspect-ratio: 4/3;
  width: 100% !important;
}

.gray-item .col-md-6 {
  padding: 5px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.gray-item .col-md-6 .graybox {
  background-color: #2F2F2F;
  padding: 15px;
  height: 100%;
  min-height: 200px;
  color: white !important;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.gray-item .col-md-6 .graybox a {
  color: lightgray !important;
}
.gray-item .col-md-6 .graybox p {
  width: 90%;
}
.gray-item .col-md-6 .graybox .title-play {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.gray-item .col-md-6 .graybox .mid-text {
  font-style: italic;
  position: absolute;
  top: 45%;
}
.gray-item .col-md-6 .graybox .bottom-text {
  position: absolute;
  bottom: 0;
}

.white-container {
  background-color: white;
  padding: 30px;
  margin: 30px auto;
  width: 101%;
  position: relative;
  left: -0.5%;
  border-radius: 10px;
}

.btn-blue {
  width: 100%;
  background-color: #214C7C !important;
  color: white;
  font-size: 48px;
  font-weight: 200;
  font-family: "EB Garamond", serif;
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
}
.btn-blue:hover {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-blue {
    font-size: 24px;
  }
}

/*author*/
.thumbs img:hover {
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
}

/*book detail*/
.book-detail {
  background-color: white;
  padding: 50px 40px 70px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0;
}
.book-detail img {
  border: solid 1px lightgray !important;
}
.book-detail .btn {
  width: 100%;
  height: 60px;
  margin: 20px 0 0;
  color: white;
  font-size: 22px;
  padding-top: 12px;
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  border-radius: 5px;
}
.book-detail .btn:hover {
  text-decoration: none;
}
.book-detail .btn.btn-more {
  background-color: #214C7C;
  position: absolute;
  bottom: -55px;
}
.book-detail .btn.btn-orange {
  background-color: #CE6F0B;
}
@media screen and (max-width: 980px) {
  .book-detail {
    padding: 50px 40px 60px;
  }
  .book-detail .btn.btn-orange {
    background-color: #CE6F0B;
    font-size: 20px;
    padding-top: 10px;
    height: 50px;
    width: 100%;
  }
  .book-detail .btn.btn-more {
    position: absolute;
    bottom: -55px;
    left: -5px;
  }
}
.book-detail .detail-hidd {
  display: none;
  visibility: hidden;
}
.book-detail .detail-vis {
  padding-bottom: 70px;
}

/*producer*/
.photo-text {
  color: white;
  position: absolute;
  top: 330px;
  left: 30px;
}

/*producer gallery*/
.producer-carousell {
  margin-top: -7px !important;
}
.producer-carousell .producer-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .producer-carousell .producer-gallery img {
    height: 150px;
  }
}
.producer-carousell .producer-gallery a {
  text-decoration: none;
  color: dimgray !important;
}
.producer-carousell .producer-gallery p {
  visibility: hidden;
  display: none;
}
.producer-carousell .carousel-indicators {
  bottom: -50px !important;
  background-color: transparent !important;
  height: 25px;
}
.producer-carousell .carousel-indicators [data-bs-target] {
  height: 10px;
}
@media screen and (max-width: 767px) {
  .producer-carousell .carousel-indicators {
    bottom: unset;
    top: -50px;
  }
  .producer-carousell .carousel-indicators [data-bs-target] {
    height: 20px;
    margin: 0 20px;
  }
}
.producer-carousell .carousel-item {
  justify-content: center !important;
}
.producer-carousell .carousel-control-prev, .producer-carousell .carousel-control-next {
  height: 80%;
  max-height: 520px;
}

.producer-btn .btn {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  padding: 10px;
  border-radius: 15px;
  color: white;
  font-size: 48px;
  line-height: 50px;
  font-weight: 200;
  font-family: "EB Garamond", serif;
  box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 10px 8px -8px rgba(0, 0, 0, 0.44);
}
.producer-btn .btn:hover {
  text-decoration: none;
}
.producer-btn .btn.btn-orange {
  background-color: #CE6F0B;
}
.producer-btn .btn.btn-orange:hover {
  background-color: #b5470f;
  animation-duration: 0.5s;
}

/*credits*/
.credit-cont {
  color: white;
  font-weight: 400;
}
.credit-cont h1 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 40px !important;
}
.credit-cont .years {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  border-bottom: solid 1px white;
}
.credit-cont .years col {
  font-size: 24px;
  width: auto;
  max-width: 100px;
}
.credit-cont .years div {
  cursor: pointer !important;
  height: 50px;
  padding-bottom: 10px;
}

.credit-detail-cont {
  color: black;
  font-weight: 400;
  padding-top: 30px;
  margin-bottom: 60px;
}
.credit-detail-cont .credits {
  padding-top: 10px;
  /*&.row-vis {
      padding-bottom: 70px;
  }*/
}
.credit-detail-cont .credits .cr-card {
  background-color: #D4F1FB;
  width: 100%;
  height: 100%;
  min-height: 270px;
  padding: 30px;
  padding-bottom: 40px;
  position: relative;
  border-radius: 15px;
}
.credit-detail-cont .credits .cr-card .title {
  font-size: 31px;
  line-height: 33px;
}
.credit-detail-cont .credits .cr-card .text {
  font-size: 24px;
  line-height: 26px;
  padding-top: 20px;
}
.credit-detail-cont .credits .cr-card .bottom {
  color: gray;
  font-size: 30px;
  position: absolute;
  bottom: 5px;
  font-style: italic;
}
.credit-detail-cont .credits.row-hidd {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .credit-detail-cont .credits .cr-card {
    min-height: 240px;
  }
  .credit-detail-cont .credits .cr-card .title {
    font-size: 30px;
    line-height: 36px;
  }
  .credit-detail-cont .credits .cr-card .text {
    font-size: 18px;
    line-height: 22px;
  }
  .credit-detail-cont .credits .cr-card .bottom {
    font-size: 24px;
  }
}
