@charset "utf-8";
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #000 linear-gradient(45deg, #000, #000);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 8px;
  background-color: rgba(135, 150, 165, .1);
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url("../images/big-box-series-loader-bg.jpg") center no-repeat;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background-color: rgb(21 21 21 / 85%);
  width: 51%;
  height: 100%;
  z-index: 1000;
}
.loader-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgb(21 21 21 / 85%);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.loader-wrapper .loader-section.section-left {
  left: 0
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.9s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.9s 0.8s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .loader-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all .3s 1s ease-out;
}
.loader {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(45deg);
  z-index: 99999;
  @media only screen and (max-width: 991px) {
    top: 35%;
    left: 30%;
    width: 150px;
    height: 150px;
  }
}
.loader span {
  position: absolute;
  display: block;
  border: 15px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 10px 0 #e0e0e0, inset 0 10px 0 #e0e0e0;
  animation: animate 4.5s ease-in-out infinite;
}
.loader span:nth-child(1) {
  animation-delay: 0s;
}
.loader span:nth-child(2) {
  animation-delay: -1.5s;
}
.loader span:nth-child(3) {
  animation-delay: -3.0s;
}
@keyframes animate {
  0% {
    transform: translateZ(-100px);
    width: 100%;
    height: 100%;
  }
  25% {
    transform: translateZ(100px);
    width: 100%;
    height: 100%;
  }
  50% {
    transform: translateZ(100px);
    width: 35%;
    height: 35%;
  }
  75% {
    transform: translateZ(-100px);
    width: 35%;
    height: 35%;
  }
  100% {
    transform: translateZ(-100px);
    width: 100%;
    height: 100%;
  }
}
.skip-loader {
  z-index: 99999;
  position: absolute;
  padding: 10px 35px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  border-radius: 35px;
  cursor: pointer;
  right: 50px;
  bottom: 50px;
  background-image: linear-gradient(to right top, #e41e26, #cd181d, #b61115, #a00a0d, #8b0304);
  box-shadow: 5px 2px 10px 0px rgba(45, 23, 70, 0.2) inset, -5px -3px 8px 0px rgba(71, 23, 11, 0.2) inset !important;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.m-auto {
  margin: 0 auto;
}
.title-font {
  font-family: var(--bigShoulder-font);
  letter-spacing: 1px;
}
.mb-30 {
  margin-bottom: 30px;
}
.main-logo img {
  width: 86px;
  height: auto;
}
.footer-logo {
  max-width: 80px;
}
/*
.newest-release-slider {
    margin-left: 65px;
    margin-right: 65px;    
}
*/
.menu_list li a:hover {
  background: -webkit-linear-gradient(#e31f26, #8b0304);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.style-bbs.movie-card-small.style-three .details {
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  border-radius: 40px;
  padding: 20px;
  margin-bottom: -100%;
  transition: margin 500ms;
  text-align: center;
}
.style-bbs.movie-card-small.style-three:hover .details {
  margin-left: 0;
  margin-bottom: 0;
}
.upcoming-sec {
  padding-left: 65px;
  padding-right: 65px;
}
.style-four .details {
  text-align: center;
}
.all-movie-sec .movie-card-small.style-three:hover .details {
  margin-bottom: -13%;
}
.director-sec {
  background: #07080a;
}
.newest-release-slider .movie-card-small .thumb img {
  height: 540px;
  object-fit: cover;
}
.all-movie-sec .movie-card-small .thumb img {
  height: 560px;
  object-fit: cover;
}
.cb img {
  bottom: 4px;
  position: relative;
  width: 80px;
}
.director-sec .responsive--description {
  font-size: 20px;
  line-height: 28px;
}
.movie-wrapper {
  display: grid;
  gap: 30px;
  column-count: 4;
  grid-template-columns: repeat(4, 1fr);
  /*  grid-template-rows: 1fr 1fr 1fr;*/
  padding: 0 70px;
}
.team-desc li {
  line-height: normal;
}
ul.team-post {
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #999 !important;
}
.team-details {
  background: #1e1e1e !important;
  padding: 25px !important;
  border-radius: 20px !important;
}
.team-img {
  border-radius: 25px;
}
.conact-us-sec {
  background: #0a0a0a;
}
.col-row {
  margin-bottom: 25px;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 25px;
}
.col-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.iframe-block {
  line-height: 0;
  position: relative;
}
.iframe-block iframe {
  height: 500px;
  border-radius: 25px;
  padding: 7px;
  background: linear-gradient(180deg, #181818 7.27%, #464646 99.21%);
}
.project-main .movie-card-small .thumb img {
  height: 480px;
  object-fit: cover;
}
.gallery-btn, .link-btn {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  top: 50%;
}
.movie-card-small:hover .gallery-btn {
  margin-top: 0;
}
.gallery-btn img, .link-btn img {
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.27) 12.14%, rgba(255, 255, 255, 0.09) 86.99%);
  padding: 20px;
  border-radius: 50%;
}
.video-slide .movie-name {
  font-size: 24px !important;
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: 700 !important;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.skills-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/review.jpg);
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.skills-overlay {
  background: rgb(8 8 8 / 90%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 0;
}
.skillcontainer {
  align-items: center;
  justify-content: center;
  padding: 0px 10px 0px;
  position: relative;
}
.skillcontainer .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*  justify-content: space-between;  */
  gap: 20px;
}
.skillcontainer .wrapper .card {
  background: #181818;
  width: calc(25% - 20px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 35px;
}
.wrapper .card:hover {
  background-color: #000;
  color: black;
  transform: translateY(-14px);
  transition: background 1s, color 1s, transform 0.5s;
}
.skillcontainer .wrapper .card .circle {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  cursor: default;
}
.skillcontainer .card .circle .box, .skillcontainer .card .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.skillcontainer .card .circle .box {
  height: 100%;
  width: 100%;
  background: #111;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
.skillcontainer .card .circle:hover .box {
  transform: translate(-50%, -50%) scale(0.91);
}
.skillcontainer .card .circle .box span, .skillcontainer .wrapper .card .text {
  background: -webkit-linear-gradient(left, #ffffff, #c5c5c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.skillcontainer .circle .box span {
  font-size: 38px;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
.skillcontainer .card .circle:hover .box span {
  transform: translate(-45%, -45%) scale(1.09);
}
.skillcontainer .card .text {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  line-height: normal;
  text-align: center;
}
img.cal-icon {
  width: 16px;
  filter: brightness(0) invert(1);
}
.cal-icon-home {
  filter: brightness(0) invert(1) !important;
  width: 12px;
}
/*
.thumb-link {
    position: relative;
}
*/
.movie-card-small.style-director-project .thumb::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 70%) 80%, #000000 95%);
  transform-origin: center;
  transition: all 300ms ease;
}
.movie-card-small.style-director-project:hover .thumb::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.style-director-project .details {
  text-align: center;
}
.media-img {
  height: 460px;
  object-fit: cover;
  object-position: top;
}
.gallery-img {
  height: 480px;
  object-fit: cover;
}
#error_data {
  color: red;
  margin: 0px 0 10px;
  font-weight: 500;
}
.alert {
  margin-bottom: 0px;
}
.music-audio {
  position: fixed;
  bottom: 70px;
  z-index: 999;
  right: 60px;
}
#play, #pause {
  float: left;
  width: 45px;
}
#play:hover, #pause:hover {
  cursor: pointer;
}
#pause {
  display: none;
}
.movie-main .movie-card-small .thumb img {
        height: auto;
    }

