@charset "UTF-8";
/* 
Main Style file
*/
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Karla", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Coolvetica", sans-serif;
}

.section {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 100px 0;
  }
}

.gap {
  height: 25px;
  width: 100%;
  clear: both;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all ease 0.4s;
}

a {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

.cta-button .elementor-button-link {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  .cta-button .elementor-button-link {
    width: 200px;
    height: 200px;
  }
}

@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Regular.eot");
  src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff2") format("woff2"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica";
  src: url("../fonts/CoolveticaRg-Regular.eot");
  src: url("../fonts/CoolveticaRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaRg-Regular.woff") format("woff"), url("../fonts/CoolveticaRg-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.site-header {
  padding: 20px 0 0;
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .site-header {
    padding: 50px 0 0;
  }
}

.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #000;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: height 0.5s ease-out, opacity 0.4s ease, visibility 0.4s ease;
  z-index: 2;
}
.main-menu.is-open {
  height: 80vh;
  opacity: 1;
  visibility: visible;
}
.main-menu ul {
  position: relative;
  text-align: right;
  background: #000;
}
.main-menu ul li a {
  font-size: 30px;
  color: #8A8A8A;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .main-menu {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .main-menu .gradient-border {
    border-radius: 100px;
    background: linear-gradient(270deg, #ff0080, #7928ca, #00f0ff, #ff0080);
    background-size: 600% 600%;
    animation: borderMove 6s linear infinite;
    z-index: 1;
    padding: 2px;
  }
  .main-menu ul {
    display: flex;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu ul li a {
    font-size: 20px;
    color: #A3A3A3;
    padding: 20px 19px;
  }
  .main-menu.is-open {
    height: auto;
  }
}
.mobile-menu {
  display: flex;
  justify-content: space-between;
}
.mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

.navbar-toggle .active {
  display: none;
}
.navbar-toggle.is-active .normal {
  display: none;
}
.navbar-toggle.is-active .active {
  display: block;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade-on-scroll {
  opacity: 1;
  transition: opacity 0.4s ease;
  will-change: opacity;
}

.fade-on-scroll.is-hidden {
  opacity: 0;
}

.footer-sec {
  position: relative;
  background: #161516;
  padding-top: 120px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer-sec {
    padding-bottom: 50px;
  }
}

.footer-image {
  width: 400px;
  position: relative;
  left: -30%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .footer-image {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .footer-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-content h2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -3.5px;
  color: #DBDBDB;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-content h2 {
    font-size: 150px;
    letter-spacing: -7.5px;
    max-width: 60%;
    padding-bottom: 0;
  }
}

.mc4wp-form-fields {
  position: relative;
  max-width: 1000px;
}
.mc4wp-form-fields .form-input {
  background: transparent;
  border-color: #fff;
  border-width: 0 0 0.5px;
  border-radius: 0;
  width: 100%;
  color: #DBDBDB !important;
  padding-right: 150px;
}
@media (min-width: 992px) {
  .mc4wp-form-fields .form-input {
    padding-right: 300px;
  }
}
.mc4wp-form-fields .form-input::placeholder {
  color: #DBDBDB;
}
.mc4wp-form-fields .form-input:focus {
  outline: none;
}
.mc4wp-form-fields .form-input:-internal-autofill-selected {
  background-color: transparent !important;
}

.btn-wrap {
  max-width: 1000px;
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: -40px;
}
@media (min-width: 992px) {
  .btn-wrap {
    margin-bottom: -80px;
  }
}
.btn-wrap:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
}

.cta-btn {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #244BF5;
  color: #fff;
  border: 1px solid #244BF5;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.9px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .cta-btn {
    font-size: 18px;
    width: 200px;
    height: 200px;
    margin-right: 120px;
  }
}
.cta-btn:hover, .cta-btn:focus, .cta-btn:active {
  background: #fff;
  color: #244BF5 !important;
}
.cta-btn:visited {
  color: #fff;
}

.newslater {
  order: 2;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .newslater {
    padding-bottom: 160px;
  }
}
.newslater h4 {
  font-size: 18px;
  font-weight: 300;
  color: #DBDBDB;
  letter-spacing: -1.5px;
  font-family: "Karla", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .newslater h4 {
    font-size: 30px;
  }
}
.newslater p {
  color: rgba(219, 219, 219, 0.5);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1.24px;
}
@media (min-width: 992px) {
  .newslater p {
    font-size: 24px;
  }
}

.footer-contact {
  order: 3;
  flex: 0 0 100%;
}
.footer-contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-contact ul {
    flex-direction: row;
    justify-content: center;
  }
}
.footer-contact ul li a {
  color: #DBDBDB;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1.24px;
  padding: 10px 16px;
  border: 0.5px solid #fff;
  display: inline-block;
  border-radius: 50px;
}
.footer-contact ul li a:hover {
  color: #244BF5;
  border-color: #244BF5;
}
@media (min-width: 992px) {
  .footer-contact ul li a {
    font-size: 24px;
    padding: 20px 50px;
  }
}

