@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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/w95fa");
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: white;
  background: #111318;
  position: relative;
}

.text-container {
  max-width: calc(100% - 160px);
  margin: auto;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  max-width: 100%;
}

p {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: clamp(18px, 1.042vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
  margin: 0;
}

.gradient-text .char {
  color: transparent;
  background-image: linear-gradient(to right, #60c8f3, #007fc5);
  -webkit-background-clip: text;
          background-clip: text;
}

.big-header {
  font-size: clamp(42px, 11.458vw, 220px);
  font-weight: 400;
  letter-spacing: -4.8px;
}

.text--14 {
  font-size: clamp(12px, 0.729vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.text--16 {
  font-size: 16px;
  letter-spacing: -0.32px;
}

.font-secondary {
  font-family: "W95FA", sans-serif !important;
}

.main-btn {
  background-color: white !important;
  color: black !important;
  border-radius: 16px;
  padding: 15px 48px;
}

.bordered-btn {
  background-color: rgba(17, 19, 24, 0.5) !important;
  color: white !important;
  border: 1px solid rgba(189, 189, 189, 0.5019607843);
  border-radius: 16px;
  padding: 15px 48px;
}
.bordered-btn:hover {
  border: 1px solid rgba(189, 189, 189, 0.5019607843);
}

.random-text-wrapper {
  overflow: hidden;
}

.random-letter {
  white-space: nowrap;
}

.display-1 span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 400;
}

.random-letter, .random-letter-hover {
  display: inline-block;
}

/* Required for GSAP opacity/transforms to work on split characters */
.char {
  display: inline-block;
  transition: font-family 0.1s ease;
}

.time-section {
  display: flex;
  justify-content: flex-end;
  padding: 0px 60px;
}
.time-section p {
  margin-bottom: 0px !important;
  font-size: clamp(12px, 0.729vw, 14px);
  font-family: "W95FA", sans-serif;
}

.arrow-section {
  display: flex;
  align-items: center;
  padding: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  gap: 40px;
}

.who-we-are {
  margin: clamp(60px, 12.5vw, 240px) auto;
}
.who-we-are h6 {
  font-size: 12px;
  margin-bottom: 40px;
}
.who-we-are p {
  font-size: clamp(24px, 2.5vw, 48px);
  margin-bottom: 40px;
  width: 62%;
}

.main-section {
  margin: clamp(60px, 12.5vw, 240px) auto !important;
  width: calc(100% - 40px) !important;
  background: #0c0e13;
}

.main-color {
  background: #111318;
}

.our-expertis {
  position: relative;
  padding-bottom: 120px;
  background-image: url("../assets/images/experties-bg.jpg");
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  border-radius: 32px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.our-expertis .expertis-content {
  padding: 0px 60px;
}
.our-expertis .expertis-content .content-title {
  -moz-column-gap: 3.167vw;
       column-gap: 3.167vw;
  margin-top: 60px;
  margin-bottom: clamp(30px, 9.271vw, 60px);
}
.our-expertis .expertis-content .content-title .d-flex {
  gap: 8px;
}
.our-expertis .expertis-content .content-title img {
  margin-top: 20px;
  width: clamp(32px, 2.917vw, 56px);
  height: clamp(32px, 2.917vw, 56px);
}
.our-expertis .expertis-content .content-title h1 {
  font-size: clamp(32px, 3.438vw, 66px);
  min-height: clamp(40px, 6.25vw, 120px);
}
.our-expertis .expertis-content .glowing-card h2 {
  font-size: 12px;
}
.our-expertis .expertis-content .glowing-card video {
  max-width: 100%;
}
.our-expertis .expertis-content .glowing-card .bottom-text {
  gap: 32px;
}
.our-expertis .expertis-content .glowing-card .bottom-text h1 {
  font-size: 16px;
  font-weight: 400;
}
.our-expertis .expertis-content .glowing-card .bottom-text .circle-icon {
  border: 0.5px solid #bdbdbd;
  border-radius: 50%;
  padding: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-expertis .expertis-content .glowing-card .bottom-text .circle-icon img {
  width: 18px;
  height: 18px;
}

.glowing-card {
  --start: 0;
  position: relative;
  background-color: rgba(12, 13, 15, 0.8);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(4px);
  text-decoration: none;
  color: white;
  padding: clamp(20px, 2.083vw, 40px);
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  transition: transform 0.3s ease, border-color 0.3s ease-in-out;
}
.glowing-card::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: conic-gradient(from 90deg at 50% 50%, rgb(251, 55, 60), rgb(252, 114, 28), rgb(255, 220, 0), rgb(27, 206, 255), rgb(42, 107, 255), rgb(217, 41, 255), rgb(255, 10, 92));
  background-attachment: fixed;
  -webkit-mask: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), conic-gradient(from calc((var(--start) - 22) * 1deg), rgba(255, 255, 255, 0.1215686275) 0deg, white, rgba(255, 255, 255, 0) 100deg);
  mask: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), conic-gradient(from calc((var(--start) - 22) * 1deg), rgba(255, 255, 255, 0.1215686275) 0deg, white, rgba(255, 255, 255, 0) 100deg);
  -webkit-mask-composite: source-in, xor;
  mask-composite: intersect;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 0.5s ease;
}
.glowing-card .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(14px);
  pointer-events: none;
}
.glowing-card .glow::before {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
  border: 12px solid rgba(255, 255, 255, 0);
  background: conic-gradient(from 90deg at 50% 50%, rgb(251, 55, 60), rgb(252, 114, 28), rgb(255, 220, 0), rgb(27, 206, 255), rgb(42, 107, 255), rgb(217, 41, 255), rgb(255, 10, 92));
  background-attachment: fixed;
  -webkit-mask: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), conic-gradient(from calc((var(--start) - 22) * 1deg), rgba(255, 255, 255, 0.1215686275) 0deg, white, rgba(255, 255, 255, 0) 100deg);
  mask: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), conic-gradient(from calc((var(--start) - 22) * 1deg), rgba(255, 255, 255, 0.1215686275) 0deg, white, rgba(255, 255, 255, 0) 100deg);
  -webkit-mask-composite: source-in, xor;
  mask-composite: intersect;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 1s ease;
}
.glowing-card:hover::before {
  opacity: 0.6;
}
.glowing-card:hover .glow::before {
  opacity: 1;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.image-wrapper img {
  display: block;
  width: 100%;
  transition: filter 0.2s;
}
.image-wrapper:hover img {
  filter: url(#glitch);
}

.our-work {
  margin-bottom: 10rem;
}
.our-work .text-container {
  margin-bottom: 36px;
}
.our-work .w-95 {
  width: 95%;
}
.our-work .main-image {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.our-work .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.our-work .swiper-wrapper .swiper-slide img {
  display: block;
  width: 485px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.our-work .below-swiper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 4.167vw;
  max-width: calc(100% - 110px);
}
.our-work .below-swiper a {
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-buttons {
  position: relative;
  height: 80px;
  width: 100px;
  margin-left: auto;
}
.swiper-buttons .swiper-button-prev::after, .swiper-buttons .swiper-button-next::after {
  display: none;
}
.swiper-buttons .swiper-button-prev::before, .swiper-buttons .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-size: cover;
}
.swiper-buttons .swiper-button-prev::before {
  background-image: url("../assets/icons/left-arrow.svg");
}
.swiper-buttons .swiper-button-next::before {
  background-image: url("../assets/icons/arrow.svg");
}

.title-box {
  background-color: #111318;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 60px;
  position: relative;
  border-radius: 0 0 32px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
.title-box h1 {
  font-size: 12px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "W95FA", serif !important;
}
.title-box::before, .title-box::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/corner.svg");
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  background-size: contain;
}
.title-box::before {
  left: auto;
  right: -32px;
  top: 0;
}
.title-box::after {
  left: 0;
  top: auto;
  bottom: -32px;
}

.reset-padding {
  padding: 40px 0px;
}

.image-flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  opacity: 0;
  z-index: 2;
}

.mobile-swiper-cards {
  position: relative;
  min-height: 689px;
}
.mobile-swiper-cards video {
  position: absolute;
  max-width: 796px;
  max-height: 796px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#pinned-section {
  position: relative;
  min-height: 689px;
  border-radius: 32px;
}
#pinned-section video {
  position: absolute;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 796px;
  max-height: 796px;
}
#pinned-section .carousel-viewport {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#pinned-section .carousel-viewport .carousel-track-row {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  align-items: center;
  padding-left: 40px;
  gap: 60px;
}
#pinned-section .carousel-viewport .custom-card {
  opacity: 0.4;
}
#pinned-section .carousel-viewport .custom-card .card-description {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
#pinned-section .carousel-viewport .col-carousel-item:nth-child(1) {
  width: 20.573vw;
}
#pinned-section .carousel-viewport .col-carousel-item:nth-child(1) .custom-card {
  background: transparent;
  border: unset;
  opacity: 1;
  padding: 0;
  margin: auto;
}
#pinned-section .carousel-viewport .col-carousel-item:nth-child(1) .custom-card h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 140%;
  font-weight: 400;
  color: white;
}
#pinned-section .carousel-viewport .col-carousel-item.active .custom-card {
  opacity: 1;
  transform: scale(1.02);
}
#pinned-section .carousel-viewport .col-carousel-item.active .card-description {
  max-height: 100px;
  opacity: 0.7;
  visibility: visible;
  margin-top: 0.5rem !important;
}
#pinned-section .carousel-viewport .col-carousel-item.active img {
  transform: rotate(90deg);
}

