:root {
  --main-bg-dark: #131313;
  --white: #fcf8f8;
}

.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 {
  background-color: var(--main-bg-dark);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  letter-spacing: -5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  letter-spacing: -5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 110%;
}

.container-medium {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(min(100%, 1300px) - 50px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container-wide {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
}

.section.hero-section {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.section.about-home-section, .section.services-home-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.services-home-section.services-main {
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.testimonial-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.footer {
  border-top: 1px solid #fcf8f8cc;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.section.cta-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.photography-work-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-about-page-section {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/About-us-Hero-Photo.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.about-single-page {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.section.more-text-section {
  padding-bottom: 10rem;
  overflow: hidden;
}

.section.our-arsenal-section {
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.cinematography-work-section {
  padding-top: 1rem;
  padding-bottom: 10rem;
}

.section.contact-main {
  background-color: #0000;
  background-image: linear-gradient(#000000b5 100%, #fff), url('../images/About-us-Shooting---Cinemedia.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 4rem;
  display: flex;
}

.cinemedia-hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-gradient {
  z-index: 2;
  background-color: #1313134d;
  background-image: linear-gradient(360deg, var(--main-bg-dark) 6%, #fff0);
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading {
  text-align: center;
  max-width: 1400px;
  font-size: 10rem;
  font-weight: 500;
}

.decorative-text {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.decorative-text.underline-text {
  border-bottom: 1px solid var(--white);
  line-height: 110%;
}

.link-rotation-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.hero-links {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-rotation-text {
  color: var(--white);
  letter-spacing: -3px;
  padding-right: 10px;
  font-size: 2.5rem;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.link-rotation-text:hover {
  color: #aba8a8;
  border-bottom: 1px #ff808073;
}

.hero-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-info-text {
  z-index: 3;
  position: absolute;
}

.hero-info-text.left-text-hero {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  inset: 5vh auto auto 5vw;
}

.hero-info-text.hero-down-left-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  inset: auto auto 5vh 5vw;
}

.hero-info-text.hero-right-info-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  inset: auto 5vw 5vh auto;
}

.link-wrapper {
  height: 3.5rem;
  overflow: hidden;
}

.link-text-rotation-hover {
  color: var(--white);
  letter-spacing: -5px;
  font-size: 2rem;
  line-height: 110%;
  text-decoration: none;
}

.about-home-text {
  text-align: center;
  letter-spacing: -5px;
  max-width: 1145px;
  font-size: 4rem;
  line-height: 110%;
}

.about-home-text.scroll-highlight {
  text-align: center;
  max-width: 1240px;
}

.about-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #a6a6a600;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-image {
  height: 4rem;
}

.marquee-image.uq {
  height: 64px;
}

.marquee-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.row {
  background-color: #0000;
  background-image: url('../images/Filming---Cinemedia.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.row._1, .row._2 {
  background-color: #00000087;
  background-image: none;
}

.text-holder {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.h2-sticky {
  color: #ffffff80;
  letter-spacing: -3px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 110%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sticky-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.destcription-text {
  letter-spacing: -2px;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 12% 0% 0%;
}

.services-home-h2 {
  font-weight: 500;
}

.services-item {
  position: relative;
}

.vertical-line {
  background-image: linear-gradient(100deg, #fff, #ffffff54);
  height: 1px;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.item-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.service-item-h3 {
  font-weight: 500;
}

.item-text {
  letter-spacing: -2px;
  max-width: 620px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

.services-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.main-cta-btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-text {
  color: var(--main-bg-dark);
  letter-spacing: -1px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.show-image-on-hover {
  z-index: 2;
  object-fit: cover;
  border-radius: 10px;
  width: 20rem;
  height: 20.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 18.1vw;
  transform: rotate(-15deg);
}

.show-image-on-hover.image2hover {
  transform: rotate(15deg);
}

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

.testimonial-h2 {
  z-index: 2;
  font-weight: 400;
  position: relative;
}

.marquee-vertical-2col_component {
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  display: grid;
  overflow: hidden;
}

.marquee-vertical-2col_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.marquee-vertical-2col_card-content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 0 0;
  display: flex;
  position: relative;
}

.marquee-vertical-2col_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.marquee-vertical-2col_list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_list-right.is-2 {
  animation: 40s linear infinite reverse scroll-vertical;
}

.marquee-vertical-2col_marquee-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-testimonial-card {
  border: 1px solid var(--white);
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.marquee-vertical-2col_card-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #f8000000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-right: 3rem;
  display: grid;
  position: static;
  overflow: hidden;
}

.marquee-vertical-2col_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_marquee-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: 1rem;
}

.marquee_custom-code {
  display: none;
}

.marquee-vertical-2col_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_list-left.is-1 {
  animation: 40s linear infinite scroll-vertical;
}

.logo-marquee-image {
  width: 5rem;
  height: auto;
}

.testimonial-sign {
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-style: italic;
}

.gradient-div {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(180deg, var(--main-bg-dark) 12%, #fff0);
  width: 100%;
  height: 10rem;
  position: absolute;
}

.gradient-div-down {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(0deg, var(--main-bg-dark) 12%, #fff0);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.footer-logo-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-media-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.quick-link-col {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quick-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-heading {
  letter-spacing: -1px;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.quick-link {
  color: var(--white);
  padding-bottom: .2rem;
  font-size: 1rem;
  text-decoration: none;
}

.quick-link.w--current {
  padding-bottom: .2rem;
}

.footer-watermark {
  width: 100%;
}

.cta-h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}

.cta-wrapper {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.large-button {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px none var(--white);
  background-image: linear-gradient(90deg, #666, #fff);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: flex-basis .4s;
  display: flex;
  position: relative;
}

.large-button:hover {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.cta-text {
  color: var(--main-bg-dark);
  letter-spacing: -5px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.show-on-hover-cta-img {
  width: 4rem;
  display: block;
  position: absolute;
  inset: -32% auto auto -8%;
}

.show-on-hover-cta-img.down-image {
  top: 80%;
  left: 50%;
}

.show-on-hover-cta-img.up-image {
  top: -51%;
  left: 70%;
}

.grid-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.photo-heading-wrapper {
  border-top: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.photo-h1 {
  -webkit-text-fill-color: inherit;
  background-color: #fcf8f800;
  background-clip: border-box;
  font-size: 7rem;
  font-weight: 400;
  line-height: 100%;
}

.photo-slider {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.swiper.photo-swiper {
  max-width: none;
  overflow: visible;
}

.swiper-wrapper.photo-swipe-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.photo-slide {
  opacity: .7;
  border-radius: 10px;
  flex: none;
  width: 33.3%;
  height: 35rem;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .4s;
  overflow: clip;
}

.swiper-slide.photo-slide:hover {
  opacity: 1;
}

.swiper-move-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.swiper-move-left {
  border: 1px solid var(--white);
  background-color: #fff0;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding: 0 2rem;
}

.swiper-move-left.custom-next {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.swiper-move-left.custom-prev {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.photo-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.photo-reel {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.main-photo {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-slide {
  z-index: 2;
  color: var(--white);
  text-align: center;
  letter-spacing: -3px;
  padding-top: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  position: relative;
}

.about-h1 {
  text-align: right;
  letter-spacing: -10px;
  font-size: 13rem;
  font-weight: 700;
  animation-duration: .5s;
  animation-direction: normal;
}

.about-h1.slideup {
  animation-name: slideup;
}

.about-medium-text {
  letter-spacing: -2px;
  max-width: 714px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  top: 85%;
  left: 40%;
}

.about-medium-text.text-positioning {
  text-align: left;
  max-width: 658px;
  padding-top: 8rem;
  padding-bottom: 2rem;
  padding-left: 0;
  font-size: 2.5rem;
  font-weight: 600;
  position: static;
  top: 50vh;
  left: 5vw;
}

.about-medium-text.text-positioning.slideup {
  animation-name: slideup;
  animation-duration: .7s;
  animation-direction: normal;
}

.text-smaller {
  letter-spacing: -2px;
  max-width: 750px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.text-smaller.slideup {
  animation-name: slideup;
  animation-duration: .9s;
  animation-direction: normal;
}

.largest-text {
  letter-spacing: -5px;
  width: auto;
  max-width: 1200px;
  padding-top: 2rem;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 110%;
}

.largest-text.scroll-highlight {
  max-width: 1200px;
  font-weight: 500;
  position: absolute;
}

.largest-text.text-down {
  text-align: center;
  max-width: none;
  padding-top: 3rem;
}

.large-text-an-photo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.veljko-image {
  border-radius: 10px;
}

.veljko-image-2 {
  border-radius: 10px;
  width: auto;
  position: static;
  top: 80%;
  left: 15%;
}

.photo-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25rem;
  display: flex;
}

.future-h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3rem;
  font-weight: 600;
}

.h2-absolute-holder {
  position: absolute;
  bottom: -2%;
  left: 5%;
  transform: rotate(5deg);
}

.about-medium-text2 {
  letter-spacing: -2px;
  max-width: none;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
  position: static;
  top: 85%;
  left: 40%;
}

.about-medium-text2._2222 {
  letter-spacing: -5px;
  padding-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
}

.about-medium-text2._2222.scroll-highlight {
  font-size: 3.5rem;
}

.text-and-photo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.text-and-photo-wrapper.swicth-wrapper, .photo-holder2 {
  position: relative;
}

.image-future {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-future.image-future-08 {
  height: 50rem;
}

.what-drives-us-h2 {
  color: var(--main-bg-dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  font-weight: 500;
}

.menu-parent {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--main-bg-dark);
  cursor: pointer;
  border: 1px solid #fcf8f866;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 40px 40px auto auto;
}

.menu-bar {
  background-color: var(--white);
  width: 35px;
  height: 2px;
}

.menu-overlay {
  z-index: 998;
  background-color: var(--main-bg-dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto;
  transform: translate(0, -100%);
}

.nav-link {
  color: var(--white);
  letter-spacing: -5px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.nav-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_img {
  clip-path: inset(calc(var(--square-percent)  - var(--square-size)) round var(--square-radius));
}

.cinema-line {
  background-image: linear-gradient(90deg, var(--white), #fff0);
  width: 100%;
  height: 1px;
}

.work-part {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 3rem;
  display: grid;
}

.work-part.with-one {
  grid-template-columns: 1fr 1fr;
}

.work-item {
  opacity: .7;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  transition: opacity .4s;
  overflow: clip;
}

.work-item:hover {
  opacity: 1;
}

.link-youtube {
  width: 100%;
  height: auto;
  position: relative;
}

.thumbnail-img {
  object-fit: cover;
  width: 100%;
  height: 20rem;
  overflow: clip;
}

.work-item-heading {
  background-color: #fcf8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 1rem 1rem .5rem;
  display: flex;
}

.work-item-name {
  color: var(--main-bg-dark);
  text-align: right;
  letter-spacing: -2px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

.contact-h1 {
  padding-bottom: 1rem;
  font-size: 4rem;
  font-weight: 400;
}

.heading-and-form-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-description {
  letter-spacing: -1px;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.form-type {
  color: var(--white);
  letter-spacing: -1px;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.form-type.phone {
  letter-spacing: -3px;
}

.reach-to-us-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-description-real {
  letter-spacing: -2px;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

.form {
  padding-top: 2rem;
}

.form-name {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 1rem;
}

.message-field {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  color: var(--white);
  resize: none;
  background-color: #11122700;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding-bottom: 65px;
}

.message-field::placeholder {
  color: #f4f5f9;
}

.checkbox-wrapper {
  border: 1px #000;
  border-bottom-color: #1861fe;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.form-heading {
  padding-bottom: .75rem;
}

.form-h3 {
  letter-spacing: 0;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.radio-buttons {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--white);
  flex-flow: wrap;
  padding-bottom: 0;
  display: flex;
}

.checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #1861fe00;
  border-radius: 20px;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.checkbox {
  border-radius: 17px;
  margin-top: 0;
  margin-left: -20px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-wrapper-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.form-h3-2 {
  letter-spacing: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.radio-buttons-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: var(--main-bg-dark);
  padding: 1rem 3rem;
}

.form-wrapper {
  padding-right: 0;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.right-arrow-png {
  width: 16px;
  height: 16px;
}

.cursor-button {
  z-index: 997;
  border: 1px solid var(--white);
  background-color: #c2292900;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  display: none;
  position: fixed;
}

.what-is-div {
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.whatis-txt {
  color: var(--main-bg-dark);
  text-align: center;
  font-size: 1rem;
}

.logo-of-cinematography {
  object-fit: scale-down;
  width: 128px;
  height: 64px;
  margin-right: 2rem;
  padding-right: 0;
}

.logo-of-cinematography.wider-logo {
  width: 128px;
  height: 64px;
}

.logo-of-cinematography.opacity-0 {
  opacity: 0;
}

.image-show {
  z-index: 999;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-show.image-show-without-video {
  position: static;
}

.link-for-row {
  z-index: 99;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cursor-textr {
  font-size: 1.5rem;
}

.tag-foxflow {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: .5px;
}

.html-embed {
  height: 3rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8rem;
  }

  .section.about-home-section, .section.services-home-section, .section.testimonial-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.hero-about-page-section {
    flex-flow: column;
    justify-content: space-between;
    height: 100svh;
    display: flex;
  }

  .section.about-single-page {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .section.contact-main {
    height: auto;
    padding-bottom: 3rem;
  }

  .hero-heading {
    font-size: 5.9rem;
  }

  .link-rotation-text {
    font-size: 2.5rem;
  }

  .link-wrapper {
    height: 2.9rem;
  }

  .link-text-rotation-hover {
    font-size: 2.5rem;
  }

  .marquee-image.uq {
    object-fit: contain;
    width: 128px;
  }

  .row._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-sticky {
    text-align: center;
    white-space: normal;
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .destcription-text {
    font-size: 2.5rem;
    top: 20vh;
  }

  .services-item {
    flex-flow: row;
    display: block;
  }

  .item-content {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-item-h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .item-text {
    text-align: left;
  }

  .show-image-on-hover {
    display: none;
  }

  .testimonial-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .marquee-vertical-2col_component {
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .marquee-vertical-2col_content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem;
  }

  .marquee-vertical-2col_list-right.is-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    animation: 40s linear infinite reverse scroll-vertical;
    display: flex;
  }

  .marquee-vertical-2col_marquee-1 {
    flex-flow: row;
    flex: none;
    width: auto;
  }

  .marquee-testimonial-card {
    height: 100%;
  }

  .marquee-vertical-2col_card-content-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .marquee-vertical-2col_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    display: grid;
  }

  .marquee-vertical-2col_marquee-2 {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .marquee-vertical-2col_list-left.is-1 {
    justify-content: flex-start;
    align-items: flex-start;
    animation: 40s linear infinite scroll-vertical;
    display: flex;
  }

  .gradient-div {
    background-image: linear-gradient(264deg, var(--main-bg-dark), #0000);
    width: 10rem;
    height: 100%;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .gradient-div-down {
    background-image: linear-gradient(90deg, var(--main-bg-dark) 12%, #fff0);
    width: 10rem;
    height: 100%;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .footer-wrapper {
    flex-flow: column;
    display: flex;
  }

  .quick-link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .photo-h1 {
    font-size: 4rem;
  }

  .swiper-slide.photo-slide {
    width: 50%;
  }

  .about-h1 {
    font-size: 10rem;
  }

  .about-medium-text.text-positioning {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
  }

  .text-smaller {
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .largest-text.scroll-highlight {
    position: static;
  }

  .largest-text.text-down {
    padding-top: 1rem;
  }

  .large-text-an-photo-wrapper {
    flex-flow: column;
    display: flex;
  }

  .veljko-image {
    display: none;
  }

  .photo-div {
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .future-h2 {
    font-size: 4rem;
  }

  .h2-absolute-holder {
    padding: 1rem 25px 0;
    position: static;
  }

  .text-and-photo-wrapper {
    flex-flow: column;
    display: flex;
  }

  .image-future.image-future-08 {
    display: none;
  }

  .menu-parent {
    top: 20px;
    right: 25px;
  }

  .nav-link {
    font-size: 4rem;
  }

  .work-part {
    flex-flow: column;
    display: flex;
  }

  .heading-and-form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .form-heading {
    text-align: center;
  }

  .radio-buttons, .radio-buttons-2 {
    justify-content: center;
    align-items: center;
  }

  .image-show {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
  }

  .section.hero-section {
    height: 100svh;
  }

  .section.about-single-page {
    padding-bottom: 2rem;
  }

  .hero-heading {
    font-size: 3.9rem;
  }

  .link-rotation-wrapper {
    display: none;
  }

  .about-home-text.scroll-highlight {
    max-width: none;
    font-size: 2.5rem;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .destcription-text {
    top: 20vh;
  }

  .service-item-h3.uqh2 {
    font-size: 3rem;
  }

  .marquee-vertical-2col_component {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .marquee-vertical-2col_content {
    padding: 1.5rem;
  }

  .marquee-vertical-2col_card-content-left {
    padding: 2rem;
  }

  .marquee-vertical-2col_card-content-right {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gradient-div {
    background-image: linear-gradient(260deg, var(--main-bg-dark) 12%, #fff0);
  }

  .cta-h2 {
    font-size: 3rem;
  }

  .cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .large-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-button:hover {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .cta-text {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .show-on-hover-cta-img {
    display: none;
  }

  .photo-h1 {
    font-size: 3rem;
  }

  .swiper-slide.photo-slide {
    width: 100%;
  }

  .about-h1 {
    font-size: 8rem;
  }

  .largest-text.scroll-highlight {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .future-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-medium-text2._2222.scroll-highlight {
    letter-spacing: -4px;
    font-size: 3rem;
  }

  .nav-link {
    font-size: 2.5rem;
  }

  .work-part {
    flex-flow: column;
    display: flex;
  }

  .work-item-heading {
    flex-flow: row;
    justify-content: flex-start;
    height: 10rem;
  }

  .heading-cinematography {
    font-size: 5.3rem;
  }

  .contact-h1, .form-description {
    text-align: center;
  }

  .form-type {
    text-align: left;
  }

  .reach-to-us-wrapper {
    justify-content: center;
    align-items: center;
  }

  .form-description-real {
    text-align: center;
    display: block;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .form-name {
    text-align: center;
    font-size: 1.5rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4rem;
  }

  .section.photography-work-section {
    height: auto;
  }

  .section.hero-about-page-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .about-home-text.scroll-highlight {
    letter-spacing: -2px;
    font-size: 1.5rem;
    line-height: 110%;
  }

  .marquee {
    width: 100%;
  }

  .marquee-content.scroll.reverse {
    min-width: 100%;
  }

  .marquee-image.uq {
    height: 64px;
  }

  .h2-sticky {
    padding: 30px;
    font-size: 2rem;
  }

  .destcription-text {
    font-size: 1.5rem;
    top: 15vh;
  }

  .services-home-h2 {
    font-size: 4.3rem;
  }

  .vertical-line {
    margin-bottom: 1rem;
  }

  .item-content {
    padding-bottom: 1rem;
  }

  .service-item-h3 {
    padding-bottom: .5rem;
  }

  .service-item-h3.uqh2 {
    font-size: 3rem;
  }

  .item-text {
    font-size: 1.3rem;
  }

  .testimonial-h2 {
    font-size: 4.4rem;
  }

  .marquee-vertical-2col_component {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .marquee-vertical-2col_card-content-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .marquee-testimonial-card {
    min-width: 75vw;
  }

  .gradient-div {
    width: 5rem;
  }

  .gradient-div-down {
    width: 5rem;
    height: 100%;
  }

  .footer-wrapper {
    flex-flow: column;
    display: flex;
  }

  .cta-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .large-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .large-button:hover {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-text {
    letter-spacing: -1px;
    font-size: 1.2rem;
  }

  .photo-h1 {
    letter-spacing: -2px;
    padding-top: 1rem;
    font-size: 2.7rem;
  }

  .swiper-slide.photo-slide {
    height: 25rem;
  }

  .swiper-move-left.custom-prev {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .photo-text-wrapper {
    flex-flow: wrap-reverse;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image {
    overflow: clip;
  }

  .about-h1 {
    font-size: 6rem;
  }

  .about-medium-text.text-positioning {
    font-size: 2rem;
    top: 25vh;
    left: auto;
  }

  .text-smaller {
    padding-bottom: 3rem;
    font-size: 1.3rem;
  }

  .largest-text {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .largest-text.scroll-highlight {
    letter-spacing: -2px;
    font-size: 1.5rem;
  }

  .largest-text.text-down {
    letter-spacing: -3px;
    font-size: 2.7rem;
    display: none;
  }

  .future-h2 {
    letter-spacing: 0;
    padding-bottom: 1rem;
    font-size: 2.3rem;
  }

  .about-medium-text2 {
    font-size: 1.5rem;
  }

  .about-medium-text2._2222.scroll-highlight {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .text-and-photo-wrapper {
    padding-bottom: 1rem;
  }

  .what-drives-us-h2 {
    font-size: 3rem;
  }

  .nav-link {
    letter-spacing: -2px;
    font-size: 1.6rem;
  }

  .thumbnail-img {
    height: 15rem;
  }

  .work-item-heading {
    flex-flow: row;
    height: 5rem;
  }

  .work-item-name {
    text-align: center;
    letter-spacing: 0;
    font-size: 1rem;
  }

  .heading-cinematography {
    font-size: 3.8rem;
  }

  .contact-h1 {
    font-size: 3rem;
  }

  .form-type {
    font-size: 1rem;
  }

  .form-description-real {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .form-name {
    font-size: 1rem;
  }

  .form-heading {
    font-size: 3rem;
    line-height: 100%;
  }

  .form-h3, .form-h3-2 {
    font-size: 2rem;
    line-height: 100%;
  }
}

#w-node-_85406fb7-48be-39e5-fe7a-2f976d3073b1-9dbd67b6, #w-node-_85406fb7-48be-39e5-fe7a-2f976d3073b2-9dbd67b6 {
  align-self: start;
}

#w-node-_01a69cad-a1a5-7eac-cb12-555a5090e9a4-75839901, #w-node-d52f5ad6-d4da-6c53-0715-dac34fce035a-75839901 {
  order: 9999;
}


