

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
:root {
  --primary: #a653da;
  --dark-primary: #2f193e;
  --background: #1a1a1a;
  --transparent: #c7c7c72e;
  --white: #ffffff;
  --text: rgb(190, 190, 190);
}

@supports (-webkit-touch-callout: none) {
  html,
  body {
    height: -webkit-fill-available;
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  background-color: var(--background);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

::-webkit-scrollbar {
  right: 10;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  overflow: hidden;
  font-size: 13vw;
  line-height: 14vw;
   font-family: "Anton", sans-serif;
}

h2 {
  font-size: 8vw;
  line-height: 9vw;
   font-family: "Anton", sans-serif;
}

h4 {
  font-size: 1.6vw;
}

h6 {
  font-size: 1vw;
}

p,
li {
  font-size: 14px;
}

p b {
  white-space: nowrap;
}

img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lines {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.line {
  overflow: hidden;
}

.button-secondary {
  border: 1px solid var(--white);
  padding: 15px 10px;
  border-radius: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-full {
  height: 100vh;
}

.w-full {
  width: 60%;
}

.highlight-text {
  color: var(--primary);
}

.space-between {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.center {
  align-items: center;
  justify-content: center;
}

.pl-5 {
  padding-left: 2vw;
}
.pr-5 {
  padding-right: 2vw;
}
.pt-5 {
  padding-top: 2vw;
}
.pb-5 {
  padding-bottom: 2vw;
}

.pt-10 {
  padding-top: 10vw;
}

.pb-10 {
  padding-bottom: 10vw;
}

.pxy {
  padding: 5vw 2vw;
}

.mb-10 {
  margin-bottom: 10vw;
}

.gap20 {
  gap: 20px;
}

.gap50 {
  gap: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

ul {
  list-style: none;
}

.preloader {
  position: fixed;
  /* background-color: var(--primary); */
  z-index: 999;
  width: 100%;
}

nav {
  height: 50px;
  position: fixed;
  z-index: 997;
  top: 0%;
  width: 100vw;
}

nav .logo {
  z-index: 998;

  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50px;
  background-color: var(--primary);
}

nav .mobile-menu,
nav .mobile-menu-full {
  display: none;
}

nav .menu-item ul li:hover {
  cursor: pointer;
  color: var(--primary);
  transition: color 0.2s ease-in-out;
}

/* nav .menu-item ul li {
  overflow: hidden;
} */

.hero {
  z-index: 998;
  padding-top: 70px;
  padding-bottom: 2vh;
  height: 100svh;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
}

.hero .hero-content {
  background-color: var(--transparent);
  width: 100%;
  height: 50vh;
}

.social-links a {
  text-decoration: underline;
}

.hero .hero-content img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: cover;
}

.about {
  height: 120vh;
}

.about h4 {
  width: 50vw;
  text-align: center;
}

.selected-work .title {
  position: sticky;
  top: 0px;
  z-index: 1;
  margin-bottom: 80vh;
}

.selected-work .title .project-dates {
  width: 20%;
  margin-bottom: 1vh;
  align-items: end;
}

.selected-work .title .project-dates .lines {
  /* border-bottom: 1px solid var(--white); */
  margin-bottom: 0.8vh;
}

.transition-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--background); */
  transform: translateY(100%);
  z-index: 9;
  /* display: none; */
}


.project-card {
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: space-around;
}

.project-card .top {
  height: 20%;
}

.project-card .top .count {
  color: var(--transparent);
}

.project-card .top,
.project-card .bottom {
  align-items: end;
}

.project-card .top .count,
.project-card .top .description {
  width: 30%;
}

.project-card .bottom .project-service {
  margin-bottom: 20px;
}

.project-card .bottom .project-display,
#singleProject .project-display {
  height: 50vh;
  width: 45vw;
}

.project-name {
  overflow: hidden;
}

.faq {
  align-items: end;
}

.faq .left,
.faq .right {
  height: 60%;
}

.faq .left h1 {
  transform: rotate(-90deg);
  color: var(--transparent);
}

.faq .right {
  width: 60%;
}

.faq .right .accordion .accordion-group {
  border-bottom: 1px solid var(--transparent);
  padding-bottom: 10px;
}

.faq .right .accordion .accordion-menu {
  padding: 10px;
  cursor: pointer;
  user-select: none;
}

.faq .right .accordion .accordion-content {
  overflow: hidden;
  padding-left: 50px;
  /* padding-bottom: 20px; */
}

.faq .right .accordion .accordion-content h6 {
  color: var(--text);
}

.faq .accordion-group .accordion-menu img {
  width: 22px;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}

.archive {
  position: relative;
  flex-direction: column;
  overflow: hidden;
}

.archive .upper,
.archive .lower {
  background-color: var(--background);
  z-index: 3;
}

.archive .top {
  align-items: end;
}

.archive .top,
.archive .bottom {
  gap: 50px;
  height: 50vh;
}

.archive video,
.archive img {
  object-fit: contain !important;
}

.archive .archive-project {
  padding: 20px 0;
  width: 600px;
  height: 350px;
  background-color: var(--transparent);
}

.archive .top {
  margin-left: 50px;
  animation: scroll-right 20s linear infinite;
  animation-play-state: running;
}

/* Infinite scrolling effect: Bottom section moves left */
.archive .bottom {
  margin-left: 50px;
  animation: scroll-left 20s linear infinite;
  animation-play-state: running;
}

/* .archive .upper:hover .top {
  animation-play-state: paused;
}

.archive .lower:hover .bottom {
  animation-play-state: paused;
} */

/* Keyframes for scrolling right */
@keyframes scroll-right {
  0% {
    transform: translateX(0); /* Start at the initial position */
  }
  100% {
    transform: translateX(-50%); /* Move fully to the left */
  }
}

/* Keyframes for scrolling left */
@keyframes scroll-left {
  0% {
    transform: translateX(0); /* Start at the initial position */
  }
  100% {
    transform: translateX(50%); /* Move fully to the right */
  }
}

footer {
  background-color: var(--background);
  position: absolute;
  width: 100%;
  bottom: 0;
}

footer .cta-container {
  /* gap: 20px; */
  overflow: hidden;
  flex-direction: column;
  position: relative;
  /* align-content: end; */
}

footer .cta-container .circle {
  z-index: 2;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  background-color: var(--primary);
}

footer .cta-container .container .lines {
  z-index: 1;
  position: absolute;
}

footer .cta-container .cta-links {
  width: 50%;
}

footer .bottom-footer {
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.footer-animation {
  position: relative;
}

#singleProject video {
  object-fit: contain;
}

#singleProject .hero .hero-name {
  align-items: end;
}

#singleProject .hero .hero-name .left {
  overflow: hidden;
  align-items: end;
  gap: 5vw;
}

