:root {
  --corner-size: 7px;
  --corner-stroke: clamp(1px,.175em,3px);
  --light:#727171;
  --white: #fff;
  --primary-color: #fff;
  --secondary-color: #000;
}

@font-face {
  font-family: Gilroy;
  src: url(/font/gilroy-ultralight-webfont.woff) format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: Gilroy;
  src: url(../font/gilroy-thin-webfont.woff) format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: Gilroy;
  src: url(../font/gilroy-light-webfont.woff) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: Gilroy;
  src: url(../font/gilroy-regular-webfont.woff) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Gilroy;
  src: url(../font/gilroy-medium-webfont.woff) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: Gilroy;
  src: url(../font/gilroy-semibold-webfont.woff) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "gilroy-black";
  src: url("../font/gilroy-black.woff2") format("woff2"), url("../font/gilroy-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/gilroy-extrabold.woff2") format("woff2"), url("../font/gilroy-extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/gilroy-black.woff2") format("woff2"), url("../font/gilroy-black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/gilroy-bold.woff2") format("woff2"), url("../font/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  background: var(--secondary-color);
  font-family: Gilroy;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: "gilroy-black";
}

.cursor {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px);
  mix-blend-mode: difference;
}
.cursor.link {
  opacity: 1;
  transform: scale(2);
  background-color: transparent;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  border: solid 2px #fff;
}
.cursor.link.watch {
  border: 0;
  transform: scale(4);
}
.cursor.link.watch::before {
  transform: rotate(-12deg);
  content: "WATCH";
  background-color: #fff;
  opacity: 1;
}
.cursor.active {
  opacity: 1;
  transform: scale(4);
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
}
.cursor.active::before {
  opacity: 1;
  transform: rotate(-12deg);
}
.cursor.active.play::before {
  content: "MUTE";
}
.cursor::before {
  content: "PLAY";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 6px;
  font-weight: bold;
  display: flex;
  border-radius: 100%;
  opacity: 0;
  color: #000;
  top: 0;
  justify-content: center;
  align-items: center;
}

.container-wrap {
  transform: unset !important;
}

