.hero {
  background-size: cover;
  background-position: center top;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background: linear-gradient(
    270deg, #050505 0%, #91969c 100%); */
  background-repeat: no-repeat;
  /* background:linear-gradient(270deg, #050505 0%, #91969c 100%)  */
  padding: 100px 0 50px 0;
}
.mt-4.mb-2.author-sections {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.author-content img {
  width: 85px !important;
  height: 85px;
  margin-right: 19px;
  border-radius: 5px !important;
}
.author-content {
  display: flex;
  width: 243px;
}
.hero h1 {
  font-size: 1.5em;
  line-height: 1.2;
}

.hero p {
  font-size: 10px;
}

.hero .button {
  font-size: 10px;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  border: #fff 1px solid;
}

.hero .button:hover {
  background: #000;
  color: #fff;
}

.mc-nameplate__image {
  display: block;
  width: 100%;
}

.mc-nameplate__separator {
  display: block;
  margin: 1.2rem auto 2.4rem;
  width: 3.2rem;
  height: 0.4rem;
  background: #fff;
}

.mc-mt-6 {
  margin-top: 2.4rem;
}

.mc-mb-3 {
  margin-bottom: 1.2rem;
}

/* .c-button--primary {
  background-color: #932635;
} */

.c-button--full-width {
  width: 100%;
  height: 34%;
}

.c-button--link {
  background: none;
  color: #fff;
}

.c-button {
  padding: 1.2rem 1.2rem;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 1.2rem;
  transition: background 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
  vertical-align: middle;
  border: 0;
  font-family: "Sohne", "Helvetica", "Arial", sans-serif;
}

a.c-button.c-button--full-width.c-button--primary.mc-mb-3 {
  text-decoration: none !important;
  color: #fff;
}

.dPog2cAXvJAkT6ga5b1aO {
  position: sticky;
  width: 100%;
  z-index: 1030;
  top: var(--mc-scale-10);
  height: 80px;
}

._1u9JlcWlW8jGHX7DxoS2Ue {
  position: relative;
}

._25LER-4h2-OqonHAfMED3u {
  border-bottom: 2px solid #272c33;
}

._25LER-4h2-OqonHAfMED3u:hover {
  cursor: pointer;
}

.J-XQk4vAd10rIyP2PLCok {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  border: none;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;
}

.J-XQk4vAd10rIyP2PLCok._3rm2oUqawA8yWp10X_9S3J {
  visibility: visible;
  opacity: 1;
}

.jumbotron-fluid {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* .nav {
  background: #fff;
}

.nav-item.active .nav-link {
  color: #cb356b;
} */

.display-3 {
  color: #fff;
  display: block;
  margin-top: 30px;
}

.one {
  /* background: #050505; */
  /* fallback for old browsers */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.two {
  /* background: #050505; */
  /* fallback for old browsers */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.three {
  /* background: #050505; */
  /* fallback for old browsers */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.navbar-fixed-top {
  position: fixed;
  top: 76px;
  background: #131722;
  padding: 10px 5px;
  max-width: 100% !important;
}

.glow-on-hover {
  width: 100px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  content: "Copy Link";
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    /* #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8, */
      #932635
  );
  position: absolute;
  content: "Copy Link";
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #080000;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.shear-btn {
  font-size: 14px;
  font-weight: 400;
  background: #016486;
  color: #fff;
  margin-right: 5px;
  padding: 8px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.shear-btn:hover {
  color: #fff;
}
.shear-btn:nth-child(2) {
  background: #2f9aea;
}
.shear-btn:nth-child(3) {
  background: #30487c;
}
.shear-btn:nth-child(4) {
  background: #016486;
}

.header-content .inner h1 {
  font-size: 110px;
  font-family: "Montserrat", sans-serif;
}

.header-content .inner h1 {
  margin-top: 25px;
  margin-bottom: 30px;
}
.cursive {
  font-family: "Dancing Script", cursive;
  text-transform: none;
}
.mc-nameplate .header-content {
  margin-top: 150px !important;
}
.hero .mc-text-small {
  font-size: 15px;
}
.movie-content .producer_footer {
  float: right;
}

@media only screen and (max-width: 1550px) {
  .mc-nameplate .header-content {
    margin-top: 76px !important;
  }
}

/* .member_slider_section .owl-theme .owl-nav [class*=owl-]>span {
  background: #932635;
  position: absolute;
  z-index: 9999;
  height: 42px !important;
  width: 25px;
  opacity: unset !important;
  display: block !important;
  font-size: 20px;
  line-height: 42px !important;
} */

.member_slider_section .owl-carousel .owl-nav button.owl-prev>span {
  left: 0;
}

.member_slider_section .owl-carousel .owl-nav button.owl-next>span {
  right: -2px;
}

.member_slider_section .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  width: 100%;
  left: -7px;
  top: 33%;
  z-index: 99;
}