@charset "utf-8";
#olderbrowser {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.42857143;
  letter-spacing: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #000000;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
:focus {
  outline: none !important;
}
a,
a:hover,
a:active,
a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.container-fluid,
.container {
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin: 0 auto;
}
.container {
  max-width: 1240px;
}
.inner-container {
  padding: 0 5em;
}
.row {
  margin: 0 -1.5em;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.col {
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
.clearfix {
  clear: both;
}
.hidden-sm {
  display: block;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.video-holder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video, #ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*== FADE ANIMATION ==*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*== FORM SETTING ==*/
.form-group * {
  font-family: "Montserrat", sans-serif;
}
.form-group {
  max-width: 565px;
  margin: 2em auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.form-group:first-child {
  margin-top: 0;
}
.form-group label {
  margin-left: 1.1em;
  margin-bottom: 0.5em;
  font-size: 1.9em;
  font-weight: 800;
  color: #000000;
}
.form-group label span {
  font-weight: 300;
  font-size: 0.8em;
}
.form-control {
  width: 100%;
  height: inherit;
  display: block;
  margin: 0;
  color: #cd9327;
  font-size: 1.9em;
  background: transparent;
  border: 0.15em solid #cd9327;
  padding: 0.8em 1em;
  border-radius: 0;
  line-height: inherit;
  font-weight: 800;
}
.radio-wrapper {
  margin-bottom: 1rem;
}
.radio-wrapper .form-control:checked,
.radio-wrapper .form-control:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-wrapper .form-control:checked + label,
.radio-wrapper .form-control:not(:checked) + label {
  position: relative;
  padding-left: 2em;
  margin-left: 2.5em;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.4em;
}
.radio-wrapper .form-control:checked + label:before,
.radio-wrapper .form-control:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cd9327;
  border-radius: 100%;
  background: #fff;
}
.radio-wrapper .form-control:checked + label:after,
.radio-wrapper .form-control:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #cd9327;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-wrapper .form-control:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-wrapper .form-control:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.select-wrapper {
  overflow: hidden;
  position: relative;
}
.select-wrapper::after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 0;
  border: 1em solid #cd9327;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 2em;
  top: 44%;
  pointer-events: none;
}
.select-wrapper .form-control {
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select option {
  background-color: #ffffff !important;
  font-weight: 800 !important;
  color: 000000 !important;
}
.select-wrapper select option:hover {
  background-color: #cd9327 !important;
  color: #ffffff !important;
}
.checkbox {
  padding-top: 1em;
  display: flex;
}
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label::before {
  content: "";
  border: 0.15em solid #422c19;
  padding: 0.8em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox input:checked + label::before {
  background: #271d19;
}
.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.6em;
  width: 0.5em;
  height: 1.1em;
  border: solid #d2a06c;
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}
.checkbox p {
  width: 90%;
  margin: 0 0 0 1em;
  color: #a26949;
  font-size: 1em;
}
.checkbox a {
  color: #d2a06c;
  text-decoration: underline;
}
.errorMessage {
  color: #e59e74;
  background-color: rgba(255, 0, 0, 0.4);
  border: 0.1em solid rgba(255, 0, 0, 0.5);
  text-align: center;
  font-size: 1.6em;
  display: none;
  max-width: 600px;
  margin: 0 auto;
}
.recaptcha-block,
.form-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit-btn {
  padding: 0.6em 1.8em;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 2.2em;
  cursor: pointer;
  background: #cd9327;
  border: none !important;
  color: #ffffff;
}
.submit-btn:hover {
  background: #000000;
}
.select-wrapper .form-control,
.submit-btn {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.select-wrapper select:valid {
  color: #eda175;
}
.select-wrapper select:invalid {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000000;
  opacity: 1;
}
.select-wrapper .form-control option:not(:checked) {
  color: #000000;
}

/*== SLIDER SETTING ==*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide > div {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.slick-slider .slide-arrow[aria-disabled="true"] {
  opacity: 0.3;
  cursor: not-allowed;
}
.slick-slider .slide-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slide-arrow svg {
  width: 100%;
  pointer-events: none;
}
.slick-slider .prev-arrow {
  left: 0;
  transform: translate(-100%, -50%);
}
.slick-slider .next-arrow {
  right: 0;
  transform: translate(100%, -50%);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 2em;
  left: 0;
}
.slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-slide:not(.slick-current) video {
  visibility: hidden !important;
}

/*== FOOTER ==*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47px;
  padding: 0 2em;
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #1c1c1c;
  z-index: 2;
}
.footer > p {
  display: flex;
  align-items: center;
  flex: 3;
  font-size: 1.2em;
}
.footer > p > a {
  color: #ffffff;
  margin: 0 0.5em;
}
.footer > p.footer__copyright {
  flex: 6;
  font-size: 1.3em;
  justify-content: center;
}
.footer__copyright > img {
  margin-right: 0.6rem;
  height: 1.5em;
}
.footer__left > span {
  margin-right: 0.5em;
  font-weight: 800;
}
.footer__right {
  justify-content: flex-end;
}

/*== HEADER ==*/
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 83px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #112135;
  background: #0152b2;
  color: #ffffff;
  padding: 0 3em;
}
/* .navbar__left {
  padding-left: 0.8em;
} */
.navbar__logoContainer > img {
  height: 53px;
}
.navbar__logoContainer > span {
  margin-left: 0.4em;
  font-size: 2.6em;
  font-weight: 700;
}
.navbar__middle {
  flex: 1;
}
.mainNav ul > li {
  margin-left: 4.5em;
}
.mainNav ul > li > a {
  color: #ffffff !important;
  font-size: 1.8em;
  font-weight: 600;
}
.navIconMovies__text {
  margin-right: 1.2em;
  font-size: 1.8em;
  font-weight: 600;
}
.navIconMovies__icon {
  width: 36px;
  height: 36px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 4px 4px;
  cursor: pointer;
}
.navIconMovies__icon > div {
  background: #ffffff;
  pointer-events: none;
}
.navMovieList,
.navHamburgerMenu {
  position: fixed;
  right: 0;
  top: 83px;
  width: 100%;
  max-width: 390px;
  max-height: 75vh;
  overflow-y: auto;
  /* background: rgba(0, 0, 0, 0.9); */
  z-index: 1;
  /* transition: opacity 0.5s ease;
  padding: 3.5em 5em; */
}
.navMovieList,
.navHamburgerMenu {
  scrollbar-width: none;
}
.navMovieList::-webkit-scrollbar,
.navHamburgerMenu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.navMovieList .mask,
.navHamburgerMenu .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.navHamburgerMenu .mask {
  display: none;
}
.navMovieList .mask rect,
.navHamburgerMenu .mask rect {
  position: absolute;
  top: 0;
  left: 0;
}
.navMovieList ul {
  padding: 3.5em 5em;
  background: rgba(0, 0, 0, 0.9);
}
.navMovieList ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.navMovieList__link {
  display: flex;
  align-items: center;
}
.navMovieList__link * {
  pointer-events: none;
}
.navMovieList__poster img {
  display: block;
  width: 72px;
  height: 106px;
  object-fit: cover;
}
.navMovieList__name {
  color: #ffffff !important;
  font-size: 1.6em;
  font-weight: 600;
  padding-left: 1.25em;
}
.navIconHamburger {
  width: 22px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
  display: none;
  cursor: pointer;
}
.navIconHamburger > div,
.navIconHamburger > div::before,
.navIconHamburger > div::after {
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: relative;
  pointer-events: none;
}
.navIconHamburger > div::before,
.navIconHamburger > div::after {
  position: absolute;
  top: 0;
  left: 0;
}
.navIconHamburger > div::before {
  content: "";
  transform: translateY(-300%);
}
.navIconHamburger > div::after {
  content: "";
  transform: translateY(300%);
}
.navHamburgerMenu {
  background: #1d1d1d;
  max-width: 100%;
  max-height: none;
}
.navHamburgerMenu ul {
  justify-content: center;
  padding: 1.2em 0;
}
.navHamburgerMenu ul > li {
  padding: 0 3em;
}
.navHamburgerMenu__link {
  display: block;
  font-size: 1.6em;
  font-weight: 600;
  color: #ffffff !important;
}

/*== COMMON ==*/
.main__container {
  padding: 83px 0 45px;
}
.common__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1em;
}
.hrLine {
  width: 100%;
  height: 1px;
  background: #000000;
}
.section {
  padding: 40px 0;
}
.section__heading {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 20px;
}

/*== LANDING PAGE ==*/
.heroSlider__heading {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.7em;
  padding: 0.2em;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.heroSlider__item > div {
  position: relative;
}
.heroSlider__item > div img {
  width: 100%;
}
.navbar__cta {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2em;
  padding-top: 2em;
}
.navbar__cta>a{
  margin: 0 auto;
}
/* .navbar__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d7a04d;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.3em;
  width: 165px;
  height: 38px;
  box-shadow: inset 0 2px 2px rgba(228, 203, 150, 0.7), inset 0 -2px 2px rgba(104, 82, 36, 0.7), 0 1px 2px rgba(123, 118, 109, 1);
} */
.navbar__ctaBtn {
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 165px;
  pointer-events: none;
}
.navbar__ctaBtn .mask {
  z-index: 900;
}
.navbar__ctaBtn svg,
.navbar__ctaBtn p {
  position: absolute;
  left: 0;
  top: 0;
}
.navbar__ctaBtn svg {
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
}
.navbar__ctaBtn p {
  overflow: hidden;
  height: 38px;
  width: 165px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar__ctaBtn .hidetext {
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85em;
}
.heroSlider__container,
.heroSlider__item > * {
  padding: 0 !important;
}
.heroSlider__container .prev-arrow {
  left: 0 !important;
  transform: translate(0, -50%);
}
.heroSlider__container .next-arrow {
  right: 0 !important;
  transform: translate(0, -50%);
}
/* Hero Animation */
.heroAnimation__container {
  position: relative;
  overflow: hidden;
}
.heroAnimation__container .image-box,
.heroAnimation__container .image-box > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.heroAnimation__container #image-box1 {
  z-index: 1;
}
.heroAnimation__container #image-box2 {
  z-index: 0;
}
.heroAnimation__container .slide {
  display: block;
  width: 100vw;
}
.heroAnimation__container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0 100%);
}
.heroAnimation__container .dummySlide {
  display: block;
  width: 100%;
}
.heroAnimation__container .sliderArrows {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.heroAnimation__container .sliderArrows svg {
  width: 100%;
  pointer-events: none;
}
.heroAnimation__container .sliderArrows.prev {
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none' stroke='%23c4c4c4' stroke-width='3'%3E%3Cpath d='M30.763,14.478L20.725,24.516,30.763,34.553'/%3E%3C/svg%3E");
}
.heroAnimation__container .sliderArrows.next {
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none' stroke='%23c4c4c4' stroke-width='3'%3E%3Cpath d='M19.236,14.478L29.274,24.516,19.236,34.553'/%3E%3C/svg%3E");
}
.heroAnimation__container .slideDots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 2em;
  left: 0;
}
.heroAnimation__container .slideDots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.heroAnimation__container .slideDots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 2px solid #ffffff;
  outline: none;
  background: transparent;
}
.heroAnimation__container .slideDots li.active button {
  background: #ffffff;
}