#singleProject .hero .hero-name .left h6 {
  cursor: pointer;
}

#singleProject .hero-content {
  background-color: transparent;
  flex-grow: 1;
  width: 100%;
  align-items: center;
}

#singleProject .hero-content .project-details {
  display: flex;

  flex-direction: column;
}
#singleProject .hero-content .project-details p {
  border-bottom: 1px solid var(--transparent);
  padding: 10px 0;
}

#singleProject .mockup {
  flex-direction: column;

  margin: auto;
}

#singleProject .mockup .video-container {
  width: 70vw;

  border-radius: 10px;
}

#singleProject .mockup .video-container video {
  padding: 20px;
  background-color: var(--transparent);
}

#singleProject .mockup .mobile-view img {
  /* border-radius: 20px; */
  object-fit: contain;
}

#singleProject .project-info {
  width: 45%;
  gap: 10vh;
}

#singleProject .project-info .button-secondary {
  width: 20%;
}

#singleProject .next-project {
  flex-direction: column;
  position: relative;
}

#singleProject .desc {
  justify-content: end;
}

#singleProject .desc h4 {
  text-align: start;
}

#singleProject .hero-name img {
  width: 5vw;
  transform: rotate(-45deg);
}

#singleProject .next-project .image-container {
  width: 25vw;
  background-color: var(--transparent);
  padding: 20px;
}
#singleProject .next-project h2 {
  text-align: center;
}