.custom-card {
  background: rgba(12, 13, 15, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease, border-color 0.5s ease;
  transform: scale(0.9);
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 20px 0px;
  padding: clamp(60px, 4.167vw, 80px) clamp(40px, 2.917vw, 56px);
}
.custom-card .card-description {
  margin-top: 0;
  transition: max-height 0.4s ease-out, opacity 0.4s ease, margin-top 0.4s ease;
  font-size: 1rem;
}
.custom-card h3 {
  font-size: clamp(32px, 3.438vw, 66px);
  font-weight: 400;
  margin: 0 0;
  line-height: 100%;
}
.custom-card .col-10 {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.logo-swiper-container {
  width: 100%;
  padding: 40px 0;
  margin-top: 2rem;
  pointer-events: none;
}
.logo-swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logo-swiper-container .swiper-wrapper .logo-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
}
.logo-swiper-container .swiper-wrapper .logo-slide .logo-box {
  font-size: 30px;
}

.reviews-section {
  margin: clamp(60px, 10.417vw, 200px) auto;
}
.reviews-section .swiper-buttons {
  position: absolute;
  border-radius: 0 32px 0 0;
  width: 204px;
  height: 96px;
  background: #111318;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.reviews-section .swiper-buttons::before, .reviews-section .swiper-buttons::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/corner.svg");
  width: 32px;
  height: 32px;
}
.reviews-section .swiper-buttons::before {
  left: 0;
  top: -32px;
}
.reviews-section .swiper-buttons::after {
  right: -32px;
  bottom: 0;
}
.reviews-section .swiper-buttons .swiper-button-prev {
  left: 50px;
}
.reviews-section .swiper-buttons .swiper-button-next {
  right: 50px;
}
.reviews-section .swiper-slide {
  position: relative;
  padding: 60px 60px 60px 0;
  border-radius: 32px;
  background: #fff;
  display: flex;
  gap: 20px;
  height: auto;
  min-height: 450px;
}
.reviews-section .swiper-slide .col-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.reviews-section .swiper-slide img {
  border-radius: 50%;
  width: 116px;
  height: 116px;
  background: #fdc836;
  margin-bottom: 23px;
}
.reviews-section .swiper-slide p, .reviews-section .swiper-slide h1 {
  color: #111318;
}
.reviews-section .swiper-slide h1 {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: clamp(24px, 2.5vw, 48px);
  letter-spacing: -0.96px;
  font-weight: 400;
}
.reviews-section .swiper-slide .name {
  font-size: 16px;
  letter-spacing: -0.32px;
}
.reviews-section .swiper-slide .review {
  font-size: clamp(18px, 1.042vw, 20px);
  font-weight: 400;
}
.reviews-section .swiper {
  position: relative;
  border-radius: 32px 32px 0 32px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  touch-action: pan-y;
}

.inner-page {
  min-height: auto !important;
}
.inner-page .hero-text {
  min-height: auto !important;
  margin-top: clamp(32px, 3.75vw, 72px);
  padding: 0px !important;
}
.inner-page .page-name {
  display: flex;
  align-items: center;
  gap: 16px;
}

.projects {
  width: calc(100% - 40px);
  margin: auto;
  row-gap: 80px;
}
.projects .image-wrapper {
  position: relative;
  height: 600px;
}
.projects img {
  margin: auto;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.portfolio-list-item-info {
  position: absolute;
  max-width: 85%;
  top: auto;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 24px 40px 24px 3.125vw;
  align-items: center;
  background: #111318;
  gap: clamp(20px, 1.667vw, 32px);
  border-radius: 0 32px 0 0;
  z-index: 999;
}
.portfolio-list-item-info::before, .portfolio-list-item-info::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/corner.svg");
  width: 32px;
  height: 32px;
}
.portfolio-list-item-info::before {
  left: 12px;
  top: -32px;
}
.portfolio-list-item-info::after {
  right: -32px;
  bottom: 0;
}
.portfolio-list-item-info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
  margin-bottom: unset !important;
  color: white;
}
.portfolio-list-item-info p {
  font-family: "W95FA", serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: uppercase;
  position: relative;
  top: 3px;
  font-size: clamp(12px, 0.729vw, 14px);
}

