body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  position: relative;
  z-index: 600;
  display: inline-block;
  width: 150px;
  height: 40px;
  margin: -54px -8px -145px 0px;
  padding-bottom: 27px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.button.white:hover {
  background-color: #f45a1e;
  color: #fff;
}

.button.white._2 {
  margin: 33px 0% 0px;
}

.button.white._2.test {
  margin-left: 50px;
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  width: 200px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  border-radius: 0px 0px 7px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  width: 200px;
  height: 50px;
  margin-left: 0px;
  border-radius: 0px 0px 0px 7px;
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.tab._1 {
  z-index: 600;
  height: 70px;
  padding-top: 24px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0px;
  background-color: #000;
}

.button.tab._1.w--current {
  z-index: 600;
  height: 70px;
  padding-top: 24px;
  background-color: #e4593a;
  box-shadow: inset 0 0 50px -18px rgba(0, 0, 0, .71);
}

.button.tab._1._3 {
  width: 300px;
  height: 60px;
  padding-top: 21px;
}

.button.tab._1._3.w--current {
  width: 300px;
  height: 60px;
  margin-right: -16px;
  padding-top: 21px;
  padding-right: 20px;
  color: #000;
}

.button.tab._2 {
  z-index: 600;
  width: 300px;
  height: 60px;
  padding-top: 21px;
  background-color: #000;
}

.button.tab._2.w--current {
  margin-left: -16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 7px;
  background-color: #e4593a;
  box-shadow: inset 0 0 17px 0 rgba(0, 0, 0, .45);
  color: #fff;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 90%;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 20px;
  background-color: #e4593a;
  box-shadow: 0 8px 6px -3px rgba(0, 0, 0, .48);
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  width: 250px;
  margin-left: 15px;
  background-image: url('../images/SHABLA_white_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  width: 250px;
  height: 50px;
  margin-top: 4px;
  background-image: url('../images/SHABLA_white_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #ff522c #e4593a #e4593a;
  background-color: #fff;
  background-image: url('../images/03b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.centered {
  text-align: center;
}

.section.accent {
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: none;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  display: block;
  height: 80vh;
  margin-top: 0px;
  background-color: transparent;
}

.slide {
  height: 100%;
  margin-top: 1px;
  padding-top: 0px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
  background-image: url('../images/Raja_new_banner.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/Raja_new_banner.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% -21px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide.two {
  background-color: #dbdbdb;
  background-image: url('../images/1.jpg');
  background-position: 0% 9%;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  margin-top: -50px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  position: relative;
  z-index: 600;
  display: block;
  height: 40px;
  margin-top: 62px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  height: 770px;
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a), url('../images/347252-widescreen-white-background-hd-3000x2000-macbook-1.jpg');
  background-image: linear-gradient(180deg, #e4593a, #e4593a), url('../images/347252-widescreen-white-background-hd-3000x2000-macbook-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  position: absolute;
  z-index: 600;
  display: inline-block;
  margin-top: 61px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #e4593a;
  font-size: 45px;
  font-weight: 700;
  text-align: left;
}

.section-heading.centered.about {
  margin-top: 31px;
  margin-left: 82px;
  padding-left: 404px;
  text-align: left;
}

.section-heading.centered.about.hire {
  padding-left: 2px;
  font-size: 50px;
}

.section-heading.centered.tickets {
  margin-top: 84px;
  margin-left: 19%;
  color: #000;
}

.section-heading.centered.soundtrack-text {
  position: relative;
  display: block;
  height: auto;
  margin-top: 146px;
  margin-right: 30px;
  margin-left: 0%;
  float: right;
  color: #000;
  font-size: 35px;
  text-align: right;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  display: inline-block;
  width: 100%;
  margin-top: -43px;
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.section-title-group._2.container-2 {
  margin-top: 53px;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  position: relative;
  z-index: 600;
  margin-top: 0px;
  background-color: #000;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  background-color: rgba(228, 89, 58, 0);
  color: #e4593a;
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(90, 90, 90, .74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-top: -32px;
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.waterfall-text-column {
  padding: 10px 15px;
}

.image {
  border: 10px solid #fff;
  background-image: url('../images/0.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 8px 5px 10px -6px #636363;
}

.poster {
  height: 300px;
  border: 10px solid #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 8px 5px 10px -6px #636363;
}

.poster:hover {
  border-color: #e4593a;
}

.poster-collumn {
  height: 370px;
  padding: 10px 15px;
}

.text-block {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block:active {
  color: #e4593a;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.lucky-section {
  position: relative;
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url('../images/home30.jpg'), -webkit-linear-gradient(270deg, #000, #000);
  background-image: url('../images/home30.jpg'), linear-gradient(180deg, #000, #000);
  background-position: -99px -73px, 0px 0px;
  background-size: auto 130%, auto;
  background-repeat: no-repeat, repeat;
}

.lucky-section.centered {
  text-align: center;
}

.lucky-section.accent {
  height: auto;
  padding-top: 0px;
  background-color: #fff;
}

.lucky-section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.container-2 {
  display: block;
  margin: -17px auto -60px;
  padding-top: 0px;
}

.div-block {
  display: inline-block;
  width: 50%;
  max-width: 600px;
  margin-top: 64px;
  margin-left: 44px;
  padding: 54px 50px 51px;
  float: right;
  border: 7px solid #e4593a;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #616161;
  font-size: 16px;
  text-align: left;
}

.div-block.hire._2 {
  width: 45%;
  height: 150px;
  padding-top: 41px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.text-block-3 {
  padding-top: 10px;
  padding-left: 10px;
}

.poster-text {
  padding-top: 10px;
  padding-left: 15px;
  color: rgba(51, 51, 51, .56);
  font-size: 13px;
}

.html-embed {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 52%;
  height: 400px;
  max-width: 600px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  border-top-right-radius: 20px;
  box-shadow: 0 0 28px 25px rgba(0, 0, 0, .12);
  font-weight: 700;
}

.container-3 {
  height: 50%;
  margin-top: 70px;
}

.heading-4 {
  position: absolute;
  z-index: 600;
  display: inline-block;
  margin-top: 58px;
  margin-left: 7%;
  font-family: Montserrat, sans-serif;
  color: #e4593a;
  font-size: 45px;
  font-weight: 700;
}

.heading-4._6 {
  margin-top: 52px;
  margin-left: -11%;
  color: #fff;
  font-size: 50px;
}

.div-block-2 {
  display: block;
  width: 70px;
  height: 70px;
  margin: 4.5% auto 29px;
  background-image: url('../images/SHABLA_white-2.png');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-4 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.footer-logo {
  height: 70px;
  background-image: url('../images/SHABLA_white.png');
  background-position: 0px 0px;
  background-size: 80%;
  background-repeat: no-repeat;
}

.small-trailer {
  display: inline-block;
  width: 45%;
  height: 170px;
  max-width: 280px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: 3px;
  float: none;
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, .53);
}

.small-trailer._2 {
  display: inline-block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  box-shadow: 1px 0 24px 5px rgba(0, 0, 0, .49);
}

.lakwinder-section {
  position: relative;
  height: 550px;
  margin-top: 0px;
  padding-top: 57px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/contact_black.png'), url('../images/unnamed-1.png'), url('../images/unnamed.jpg'), -webkit-linear-gradient(270deg, #000, #000);
  background-image: url('../images/contact_black.png'), url('../images/unnamed-1.png'), url('../images/unnamed.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 100%, 0px 0px, 50% 5%, 0px 0px;
  background-size: cover, cover, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  -webkit-filter: none;
  filter: none;
}

.lakwinder-section.centered {
  text-align: center;
}

.lakwinder-section.accent {
  height: auto;
  padding-top: 0px;
  background-color: #fff;
}

.lakwinder-section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.clip-1 {
  width: 40%;
  height: 10px;
}

.html-embed-2 {
  display: inline-block;
  width: 40%;
  height: 150px;
  margin-top: -15px;
  margin-left: 0px;
  float: right;
}

.row {
  box-shadow: none;
}

.other-films {
  position: relative;
  z-index: 700;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tab-block {
  position: relative;
  z-index: 700;
  display: block;
  overflow: visible;
  width: 100%;
  height: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.trailer-block {
  position: relative;
  z-index: 700;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 550px;
  margin-right: auto;
  margin-bottom: -31px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.top-image {
  position: fixed;
  left: 0px;
  top: -1px;
  z-index: 500;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Raja-Poster.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-image._25-years-later {
  background-image: url('../images/25-years-bg.png');
}

.top-image.vaapsi {
  background-image: url('../images/maxresdefault.jpg');
}

.top-image.dehlito-lahore {
  background-image: url('../images/maxresdefault_1.jpg');
}

.div-block-3 {
  height: 100vh;
}

.video {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: -12px 5% 0%;
  padding-bottom: 0px;
}

.div-block-4 {
  display: block;
  width: 90%;
  height: 400px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4.raja {
  background-image: url('../images/coming-soon.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-4._25-years {
  background-image: url('../images/coming-soon.png'), -webkit-linear-gradient(270deg, #000, #000);
  background-image: url('../images/coming-soon.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.tabs-content {
  height: 100%;
  padding-top: 0px;
}

.tabs {
  height: 100%;
  margin-top: 0px;
}

.tab-pane {
  height: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

.tabs-menu {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 42px;
  padding-left: 42px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tabs-menu.d2l {
  margin-top: 49px;
}

.tabs-menu.vaapsi {
  margin-top: 51px;
}

.tab-link {
  height: 100%;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tab-link.w--current {
  color: #fff;
}

.tab-link-2 {
  height: 100%;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tab-link-2.w--current {
  color: #fff;
}

.tab-link-3 {
  height: 100%;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tab-link-3.w--current {
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
  color: #fff;
}

.tab-link-4 {
  height: 100%;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
}

.tab-link-4.w--current {
  height: 100%;
  padding-top: 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
  background-image: linear-gradient(180deg, #e4593a, #e4593a);
  color: #fff;
}

.container-4 {
  position: relative;
  z-index: 500;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  background-size: auto;
}

.plot-div {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.slide-2 {
  margin-bottom: 54px;
  padding-bottom: 42px;
  background-image: url('../images/_R3A0053.JPG');
  background-position: 50% 1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2._25-years {
  background-image: url('../images/25-years_gallery-new.png');
  background-position: 50% 50%;
}

.slide-2.vaapsi {
  background-image: url('../images/vaapsi-title-song-lyrics.jpg');
  background-position: 50% 1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/_R3A0932.JPG'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-image: url('../images/_R3A0932.JPG'), linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-3._25-years-later {
  background-image: url('../images/2016-06-04_225621.jpg');
  background-position: 0% 49%;
  background-size: cover;
}

.slide-3._25-years-later._2 {
  background-image: url('../images/_R3A3105.JPG');
}

.slide-3.d2l {
  background-image: url('../images/9511_234326696701502_292717743_n.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: url('../images/9511_234326696701502_292717743_n.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0% 8%, 0px 0px;
}

.poster-link {
  position: absolute;
  display: block;
  width: 85%;
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.tab-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #e4593a;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 5px;
}

.tab-heading._2 {
  margin-top: 39px;
  margin-bottom: -34px;
  padding-left: 46px;
}

.text-block-5 {
  font-weight: 700;
}

.text-block-6 {
  font-weight: 700;
}

.text-block-7 {
  font-weight: 700;
}

.text-block-8 {
  font-weight: 700;
}

.slider-div {
  display: block;
  width: 80%;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.slider {
  height: 90%;
}

.header-6 {
  font-family: Montserrat, sans-serif;
  color: #e4593a;
  font-weight: 700;
  letter-spacing: 5px;
}

.cast-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.tab-pane-2 {
  height: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tab-pane-3 {
  height: 100%;
  padding-top: 42px;
}

.text-block-9 {
  font-weight: 700;
}

.video-2 {
  height: 400px;
  background-image: none;
}

.video-2.d2l {
  background-image: none;
}

.tab-pane-4 {
  height: auto;
  padding-top: 42px;
}

.tab-slider {
  height: 350px;
  margin-top: 41px;
}

.image-2 {
  height: 80%;
  margin-top: 30px;
  margin-left: 32px;
}

.div-block-5 {
  height: 100%;
}

.film-poster-container {
  height: 100%;
}

.film-poster-container-unit {
  display: inline-block;
  width: 24.5%;
  height: 100%;
  padding-left: 14px;
}

.image-3 {
  display: block;
  width: 80%;
  height: 80%;
  margin-top: 29px;
}

.poster-image {
  display: inline-block;
  width: 200px;
  height: 300px;
  margin: 23px 0px;
  padding-left: 0px;
  border: 4px solid #fff;
}

.div-block-6 {
  height: 200px;
  margin-top: 16px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.distrobution {
  position: relative;
  height: 70vh;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #ff522c #e4593a #e4593a;
  background-color: #fff;
  background-image: url('../images/unnamed.png'), url('../images/beautiful-sky-photography-hd-wallpaper-1920x1080-24400.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
  -webkit-filter: saturate(152%);
  filter: saturate(152%);
}

.distrobution.centered {
  text-align: center;
}

.distrobution.accent {
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: none;
}

.distrobution.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.text-span {
  font-size: 25px;
}

.social-block {
  height: 200px;
  margin-top: 29px;
  padding-top: 15px;
  padding-right: 10%;
  padding-left: 10%;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.link-block.facebok {
  width: 25%;
  height: 100%;
  background-image: url('../images/social-03-white.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.link-block.twitter {
  width: 25%;
  height: 100%;
  background-image: url('../images/social-18-white.svg');
  background-position: 50% 50%;
  background-size: auto 55px;
  background-repeat: no-repeat;
}

.link-block.youtube {
  width: 25%;
  height: 100%;
  margin-top: -13px;
  background-image: url('../images/social-16-white.svg');
  background-position: 50% 50%;
  background-size: auto 55px;
  background-repeat: no-repeat;
}

.link-block.instagam {
  width: 25%;
  height: 100%;
  margin-top: -32px;
  background-image: url('../images/social-07-white.svg');
  background-position: 50% 50%;
  background-size: auto 55px;
  background-repeat: no-repeat;
}

.text-block-10 {
  display: block;
  width: 52%;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-11 {
  display: inline-block;
  width: 25%;
  margin-top: 8px;
  margin-left: 23%;
}

.text-block-11._2 {
  margin-right: 24%;
  margin-left: 0%;
}

.slide-4 {
  background-image: url('../images/_R3A1515.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4._25-years-later {
  background-image: url('../images/_R3A2351.JPG');
}

.slide-4.vaapsi {
  background-image: url('../images/image430.jpg');
  background-position: 0% 1%;
}

.slide-4.d2l {
  background-image: url('../images/182560_204699282997577_609484614_n.jpg');
}

.slide-5 {
  background-image: url('../images/new_bos_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5._3 {
  background-image: url('../images/_R3A2907.JPG');
}

.slide-5._25-years-later {
  background-image: url('../images/_R3A2237.JPG');
}

.slide-5.d2l {
  background-image: url('../images/539681_206190776181761_1614911446_n.jpg');
  background-position: 0% 21%;
}

.mask {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.link-block-4 {
  display: inline-block;
}

.mask-2 {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.new {
  font-size: 20px;
}

.div-block-7 {
  display: block;
  width: 55%;
  height: 50%;
  margin-top: 138px;
  margin-right: auto;
  margin-left: 88px;
  float: none;
  background-image: url('../images/raja_new_7.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  text-align: center;
}

.book-tickets-section {
  height: 500px;
}

.book-tickets-section.uk {
  height: 450px;
  border-top: 20px none #e4593a;
  background-image: url('../images/ticket_new.png');
  background-position: 95% 100%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.div-block-8 {
  width: auto;
  height: 200px;
  margin-top: 228px;
}

.flag-container {
  display: block;
  width: auto;
  height: 200px;
  max-width: 400px;
  min-width: 400px;
  margin-top: 201px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
}

.flag {
  display: inline-block;
  width: 45%;
  height: 70%;
  max-height: 100px;
  max-width: 250px;
  border: 5px solid #fff;
  background-image: url('../images/united_kingdom.png');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 16px -1px rgba(0, 0, 0, .37);
}

.flag:hover {
  border-color: #e4593a;
}

.flag.india {
  max-height: 100px;
  max-width: 250px;
  border-color: #fff;
  background-image: url('../images/1200px-Flag_of_India.svg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.flag.india:hover {
  border-color: #e4593a;
}

.div-block-9 {
  display: inline-block;
  width: 7%;
}

.link-block-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.link-block-8 {
  width: 100%;
  height: 100%;
  max-height: 150px;
  padding-bottom: 0px;
  background-image: url('../images/255px-Flag_of_the_United_Kingdom.svg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.soundtrack {
  height: 500px;
  border-style: solid;
  border-width: 20px 0px;
  border-color: #f45a1e;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.image-4 {
  height: 60%;
  margin-top: 99px;
  margin-right: 14%;
  margin-left: 30px;
  float: left;
  border: 7px solid #e4593a;
}

.link-block-9 {
  position: relative;
  display: block;
  width: 170px;
  height: 150px;
  margin-top: 239px;
  margin-right: -322px;
  margin-left: -1px;
  float: right;
  background-image: url('../images/listen-on-apple-music-badge.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10 {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/music-notes.png');
  background-position: 17% 100%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.div-block-11 {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.div-block-12 {
  display: block;
  width: 52%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-13 {
  display: inline-block;
  width: 9%;
}

.text-span-2 {
  font-size: 17px;
  font-weight: 700;
}

.film-page-poster {
  width: 200px;
  margin-right: 29px;
}

.link-2 {
  display: block;
  margin-top: -5px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.link-2:hover {
  color: #e4593a;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .button.white {
    height: 35px;
    margin-top: 10px;
    margin-left: -17px;
  }
  .button.white._2 {
    margin-top: 22px;
    margin-left: 28px;
    padding-bottom: 27px;
  }
  .button.tab._1._3 {
    width: 300px;
    height: 60px;
    padding-top: 21px;
  }
  .navigation-bar.dark {
    width: 80%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hamburger-button.white.w--open {
    border-bottom-right-radius: 11px;
    background-color: #e4593a;
  }
  .navigation-menu {
    display: block;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: -webkit-linear-gradient(270deg, #e4593a, #e4593a);
    background-image: linear-gradient(180deg, #e4593a, #e4593a);
    color: #333;
  }
  .hero-slider {
    height: 70vh;
  }
  .slide {
    background-image: url('../images/Raja_new_banner.png');
    background-position: 50% 50%;
  }
  .cta-section.centered-accented {
    height: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0%;
    background-color: #000;
  }
  .cta-heading.inline-block {
    margin-top: -25px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 8px;
    font-size: 35px;
  }
  .fixed-image-section {
    margin-bottom: 0px;
  }
  .section-heading.centered.about {
    padding-left: 227px;
  }
  .section-heading.centered.about.hire {
    margin-top: 17px;
    margin-left: 37px;
  }
  .section-heading.centered.soundtrack-text {
    margin-right: 30px;
  }
  .section-title-group {
    margin-top: -42px;
  }
  .section-title-group._2.container-2 {
    margin-top: 119px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .footer-link {
    font-size: 12px;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .poster {
    width: auto;
    height: 220px;
  }
  .poster-collumn {
    height: 270px;
  }
  .lucky-section {
    background-image: url('../images/home30.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/home30.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: -145px -74px, 0px 0px;
  }
  .container-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 9px;
  }
  .div-block {
    width: 60%;
    margin-right: 28px;
    font-size: 13px;
  }
  .div-block.hire._2 {
    height: 200px;
    margin-top: 38px;
    margin-left: 88px;
    font-size: 14px;
  }
  .html-embed {
    display: block;
    width: 74%;
    margin-top: 61px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-3 {
    margin-top: 78px;
  }
  .heading-4 {
    margin-top: 37px;
    margin-left: 6%;
  }
  .heading-4._6 {
    margin-top: 42px;
    margin-left: -17%;
  }
  .div-block-2 {
    margin-top: 0.5%;
  }
  .heading-5 {
    font-size: 25px;
  }
  .small-trailer {
    width: 40%;
    margin-left: 0%;
  }
  .small-trailer._2 {
    width: 45%;
    margin-top: -16px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .lakwinder-section {
    margin-top: -88px;
    padding-top: 0px;
    background-image: url('../images/contact_black.png'), url('../images/unnamed-1.png'), url('../images/unnamed.jpg');
    background-position: 50% 50%, 50% 0px, 50% 50%;
    background-size: cover, cover, cover;
    background-repeat: repeat, no-repeat, no-repeat;
  }
  .paragraph {
    font-size: 14px;
  }
  .other-films {
    margin-top: 32px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .tab-pane-4 {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .film-poster-container-unit {
    margin-left: 0px;
    padding-left: 33px;
  }
  .poster-image {
    height: 220px;
    margin-right: 0px;
    margin-left: -15px;
  }
  .div-block-6 {
    margin-top: 0px;
  }
  .distrobution {
    height: 50vh;
    background-position: 60% 100%, 50% 50%;
    background-size: 150%, cover;
  }
  .text-span {
    font-size: 20px;
  }
  .social-block {
    height: 80px;
    margin-top: 0px;
    padding: 0px 10% 13px;
  }
  .link-block {
    width: 25%;
    height: 100%;
    background-image: url('../images/social-16-white.svg');
    background-position: 50% 50%;
    background-size: auto 50px;
    background-repeat: no-repeat;
  }
  .link-block.facebok {
    margin-top: -19px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/facebook-white.svg');
    background-position: 50% 50%;
    background-size: auto 40px;
    background-repeat: no-repeat;
  }
  .link-block.twitter {
    margin-bottom: 0px;
    background-image: url('../images/social-18-white.svg');
    background-position: 50% 50%;
    background-size: auto 40px;
    background-repeat: no-repeat;
  }
  .link-block.youtube {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: auto 40px;
  }
  .link-block.instagam {
    margin-top: -4px;
    margin-bottom: 0px;
    background-image: url('../images/social-07-white.svg');
    background-position: 50% 50%;
    background-size: auto 40px;
  }
  .link-block-2 {
    width: 25%;
    height: 100px;
  }
  .link-block-3 {
    width: 25px;
  }
  .text-block-11 {
    width: 30%;
    margin-left: 18%;
  }
  .text-block-11._2 {
    margin-right: 16%;
  }
  .body-2 {
    margin-top: 0px;
    margin-bottom: 36px;
    padding-bottom: 0px;
  }
  .div-block-7 {
    margin-top: 129px;
  }
  .book-tickets-section.uk {
    height: 400px;
    background-position: 101% 100%;
    background-size: 350px;
  }
  .flag-container {
    display: block;
    max-width: 400px;
    min-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .flag {
    background-size: cover;
  }
  .image-4 {
    margin-left: 30px;
  }
  .link-block-9 {
    display: inline-block;
    margin-right: 30px;
  }
  .div-block-12 {
    width: 74%;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lucky-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lakwinder-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .distrobution {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .button.white {
    width: 100px;
    margin-top: 98px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.white._2 {
    margin-top: 37px;
    margin-right: -56px;
    margin-left: 31px;
  }
  .button.white._2.test {
    margin-right: 0px;
    margin-left: 24px;
  }
  .button.tab {
    margin-bottom: 9px;
  }
  .button.tab._1._3 {
    width: 49%;
  }
  .button.tab._1._3.w--current {
    width: 49%;
    margin-left: 0px;
    float: left;
  }
  .button.tab._2 {
    width: 49%;
    margin-right: 0px;
  }
  .button.tab._2.w--current {
    width: 49%;
    margin-left: -5px;
  }
  .navigation-bar.dark {
    width: 90%;
    margin-top: 21px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .hamburger-button.white.w--open {
    border-top-right-radius: 20px;
  }
  .navigation-menu {
    box-shadow: -2px 9px 9px -7px rgba(0, 0, 0, .57);
  }
  .brand-text {
    width: 70%;
    margin-top: 12px;
  }
  .brand-link.left-spacing {
    width: 170px;
  }
  .brand-link.left-spacing.w--current {
    width: 220px;
    height: auto;
    max-width: 190px;
    margin-left: 10px;
    padding-top: 11px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
    background-image: url('../images/Raja_new_banner.png'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/Raja_new_banner.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 74% 50%, 0px 0px;
  }
  .cta-section.centered-accented {
    display: block;
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 0%;
  }
  .cta-heading.inline-block {
    position: absolute;
    display: block;
    width: 200px;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 30px;
  }
  .fixed-image-section {
    height: 550px;
  }
  .section-heading.centered.about {
    margin-top: 34px;
    margin-left: 47px;
    padding-left: 4px;
    font-size: 35px;
  }
  .section-heading.centered.about.hire {
    margin-top: -1px;
    margin-left: 14px;
    font-size: 35px;
  }
  .section-heading.centered.tickets {
    display: block;
    margin-top: -116px;
    margin-right: auto;
    margin-left: 17px;
    font-size: 30px;
  }
  .section-heading.centered.soundtrack-text {
    margin-top: 30px;
    margin-right: 0px;
    float: none;
    font-size: 30px;
    text-align: center;
  }
  .section-title-group {
    height: auto;
    margin-top: -20px;
    margin-bottom: 0px;
  }
  .section-title-group._2.container-2 {
    height: auto;
    margin-right: 15px;
    margin-left: -9px;
  }
  .footer.accent {
    margin-top: 0px;
  }
  .grid-fours {
    width: 50%;
  }
  .tab-menu {
    position: relative;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-wrapper {
    padding-top: 2px;
  }
  .poster {
    display: block;
    width: auto;
    height: 270px;
    margin: 3px auto -4px;
  }
  .poster-collumn {
    display: block;
    margin: -15px auto 53px;
  }
  .text-block {
    font-size: 15px;
  }
  .text-block-2 {
    font-size: 15px;
  }
  .lucky-section {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 61px;
    background-image: url('../images/home30.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/home30.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: -115px -75px, 0px 0px;
  }
  .container-2 {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block {
    display: block;
    width: 84%;
    height: auto;
    margin-right: auto;
    margin-bottom: 33px;
    margin-left: auto;
    padding: 49px 20px 46px;
    float: none;
    font-size: 12px;
  }
  .div-block.hire._2 {
    width: 90%;
    height: auto;
    margin-top: 17px;
    margin-right: 30px;
    margin-left: 26px;
    padding-top: 39px;
    padding-right: 30px;
    padding-bottom: 39px;
  }
  .heading-2 {
    margin-top: 12px;
  }
  .poster-text {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
  }
  .html-embed {
    display: block;
    max-height: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-3 {
    margin-top: 73px;
    margin-bottom: 0px;
  }
  .heading-4 {
    margin-top: 37px;
    margin-left: 3%;
  }
  .heading-4._6 {
    margin-top: 40px;
    margin-left: -39%;
    font-size: 30px;
  }
  .div-block-2 {
    width: 50px;
    height: 50px;
    margin-top: -6.5%;
    margin-bottom: 7px;
  }
  .heading-5 {
    width: 70%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .footer-logo {
    width: 60%;
    background-position: 0px 50%;
  }
  .small-trailer {
    width: 45%;
    max-height: 110px;
  }
  .lakwinder-section {
    height: 400px;
    margin-top: -73px;
    padding-bottom: 45px;
    background-image: url('../images/contact_black.png'), url('../images/unnamed-1.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/unnamed.jpg');
    background-image: url('../images/contact_black.png'), url('../images/unnamed-1.png'), linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/unnamed.jpg');
    background-position: 50% 100%, 50% 0px, 0px 0px, 50% 50%;
    background-size: 594px, cover, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }
  .html-embed-2 {
    width: 70%;
    margin-top: -7px;
    margin-right: 51px;
    margin-left: 40px;
  }
  .paragraph {
    color: #6e6e6e;
  }
  .other-films {
    margin-top: 0px;
  }
  .tab-block {
    margin-top: 10px;
  }
  .trailer-block {
    height: auto;
    margin-top: -298px;
    padding-bottom: 0%;
  }
  .top-image {
    background-position: 79% 0px;
    background-size: auto 55%;
  }
  .top-image.vaapsi {
    background-position: -68px -3px;
  }
  .top-image.dehlito-lahore {
    background-position: 30% 0px;
  }
  .div-block-4 {
    height: auto;
  }
  .div-block-4.raja {
    height: 300px;
    background-image: url('../images/coming-soon.png'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/coming-soon.png'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .div-block-4._25-years {
    height: 250px;
    background-image: url('../images/coming-soon.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/coming-soon.png'), linear-gradient(180deg, null, null);
    background-size: cover, auto;
  }
  .tabs {
    margin-top: 40px;
  }
  .tabs-menu {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link {
    display: inline-block;
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .tab-link.w--current {
    width: 24%;
    padding-left: 0px;
  }
  .tab-link-2 {
    display: inline-block;
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link-3 {
    display: inline-block;
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .tab-link-4 {
    display: inline-block;
    width: 24%;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .tab-link-4.w--current {
    display: inline-block;
    width: 25%;
    margin-top: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .poster-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-heading._2 {
    padding-left: 18px;
  }
  .text-block-5 {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .text-block-7 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .text-block-8 {
    width: 100%;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .text-block-9 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .tab-slider {
    margin-top: 43px;
  }
  .film-poster-container-unit {
    width: 49%;
  }
  .poster-image {
    display: inline-block;
    width: 250px;
    height: auto;
  }
  .distrobution {
    height: 50vh;
    background-image: url('../images/unnamed.png'), url('../images/beautiful-sky-photography-hd-wallpaper-1920x1080-24400.jpg');
    background-position: 65% 100%, 50% 50%;
    background-size: 250%, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .text-span {
    font-size: 17px;
  }
  .link-block.facebok {
    background-size: auto 35px;
  }
  .link-block.twitter {
    background-size: auto 35px;
  }
  .link-block.youtube {
    background-size: auto 35px;
  }
  .link-block.instagam {
    background-size: auto 35px;
  }
  .text-block-11 {
    width: 35%;
    margin-left: -15%;
    font-size: 12px;
  }
  .text-block-11._2 {
    margin-right: -17%;
    margin-left: -3%;
  }
  .text-block-11._2._4 {
    margin-left: 5%;
    padding-left: 0px;
  }
  .link-block-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-7 {
    width: 130%;
    margin-left: -17%;
    background-image: url('../images/raja_new_7.png');
    background-size: contain;
  }
  .book-tickets-section.uk {
    height: 550px;
    padding-top: 158px;
    background-position: 143% 100%;
    background-size: 300px;
  }
  .flag-container {
    position: static;
    display: inline;
    overflow: visible;
    width: auto;
    height: 400px;
    max-width: none;
    min-width: none;
    padding-top: 0px;
    float: none;
    clear: none;
  }
  .flag {
    display: block;
    max-height: 130px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .flag.india {
    display: block;
    max-height: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-9 {
    display: block;
    width: 10px;
    height: 30px;
  }
  .link-block-7 {
    margin-top: -12px;
  }
  .soundtrack {
    height: 610px;
  }
  .image-4 {
    display: block;
    overflow: scroll;
    height: 50%;
    margin-top: -402px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .link-block-9 {
    display: block;
    width: 50%;
    height: 30%;
    margin-top: 298px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-size: contain;
  }
  .div-block-10 {
    width: 100%;
    background-position: 0px 101%;
  }
  .div-block-11 {
    width: 100%;
  }
  .div-block-13 {
    width: 6%;
  }
}

