:root {
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "Inter", sans-serif;

  /* colors */
  --dark-color: #020817;
  --accent-color: #3080ff;
}

body {
  /* background-color: var(--dark-color); */
  background-color: var(--dark-color);
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #fff;
}

.menu-icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 25px;
}

.menu-icon ._dash {
  width: 30px;
  height: 4px;
  background-color: var(--dark-color);
  margin: 6px;
}

header {
  background-color: var(--dark-color);
  position: relative;
  z-index: 4;
}

#header-logo {
  max-width: 170px;
}

#loader {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}

#loader ._icon {
  width: 82px;
  transform: translateX(110%);
}

#loader ._title {
  font-size: 5em;
  line-height: 1;
}

#loader ._text {
  margin-left: 10px;
  color: #fff;
  opacity: 0;
}

#loader ._tagline {
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
}

#loader ._logo-loader {
  display: flex;
}

#loader ._bar {
  background-image: linear-gradient(to top, #b721ff 0%, #21d4fd 100%);
  width: 10vw;
  height: 100vh;
  display: inline-block;
}

.full-screen {
  height: 100vh;
  width: 100vw;
  height: 100dvh;
  width: 100dvw;
  display: flex;
}

.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 600;
}

#hero-sec {
  padding: 80px 0;
}

#hero-sec h1 {
  font-size: 5em;
  font-weight: 600;
}

h1 {
  font-size: 4.5em;
}

h2 {
  font-size: 4em;
}

p {
  font-size: 1.2em;
  line-height: 1.7;
}

#our-technologies {
  background-color: #000;
}

#hero-sec ._desc {
  max-width: 80%;
  margin: auto;
  text-align: center;
}

#hero-sec ._video-wrap {
  border: 10px solid #fff;
  overflow: hidden;
}

#hero-sec ._video-wrap {
  max-width: 70%;
  height: 100%;
  object-fit: cover;
}

.zoom-on-scroll-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tilt-this-gsap {
  will-change: transform;
  transition: transform 0.2s ease-out;
  display: inline-block;
}

.btn {
  border-radius: 8px;
  padding: 10px 18px;
  border: none;
  cursor: pointer !important;
}

.btn ._text {
  font-weight: 500;
}

.btn-primary {
  background-color: var(--accent-color);
}

/* logo scroller starts */

.logo-scroller {
  position: relative;
  display: block;
  width: 100%; /* Will fit parent container at 100% */
  margin: 0 auto;
}

.logo-scroller-content {
  padding: 200px 0 0px;
}

.logo-scroller-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.logo-scroller-row {
  display: flex;
  position: relative;
  white-space: nowrap;
  justify-content: space-around; /* Ensures logos have space around them */
  gap: 40px; /* Adds consistent space between logos */
}

.logo-scroller-item {
  position: relative;
  flex: 1 1 auto; /* Flexible sizing */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
  padding: 25px 20px;
  border: 2px solid #fff;
}

.logo-scroller-item:hover {
  background-color: #fff;
  color: var(--dark-color);
}

.logo-scroller-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.logo-scroller ._icon {
  margin-right: 15px;
}

.logo-scroller ._text {
  font-weight: 500;
}

.logo-scroller ._icon,
.logo-scroller ._text {
  font-size: 2em;
}

/* Default logo size */
.logo-scroller-item span img {
  max-width: 100%; /* Ensure the logo doesn't overflow horizontally */
  max-height: 100px; /* Set consistent max height for logos */
  object-fit: contain; /* Ensure logos maintain aspect ratio */
  display: block; /* Remove inline spacing issues */
}

/* For larger screens (desktop) */
@media (min-width: 1024px) {
  .logo-scroller-item span img {
    max-height: 150px; /* Larger height for big screens */
  }
}

/* For smaller screens (tablets) */

/* For very small screens (phones) */

/* logo scroller ends */

.card-style-1 {
  padding: 30px 30px;
  border-bottom-right-radius: 52px !important;
}

.card-style-1 ._card_icon i {
  font-size: 4em;
}

.card-style-1 .card-title {
  font-size: 2em;
}

.card-style-1 .card-text {
  font-size: 1em;
  /* line-height: 1.3; */
}

.circular-btn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.card-style-1 .circular-btn {
  margin-bottom: -10px;
  margin-right: -10px;
  margin-top: 28px;
}

.card-style-1 .circular-btn i {
  font-size: 1.8em;
  margin-top: 4px;
}

.ticker-wrap .ticker-content {
  display: flex;
  gap: 50px;
}

.ticker ._content-wrap {
  min-width: 80px;
}

.img-card {
  background-color: var(--dark-color);
  background-color: #fff;
}