#home__banner {
  overflow: hidden;
  max-height: 100vh;
  cursor: pointer;
}
#home__banner .nectar_video_player_self_hosted .wpb_wrapper video {
  top: 42%;
  transform: translateY(-50%);
}
#home__banner .nectar-video-wrap {
  scale: 1.3;
}
#home__banner--cover {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 1s;
}
#home__banner--cover.active {
  background: transparent;
}
#home__banner--cover .row-bg-wrap {
  z-index: 999999;
}
#home__intro .line > .wpb_wrapper {
  width: 100%;
}
#home__intro h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex !important;
  flex-direction: column;
  font-family: "Gilroy";
}
@media (min-width: 1800px) {
  #home__intro h1 {
    font-size: 50px;
    line-height: 49.553px;
  }
}
#home__intro h1 em {
  font-style: normal;
}
#home__intro h1 strong {
  color: #EA5515;
  font-weight: 900;
  font-family: "gilroy-black";
}
@media (min-width: 1200px) {
  #home__intro h1 strong {
    text-align: right;
  }
}
#home__intro h2 {
  color: #FFF;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block !important;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #home__intro h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1800px) {
  #home__intro h2 {
    font-size: 30px;
    line-height: 49.553px;
  }
}
@media (min-width: 1200px) {
  #home__intro h2 {
    display: flex !important;
  }
}
#home__intro h2 em {
  font-style: normal;
  display: unset !important;
}
@media (min-width: 1200px) {
  #home__intro h2 em {
    display: inline-block !important;
  }
}
#home__intro h2 em strong {
  font-style: italic;
  font-weight: 900;
  font-family: "gilroy-black";
}
#home__intro h2 em:last-child strong {
  font-style: normal;
}
#home__intro h2 strong {
  font-weight: 900;
  font-family: "gilroy-black";
}
#home__intro h2:last-child {
  display: block !important;
}
#home__intro .dash .word {
  width: 80px;
  height: 3px;
  background: #EA5515;
  top: 12px;
  font-size: 0;
  position: relative;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  #home__intro .dash .word {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  #home__intro .dash .word {
    width: 218px;
  }
}
#home__intro .row-bg-layer .row-bg {
  opacity: 0.5;
}
#home__intro .row-bg-layer::before {
  content: "";
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url(../img/noise.gif);
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.01;
}
#home__happen .make--it .wpb_wrapper {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 992px) {
  #home__happen .make--it .wpb_wrapper {
    flex-direction: row;
  }
}
#home__happen .make--it h2 {
  width: 100%;
  font-size: 60px;
}
@media (min-width: 768px) {
  #home__happen .make--it h2 {
    padding: 0 50px;
  }
}
@media (min-width: 1800px) {
  #home__happen .make--it h2 {
    font-size: 96px;
  }
}
#home__happen .make--it .wpb_text_column {
  max-width: 520px;
}
#home__happen .make--it .wpb_text_column p {
  line-height: 27px;
  text-transform: uppercase;
}
#home__happen .make--it .line .col {
    margin-bottom: 0;
}
#home__client h2 {
  font-size: 80px;
}
@media (min-width: 768px) {
  #home__client h2 {
    font-size: 130px;
  }
}
@media (min-width: 992px) {
  #home__client h2 {
    font-size: 200px;
  }
}
@media (min-width: 1600px) {
  #home__client h2 {
    font-size: 300px;
  }
}
#home__client h3 {
  font-size: 88px;
}
@media (min-width: 1800px) {
  #home__client h3 {
    font-size: 130px;
  }
}
#home__client .word:last-child {
  color: #EA5515;
  font-style: italic;
}
#home__client #clients .wpb_wrapper {
  display: flex;
  position: relative;
  align-items: center;
  height: 100px;
}
#home__client .img-with-aniamtion-wrap {
  margin: 0px;
  overflow: hidden;
  height: 270px;
}
#home__client .img-with-aniamtion-wrap.active {
  height: unset;
}
#home__client .img-with-aniamtion-wrap.active img {
  max-width: 100%;
  height: auto;
  width: 100%;
  filter: unset;
}
#home__client .img-with-aniamtion-wrap img {
  filter: grayscale(1);
  height: 266px;
  max-width: max-content;
}
#home__cast .portfolio-items .col:hover img {
  transform: unset;
  opacity: 1;
}
#home__cast .portfolio-items .col .work-info-bg {
  opacity: 0;
}
#home__autoplay {
  min-height: 70vh;
}
#home__crew .team-member:hover h4 {
  color: #EA5515;
}
#home__crew .team-member:hover img {
  filter: unset;
}
#home__crew .team-member img {
  margin-bottom: 15px;
  filter: grayscale(1);
}
#home__crew h2 {
  font-size: 55px;
}
@media (min-width: 768px) {
  #home__crew h2 {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  #home__crew h2 {
    font-size: 150px;
  }
}
@media (min-width: 1600px) {
  #home__crew h2 {
    font-size: 200px;
  }
}
#home__crew h4 {
  font-size: 29px;
  line-height: 30px;
}
#home__crew .position {
  font-size: 29px;
  line-height: 30px;
}
#home__crew .member-tab a {
  pointer-events: none;
}
#home__crew .member-tab:hover h2 {
  color: #EA5515;
}
#home__crew .member-tab h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
#home__crew .member-tab h3 {
  font-family: Gilroy;
  font-size: 29px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
#home__crew .tab-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  position: absolute;
  top: 76px;
}
#home__crew .tab-content#team_all {
  position: relative;
  top: 0;
}
#home__crew .tab-content.active {
  opacity: 1;
}
#home__clients .clients.no-carousel {
  justify-content: space-between;
}
#home__clients .clients[data-additional_padding="4"].no-carousel > div {
  padding: 3% 3%;
  margin-right: auto;
}
#home__clients .clients[data-additional_padding="4"].no-carousel > div:last-child img {
  max-width: 40%;
}
#home__clients .clients[data-additional_padding="4"].no-carousel > div img {
  margin: 0 auto;
  max-width: 70%;
  max-height: 90px;
}
@media (min-width: 768px) {
  #home__clients .clients[data-additional_padding="4"].no-carousel > div img {
    max-width: 100%;
  }
}
#home__clients .clients.four-cols > div:nth-child(4n+4) {
  margin-right: 0;
}

#contact h2 {
  font-size: 40px;
}
@media (min-width: 768px) {
  #contact h2 {
    font-size: 60px;
  }
}
@media (min-width: 1460px) {
  #contact h2 {
    font-size: 96px;
  }
}
#contact .nectar-button.large {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
#contact .nectar-button.large:hover {
  background-color: #EA5515 !important;
  color: #fff !important;
}
#contact .nectar-button.large:hover i {
  color: #fff !important;
}
#contact .using-image.row-bg {
  position: absolute;
  top: calc(50% - 280px);
  left: calc(50% - 365px);
  width: 730px;
  height: 318px;
  background: center center no-repeat fixed;
  background-size: cover;
  background-attachment: unset;
  z-index: 2;
}