.portfolio-filters {
  position: fixed;
  bottom: 10%;
  left: 60px;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: inherit;
}
.portfolio-filters.hidden {
  opacity: 0;
  visibility: hidden;
}
.portfolio-filters .p-filters-items {
  border-radius: 16px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(17, 19, 24, 0.8);
  backdrop-filter: blur(16px);
  display: inline-flex;
  -moz-column-gap: clamp(30px, 2.083vw, 40px);
       column-gap: clamp(30px, 2.083vw, 40px);
  padding: 0 32px;
  height: 62px;
  align-items: center;
  overflow: auto;
}
.portfolio-filters .filter-btn {
  background: unset;
  border: unset;
  color: white;
  font-size: 16px;
  letter-spacing: -0.32px;
  font-weight: 400;
  padding: 0px !important;
}
.portfolio-filters .filter-btn::after {
  bottom: 0 !important;
}
.portfolio-filters p {
  color: rgba(189, 189, 189, 0.5);
}

.image-wrapper.hide {
  display: none;
}

.backToTop {
  margin-top: 80px;
  margin-bottom: 240px;
  display: flex;
  justify-content: center;
}

.inner-page-hero-text {
  width: 100% !important;
  background: transparent !important;
}

.contact-hero-section {
  padding-top: 40px;
}
.contact-hero-section .contact-hero .video-container {
  position: absolute;
  left: auto !important;
  right: 5%;
  top: 3vw;
  width: clamp(260px, 37.5vw, 720px);
  height: auto;
  z-index: -1;
}
.contact-hero-section .contact-hero .video-container video {
  max-width: 100%;
  height: auto;
}