.img-card ._card_title,
.img-card ._desc {
  color: var(--dark-color);
}

.img-card ._card-img {
  max-width: 100px;
  margin: auto;
  display: block;
}

.img-card ._desc {
  font-size: 16px;
}

.industries-list {
  grid-gap: 2px;
  background-color: #fbf4f4;
}

.industries-list .img-card {
  width: 50%;
  flex-basis: 1 1 50%;
  padding: 20px;
}

.industries-list .img-card {
  width: calc(50% - 1px);
}

.img-card ._card_title {
  font-size: 1.4em;
}

.gsap-text-reveal,
.gsap-text-reveal-on-scroll {
  /* border: 1px solid #fff; */
  line-height: 1;
  padding-top: 20px;
  overflow: hidden;
}

.gsap-text-reveal ._split-text-gsap,
.gsap-text-reveal-on-scroll ._split-text-gsap-on-scroll {
  margin-top: 20px;
  overflow: hidden;
}

/* temporary disabled */
/* #loader {
  display: none !important;
} */

#stage {
  position: absolute;
  z-index: -1;
}

/* .zoom-on-scroll-gsap {
  overflow: hidden;
  transform-origin: center center;
}

.tilt-this-gsap {
  transform-origin: center center;
  transition: transform 0.1s linear;
  will-change: transform;
} */

.no-wrap {
  text-wrap: nowrap;
}

.width-unset ._content-wrap {
  min-width: unset;
  width: unset;
  max-width: unset;
}

.circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--accent-color);
  border-radius: 50%;
}

/* service section starts */

/* Each card wrapper has 15vh top padding */
.card-wrapper {
  height: 100vh;
  padding-top: 0;
  position: relative;
  width: 100vw;
  margin: auto;
}

/* Last card wrapper gets extra bottom padding and increased height */
.card-wrapper:last-of-type {
  height: 100vh;
  /* 70vh + 15vh extra to account for bottom padding */
  padding-bottom: 15vh;
}

/* The card fills the wrapper's width and remaining height in normal wrappers */
.card {
  width: 100%;
  height: 100%;
  /* 55vh */
  margin: 0 auto;
  background: transparent;
  border-radius: 0px;
  padding: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

/* In the last wrapper, adjust card height to account for extra bottom padding */
.card-wrapper:last-of-type .card {
  height: 100vh;
  /* 85 - (15+15) = 55vh */
}

/* service section ends */

.gsap-show-spotlight {
  background: var(--accent-color);
  clip-path: circle(0% at 50% 50%);
}

.grid {
  display: grid;
}

.spotlight-gallery {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

.spotlight-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-gallery-2 ._img-wrap {
  height: 100px;
  margin-bottom: 20px;
}

.spotlight-gallery-2 ._img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-gallery-2 {
  gap: 20px;
}

.spotlight-gallery-2 {
  align-items: flex-start;
}

.spotlight-gallery-2 .col:nth-child(even) {
  margin-top: 100px;
}

.spotlight-gallery-2 ._col:nth-child(2n + 1) {
  margin-top: 150px;
}

.spotlight-gallery-2 img {
  filter: grayscale(100%);
}

.spotlight-gallery-2 img:hover {
  filter: grayscale(0);
}

.cursor-1 {
  width: 100px;
  height: 100px;
  background-color: var(--accent-color);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: 0;
  scale: 0;
  opacity: 0;
}

/* mega menu starts */

.botao {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

#mega-menu {
  position: relative;
  z-index: 1;
  /* background-color: #4e62f7;
  background-color: #0f00fe; */
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  overflow-y: scroll;
}

/* #bg-mega-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #4e62f7;
  background-color: #0f00fe;

  will-change: transform;
} */

img {
  max-width: 100%;
}

/* hang burger */

#hamburger {
  width: 60px;
  height: 40px;
  position: relative;
  margin: 40px auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  background-color: transparent;
}

#hamburger:hover span:nth-child(1) {
  top: -4px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
  top: 34px;
  -webkit-transition: 0.16s ease-in-out;
  -moz-transition: 0.16s ease-in-out;
  -o-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}

#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 14px;
}

#hamburger span:nth-child(3) {
  top: 28px;
}

#hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: 0.16s ease-in-out;
  -moz-transition: 0.16s ease-in-out;
  -o-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}

.menu-card {
  margin-bottom: 50px;
  padding: 0 15px;
}

.menu-card ul {
  list-style-type: none;
  padding-left: 0;
}

.menu-card .menu-title {
  font-size: 1.5em;
}

.menu-card a {
  display: block;
  color: #fff;
  padding: 5px 5px 5px 15px;
}

.menu-card ul li {
  position: relative;
}