/* MOVIES GRID */
.moviesGrid__section {
  padding: 3em 3em;
}
.moviesGrid__container {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5em;
  row-gap: 5em;
}
.moviesGrid__item a {
  display: block;
}
.moviesGrid__item a * {
  pointer-events: none;
}
.moviesGrid__item img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.moviesGrid__item figcaption {
  font-size: 1.8em;
  line-height: 1.1;
  padding: 0.3em 1em 0 0;
  font-weight: 800;
  color: #000000;
}

/*== FILM PAGE ==*/
.subNavPadding {
  padding-top: 46px;
}
/* Section Setting */
.section {
  padding: 3.5em 0 6em;
}
.section-heading {
  line-height: 1.1;
  font-size: 3.4em;
  font-weight: 800;
  margin-bottom: 0.7em;
  color: #000000;
}
.section-heading.light {
  color: #ffffff;
}
/* Hero Section */
.film__heroSection .navbar__cta {
  padding-bottom: 2em;
}
.heroSection__container {
  position: relative;
}
.heroSection__img img {
  width: 100%;
  display: block;
}
.heroSection__content {
  position: absolute;
}
.heroSection__content.left.top {
  left: 4.8em;
  top: 4em;
}
.heroSection__content.left.center {
  left: 4.8em;
  top: 50%;
  transform: translateY(-50%);
}
.heroSection__content.left.bottom {
  left: 4.8em;
  bottom: 4em;
}
.heroSection__content.right.top {
  right: 4.8em;
  top: 4em;
}
.heroSection__content.right.center {
  right: 4.8em;
  top: 50%;
  transform: translateY(-50%);
}
.heroSection__content.right.bottom {
  right: 4.8em;
  bottom: 4em;
}
.heroSection__heading {
  font-weight: 800;
  font-size: 6em;
  color: #313131;
}
.heroSection__text {
  max-width: 560px;
  font-weight: 600;
  font-size: 1.7em;
  margin-bottom: 0.5em;
  color: #414141;
}
.heroSection__readMore {
  font-weight: 800;
  font-size: 1.6em;
  color: #313131;
  cursor:pointer;
}
.heroSection__btnContainer {
  display: none;
  justify-content: center;
  gap: 1em;
  padding: 1.5em 2.5em;
}
.heroSection__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0152b2;
  color: #ffffff;
  font-size: 1.6em;
  width: 220px;
  height: 45px;
  font-weight: 800;
}
/* Review Section */
.reviewSection__container {
  background-image: url(../assets/dune/bg_review.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #dce1d7;
  min-height: 260px;
  padding: 3em 0;
}
.laurel__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 3em; */
  font-size: 0.95em;
}
.laurel__boxItem {
  /* width: 231px; */
  height: 120px;
 /* background-image: url(../img/laurels.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  margin: 10px;
}
.laurel__boxItem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.laurel__boxItem > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.laurel__category {
  font-weight: 800;
  font-size: 1.7em;
  margin-bottom: 0.1em;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.laurel__names {
  font-size: 1.1em;
  line-height: 1.3;
}
.laurel__author {
  color: #0152b2;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
/* Watch Section */
.watchVideoNav,
.watchVideoNav__item figure {
  padding: 0 2.5em;
}
.watchSection__videoCaption,
.watchVideoNav__item figcaption {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 800;
  padding: 0.7em;
}
.watchVideoNav__item figcaption {
  padding: 0.7em 1em;
}
.watchVideoNav .slide-arrow {
  top: 95px;
}
.watchVideoNav .prev-arrow {
  left: -15px;
  transform: translate(0, -50%);
}
.watchVideoNav .next-arrow {
  right: -15px;
  transform: translate(0, -50%);
}

/* Explore Section */
.film__exploreSection {
 /* background-image: url(../assets/dune/bg_explore.jpg);*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #000000;
}
.exploreSlider__item > figure {
  position: relative;
}
.exploreSlider__item figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.exploreSlider__item figcaption.posCenter {
  top: 50%;
  transform: translateY(-50%);
}
.exploreSlider__item figcaption.posTop {
  top: 0;
}
.exploreSlider__item figcaption.posBottom {
  bottom: 0;
}
.exploreSlider__item figcaption p {
  max-width: 700px;
  margin: 0 auto;
  padding: 1em;
  font-size: 2.2em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #ffffff;
}
.exploreSlider__item figcaption p span {
  background: #d7a04d;
  padding: 0 0.3em;
}
.exploreSliderNav {
  display: none;
  margin-top: 1em;
}
.exploreSlider .slide-arrow {
  background: rgba(1, 82, 178, 0.75);
}
.iframe-wrapper{
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.iframe-wrapper iframe{
    position: absolute;
    top: 0; 
    bottom: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    border: 0;
}
/* Listen Section */
.music__player,
.listenSlider,
.listenSlider__item > * {
  padding: 0 2.5em;
}
.listenSlider .slick-track {
    display: flex !important;
}
.listenSlider .slick-slide {
  height: inherit !important;    
  position: relative;
}
.listenSlider .slide-arrow {
  transform: translate(0, -50%);
}
.music__box {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.music__info {
  padding: 0 1.5em;
  padding-bottom: 65px !important;
}
.music__infoTitle {
  font-size: 2.4em;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.1;
}
.music__infoDesc {
  margin-bottom: 1em;
}
.music__infoDesc label {
  display: block;
  color: #0152b2;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.1em;
}
.music__infoDesc p {
  font-size: 1.8em;
  font-weight: 500;
}
.music__player {
  /* margin-top: 3.5em; */
  color: #ffffff;
  /* background: #000000; */
  border-bottom: 1em solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*Added By Jyoti*/
  /* height:30px; */
}
.music__player.active {
  border-bottom-color: #0152b2;
}

/* Read Section */
.film__readSection {
  /*background-image: url(../assets/dune/bg_read.jpg);*/
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  line-height: 1.2;
}
.readSlider,
.readSlider__item > * {
  padding: 0 2.5em;
}
.readSlider .slide-arrow {
  top: 37%;
  transform: translate(0, -50%);
}
.article__heading {
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.6em;
  margin-top: 0.8em;
  color: #000000;
}
.article__text {
  margin-top: 0.4em;
  font-weight: 300;
  font-size: 1.5em;
  color: #ffffff;
}

/* FYC Section */
.fycSection__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
}
.fycSection__gridCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fycSection__gridCol > div {
  margin-bottom: 1.2em;
}
.fycSection__gridCol > div > h4 {
  font-size: 1.6em;
  margin-bottom: 0.3em;
  font-weight: 900;
  line-height: 1.2;
  color: #0152b2;
}
.fycSection__gridCol > div > h5,
.fycSection__gridCol > div > p {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
}
.fycSection__gridCol > div > p > span{
  font-size: 0.85em;
}
.fycSection__gridCol > div > h5 {
  color: #0152b2;
  margin: 0.3em 0 0.1em;
}
.fycSection__gridCol > div > h5:first-of-type {
  margin-top: 0;
}

/* FYC Section */
.film__guildPassSection {
  background: #000000;
  color: #ffffff;
}
.guildPassSection__subHeading {
  font-weight: 500;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.guildPassSection__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}
.guildPassSection__gridCol {
  display: flex;
  flex-direction: column;
}
.guildPassSection__gridColHeading {
  font-size: 1.6em;
  margin-bottom: 0.2em;
  font-weight: 800;
  color: #0152b2;
}
.guildPassSection__gridColValue {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
}

/*== SCREENING PAGE ==*/
.screening__bannerSection {
  background-color: #000000;
  position: relative;
  overflow-x: hidden;
}
.screening__bannerBg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  /*left:0;
  transform: translateX(5%);*/
  transform:none !important;
}
.screening__bannerBg.desktop {
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.screening__bannerBg.mobile {
  display: none;
}
.screeningPage__container {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.bannerSection__content {
  padding: 2em 0 3em;
}
.bannerSection__heading {
  max-width: 100%;
  display: block;
}
.bannerSection__heading > img {
  max-width: 80%;
}
.bannerSection__text {
  font-size: 1.7em;
  font-weight: 500;
  margin-top: 0.3em;
  line-height: 1.6;
  color: #ffffff;
}
.bannerSection__headingText {
  display: none;
  font-size: 2.6em;
  font-weight: 800;
}
/* Find Screenings */
.findSection__heading {
  color: #d6a04c;
  font-weight: 800;
  margin-bottom: 0.5em;
  font-size: 2.8em;
}
.findSection__tabs {
  overflow: hidden;
}
.findSection__tabItem {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.findSection__tabItemLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1em 0.7em;
  font-size: 2.6em;
  color: #000000;
  border: 2px solid #d7a04d;
  border-radius: 0.15em;
  font-weight: 500;
  cursor: pointer;
}
.findSection__tabItemLabel::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  transform: rotate(45deg);
  border: 0.2em solid #d7a04d;
  border-left: none;
  border-bottom: none;
  transition: all 0.35s;
}
.findSection__tabItemLabel.active::after {
  transform: rotate(135deg);
}
.findSection__tabItemContent {
  max-height: 0;
  overflow: hidden;
  color: #313131;
  transition: max-height 0.35s ease-in-out;
}
.screeningInfo__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 20px;
  padding: 2em 0;
}
.screeningInfo__boxTop {
  display: flex;
}
.screeningInfo__boxDate {
  min-width: 100px;
  height: 100px;
  background: #313131;
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.screeningInfo__boxDate p {
  font-size: 5em;
}
.screeningInfo__boxDate p:last-child {
  font-size: 1.35em;
}
.screeningInfo__boxDesc {
  padding: 0.5em 0 0 1em;
  font-size: 1.15em;
}
.screeningInfo__boxBottom {
  display: flex;
  padding-top: 20px;
}
.screeningInfo__boxBtn {
  display: block;
  padding: 0.33em 1.4em;
  font-size: 2.1em;
  font-weight: 800;
  color: #ffffff !important;
  background: #cd9327;
  letter-spacing: 1px;
}
.screeningInfo__boxBtn:hover {
  background: #000000;
}
/* Secreening FYC Section */
.screening__fycSection, .screening__fycSectionMobileBG {
  /*background-image: url(../assets/dune/screening/bg_fyc.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  position: relative;
}
.screening__fycSectionMobileBG {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center top !important;
}
.screening__fycSection .fycSection__gridCol > div > h4,
.screening__fycSection .fycSection__gridCol > div > h5 {
  color: #389997;
}/*
.screening__fycSection .crymacho_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .crymacho_screening_fyc .fycSection__gridCol > div > h5 {
  color: #ec431c;
}
.screening__fycSection .dune_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .dune_screening_fyc .fycSection__gridCol > div > h5 {
  color: #389997;
}
.screening__fycSection .intheheights_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .intheheights_screening_fyc .fycSection__gridCol > div > h5 {
  color: #e48e41;
}
.screening__fycSection .kingrichard_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .kingrichard_screening_fyc .fycSection__gridCol > div > h5 {
  color: #e9404e;
}
.screening__fycSection .kingrichard_screening_fyc .fycSection__gridCol > div > p,
.kingrichard_screening__fycSection .section-heading{
  color: #7e758c;
}
.screening__fycSection .nosuddenmove_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .nosuddenmove_screening_fyc .fycSection__gridCol > div > h5 {
  color: #008e6e;
}
.screening__fycSection .themanysaintsofnewark_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .themanysaintsofnewark_screening_fyc .fycSection__gridCol > div > h5 {
  color: #bf1e16;
}
.screening__fycSection .thesuicidesquad_screening_fyc .fycSection__gridCol > div > h4,
.screening__fycSection .thesuicidesquad_screening_fyc .fycSection__gridCol > div > h5 {
  color: #ffc800;
}*/
.screening__fycSection .fycSection__gridCol > div > p {
  color: #ffffff;
}
.screeningLandingPage__container .moviesGrid__container {
  max-width: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*== SCREENING FORM DESC ==*/
.screeningForm,
.overlay-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.overlay-backdrop {
  background: rgba(255, 255, 255, 1);
  z-index: -1;
}
.screeningForm {
  text-align: center;
  overflow-y: auto;
  padding-top: 129px;
  /*transition: opacity 0.2s ease-in-out;*/
}
.screeningForm__container {
  /*transition: opacity 0.5s ease-in-out 0.3s;*/
}
.screeningForm__descContainer {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0;
}
.screeningForm__descHeading {
  font-size: 3em;
  font-weight: 800;
}
.screeningForm__descText {
  margin-top: 30px;
  margin-bottom: 40px;
}
.screeningForm__descText p {
  font-size: 1.8em;
}
.rsvpFormDate {
  text-transform: uppercase;
}
.screeningForm__note {
  font-weight: 800;
  color: #102036;
  font-size: 2em;
}
.submitStatus {
  font-weight: 400;
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 20px;
}
#closeScreeningForm {
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px;
  color: #102036;
  font-size: 1.5em;
  font-weight: 700;
  background: rgba(0, 77, 180, 0.2);
  cursor: pointer;
  position: absolute;
  right: 0;
}
#guestTextField {
  max-height: 0;
  transition: max-height 0.35s ease-in-out;
  overflow: hidden;
}
#guestTextField.active {
  max-height: 250px;
}

/****************
Added By Jyoti
*****************/
.landingMovietitle, #findScreeningsCTA, .filmPageLogo{
	cursor:pointer;
}
.text_align_center{
	text-align:center;
}
.videoPageCaption {
    font-size: 1.5em;
}
/*Video**/