.movie-detail .video-release-slider .movie-name a {
    pointer-events: none;
}
@media only screen and (min-width: 979px) and (max-width: 1100px) {
  .all-movie-sec .movie-card-small .thumb img {
    height: 290px;
  }
  .movie-wrapper {
    gap: 20px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1099px) {
  .director-sec .responsive--description {
    font-size: 17px;
    line-height: 23px;
  }
  .director-sec .responsive--title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .mobile-banner {
    height: 100vh;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .all-movie-sec .movie-card-small .thumb img {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-banner {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .movie-wrapper {
    gap: 30px;
    column-count: 2;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 25px;
  }
  .all-movie-sec .movie-card-small .thumb img {
    height: 400px;
  }
  .desktop-banner {
    display: none;
  }
  .contact-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main-logo img {
    width: 55px;
  }
  .secondary-nav {
    padding: 12px 0;
  }
  .secondary-nav--right .profile-btn, #navigation-button2 {
    width: 40px;
    height: 40px;
    padding: 7px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    background: #fff;
    border-radius: 50%;
  }
  .upcoming-sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .movie-wrapper {
    column-count: 1;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
  }
  .all-movie-sec .movie-card-small .thumb img {
    height: 460px;
  }
  .movie-card-small:hover .options {
    top: 10px;
    right: 10px;
  }
  .movie-card-small.style-three:hover .thumb {
    transform: scale(1);
  }
  .movie-card-small.style-three:hover .details {
    margin-left: 0;
    margin-bottom: 0px !important;
    margin-right: 0;
    padding: 20px;
  }
  .movie-details-banner .banner-title {
    line-height: 56px;
  }
  .movie-details-banner .thumb video {
    object-fit: contain;
    transform: translate(-50%, -50%) scale(1.35);
  }
  .skillcontainer .wrapper {
    gap: 10px;
  }
  .skillcontainer .wrapper .card {
    width: calc(50% - 10px);
    padding: 20px 20px 18px;
  }
  .skillcontainer .card .text {
    font-size: 18px;
  }
  .skillcontainer .wrapper .card .circle {
    height: 110px;
    width: 110px;
  }
  .bar canvas {
    width: 110px !important;
    height: 110px !important;
  }
  .director-sec .responsive--description {
    font-size: 16px;
    line-height: 24px;
  }
  .team-details {
    padding: 15px !important;
  }
  .movie-casting .cast--item {
    padding: 0px 15px 15px;
  }
  .movie-casting .cast--item:first-child {
    padding: 27px 15px 15px;
  }
  .movie-casting .cast--name {
    margin-bottom: 0;
  }
  .movie-detail .swiper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .movie-main .movie-card-small .thumb img {
    height: auto;
  }
  .iframe-block iframe {
    height: 400px;
  }
	
	.music-audio {
    bottom: 10px;
    right: 10px;
}
}
@media only screen and (max-width: 479px) {
  .secondary-nav--left {
    width: 30%;
  }
  .secondary-nav--right {
    width: 70%;
  }
}
@media only screen and (max-width: 399px) {
  .secondary-nav--right {
    gap: 5px;
  }
}
@media only screen and (max-width: 359px) {
  .social-media--link, .menu-btn {
    width: 36px;
    height: 36px;
  }
  .home-two-slider .content {
    margin-bottom: 25px;
  }
}
ul.social-media {
    margin-top: 33px;
}