#singleProject .next-project img {
  object-fit: contain;
}

/* tablets */
@media only screen and (max-width: 768px) {
  .selected-work .title .project-dates {
    display: none;
  }

  nav .logo {
    width: 4vw;
    height: 4vw;
  }
}

/* phone */
@media only screen and (max-width: 480px) {
  h4,
  h6 {
    font-size: 4vw;
  }

  h2 {
    font-size: 14vw;
    line-height: 15vw;
  }

  .pl-5 {
    padding-left: 5vw;
  }
  .pr-5 {
    padding-right: 5vw;
  }

  .pb-5 {
    padding-bottom: 5vw;
  }
  .pt-5 {
    padding-top: 5vw;
  }

  nav {
    height: 50px;
  }

  nav .logo {
    width: 7vw;
    height: 7vw;
    z-index: 996;
  }

  nav .menu-item {
    display: none;
  }

  nav .mobile-menu {
    display: block;
    position: relative;
    z-index: 999;
  }

  nav .mobile-menu-full {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 20px;
    height: 100svh;
    width: 100%;
    background-color: var(--primary);
  }

  nav .mobile-menu .menu {
    height: 15px;
    overflow: hidden;
  }
  nav .mobile-menu .menu p {
    transform: translateY(-10%);
  }

  nav .mobile-menu-full ul {
    flex-direction: column;
  }

  nav .mobile-menu-full ul li {
    font-size: 30vw;
     font-family: "Anton", sans-serif;
  }

  .hero .hero-content {
    height: 50vh;
  }

  .about h4 {
    width: 100vw;
  }

  .selected-work .title {
    top: 40vh;
  }

  .project-card {
    justify-content: space-between;
  }

  .project-card .top {
    margin-top: 50px;
    flex-direction: column;
  }
  .project-card .bottom {
    flex-direction: column-reverse;
    gap: 50px;
    height: 65vh;
  }

  .project-card .top,
  .project-card .bottom {
    align-items: start;
  }
  .project-card .bottom .project-display {
    width: 100%;
  }

  .project-card .top .description {
    display: none;
  }

  .faq {
    justify-content: center !important;
    flex-direction: column;
    align-items: start;
    gap: 50px;
    height: auto !important;
    padding: 40vw 5vw;
  }
  .faq .right,
  .faq .left {
    width: 100%;
    height: auto !important;
  }

  .faq .right .accordion .accordion-content {
    padding-left: 35px !important;
  }

  .faq .left h1 {
    transform: rotate(0deg);
  }

  .archive .top,
  .archive .bottom {
    gap: 20px;
    margin-left: 20px;
  }

  .archive .archive-project {
    width: 220px;
    height: 150px;
  }

  footer .bottom-footer {
    flex-wrap: wrap-reverse;
    justify-content: center !important;
  }

  footer .cta-container .circle {
    top: 20%;
    width: 25vw;
    height: 25vw;
  }
  footer .bottom-footer .left,
  footer .bottom-footer .right {
    width: 100%;
  }

  footer .cta-container .cta-links {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  #singleProject #link,
  #singleProject .project-display {
    display: none;
  }

  #singleProject .hero-name,
  #singleProject .hero-content,
  #singleProject .hero .hero-name .left {
    align-items: start !important;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
  }

  #singleProject .project-info {
    width: 100%;
  }

  #singleProject .hero-name h1 {
    text-align: center;
  }

  #singleProject .about {
    height: 50vh !important;
  }

  #singleProject .hero-name .project-details,
  .w-full,
  #singleProject .next-project .image-container {
    width: 100%;
  }

  #singleProject .mockup .video-container video,
  #singleProject .next-project .image-container {
    padding: 10px;
  }

  #singleProject .mockup .video-container {
    height: 25vh;
    width: 100%;
  }

  #singleProject .mockup .mobile-view {
    width: 100%;
    height: 70vh;
  }

  #singleProject .next-project h2 {
    text-align: left;
  }

  .container {
    gap: 5vw;
    flex-direction: column;
    width: 100%;
  }
}
