:root {
  --white: white;
  --black: black;
  --accent1: #29375e;
  --accent2: #731919;
  --accent3: #d92e1e;
  --textcolor: #202020;
  --imagelabels: #3c3c3c;
  --purple-haze-dark: #18003a;
  --purple-haze-light: #4600a8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h1 {
  direction: ltr;
  color: #d92e1e;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: #202020;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  color: #202020;
  text-decoration: underline;
}

a:hover {
  color: #d92e1e;
}

a:active, a:focus {
  color: #d92e1e;
  text-decoration: none;
}

a:visited {
  color: #731919;
  text-decoration: none;
}

.hero {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.logo {
  max-width: 500px;
  position: static;
}

.tag {
  background-color: #d92e1e;
  background-image: radial-gradient(circle, #d92e1e 49%, #731919);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.taghindi {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Karma, sans-serif;
  font-size: 6rem;
  font-weight: 500;
}

.tagblock {
  flex: none;
  display: block;
}

.tagenglish {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3.9rem;
  font-weight: 300;
}

.stylesection {
  margin-top: 60px;
  margin-bottom: 60px;
}

.longform {
  margin-top: 0;
  margin-bottom: 0;
}

.parabig {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.parabig.paraorphan {
  width: 650px;
}

.colorblock {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  position: static;
}

.colorblock.accent1 {
  background-color: #29375e;
  display: block;
}

.colorblock.accent2 {
  background-color: #731919;
}

.colorblock.accent3 {
  background-color: #d92e1e;
}

.colorblock.bodytext {
  background-color: #141414;
}

.colorblock.imagelabels {
  background-color: #3c3c3c;
}

.colorswatches {
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  display: block;
}

.paraorphan {
  width: 500px;
}

.longformcontainer {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.servicesgrid {
  grid-row-gap: 80px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
}

.gridimage {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagecaption {
  color: #3c3c3c;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.imagecaption.textcenter {
  text-align: center;
  margin-top: -10px;
}

.filmgallery {
  background-color: #000;
  min-height: 80vh;
  padding: 60px;
}

.gallerytitle {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.showcasegrid {
  grid-template: "."
  / minmax(400px, 1fr) minmax(400px, 1fr);
  justify-items: center;
  overflow: visible;
}

.footer {
  background-image: linear-gradient(315deg, #731919, #18003a 72%);
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 9px 7px -3px #000000b5;
}

.textcard {
  color: #fff;
  background-color: #d92e1e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px;
  box-shadow: 0 14px 14px 6px #fc8b8b7d;
}

.textcard p {
  color: #fff;
}

.contactgrid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ".";
}

.contactleft {
  flex-direction: column;
  display: flex;
}

.socialbutton {
  width: 70px;
}

.socialtext {
  margin-left: 15px;
  font-size: 1.2rem;
  line-height: 0;
  display: inline-block;
}

.footerblock p {
  color: #fff;
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footerblock a {
  color: #fff;
}

.navbar {
  z-index: 2;
  background-color: #000;
  width: 100%;
  position: sticky;
  inset: 0% auto auto 0%;
  box-shadow: 0 6px 5px #00000070;
}

.navbar.top {
  display: none;
}

.nav-link {
  color: #fff;
  align-self: center;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 0;
}

.nav-link:hover {
  color: #ff1600;
}

.nav-link:active {
  color: #b10000;
}

.nav-link:focus {
  color: #fd4400;
}

.nav-link:visited {
  color: #fffcfc;
}

.nav-link.w--current {
  color: #ff4141;
}

.nav-link.w--current:hover {
  color: red;
}

.container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.navspacer {
  flex: 1;
}

.showlink-block {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.showlink-block:hover {
  text-decoration: none;
}

.showcasehovertext {
  color: #ffffffc7;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.showcasehovercontainer {
  z-index: 2;
  clear: none;
  color: #3330;
  background-color: #000000a3;
  border: 2px solid #ffffffb8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.showcasehovercontainer:hover {
  flex-direction: column;
  display: flex;
}

.playbutton {
  width: 90px;
}

.showcaseimage {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-5 {
  height: 300px;
}

.cardquote {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.cardauthor {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.textblock {
  font-family: Oxygen, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.comingsoongrid {
  grid-row-gap: 40px;
  grid-template-areas: ".";
}

.logowrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.scrollalert {
  align-self: flex-end;
  width: 50px;
  margin-bottom: 22px;
}

.image-2 {
  width: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .longform {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 0;
  }

  .longformcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicesgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .showcasegrid {
    grid-template-columns: 1fr;
  }

  .socialtext {
    margin-left: 6px;
    font-size: .8rem;
  }

  .navbar {
    display: none;
  }

  .navbar.top {
    display: block;
  }

  .nav-menu {
    background-color: #1d1d1d;
    flex: 0 auto;
    width: 300px;
    min-width: 250px;
    padding-left: 15px;
    display: block;
  }

  .navspacer {
    min-height: 100px;
  }

  .cardquote {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .menu-button {
    z-index: 3;
  }

  .icon {
    color: #acacac;
    font-size: 40px;
  }

  .logowrap {
    height: 90vh;
  }

  .image-2 {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .taghindi {
    font-size: 4.1rem;
  }

  .tagenglish {
    margin-top: -26px;
    font-size: 3rem;
  }

  .parabig.paraorphan {
    width: 100%;
  }

  .servicesgrid {
    grid-column-gap: 16px;
    grid-template: "."
    / 1fr 1fr;
  }

  .filmgallery {
    padding-left: 0;
    padding-right: 0;
  }

  .gallerytitle {
    padding-left: 30px;
  }

  .contactgrid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .contactleft {
    margin-top: 50px;
  }

  .socialtext {
    font-size: 1.3rem;
  }

  .showlink-block {
    border: 1px solid #fff;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .showcaseimage {
    height: 100%;
  }

  .logowrap {
    height: 75vh;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    width: 100%;
  }

  .logo {
    max-width: 300px;
  }

  .taghindi {
    font-size: 3.2rem;
  }

  .tagenglish {
    margin-top: -51px;
    font-size: 2.1rem;
  }

  .longformcontainer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .servicesgrid {
    grid-row-gap: 15px;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: .25fr;
  }

  .imagecaption.textcenter {
    margin-top: -10px;
    font-size: .8rem;
  }

  .filmgallery {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .gallerytitle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .showcasegrid {
    margin-top: 54px;
  }

  .textcard {
    padding-left: 19px;
    padding-right: 19px;
  }

  .socialblock {
    margin-top: 5px;
  }

  .socialbutton {
    width: 50px;
  }

  .socialtext {
    margin-left: -5px;
    font-size: .9rem;
  }

  .footerblock p {
    margin-bottom: 0;
    font-size: .6rem;
  }

  .navbar.top {
    position: fixed;
  }

  .container {
    display: flex;
  }

  .nav-menu {
    width: 100%;
  }

  .showcasehovertext {
    font-size: .9rem;
  }

  .playbutton {
    width: 60px;
  }

  .menu-button {
    justify-content: flex-end;
    display: block;
  }

  .image-2 {
    padding-bottom: 0;
    inset: 0% 0% 0% auto;
  }
}

#w-node-_63594bab-2cfc-9df5-c0c5-44c0d3ee864c-16c7fcc2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-ef548e6e-e16b-69cd-0307-e1ba7f56eb2f-16c7fcc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e40265f-0821-0842-58b3-a9642988df35-16c7fcc2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_471a19c7-e85a-6b31-020d-9ddf7a78d43b-16c7fcc2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f707f6d3-9520-9c0a-2df7-7f9a6c22acbd-16c7fcc2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2c51a1b-719d-72f0-34aa-faa164467ec3-16c7fcc2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_56e52d61-2610-f080-f0cc-97d81969b18f-16c7fcc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3512d2ca-91b8-7a54-a24c-4e42b6348f78-16c7fcc2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_3512d2ca-91b8-7a54-a24c-4e42b6348f7c-16c7fcc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d64c9760-2338-2b8a-c8a4-14b838b38c17-16c7fcc2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_59374b2b-199a-a6d5-72f1-ae63e7751019-16c7fcc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03444cec-e580-f5c8-2758-40148bc34890-16c7fcc2 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_56e52d61-2610-f080-f0cc-97d81969b18f-16c7fcc2, #w-node-_3512d2ca-91b8-7a54-a24c-4e42b6348f80-16c7fcc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d64c9760-2338-2b8a-c8a4-14b838b38c17-16c7fcc2 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e40265f-0821-0842-58b3-a9642988df35-16c7fcc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_471a19c7-e85a-6b31-020d-9ddf7a78d43b-16c7fcc2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f707f6d3-9520-9c0a-2df7-7f9a6c22acbd-16c7fcc2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_59374b2b-199a-a6d5-72f1-ae63e7751019-16c7fcc2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3512d2ca-91b8-7a54-a24c-4e42b6348f80-16c7fcc2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