video:-webkit-full-screen {
   width: 100%;
   height: 100%;
   max-height: 100%;
}
#videoSlider .jwplayer, .jw-error,.videoSlider .jwplayer, .jw-error{
    display: inline-block !important;
    vertical-align: baseline;
}

.html-video1-macfix{
	position:fixed;	
}
.animsition-overlay-mac-fs {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

/*Video**/

/************* Score / Song Start ******************/

#scoreSection .jwplayer, #scoreSection .jw-error{
    display: inline-block !important;
    vertical-align: baseline;
	/*width:230px !important;*/
}

/************* Score / Song End ******************/
 
/************* RSVP Form Start******************/
#loginScreen,
#rsvpScreen,
#ageGateRestrict {
  display: none;
}
#agegateContainer {
  display: none !important;
}
#loginScreen {
  text-align: center;
}
#loginScreen.form-group label {
  margin: 0;
}
.submitStatus {
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 20px;
}
.rsvpFormDate{
	text-transform:uppercase;
}
.loginScreenHeading {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-align: center;
    padding-bottom: 20px;
}
.filmPageLogo{
	cursor:pointer;
}
.findScreeningButton{
	cursor:pointer;
	visibility:hidden;
}
/************* RSVP Form End******************/
/************* Cancel RSVP Start******************/
.cancelRSVP__wrapper {
  text-align: center;
}
.cancelRSVPHeading,
.page-heading {
  font-weight: 800;
  font-size: 3em;
  margin: 0 auto;
  padding: 1em 0 0.3em;
  /* color: #004db4; */
}
/* .cancelRSVPContainer {
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	font-size: 80px;
	color: #0169d1;
	line-height: 80px;
	margin: 0 auto;
	padding-bottom: 35px;
	margin-bottom: 30px;
	text-decoration: none;
} */
.cancel_rsvp_text {
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 1.6em;
}
/* #login, .cancelRSVPContainer #headerText{
		font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0169d1;
    padding-bottom: 35px;
    text-decoration: none;
}
#login{
	 font-weight: 400;
} */
.cancelRSVPContainer #headerText {
  padding-bottom: 0px;
}
.cancelRSVPContainer iframe {
  width: 100%;
  height: -webkit-fill-available;
}
.cancel-rsvp-preloader {
  margin: auto;
  position: absolute;
  z-index: 100;
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
}
#onlySuccessMsg,
#showMsg {
  font-weight: 500;
  font-size: 1.5em;
  color: #665636;
  padding: 1em 0;
  display: none;
}
.watchVideoNav__item figure img{
	cursor:pointer;
}
.film__readSection object a{
	color:#000000;
}
/************* Cancel RSVP End ******************/
/***********************************************/
/*Added by Jyoti end*/
/***********************************************/