.content-form {
  margin-top: clamp(32px, 6.25vw, 120px);
}
.content-form .g-reveal-text {
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.96px;
  margin-bottom: 72px;
}
.content-form .content-form__box {
  justify-content: space-between;
}
.content-form .content-form__box .content-form__box__left {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 88px;
}
.content-form .content-form__box .content-form__box__left .box-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-form .content-form__box .content-form__box__left .font-secondary {
  opacity: 0.6;
}
.content-form .content-form__box .content-form__box__left .underlined-link-offest {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-underline-offset: 5px;
}
.content-form .content-form__box .content-form__box__left .box-info__link {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content-form .content-form__box .content-form__box__right {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: #0c0e13;
  position: relative;
  padding-top: 134px;
}
.content-form .content-form__box .content-form__box__right .title-box {
  position: absolute;
  border-radius: 0 0 32px 0;
  background: #111318;
  padding: 40px 32px;
  top: 0;
  left: 0;
}
.content-form .content-form__box .content-form__box__right .contact-form {
  padding: 0 32px 60px;
}
.content-form .content-form__box .content-form__box__right .contact-form .form-footer-boxes {
  display: flex;
  align-items: flex-start;
  margin: 32px 0;
  flex-wrap: wrap;
  row-gap: 14px;
}
.content-form .content-form__box .content-form__box__right .contact-form .form-footer-boxes p {
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  margin-right: 16px;
  white-space: nowrap;
}
.content-form .content-form__box .content-form__box__right .contact-form .form-footer-boxes .service-selector {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.content-form .content-form__box .content-form__box__right .contact-form .form-footer-boxes .service-selector .option-btn {
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background: #111318;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
.content-form .content-form__box .content-form__box__right .contact-form .form-footer-boxes .service-selector .btn-check:checked + .option-btn {
  background: rgba(48, 51, 58, 0.8);
  border-color: #9747ff;
}

.contact-footer {
  padding: 60px 0 40px;
  margin-top: 72px;
}
.contact-footer .row {
  justify-content: space-between;
  align-items: center;
}
.contact-footer img {
  width: 152px;
}
.contact-footer .font-secondary {
  opacity: 0.6;
}

.our-story .story-content {
  margin-top: clamp(48px, 6.25vw, 120px);
  justify-content: space-between;
}
.our-story .story-content .left-side {
  position: relative;
}
.our-story .story-content .left-side img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}
.our-story .story-content .left-side .text--14 {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 0 0 0 32px;
}
.our-story .story-content .left-side .text--14:before {
  transform: rotate(-180deg);
  top: auto;
  bottom: -32px;
  left: auto;
  right: 0;
}
.our-story .story-content .left-side .text--14:after {
  transform: rotate(180deg);
  top: 0;
  left: -32px;
}
.our-story .story-content .right-side {
  padding: 30px 60px 20px 60px;
  position: relative;
}
.our-story .story-content .right-side .reveal-text-wrapper .text--14 {
  width: clamp(100px, 8.333vw, 160px);
  margin-top: 0 !important;
  display: inline-flex;
}
.our-story .story-content .right-side .reveal-text-wrapper h3 {
  display: inline;
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.96px;
  font-weight: 400;
}
.our-story .story-content .right-side .reveal-text-wrapper .text--16 {
  margin-top: clamp(32px, 2.083vw, 40px);
}
.our-story .story-content .right-side .reveal-text-wrapper .text--16 span:nth-child(2) {
  display: block;
  margin: 20px 0px;
}
.our-story .story-content .right-side .btn {
  margin-top: clamp(32px, 4.167vw, 80px);
}

.our-team {
  margin: clamp(120px, 12.5vw, 240px) auto;
}
.our-team .our-team-items {
  margin: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.our-team .our-team-items .our-team-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  flex-wrap: nowrap;
  padding: 60px 0;
  width: 100%;
}
.our-team .our-team-items .our-team-item img {
  width: 56px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.our-team .our-team-items .our-team-item.active img {
  opacity: 1;
}
.our-team .our-team-items .our-team-item.active h2, .our-team .our-team-items .our-team-item.active .text--14 {
  color: #fff;
}
.our-team .our-team-items .our-team-item h2 {
  font-size: clamp(42px, 5.625vw, 108px);
  font-weight: 400;
  margin: 0;
  transition: all 0.2s;
}
.our-team .our-team-items .our-team-item h2, .our-team .our-team-items .our-team-item .text--14 {
  color: #272a32;
}
.our-team .our-team-images {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 26.823vw;
  max-width: 515px;
  height: 35.26vw;
  max-height: 600px;
  border-radius: 32px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.our-team .our-team-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}

.services-hero {
  margin-top: clamp(48px, 6.25vw, 120px);
}
.services-hero .text--14 {
  position: relative;
  top: -14px;
  margin-right: clamp(100px, 10.417vw, 200px);
}
.services-hero h3 {
  max-width: 1189px;
  display: inline;
  line-height: 130%;
  font-size: clamp(32px, 3.75vw, 72px);
  letter-spacing: -1.44px;
}
.services-hero .bottom-hero {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 5vw;
  margin-top: clamp(48px, 6.25vw, 120px);
}
.services-hero .bottom-hero .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 47px;
}
.services-hero .bottom-hero .content-wrapper img {
  width: 72px;
}
.services-hero .bottom-hero .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 453px;
  gap: 40px;
}

.our-services {
  margin-top: clamp(120px, 12.5vw, 240px);
  margin-bottom: clamp(60px, 12.5vw, 240px);
}
.our-services .text-container {
  margin-bottom: clamp(32px, 5vw, 96px);
}
.our-services .text-container h2 {
  margin: 20px 0;
  font-size: clamp(42px, 5.625vw, 108px);
  letter-spacing: -2.16px;
}

.services-cards {
  display: flex;
  justify-content: center;
  gap: 2vw;
  max-width: 1560px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 60px;
  height: 100%;
  flex-wrap: wrap;
}
.services-cards .card-item {
  width: 100%;
  position: relative;
  flex: 0 0 calc((100% - 4vw) / 3);
  opacity: 1;
  height: 620px;
  translate: none;
  rotate: none;
  scale: none;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.services-cards .card-item .card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.services-cards .card-item .card-front {
  position: absolute;
  translate: none;
  rotate: none;
  scale: none;
  transform: rotateY(0deg);
  border: 0.5px solid #fff;
}
.services-cards .card-item .card-front video {
  max-width: 100%;
  max-height: calc(100% - 80px);
}
.services-cards .card-item .card-front h1 {
  font-size: clamp(32px, 2.135vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.904px;
  padding: clamp(20px, 2.083vw, 40px);
  padding-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.services-cards .card-item .card-back {
  display: flex;
  translate: none;
  rotate: none;
  scale: none;
  transform: rotateY(-180deg);
  position: absolute;
  --start: 188.88243413998384;
}
.services-cards .card-item .card-back .glowing-card {
  align-items: flex-start;
  justify-content: space-between;
  height: 620px;
  border: 0.5px solid #fff;
}
.services-cards .card-item .card-back .title-section {
  width: 100%;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: clamp(24px, 4.167vw, 80px);
}
.services-cards .card-item .card-back .title-section img {
  max-width: 100%;
}
.services-cards .card-item .card-back h4 {
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 140%;
  letter-spacing: -0.72px;
  font-weight: 400;
  margin: 0 0;
  margin-bottom: 24px;
}

.project-image-section {
  height: calc(100vh - 40px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 32px;
}
.project-image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.project-image-section .back-to-button {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  display: flex;
  padding: 20px 60px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 32px 0 0;
  background: #111318;
}
.project-image-section .back-to-button::before, .project-image-section .back-to-button::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/corner.svg");
  width: 32px;
  height: 32px;
}
.project-image-section .back-to-button::before {
  left: auto;
  right: -32px;
  top: auto;
  bottom: 0;
}
.project-image-section .back-to-button::after {
  width: 32px;
  height: 32px;
  left: 0;
  top: -32px;
}

.project-details {
  margin-top: clamp(32px, 4.583vw, 88px);
  margin-bottom: clamp(32px, 4.583vw, 88px);
}
.project-details h1 {
  font-size: clamp(42px, 5.625vw, 108px);
  margin-bottom: clamp(32px, 2.5vw, 48px);
}
.project-details .details-content .left-side {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.project-details .details-content .left-side .box-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-details .details-content .right-side .text--14 {
  margin-bottom: clamp(32px, 2.083vw, 40px);
}
.project-details .details-content .right-side h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 140%;
  letter-spacing: -0.96px;
  font-weight: 400;
  margin-bottom: clamp(24px, 6.25vw, 120px);
}
.project-details .details-content .right-side .text--16 span:nth-child(2) {
  display: block;
  margin: 20px 0px;
}

.single-project-nav {
  display: flex;
  justify-content: space-around;
  margin: clamp(60px, 12.5vw, 240px) 17.188vw;
}
.single-project-nav .prev a, .single-project-nav .next a {
  display: flex;
  position: relative;
  color: white;
}
.single-project-nav .prev a .text, .single-project-nav .next a .text {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  position: relative;
  z-index: 9099;
  mix-blend-mode: difference;
}
.single-project-nav .prev a h3, .single-project-nav .next a h3 {
  font-size: clamp(42px, 5.625vw, 108px);
}
.single-project-nav .prev a .image-wrapper, .single-project-nav .next a .image-wrapper {
  max-width: 450px;
  max-height: 330px;
  width: 23.438vw;
  height: 17.188vw;
  position: absolute;
  top: -50%;
}
.single-project-nav .prev a .image-wrapper img, .single-project-nav .next a .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  display: flex;
}
.single-project-nav .prev .arrow-img {
  transform: rotate(180deg);
}
.single-project-nav .prev .image-wrapper {
  left: auto;
  right: 40%;
}
.single-project-nav .next .image-wrapper {
  left: 40%;
}

.terms-container {
  margin-bottom: clamp(40px, 5vw, 100px);
}
.terms-container h1 {
  font-size: clamp(42px, 5.625vw, 108px);
}
.terms-container .content {
  margin-top: 32px;
}
.terms-container .content p {
  margin: 24px 0;
}
.terms-container .content a {
  text-decoration: underline;
  color: white;
}

.show-cards-mobile, .mobile-hero-text {
  display: none;
}/*# sourceMappingURL=main.css.map */