@font-face {
  font-family: "Montserrat-Light";
  src: url(../fonts/Montserrat_2/Montserrat-Light.ttf);
}

@font-face {
  font-family: "NeutraDisp-Medium";
  src: url(../fonts/NeutraDisp-Medium.otf) format("opentype");
}

@font-face {
  font-family: "NeutraDisp-Bold";
  src: url(../fonts/NeutraDisp-Bold.otf) format("opentype");
}

@font-face {
  font-family: "NeutraDisp-Light";
  src: url(../fonts/NeutraDisp-Light.otf) format("opentype");
}

@font-face {
  font-family: "Lora-Regular";
  src: url(../fonts/Lora-Regular.ttf) format("truetype");
}

:root {
  --swiper-theme-color: #f7b452;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 15px;
  background: rgba(0, 0, 0, 0.3);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 70px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 70px !important;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.thecause {
  position: relative;
  margin: 0px;
}
.mt-10px {
  margin-top: 30px;
}
.pt-30px {
  padding-top: 30px;
}
.mt-rem {
  margin-top: 1rem;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.thecause .bg-banner {
  background-image: url("../img/thecause-banner.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.thecause__box {
  height: 50%;
  width: 45%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow-y: auto;
  max-width: 100%;
  -webkit-transform: translate(50%, 10%);
  transform: translate(50%, 10%);
  padding: 10px 15px;
  text-align: justify;
  line-height: 1.8;
  position: absolute;
  top: 20%;
}
.marginnegative {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .thecause__box {
    top: 10%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15%;
    left: 5%;
    width: 90%;
    padding: 10px 0px;
  }
  .marginnegative {
    margin-top: -1fbooto0px;
  }
  .mt-10px {
    margin-top: 10px;
  }
}

.thecause__footerbtn a {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 6px 10px;
  text-decoration: none;
}

.thecause__paratext p {
  line-height: 0.9;
  margin: 0px auto;
  font-size: 35px;
  font-family: "NeutraDisp-Light", sans-serif;
  color: #fff;
  padding: 0px 40px;
  letter-spacing: 8px;
}

.thecause__paratext {
  margin-bottom: 20px;
}

.credits {
  position: relative;
  margin: 0px;
}

.credits__bg-banner {
  background-image: url("../img/credits-banner.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.credits__main {
  height: 250px;
  overflow-y: scroll;
  padding: 0px 0;
}

.credits__produ-direct {
  position: relative;
  left: 16%;
  bottom: 4rem;
}
.credits .credits-content {
  margin: 5% 5% 15% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* align-items: flex-end;*/
  bottom: 18%;
  position: relative;
}

.credits .credits__list {
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin: 0;
}

.credits .credit {
  margin: 0 0 15px 0;
  color: #ab4a46;
}

.credits .credit span {
  margin: 5px 0;
  display: block;
}

.credits .credit__value {
  font-weight: 700;
}

@media (max-width: 767px) {
  .credits__produ-direct {
    left: 25%;
    bottom: 2rem;
  }
  .credits__main {
    height: 260px;
    overflow-y: scroll;
    padding: 0px 22px 0px 0px;
    margin-top: 4rem;
  }
  .credits .credits-content {
    margin: 15% 0 15% 0;
    position: relative;
    right: 10%;
  }
  .thecause__paratext p {
    padding: 0px;
  }
  .hero__list-unstyled {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 379px) {
  .credits .credits-content {
    bottom: 7%;
  }
}

@media (max-width: 768px) {
  .humbergure-icon {
    left: 245px !important;
    top: 30px !important;
  }
  .credits .credits-content {
    bottom: 0px;
  }
}

@media (max-width: 1025px) {
  .credits .credits-content {
    bottom: 0px;
  }
}

.credits-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17%;
  column-gap: 17%;
  position: relative;
  top: 5%;
}

.credits-link ul {
  list-style: none;
  padding: 0 0;
}

.credits-link a {
  color: #ab4a46 !important;
}

.para_credits {
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  top: 25px;
  color: #af4a46;
  font-weight: bold;
}

.credits__produ-direct {
  position: relative;
  left: 16% !important;
}

.credit.credits__produ-direct {
  position: relative;
  left: 16%;
}

.about .bg-banner {
  background: url("../img/about-bg.png") no-repeat center center/cover;
  min-height: 100vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about .bg-banner {
    background-position: center right;
  }
}

@media (max-width: 767px) {
  .about .bg-banner {
    background-position: center left;
  }
}

.about__content {
  max-width: 55%;
  color: #fff;
  -webkit-transform: translate(20%, -6%);
  transform: translate(20%, -6%);
  line-height: 1.8;
}

@media (max-width: 767px) {
  .mobcontentabout {
    max-width: 100%;
    color: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1.8;
    padding: 12px;
    margin-top: 0;
  }
}

.aboutlab .bg-banner {
  background: url("../img/aboutlab-bg.jpg") no-repeat center center/cover;
  min-height: 100vh;
}

.aboutlab__paragraph {
  -webkit-transform: translate(20%, 23%);
  transform: translate(20%, 23%);
}

@media (max-width: 991px) {
  .aboutlab__paragraph {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
}

.aboutlab__content {
  max-width: 80%;
  margin-top: -5%;
  color: #fff;
  text-align: justify;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutlab__content1 {
  max-width: 80%;
  margin-top: -5%;
  color: #fff;
  text-align: justify;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .aboutlab__content {
    margin: 0 auto;
    display: block;
    max-width: 93%;
  }
  .aboutlab__content1 {
    margin: 0 auto;
    display: block;
    max-width: 93%;
    overflow-y: auto;
    height: 61vh;
  }
  .awards-img {
    width: 30% !important;
    height: auto;
  }
}
@media screen and (max-width: 1076px) and (min-width: 440px) {
  .thecause-footer2 {
    position: absolute;
    bottom: 0%;
  }
}
.flex {
  display: flex;
}
.awards-img {
  width: 120px !important;
  height: auto !important;
}
.aboutlab__content p {
  margin-bottom: 0;
}

.aboutlab__logo {
  max-width: 220px;
  margin-left: 5rem;
}

.aboutlab__logo img {
  width: 100%;
  position: relative;
  left: 12rem;
  top: 4rem;
}
.hero__bottom-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .aboutlab .aboutlab__logo {
    display: none;
  }
}
@media (max-width: 1091px) {
  .aboutlab .hero__bottom2 {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  }
  /* .aboutlab .hero__bottom3 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  } */
}
.about .bg-bannertry {
  background: url(../img/about-bg.png) no-repeat center center/cover;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .aboutlab .hero__bottom {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  }
  .hero__bottom-credit {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.aboutlab .thecause__footerbtn a {
  color: #fff !important;
  border: 1px solid #fff;
}

.mediacoverage .slider_img {
  background: #ece2de;
  padding: 10px;
  width: 100%;
}

.mediacoverage .slider_img_para a {
  display: block;
  text-align: left;
}

.mediacoverage .slider_img img {
  width: 100%;
}

.mediacoverage .slider_img .slider_img_para {
  background: #f7b452;
  padding: 10px 5px;
}

.mediacoverage .heading button {
  background: transparent;
  color: #fff;
  border: 0;
  margin-bottom: 15px;
  width: 53%;
  position: relative;
  right: 20px;
  text-decoration: underline;
}

.mediacoverage .heading {
  color: #fff;
  text-align: left;
}

.mediacoverage
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 15px 4px !important;
}

.mediacoverage .swiper-pagination {
  position: static;
}

.mediacoverage .swiper-container {
  width: 75%;
  margin: 0 auto;
}

.mediacoverage .swiper-wrapper-container {
  margin-right: 5%;
  margin-top: 30px;
  position: relative;
}

.mediacoverage .swiper-slide {
  font-size: 16px;
}

.mediacoverage .mediacoverage__bg-banner {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(245, 191, 112, 0.53)),
      color-stop(rgba(245, 191, 112, 0.53)),
      color-stop(rgba(245, 191, 112, 0.53)),
      to(rgba(245, 191, 112, 0.53))
    ),
    url(../img/media__coverage__banner.jpg);
  background-image: linear-gradient(
      rgba(245, 191, 112, 0.53),
      rgba(245, 191, 112, 0.53),
      rgba(245, 191, 112, 0.53),
      rgba(245, 191, 112, 0.53)
    ),
    url(../img/media__coverage__banner.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.mediacoverage .slider-slide-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  font-weight: 500;
  min-height: 48px !important;
}

.mediacoverage .swiper-pagination-bullet-active {
  background: #f7b452;
}

.mediacoverage .swiper-pagination-bullet {
  border: 1px solid #f7b452 !important;
}

.mediacoverage .swiper-button-next,
.mediacoverage .swiper-button-prev {
  color: #fff;
}

@media (max-width: 991px) {
  .mediacoverage .swiper-container {
    width: 80%;
    margin-right: auto;
    margin-top: 0;
  }
  .mediacoverage .swiper-button-next,
  .mediacoverage .swiper-button-prev {
    top: 41%;
  }
  .mediacoverage .swiper-button-next:after,
  .mediacoverage .swiper-button-prev:after {
    font-size: 25px;
  }
  .mediacoverage .thecause__paratext {
    display: none;
  }
  .mediacoverage .swiper-button-next,
  .mediacoverage .swiper-button-prev {
    display: block;
  }
}

.mediacoverage .heading button .fa-long-arrow-right {
  position: relative;
  top: 3px;
  left: 10px;
}
.letterwordspacing {
  letter-spacing: 0.7px;
  word-spacing: 1px;
}
.newone {
  font-size: 15px;
  position: relative;
  bottom: 6px;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .mediacoverage .swiper-wrapper-container {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 40px !important;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
  }
}

.hero {
  background: url(../img/banner-img.jpg) no-repeat center center/cover;
  min-height: 100vh;
  position: relative;
}

.hero__text {
  position: absolute;
  bottom: 9%;
  left: 8%;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  color: #e5d0b4;
  font-family: "NeutraDisp-Light", sans-serif;
}

.hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__bottom2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__bottom3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__list-wrapper {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 0px;
}

.hero__bottom__text {
  text-align: end;
  color: #fff;
  letter-spacing: 4px;
  font-family: "NeutraDisp-Light";
  margin-right: 40px;
}

.hero__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "NeutraDisp-Medium";
  padding: 0px 40px;
}

.hero__list-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px 5px;
}

.hero__list-unstyled li {
  margin: 0px 8px;
  color: #fff;
}

.hero__list-unstyled li a {
  color: #fff;
}

.w-30 {
  width: 30% !important;
}
.justify-center .btn-trailer:hover {
  color: #ad5a56;
}

.navbar-humburger__icon {
  color: #fef0dd;
  font-size: 25px;
}

.bg-transparent-color {
  background: rgba(0, 0, 0, 0.4);
}

.saparater-para {
  height: 50px;
  background: #cc804c;
}

.comment-section {
  position: relative;
}

.comment-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment-section__para {
  text-align: center;
  z-index: 9;
  width: 100%;
  line-height: 1.9;
  padding: 2.5rem;
  width: 100%;
  line-height: 1.6;
  font-family: "NeutraDisp-Light", sans-serif;
  font-size: 23px;
}

.comment-section__div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comment-section__para p {
  color: #e1dded;
  margin-bottom: 0px;
}

.comment-section__paraspcl {
  margin-bottom: 0px;
}

.comment-section__name {
  color: #fff;
  font-weight: bold;
}

.comment-section__namecolor {
  color: #cc804c;
  font-weight: bold;
}

.client-desc {
  margin: 0;
  position: relative;
  background-image: url("../img/rect-img.png") no-repeat center center/cover;
}

.client-desc__img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.client-desc__imglogo {
  width: 10%;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.client-desc__box {
  background: #cc804c;
  height: 75px;
  width: 75px;
  position: absolute;
  right: 0;
}
.w-60-100 {
  width: 60%;
}
.top-quote,
.bottom-quote {
  position: absolute;
  width: 50px;
  height: 50px;
}

.top-quote {
  top: 10px;
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bottom-quote {
  bottom: 10px;
  right: 10px;
}

.double-quote {
  position: absolute;
  left: 0;
  right: 0;
}

.double-quote__img {
  position: relative;
  width: 100%;
  bottom: 12rem;
}

.synopsis-section {
  background: #df5a5342;
}

.synopsis-section__header {
  padding: 30px 0px 10px 0px;
}

.synopsis-section__header h6 {
  text-transform: uppercase;
  color: #d36237;
  font-size: 23px;
  font-family: "NeutraDisp-Light";
  font-weight: 900;
}

.synopsis-section__para {
  color: #b8544b;
  text-align: justify;
  padding: 0px 10px;
  padding-bottom: 25px;
  /* line-height: 1.7;
  font-family: "Font Awesome 5 Brands"; */
}
.iowpara {
  line-height: 1.3;
  font-size: 23px;
  font-family: "NeutraDisp-Light", sans-serif;
  text-align: justify;
}
@media (max-width: 699px) {
  .iowpara {
    line-height: 1.1;
    font-size: 20px;
    font-family: "NeutraDisp-Light", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
  .w-30-100 {
    width: 100% !important;
  }
  .w-70-100 {
    width: 100% !important;
  }
  .hero__text {
    position: absolute;
    top: auto;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: "NeutraDisp-Light", sans-serif;
    bottom: 1%;
  }
}
.w-30-100 {
  width: 30%;
}
.w-85 {
  width: 85%;
}
.w-70-100 {
  width: 70% !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.h-85px {
  height: 85px;
}
.w-auto {
  width: auto;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #b8544b;
}
.text-justify {
  text-align: justify !important;
}
.synopsis-section__bar {
  background: #833b31;
  height: 25px;
  width: 100%;
}

.award-section {
  background-color: #722020;
  /* justify-content: center; */
}

.award-section__img {
  width: 50%;
  margin-bottom: 8px;
}

.award-section__bar {
  background: #cc804c;
  height: 50px;
  width: 100%;
}
.fontNeutra {
  font-family: "NeutraDisp-Light" !important;
}
.newtwo {
  font-weight: 900 !important;
}
.award-section__header {
  padding: 30px 0px 20px 0px;
  text-align: center;
}
.award-section__header-head {
  padding: 30px 0px 5px 0px;
  text-align: center;
}
.award-section__header h6 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "NeutraDisp-Light";
}
.award-section__header-head h6 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "NeutraDisp-Light";
}
.award-section__para {
  color: #fff;
  /* width: 177%; */
  text-align: center;
  /* position: relative; */
  /* right: 40px; */
  margin-left: auto;
  margin-right: auto;
}

.film-festive {
  position: relative;
}

.film-festive__img {
  width: 100%;
}
.mb30px {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 400;
  font-family: "NeutraDisp-Light", sans-serif;
  line-height: 30px;
}

.width35 {
  /* flex: 0 0 25%; */
  max-width: 35%;
}

.film-festive__box {
  bottom: 0;
  background: #cc804c;
  height: 75px;
  width: 75px;
  position: absolute;
  left: 0;
}

.film-festive__bar {
  background: #d9c5c5;
  height: 30px;
  width: 100%;
}

.film-festive__header {
  position: absolute;
  left: 15%;
  padding: 30px 0px 10px 0px;
  color: #fff;

  margin-left: -8rem;
}

.film-festive__header h6 {
  color: #fff;
  margin-bottom: 23px;
  text-transform: uppercase;
  font-family: "NeutraDisp-Light";
}

p.saparater-para {
  margin-bottom: 0;
}

.dummy-bg {
  background: #91120e;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero .para__text {
  margin-left: 55px;
}

.text_text {
  margin: 0 auto;
  color: #fff;
  letter-spacing: 12px;
  font-size: 4rem;
  font-family: "myFirstFont";
  font-weight: bold;
}

.para__text .watch__btn {
  color: #993936;
  font-family: "myFirstFont";
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abled__text {
  right: 0;
  margin: 0px;
  bottom: 0px;
  letter-spacing: 2px;
  color: #fff;
  margin-right: 15px;
}

.list__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.position {
  position: absolute;
  bottom: 0;
}

.navbar-expand-lg .navbar-toggler {
  display: block !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(219, 168, 168, 0.9) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.toggrle__btn {
  color: #fff;
  margin-top: 7px;
}

li.nav-item {
  padding: 0px 15px;
}

.mynavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#collapse-navbar {
  margin: auto 5rem;
  margin-top: 0.5rem;
  padding: 0;
}

.active-class-name {
  margin-top: 1rem;
  margin-right: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "NeutraDisp-Medium";
}

#mySidenav.sidenav {
  position: absolute;
  z-index: 99;
  top: 3rem;
  left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media (max-width: 1199px) {
  #mySidenav.sidenav {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 1.6rem !important;
    top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
  }
}

#mySidenav.sidenav.menu-open {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 1199px) {
  #mySidenav.sidenav.menu-open {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.relative {
  position: relative;
}
.ml-auto {
  margin-left: auto;
}
.pr-8 {
  padding-right: 16px;
}
.w-full {
  width: 100%;
}
.sidenav a {
  padding: 6px 8px 6px 25px;
  text-decoration: none;
  font-size: 25px;
  color: #9e9e9e;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "NeutraDisp-Light" !important;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .sidenav a {
    padding: 6px 25px 6px 25px;
    color: #fff;
  }
}

.sidenav a.active {
  display: none;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: relative;
  top: 0;
  right: 25px;
  font-size: 37px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1;
  font-family: sans-serif !important;
}

@media (max-width: 1199px) {
  .sidenav .closebtn {
    position: absolute;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    right: 0;
    margin: 0;
    text-align: right;
    padding: 5px 10px;
  }
}

.thecause__paratext {
  cursor: pointer;
  display: inline-block;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

@media (max-width: 768px) {
  .double-quote {
    display: none;
  }
  .dummy-bg img {
    height: 50vh;
  }
  .comment-section {
    height: auto;
  }
  .award-section__img {
    width: 30%;
    margin-bottom: 2px;
  }
  .mb30px {
    margin-bottom: 30px;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "NeutraDisp-Light", sans-serif;
    line-height: 17px;
  }
  .film-festive__header {
    position: absolute;
    padding: 2px 0px 10px 0px;
    color: #fff;
    margin-left: -3rem;
    width: 100%;
  }
  /* .mobwidth {
    width: 70%;
  } */
  .film-festive__header h6 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "NeutraDisp-Light";
  }
  .award-section__header {
    padding: 30px 0px 0px 0px;
    text-align: center;
  }
  .comment-section__para {
    text-align: center;
    z-index: 9;
    width: 100%;
    line-height: 1.5;
    padding: 2.5rem;
    width: 100%;
    font-family: "NeutraDisp-Light", sans-serif;
    font-size: 20px;
  }
  .w-90px-40px {
    width: 40px !important;
  }
}
.w-90px-40px {
  width: 90px;
}
@media (max-width: 768px) {
  .hero__list-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px;
  }
  .hero__bottom__text {
    text-align: left;
    margin-bottom: 0rem !important;
  }
  .double-quote {
    display: none;
  }
  .comment-section {
    height: auto;
  }
  .dummy-bg img {
    display: none;
  }
  .award_section {
    text-align: center;
    justify-content: center;
  }
  .client-desc__img {
    height: auto;
  }
  .client-desc__imglogo {
    width: 18%;
  }
  .humbergure-icon {
    left: 1.5rem !important;
    top: 0 !important;
  }
}

.humbergure-icon {
  font-size: 26px;
  cursor: pointer;
  padding: 3rem 1rem 3rem 3rem;
  display: inline-block;
  color: #fff;
  font-family: "NeutraDisp-Light" !important;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .humbergure-icon {
    padding: 1.5rem;
    font-size: 26px;
  }
}

.main-hero-div {
  height: 100vh;
}

.trailerwatch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.width50-100 {
  width: 50%;
}

.width45-100 {
  width: 45%;
}
.creditwidth {
  width: 50%;
}
.mobiletopmargin {
  margin-top: 30px;
}
.m2remlarge {
  margin-top: 2rem;
}
/* .colorprimay {
  color: #ab4a46 !important;
} */
@media (max-width: 767px) {
  .trailerwatch {
    height: auto;
    top: auto;
    bottom: auto;
  }
  .m2remlarge {
    margin-top: 0px;
  }
  .creditwidth {
    width: 90% !important;
  }
  .width50-100 {
    width: 100%;
  }
  .width45-100 {
    width: 100%;
  }
  .mobiletopmargin {
    margin-top: -9rem !important ;
  }
  .hero__para {
    margin: 0;
    line-height: 0.6 !important;
    font-size: 4rem !important;
    letter-spacing: 7px !important;
  }
  .btn-trailer {
    color: #ad5a56;
    font-size: 1rem !important;
    font-family: "NeutraDisp-Medium", sans-serif;
    position: relative;
    top: 2rem;
  }
  .icon-play {
    font-size: 12px !important;
    position: relative;
    bottom: 1px;
    left: 5px;
  }
  .titlefont {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
  }
  .titlefontFF {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 900;
  }
  .mb30pxhead {
    font-size: 15px !important;
    font-weight: 400;
    font-family: "NeutraDisp-Light", sans-serif;
    line-height: 20px !important;
  }
  .w-60-100 {
    width: 100%;
  }
  /* .w-35per {
    width: 45% !important;
  } */
}
.mb30pxhead {
  font-size: 23px;
  font-weight: 400;
  font-family: "NeutraDisp-Light", sans-serif;
  line-height: 30px;
}
.w-90px {
  width: 90px !important;
}
.w-35per {
  width: 35% !important;
}
.hero__para {
  margin: 0;
  line-height: 0.6;
  font-size: 8rem;
  letter-spacing: 7px;
}
.icon-play {
  font-size: 25px;
  position: relative;
  bottom: 1px;
  left: 5px;
}
.btn-trailer {
  color: #ad5a56;
  font-size: 2rem;
  font-family: "NeutraDisp-Medium", sans-serif;
  position: relative;
  top: 2rem;
}
.titlefont {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
}
.titlefontFF {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
}
.trailerwatch-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  background: #000;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn {
  cursor: pointer;
  z-index: 1;
  color: #ffff;
  position: absolute;
  left: 0;
  right: 5%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 10%;
  /* width: 50%; */
  font-size: 30px;
}
.text-center {
  text-align: center;
}
.justify-center {
  justify-content: center;
}
/*# sourceMappingURL=main.css.map */
