@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup ul {
  margin-bottom: 30px;
  padding-left: 25px;
}
.policy_popup ul li {
  list-style-type: disc;
  font-size: 20px;
  margin-bottom: 10px;
}
.policy_popup .main_logo {
  width: 170px;
  max-width: 70%;
  margin-bottom: 30px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
}

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  font-size: 24px;
  line-height: 1.6;
}

a {
  cursor: pointer;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px 15px;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #000;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -9px;
}
.hamburger .hamburger-inner:after {
  bottom: -9px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.toast_container {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  display: block !important;
  width: 150px !important;
  transform: translate(0, -110%);
}
.toast_container .toast {
  width: auto;
}
.toast_container.active {
  opacity: 1;
  z-index: 12;
}

/* ------------- MENU END --------------- */
h1, h2 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1;
}

h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
}

p.large {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 10;
  transition: background-color 0.1s ease;
}
.header nav ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.header nav ul li:hover {
  color: #BEBEBE;
}

/* --------------- MAIN CONTENT ---------------- */
.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.video-background-holder iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.video-background-holder .ratio {
  left: 50%;
  min-width: 177.7777777778vh;
  transform: translate(-50%, 0);
}

.our_work .work_container {
  position: relative;
}
.our_work .work_container .text-container {
  overflow: hidden;
  width: 100%;
}
.our_work .work_container .text-container .line {
  font-size: 3vw;
  text-align: center;
  white-space: nowrap;
  word-spacing: 8vw; /* Start with exaggerated spacing */
  opacity: 1;
}
.our_work .work_container .text-container .line span:hover {
  cursor: pointer;
  color: #BEBEBE;
  transition: all 0.3s;
}
.our_work .work_container .text-container .line:hover span:not(:hover) {
  opacity: 0.5;
}
.our_work .work_container .text-container .line:hover ~ .line {
  opacity: 0.5;
}
.our_work .work_container .project_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
  z-index: -1;
  display: none;
}

.our_clients ul li {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

.get_in_touch {
  border-top: 2px solid #707070;
}
.get_in_touch span {
  position: relative;
}
.get_in_touch span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  background: #070404;
  transition: all 0.3s;
}
.get_in_touch span:hover:after {
  width: 0%;
}

.full_page {
  min-height: calc(100vh - 100px);
}

/* --------------- MAIN CONTENT END ---------------- */
/* WORK */
#work .img_container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s;
}
#work .img_container .background_video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280%;
  min-width: 100%;
  min-height: 100%;
}
#work .img_container .ratio {
  position: relative;
  width: 100%;
  height: 100%;
}
#work .img_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the area of the container, cropping as necessary */
}
#work p.name {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all 0.3s;
}
#work .project_row a:hover .img_container {
  opacity: 0.9;
}
#work .project_row a:hover p {
  color: #BEBEBE;
}

/* WORK END */
/* Project details */
#project_details .submenu {
  padding-top: 80px;
  padding-bottom: 15px;
}
#project_details .submenu ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: bottom;
  cursor: pointer;
  transition: all 0.2s;
}
#project_details .submenu ul li:hover {
  color: #BEBEBE;
}
#project_details .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #fff;
  display: none;
}

/* Project details end */
/* ABOUT */
#about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form {
  position: relative;
  display: flex;
}
.form input[type=text] {
  border-bottom: 2px solid #707070;
  padding: 0 10px;
  width: 100%;
  font-size: 24px;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form button.my_btn {
  font-size: 36px;
}
.form .thank_you_message {
  display: none;
}

/* ABOUT */
/* CONTACT */
/* CONTACT END */
#contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact p {
  font-size: 18px;
}

/* ---------------- FOOTER -------------------- */
.footer {
  padding-top: 35px;
  padding-bottom: 30px;
}
.footer .copyright {
  font-size: 11px;
  color: #5A5A5A;
}
.footer .copyright span {
  border-bottom: 1px solid transparent;
}
.footer .copyright span:hover {
  border-bottom: 1px solid #5A5A5A;
}
.footer .small {
  font-size: 14px;
  text-transform: uppercase;
}

/* ---------------- FOOTER END ----------------- */
.grecaptcha-badge {
  display: none !important;
}

/* -------------- RESPONSIVE ------------------ */
/* -------------- RESPONSIVE END ------------------ */