/*== MEDIA QUERIES ==*/
@media (max-width: 1600px) {
  .screeningPage__container {
    max-width: 600px;
  }
  .screeningPage__container.left {
    margin-left: 0;
    margin-right: auto;
  }
  .screeningPage__container.right {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1366px) {
  .main__container {
    padding-bottom: 30px;
  }
  .footer {
    font-size: 0.8em;
    height: 30px;
  }
  .footer__copyright > img {
    margin-right: 0.3rem;
  }
  .navHamburgerMenu ul {
    padding: 1em 0;
  }
  .subNavPadding {
    padding-top: 42px;
  }
  .screening__bannerBg.desktop {
    background-size: auto 75%;
  }
  .screeningForm {
    padding-top: 125px;
  }
  .heroSection__heading {
    font-size: 4em;
  }
  .heroSection__text {
    font-size: 1.5em;
  }
  .laurel__box {
    /* gap: 2em; */
    font-size: 0.9em;
  }
  .fycSection__gridCol > div {
    font-size: 0.8em;
  }
}

@media (max-width: 1024px) {
  .footer {
    font-size: 0.7em;
  }
  .main__container {
    padding-top: 65px;
  }
  .navbar {
    padding: 0 1.5em;
    height: 65px;
  }
  .navMovieList,
  .navHamburgerMenu {
    top: 65px;
  }
  .navHamburgerMenu {
    font-size: 0.7em;
  }
  .navIconMovies__text {
    margin-right: 1em;
  }
  .subNavPadding {
    padding-top: 30px;
  }
  .screeningForm {
    padding-top: 95px;
  }
  .navbar__left {
    padding-left: 0;
  }
  .navbar__logoContainer {
    font-size: 0.7em;
  }
  .navbar__logoContainer > img {
    height: 40px;
  }
  .navbar__logoContainer > span {
    /* font-weight: 800; */
    font-size: 2.4em;
  }
  .mainNav ul > li {
    margin-left: 3em;
  }
  .mainNav ul > li > a,
  .navIconMovies__text {
    font-size: 1.3em;
  }
  /* .slick-dots {
    bottom: 4.5em;
  } */
  .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .slick-dots li button {
    border-width: 1px;
  }
  .watchVideoNav .slide-arrow {
    top: 70px;
  }
  .heroAnimation__container .slideDots {
    bottom: 0.5em;
  }
  .heroSection__content.left.top {
    left: 3.5em;
    top: 2em;
  }
  .heroSection__content.left.center {
    left: 3.5em;
  }
  .heroSection__content.left.bottom {
    left: 3.5em;
    bottom: 2em;
  }
  .heroSection__content.right.top {
    right: 3.5em;
    top: 2em;
  }
  .heroSection__content.right.center {
    right: 3.5em;
  }
  .heroSection__content.right.bottom {
    right: 3.5em;
    bottom: 2em;
  }
  .heroSection__heading {
    font-size: 3em;
  }
  .heroSection__text {
    font-size: 1.2em;
    max-width: 370px;
  }
  .heroSection__readMore {
    font-size: 1.2em;
  }
  .heroSection__btn {
    font-size: 1.4em;
    width: 170px;
    height: 36px;
  }
  .section-heading {
    font-size: 2em;
  }
  .laurel__box {
    /* gap: 1.5em; */
    font-size: 0.7em;
    padding-bottom: 5%;
  }
  .laurel__boxItem {
    /* width: 180px; */
    height: 100px;
    margin: 5px 0;
  }
  .film__exploreSection {
    background-position: right bottom;
    background-size: auto 45%;
  }
  .exploreSlider__item figcaption p {
    font-size: 1.6em;
  }
  .music__info {
    font-size: 0.7em;
  }
  .article__container {
    font-size: 0.8em;
  }
  .screening__bannerBg {
    transform: translateX(5%);
  }
  .bannerSection__heading > img {
    max-width: 400px;
  }
  .bannerSection__text {
    font-size: 1.4em;
    line-height: 1.4;
    /* max-width: 500px; */
  }
  .screeningPage__container {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  .watchVideoNav .slide-arrow {
    top: 65px;
  }
}

@media (max-width: 800px) {
  .form-control {
    padding: 0.5em 0.8em;
    font-size: 1.6em;
  }
  .form-group label {
    font-size: 1.6em;
  }
  .submit-btn {
    padding: 0.5em 1em;
    font-size: 2em;
  }
  .footer {
    height: auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .footer > p {
    padding: 0.5em 1em;
    flex: unset;
  }
  .footer > p.footer__copyright {
    order: 3;
    flex-basis: 100%;
    padding: 0 0.5em 0.5em;
  }
  .heroSlider__heading {
    font-size: 2em;
    letter-spacing: 0.4em;
    height: 36px;
  }
  .moviesGrid__container {
    column-gap: 3em;
    row-gap: 3em;
  }
  .heroSection__heading {
    font-size: 2em;
  }
  .heroSection__text {
    font-size: 1em;
  }
  .heroSection__readMore {
    font-size: 1.05em;
  }
  .heroSection__btn {
    font-size: 1.2em;
    width: 150px;
    height: 30px;
  }
  .slick-slider .slide-arrow {
    width: 34px;
    height: 34px;
  }
  .watchVideoNav .slide-arrow {
    top: 50px;
  }
  /* .watchVideoNav .prev-arrow {
    left: 0;
  }
  .watchVideoNav .next-arrow {
    right: 0;
  } */
  .watchVideoNav__item figcaption {
    font-size: 1em;
  }
  /* .laurel__box {
    column-gap: 7.5em;
    row-gap: 2em;
  } */
  .music__info {
    font-size: 0.6em;
    padding: 0 0.3em;
  }
  .film__readSection {
    background-position: 83% center;
    background-size: auto 100%;
  }
  .screeningLandingPage__container .moviesGrid__container {
    column-gap: 2em;
    row-gap: 2em;
  }
  .screening__bannerSection {
    background: transparent !important;
  }
  .screening__bannerBg {
    transform: none;
    position: static;
    height: auto;
  }
  .screening__bannerBg.desktop {
    height: 130px;
    background-size: auto 100%;
    display: none;
  }
  .screening__bannerBg.mobile {
    display: block;
  }
  .screeningPage__container {
    margin: 0 auto !important;
  }
  .bannerSection__content {
    padding: 0;
  }
  .bannerSection__heading > img {
    display: none;
  }
  .bannerSection__headingText {
    display: block;
  }
  .bannerSection__text {
    color: #000000;
    max-width: 100%;
  }
}

@media screen and (max-height: 414px) and (orientation: landscape),
  screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape),
  screen and (device-width: 414px) and (device-height: 736px) and (orientation: landscape),
  screen and (device-width: 375px) and (device-height: 667px) and (orientation: landscape),
  screen and (max-width: 767px) {
  .main__container {
    padding-top: 62px;
    padding-bottom: 38px;
  }
  .navbar {
    height: 62px;
  }
  .subNavPadding {
    padding-top: 0;
  }
  .screeningForm {
    padding-top: 62px;
  }
  .navIconMovies__text {
    display: none;
  }
  .navIconMovies__icon {
    width: 30px;
    height: 30px;
  }
  .navIconHamburger,
  .heroSection__btnContainer {
    display: flex;
  }
  .navHamburgerMenu {
    position: fixed;
    right: 0;
    padding: 0;
  }
  .navHamburgerMenu .mask {
    display: block;
  }
  .navHamburgerMenu ul {
    flex-direction: column;
  }
  .navHamburgerMenu ul > li {
    width: 100%;
    padding: 0;
  }
  .navHamburgerMenu__link {
    padding: 1em;
    font-size: 2.2em;
  }
  .navbar__middle {
    display: none;
  }
  .navMovieList,
  .navHamburgerMenu {
    top: 60px;
    max-height: calc(100% - 62px);
  }
  .heroAnimation{
    pointer-events: none;
  }
  .heroSlider__container .slide-arrow,
  .slick-dots,
  .heroAnimation__container .slideDots,
  .heroAnimation__container .sliderArrows {
    display: none !important;
  }
  .heroSlider__heading {
    font-size: 1.4em;
    letter-spacing: 0.4em;
    font-weight: 400;
    height: 30px;
  }
  .navbar__cta {
    /* display: flex; */
    display: grid;
    grid-template-columns: auto auto;
  }
  .moviesGrid__item figcaption {
    font-size: 1.3em;
    margin-top: 0.1em;
  }
  .slick-slider .slide-arrow {
    width: 25px;
    height: 25px;
    /* display: none !important; */
  }
  .slick-slider .next-arrow {
    right: -14px;
  }
  .slick-slider .prev-arrow {
    left: -14px;
  }
  .watchVideoNav .prev-arrow {
    left: -15px;
  }
  .watchVideoNav .next-arrow {
    right: -15px;
  }
  .exploreSlider .prev-arrow {
    left: 0;
  }
  .exploreSlider .next-arrow {
    right: 0;
  }
  .inner-container {
    padding: 0 2em;
  }
  .watchVideoNav,
  .watchVideoNav__item figure,
  .exploreSliderNav,
  .exploreSliderNav__item {
    padding: 0 0.6em;
  }
  .music__player,
  .listenSlider,
  .listenSlider__item > *,
  .readSlider,
  .readSlider__item > div {
    padding: 0 0.6em;
  }
  .music__info {
    padding: 0 1em;
  }
  .film__exploreSection {
    background-size: auto 60%;
  }
  .exploreSlider__item figcaption p {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .film__readSection {
    background-position: 90% center;
    background-size: auto 170%;
  }
  .article__heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
  }
  .article__text {
    display: none;
  }
  .fycSection__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 7px;
    row-gap: 20px;
  }
  .guildPassSection__subHeading {
    font-size: 1.8em;
  }
  .guildPassSection__grid {
    grid-template-columns: 1fr;
    column-gap: 1em;
    row-gap: 1em;
  }
  .guildPassSection__gridColHeading,
  .guildPassSection__gridColValue {
    font-size: 1.4em;
  }
  .screening__bannerSection {
    background: transparent !important;
  }
  .screening__bannerBg {
    transform: none;
    position: static;
    height: auto;
  }
  .screening__bannerBg.desktop {
    height: 130px;
    background-size: auto 100%;
    display: block;
  }
  .screening__bannerBg.mobile {
    display: none;
  }
  .screeningPage__container {
    margin: 0 auto !important;
  }
  .bannerSection__content {
    padding: 0;
  }
  .bannerSection__heading > img {
    display: none;
  }
  .bannerSection__headingText {
    display: block;
  }
  .bannerSection__text {
    color: #000000;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .watchVideoNav .slide-arrow {
    top: 55px;
  }
}

@media (max-width: 567px) {
  .hidden-sm {
    display: none;
  }
  .select-wrapper::after {
    right: 1em;
  }
  .submit-btn {
    font-size: 1.7em;
  }
  .inner-container {
    padding: 0 1em;
  }
  .navMovieList {
    max-width: 100%;
    /* max-height: none;
    height: calc(100% - 70px); */
  }
  .navMovieList ul {
    padding: 4em 3em;
  }
  .navMovieList__name {
    font-size: 2.2em;
    padding-left: 1.4em;
  }
  .moviesGrid__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 2em;
  }
  .heroSection__content {
    position: static;
    padding: 2em 2.5em 0;
    transform: none !important;
  }
  .heroSection__heading {
    font-size: 3.2em;
    line-height: 1.1;
  }
  .heroSection__text {
    font-size: 1.4em;
    margin: 0.5em 0 0.2em;
  }
  .heroSection__readMore {
    font-size: 1.5em;
  }
  .heroSection__btnContainer {
    flex-direction: column;
  }
  .heroSection__btn {
    font-size: 1.6em;
    width: 100%;
    height: 45px;
  }
  .reviewSection__container {
    background-image: url(../assets/dune/bg_review_mobile.jpg);
    background-position: center bottom;
    background-size: 100%;
    /* background-color: #e9e9dd; */
  }
  .laurel__box {
    font-size: 0.6em;
    /* column-gap: 2em;
    row-gap: 2em; */
    padding-bottom: 16em;
  }
  .laurel__boxItem {
    /* width: 155px; */
    height: 80px;
  }
  .watchSection__videoCaption {
    font-size: 1.1em;
  }
  .watchVideoNav .slide-arrow {
    top: 45px;
  }
  .film__exploreSection {
    background-size: auto 88%;
  }
  .exploreSliderNav {
    display: block;
  }
  .fycSection__grid {
    /* grid-template-columns: 1fr; */
    column-gap: 0;
  }
  .guildPassSection__gridColHeading,
  .guildPassSection__gridColValue {
    font-size: 1.2em;
  }
  .findSection__heading {
    margin-bottom: 0.7em;
    font-size: 1.8em;
    line-height: 1.2;
  }
  .findSection__tabItemLabel {
    padding: 0.2em 0.4em;
    font-size: 2em;
    font-weight: 700;
  }
  .screeningInfo__container {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .findSection__tabItemLabel::after {
    transform: none;
    width: 0;
    height: 0;
    border: 0.3em solid #d7a04d;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .findSection__tabItemLabel.active::after {
    transform: rotate(-90deg);
  }
  .screening__fycSection > .container {
    position: relative;
    z-index: 1;
  }
  .screening__fycSectionMobileBG {
    display: block;
  }
  .fycSection__gridCol > div > h5 {
    color: #3042b4;
  }
  .screeningLandingPage__container .moviesGrid__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 2em;
    row-gap: 2em;
  }
  .screening__bannerBg.desktop {
    display: none;
  }
  .screening__bannerBg.mobile {
    display: block;
  }
}

@media (max-width: 390px) {
  .watchVideoNav .slide-arrow {
    top: 40px;
  }
}

/* HOVER EFFECT */
@media (min-width: 1025px) {
  .navMovieList__link:hover .navMovieList__name {
    color: #0152b2 !important;
  }
  .slide-arrow:hover {
    background: #0152b2;
  }
  .moviesGrid__item a:hover img {
    transform: scale(1.03);
  }
}