.socials {
  position: absolute;
  bottom: 50px;
  right: 20px;
  display: flex;
}
@media (min-width: 992px) {
  .socials {
    right: 100px;
  }
}
.socials::after {
  position: absolute;
  left: 30px;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
.socials .title {
  align-self: flex-end;
  width: 45px;
  position: relative;
}
.socials h2 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #DBDBDB;
  letter-spacing: -1.5px;
  font-family: "Karla", sans-serif;
  margin-bottom: 2px;
  transform: rotate(-90deg);
}
.socials ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #DBDBDB;
  letter-spacing: -1.5px;
  padding: 12px 5px;
}
.socials ul li a:focus {
  outline-style: none;
}
.socials ul li a:hover {
  color: #244BF5;
}
.socials ul li:first-child {
  margin-top: -5px;
}
.socials ul li:first-child a {
  padding-top: 0;
}
.socials ul li:last-child {
  margin-bottom: -5px;
}
.socials ul li:last-child a {
  padding-bottom: 0;
}

.social-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.social-wrap a {
  display: inline-block;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
.social-wrap a svg,
.social-wrap a i {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .social-wrap a svg,
  .social-wrap a i {
    width: 200px;
  }
}
.social-wrap a:hover {
  transform: translateY(-10px);
}
@media (min-width: 768px) {
  .social-wrap a:hover {
    transform: translateY(-50px);
  }
}

.project-title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  transition: all ease 0.4s;
  font-family: "Karla", sans-serif;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .project-title {
    opacity: 0;
    visibility: hidden;
  }
}
.project-image img {
  width: 100%;
  height: auto;
  transition: all ease 0.4s;
}
@media (min-width: 768px) {
  .project-image img {
    transform: scale(0.9);
    transform: translateY(50px);
  }
}
.project-item {
  position: relative;
}
.project-item.swiper-slide-active .project-title {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .project-item.swiper-slide-active .project-image img {
    transform: scale(1);
    transform: translateY(0px);
  }
}
.project-video {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.project-video svg {
  width: 24px;
  height: 24px;
}

/* MOBILE → GRID */
@media (max-width: 767px) {
  .muragency-project-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    /* 2 columns */
    gap: 20px;
  }
  /* Remove slider styling */
  .muragency-project-slider .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none !important;
  }
}
.zoomscroll-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.zoomscroll-content {
  overflow-x: hidden;
}

.zoomscroll-content .video-sec {
  width: 100%;
  height: 100vh;
}

.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 768px) {
  .image-container img {
    object-fit: cover;
  }
}

.video-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-sec video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.animate-title {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  padding: 150px 0;
}
@media (min-width: 768px) {
  .animate-title {
    padding: 300px 0;
  }
}
.animate-title h2 {
  font-size: 10rem;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .animate-title h2 {
    font-size: 15rem;
  }
}
.animate-title .animate-logo {
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .animate-title .animate-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.animate-title .agency-logo,
.animate-title .mask-image {
  position: absolute;
  inset: 0;
  margin: auto;
}
.animate-title .agency-logo {
  height: 150px;
  z-index: 2;
  mix-blend-mode: color-dodge;
}
@media (min-width: 768px) {
  .animate-title .agency-logo {
    height: 250px;
  }
}
.animate-title .mask-image {
  height: 300px;
  animation: rotateText 20s linear infinite;
  z-index: 1;
}
@media (min-width: 768px) {
  .animate-title .mask-image {
    height: 600px;
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee__track {
  display: inline-flex;
  align-items: center;
  animation: marquee 5s linear infinite;
  will-change: transform;
}

.marquee__track span {
  padding-right: 5rem;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ultra-fast-text {
  font-size: clamp(20px, 15vw, 250px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.wpcf7-form {
  counter-reset: item;
  position: relative;
}

.btn.btn-submit {
  width: 120px;
  height: 120px;
  background: #244BF5;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease 0.4s;
  z-index: 2;
}
@media (min-width: 768px) {
  .btn.btn-submit {
    right: -250px;
    width: 200px;
    height: 200px;
  }
}
.btn.btn-submit:hover {
  background-color: #161516;
  color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.form-item {
  border-top: 0.5px solid #DBDBDB;
  border-bottom: 0.5px solid #DBDBDB;
  padding: 20px 0 20px 20px;
  position: relative;
  margin-bottom: -0.5px;
  counter-increment: item;
}
@media (min-width: 768px) {
  .form-item {
    padding: 20px 0 20px 100px;
  }
}
.form-item::before {
  content: "0" counter(item);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1.2px;
  color: #C5C5C5;
}
@media (min-width: 768px) {
  .form-item::before {
    font-size: 24px;
  }
}
.form-item span {
  font-size: 18px;
  font-weight: 400;
  color: #161516;
  letter-spacing: -1.5px;
  line-height: 33px;
  display: inline-block;
}
@media (min-width: 768px) {
  .form-item span {
    font-size: 30px;
  }
}
.form-item p {
  margin: 0;
}
.form-item .cinput {
  border: none;
  outline-style: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1.2px;
  padding: 15px 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .form-item .cinput {
    font-size: 24px;
  }
}

/*# sourceMappingURL=main.css.map */