@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 {
  /*background: url("../img/bg.jpg") #FFFFFF no-repeat center top;*/
  overflow-x: hidden;
  color: #020306;
  font-family: Arial, "sans-serif";
  font-weight: 600;
  font-size: 62.5%;
  letter-spacing: 0;
  background-size: cover;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section, article {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/*== COMMON CLASSES ==*/
.container-fluid {
  max-width: 100%;
  padding: 0 1rem;
}
.container {
  /*max-width: 1680px;*/
  width: 87.5vw;
  max-width: 100%;
  /*  padding: 0 1rem;*/
  margin: 0 auto;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
.desktopHide {
  display: none !important;
}
.mobileHide {
  display: block;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portraitShow {
  display: none;
}
.spacer {
  height: 8em;
}
.video-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-top: 56.25%; */
}
.video-holder video, .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000000;
}
.text-center{
    text-align: center;
}
.header {
  background: #cdaa4d;
  padding: 10px 0px;
}
.header .container-fluid {
  justify-content: space-between;
}
.logoContainer img {
  height: 50px;
}
.mainNav__list li {
  padding: 0 4.5vh;
  position: relative;
}
.mainNav__list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #241e63;
  width: 3px;
  height: 74%;
}
.mainNav__list li:nth-child(4):after {
  display: none;
}
.mainNav__link {
  font-size: 3vh;
  color: #241e63;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mainNav__social a {
  padding: 0 5px;
}
.mainNav__social img {
  max-height: 30px;
  opacity: 0.5;
}
/* Hamburger Menu */
.mainNav__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: 3em;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.mainNav__icon > div, .mainNav__icon > div::before, .mainNav__icon > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: #020306;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  pointer-events: none;
}
.mainNav__icon > div::before {
  top: -8px;
}
.mainNav__icon > div::after {
  top: 8px;
}
.topNav.open .mainNav__icon > div {
  background: transparent;
}
.topNav.open .mainNav__icon > div::before, .topNav.open .mainNav__icon > div::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}
.topNav.open .mainNav__icon > div::before {
  transform: rotate(-45deg);
}
.topNav.open .mainNav__icon > div::after {
  transform: rotate(45deg);
}
.heroSection .container-fluid {
  padding: 0;
}
.heroContainer {
  position: relative;
}
.heading-wrapper {
  position: absolute;
  bottom: 1vw;
  width: 87.500vw;
  max-width: 100%;
  margin: 0 auto;
  left: 50%;
  /*    padding: 0 1rem;*/
  transform: translateX(-50%);
}
.heading-wrapper h2 {
  font-size: 3.8em;
  color: #FFFFFF;
}
.pressRelease__Content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19.25rem, 1fr));
  gap: 15px;
  margin: 6em 0em;
}
.pressRelease_column .pressClick {
  border: #FFAE00 solid 1px;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.pressRelease_column .pressClick:hover {
  border: #000000 solid 1px;
  box-shadow: rgb(219 219 219) 0px 20px 20px -8px;
}
.pressRelease_column span {
  font-weight: normal;
  padding: 3px;
  margin-bottom: 10px;
}
.pressRelease_column h3 {
  color: #252468;
  font-size: 2em;
  padding: 12px 0;
}
.pressRelease_column .press-date {
  font-size: 1.2em;
  color: #787878;
  font-weight: normal;
}
.pressRelease_column p {
  font-size: 1.2em;
  padding-top: 10px;
  color: #787878;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category__One {
  background: rgb(255, 186, 45);
}
.category__Two {
  background: rgb(0, 255, 237);
}
.category__Three {
  background: rgb(99, 210, 255)
}
.category__Four {
  background: rgb(255, 249, 94);
}
.category__Five {
  background: rgb(255, 153, 251);
}
/*=======================================
Full Press Note
=======================================*/
.pressNote__content {
  padding: 2em 5em;
  display: flex;
  font-weight: normal;
}
.pressNote_left_column {
  width: 70%;
  padding: 0 15px;
}
.pressNote_left_column span {
  padding: 12px;
  font-size: 1.5em;
  display: inline-block;
}
.pressNote_left_column small {
  display: block;
  margin: 1em 0 0;
  color: #787878;
  font-size: 1.5em;
}
.pressNote_left_column h2 {
  font-size: 3.5em;
  padding: 10px 0;
}
.pressNote_left_column p {
  color: #787878;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: justify;
}
.pressNote_right_column {
  width: 30%;
  padding: 0 15px;
}
.pressNote_right_column h2 {
  font-size: 3em;
  padding: 10px 0;
}
.pressNote_right_column ul li a {
  font-size: 1.5em;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid rgb(142, 142, 142);
  color: rgb(142, 142, 142);
}
.press_btn {
  border: #000 solid 1px;
  padding: 0.6em 3em;
  display: block;
  color: #000000;
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  cursor: pointer;
}
.press_btn:hover {
  border: #000 solid 1px;
  background: #000000;
  color: #FFFFFF;
}
.additional_btns_wrapper {
  margin: 3em 0;
}
.additional_btns_wrapper a {
  padding: 0.6em 3em 0.6em 1em;
  text-align: left;
}
.additional_btns_wrapper a img {
  max-height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.additional_btns_wrapper a:hover img {
  filter: invert(100%);
}
/*=======================================
signle Press Note css
=======================================*/
.press_note_wrapper {
  padding: 2em 0;
}
.press_note_wrapper h2 {
  font-size: 3.5em;
  padding: 10px 0;
}
.press_note_wrapper p {
  color: #787878;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 0;
}
.press_note_wrapper > ul {
  list-style-type: disc;
  padding-left: 3em;
}
.press_list {
  list-style-type: circle;
  padding-left: 2em;
}
.press_note_wrapper ul li {
  color: #787878;
  font-size: 15px;
  font-weight: normal;
  padding: 0.5em 0;
  line-height: 1.5em;
}
.press_note_wrapper p span {
  display: inline-block;
  padding-right: 15px;
}
/*=======================================
footer
=======================================*/
.footer {
  background: #000;
  padding: 1em;
}
.footer__container {
  justify-content: space-between;
}
.footerLinks__list li {
  padding: 0 1.6vh;
  position: relative;
}
.footerLinks__list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #cdaa4d;
  width: 3px;
  height: 74%;
}
.footerLinks__list li:last-child:after {
  display: none;
}
.footer__link {
  font-size: 1.1vh;
  color: #cdaa4d;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer__social a {
  padding: 0 5px;
}
.footer__social img {
  max-height: 25px;
  opacity: 0.5;
  filter: invert(100%);
}
.footer__logo img {
  height: 50px;
  margin: 2em auto;
}
.copyright {
  color: #cdaa4d;
  font-size: 1.1vh;
  text-align: center;
  line-height: normal !important;
}
.loader__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(205, 170, 77, 1.00);
  top: 0;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.loader__container {
  max-width: 35vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loader__container img {
  max-height: 10em;
  margin: 0 auto 2em;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 85px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 69px;
  height: 69px;
  margin: 8px;
  border: 8px solid #283d98;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #283d98 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text__percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #283d98;
}
@media screen and (max-width:1680px) {
  .footer__link, .copyright {
    font-size: 1.2vh;
  }
}
@media screen and (max-width:1366px) {
  .pressNote__content {
    padding: 2em;
  }
}
@media screen and (device-width:1280px) and (device-height:1024px), screen and (device-width:1280px) and (device-height:960px), screen and (device-width:1152px) and (device-height:864px), screen and (device-width:1024px) and (device-height:768px), screen and (device-width:1194px) and (device-height:834px) {
  .mainNav__link {
    font-size: 1.9vh;
  }
  .footer__link, .copyright {
    font-size: 0.5vh;
  }
}
@media screen and (max-width: 1024px), screen and (device-width:1366px) and (device-height:1024px) and (orientation:landscape), screen and (device-width:1138px) and (device-height:712px) and (orientation:landscape), screen and (device-width:1194px) and (device-height: 834px) and (orientation: landscape), screen and (device-width:1180px) and (device-height: 820px) and (orientation: landscape) {
  .desktopHide {
    display: flex !important;
  }
  .mobileHide {
    display: none;
  }
  .mainNav__icon {
    display: flex;
  }
  .mainNav__list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cdaa4d;
    transform: translateY(-120%);
    z-index: 4;
    transition: transform ease 0.3s;
    flex-direction: column;
    justify-content: center;
  }
  .mainNav__list li {
    padding: 2em 1em !important;
    opacity: 0;
    transform: translateY(12%);
  }
  .mainNav__link {
    font-size: 3vh;
  }
  .topNav.open .mainNav__list {
    transform: translateY(0);
  }
  .topNav.open .mainNav__list li {
    opacity: 1;
    transform: translateY(0);
    transition: all ease 0.3s 0.3s;
  }
  .mainNav__list li:after {
    display: none;
  }
  .logoContainer img {
    height: 35px;
  }
  .home__Content .container {
    max-width: 95vw;
  }
  .footer__link, .copyright {
    font-size: 0.6vh;
  }
  .category__slider .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 850px), screen and (device-width:1024px) and (device-height:1366px) and (orientation:portrait), screen and (device-width:712px) and (device-height:1138px) and (orientation:portrait) {
  .loader__container {
    max-width: 50vw;
  }
  .moviesTv__heading {
    font-size: 3.5em;
    color: #cdaa4d;
    padding: 0.5em 0 0;
  }
  .category__container {
    margin-bottom: 3em;
  }
  .footer__container {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .footerLinks__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerLinks__list li {
    padding: 0 1.5vh;
  }
  .footer__social {
    margin-bottom: 3vh;
  }
  .footer__link, .copyright {
    font-size: 0.6vh;
    line-height: 1.5vh;
  }
  .footer__logo img {
    margin: 2em auto 1em;
  }
  .pressRelease__Content {
    margin: 2em 0;
  }
  .pressNote__content {
    padding: 2em 0;
  }
  .pressNote__content {
    flex-direction: column;
  }
  .pressNote_left_column, .pressNote_right_column {
    width: 100%;
    padding: 0;
  }
  .heading-wrapper h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:416px) and (orientation:landscape) {
  .mainNav__link {
    font-size: 2em;
  }
  .home__Content .container {
    padding: 2em 1.5em 0;
  }
  .footerLinks__list li {
    padding: 0 3vh;
  }
  .footer__link, .copyright {
    font-size: 2.1vh;
    line-height: 3vh;
  }
  .heading-wrapper {
    position: relative;
    padding: 1em 0;
    width: 100%;
    background: #000000;
    bottom: 0;
  }
  .heading-wrapper h2 {
    width: 87.5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px) {
  .header {
    padding: 5px 0px;
  }
  .home__Content .container {
    padding: 2em 1.5em 0;
  }
  .promo__Content {
    gap: 1em;
  }
  .moviesTv__heading {
    font-size: 2.5em;
  }
  .category__heading {
    font-size: 2.2em;
  }
  .category__slider .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .footerLinks__list li {
    padding: 0 1.5vh;
  }
  .footerLinks__list li:after {
    width: 2px;
    height: 50%;
  }
  .footer__link, .copyright {
    font-size: 1.3vh;
    line-height: 3vh;
  }
  .footer__logo img {
    height: 30px;
    margin: 1.5em auto;
  }
  .heading-wrapper {
    position: relative;
    padding: 1em 0em;
    width: 100%;
    background: #000000;
    bottom: 0;
  }
  .heading-wrapper h2 {
    width: 87.5vw;
    margin: 0 auto;
  }
  .press_note_wrapper h2 {
    font-size: 2em;
  }
  .press_note_wrapper p span {
    padding-bottom: 15px;
  }
}
@media screen and (min-width:2400px) {
  .heroImg img {
    width: 100%;
  }
  .home__Content .container {
    max-width: 62vw;
  }
}