.menu-card ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mega-menu ._column:nth-child(even) {
  margin-top: 60px;
}

.side-menu .big-link {
  color: #fff;
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 500;
  margin-top: 20px;
}

.big-text {
  font-size: 10em;
  font-family: var(--primary-font);
  overflow-x: hidden;
}

.big-text .no-wrap {
  min-width: unset;
}

.big-text ._content-wrap {
  margin: 0 25px;
}

#mega-menu a {
  transition: 300ms ease-in;
  cursor: pointer !important;
}

#mega-menu a:hover {
  transform: translateX(20px);
}

/* mega menu ends */

.footer-branding {
  font-weight: 700;
  font-size: 6vw;
  text-align: center;
  color: #fff;
  /* mix-blend-mode: overlay; */

  text-transform: uppercase !important;
  line-height: 1;
}

.footer-branding ._content-wrap {
  width: unset;
  min-width: unset;
}

.cursor-2 {
  width: 300px;
  height: 300px;
  position: fixed;
  bottom: 50%;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.footer-branding ._sep {
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 50%;
  background-color: #fff;
}

.footer-credits {
  font-size: 14px;
}

#our-partners {
  background-color: var(--dark-color);
  z-index: 1;
}

main {
  z-index: 3;
  position: relative;
  background-color: var(--dark-color);
}

.card-style-1 ._title {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 50px;
}

.card-style-1 ._subtitle {
  font-size: 2.5em;
  margin-left: 50px;
}
.card-style-1 ._right-img {
  max-height: 700px;
}

.card-style-1 ._content {
  margin-left: 5vw;
  margin-top: 5vh;
  padding: 20px;
}

.big-lead {
  font-size: 1.5em;
}

.btn-text-scroll {
  text-decoration: none;
  font-size: 3em;
  color: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  font-size: 3rem;
  line-height: 1;
}

.btn-text-scroll span {
  display: block;
  transform: translateY(0%);
}

a,
button {
  cursor: pointer !important;
}

.btn-text-scroll .clone {
  position: absolute;
  left: 0;
  top: 100%;
  /* color: #00e0ff; */
  color: #000;
}

.btn-text-scroll ._icon {
  border-radius: 8px;
  background: #000;
  color: #fff;
  padding: 10px;
  margin-left: 10px;
  display: inline-block !important;
}

.card-style-1 .btn-text-scroll {
  margin-top: 50px;
  margin-left: 10vw;
  display: inline-block !important;
}

.portfolio-card ._portoflio-title {
  font-size: 2em;
}

.portfolio-card ._portfolio-summary {
  font-size: 1.5em;
  line-height: 1.5;
  color: #808080;
}

.portfolio-card ._portfolio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header {
  background-color: var(--dark-color);
  padding: 100px 0;
  overflow: hidden;
}

.inner-page .section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.highlight {
  background-color: var(--accent-color);
  padding: 5px 10px;
  display: inline-block;
}

.icon-card ._icon {
  width: 100px;
  margin-bottom: 6px;
}

.icon-card {
  margin-bottom: 40px;
}

.icon-card ._title {
  font-size: 1.3em;
}

.text-card {
  margin-bottom: 36px;
}

.clipped-text-outline {
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  position: relative;
  font-size: 6em;
  font-weight: 600;
}

.gsap-pin-parent ._pin-child {
  top: 0;
}

.text-justify {
  text-align: justify;
}

.testimonial-slide ._slide-header {
  right: 10px;
  top: -50px;
  right: 10px;
  background: #000;
  padding: 15px;
  border-radius: 16px;
}

.testimonial-slide ._slide-header ._avatar {
  margin-right: 5px;
}

.testimonial-slide {
  min-height: 600px;
  border-radius: 24px;
}

.testimonial-slide ._avatar {
  width: 80px;
  height: 80px;
}

.testimonial-slide ._quote_icon {
  width: 250px;
  height: 250px;
  display: inline-block;
  position: absolute;
}

.testimonial-slide ._quote_icon.start {
  top: -18%;
  left: 0;
}

.testimonial-slide ._quote_icon.end {
  bottom: -18%;
  right: 0;
  transform: rotate(180deg);
}

.testimonial-slide ._sep {
  margin-top: 100px;
  width: 100px;
  height: 3px;
  background-color: #000;
}

.testimonial-slide .rating-wrap i {
  color: #ffd700;
  font-size: 2em;
}

.testimonial-slide .rating-wrap {
  margin-top: 50px;
}

.slider-wrap {
  margin-top: 100px;
  margin-bottom: 50px;
}

.testimonial-slide ._company {
  color: #fff;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

#testimonial-slider .owl-item:not(.active) {
  filter: blur(3px);
}
