: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;
  overflow-y: hidden;
}

.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: 120px 0 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;
  background-color: #fff;
}

.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;
  border-radius: 24px;
}

.btn ._text {
  font-weight: 500;
}

.btn-primary {
  background-color: var(--accent-color);
  border: 2px solid transparent;
}

/* 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: 0px 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;
  border: 2px solid transparent !important;
  transition: ease-in 300ms;
}

.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; */
}

.card-style-1 ._card_icon i {
  font-size: 4em;
  color: #3080ff;
}

.card-style-1-hover:hover .circular-count {
  background-color: #020817;
  transition: ease-in-out 300ms;
}

.card-style-1-hover:hover .circular-count {
  background-color: #fff;
  color: #020817;
  transition: ease-in-out 500ms;
}

.card-style-1-hover:hover {
  background-color: #020817 !important;
  border: 2px solid #fff !important;
  color: #fff;
}

.card-style-1-hover:hover .card-title,
.card-style-1-hover:hover .card-text {
  color: #fff;
}

.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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .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;
  background: #fff;
}

.spotlight-gallery-2 ._img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: -1;
  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 40px;
  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;
  transition: 400ms ease-in-out;
}

.icon-card:hover ._icon {
  transform: scale(1.2);
}

.icon-card {
  margin-bottom: 40px;
}

.icon-card ._title {
  font-size: 1.3em;
}

.text-card {
  margin-bottom: 0;
  padding: 25px;
  background-color: black;
  color: #fff;
}

.text-card p {
  margin: 0;
}

.text-card ._icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}

.text-card ._icon img {
  width: 100%;
  height: 100%;
}

/* .clipped-text-outline {
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #27c9e3;
  position: relative;
  font-size: 6em;
  font-weight: 600;
} */

.clipped-text-outline {
  margin-bottom: 21px;
  font-size: 5rem;
  line-height: 5rem;
  color: transparent;
  -webkit-text-stroke-color: #0a0a1e;
  -webkit-text-stroke-width: 1px;
  display: block;
  /* filter: drop-shadow(2px 2px 0 #00f0ff); */
}

.clipped-text-sm {
  font-size: 4em;
  -webkit-text-stroke-width: 1px;
}

.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: 450px;
  border-radius: 24px;
}

.testimonial-slide ._avatar {
  width: 80px;
  height: 80px;
}

.testimonial-slide ._quote_icon {
  width: 200px;
  height: 200px;
  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: 60px;
  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);
}

/* web design page` */

.page-header h1 {
  /* border: 1px solid #fff; */
  /* line-height: 1; */
  padding-top: 15px;
  overflow: hidden;
}

#_left-bracket,
#_right-bracket {
  position: absolute;
}

#_center-text {
  margin: 0 10px 0 25px;
}

label {
  color: #000;
}

/* .underline-style .form-control {
  border: none;
  border-bottom: 3px solid #000;
  border-radius: 0;
  outline: none;
  padding: 8px 0;
}

.underline-style .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.underline-style .form-label {
  position: relative;
  display: block;
  cursor: text;
} 

.underline-style ._label-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #999;
}

.underline-style .form-control:focus + ._label-text,
.underline-style .form-control:not(:placeholder-shown) + ._label-text {
  top: -5px;
  font-size: 13px;
  color: #000;
}

.underline-style ._field-wrap {
  margin-bottom: 45px;
}
  */

.field-style-1 {
  /* border: 2px solid var(--accent-color); */
  height: 45px;
  font-size: 15px;
  color: var(--dark-color);
  /* margin-bottom: 20px; */
  transition: 300ms ease-in;
  border-width: 2px;
}

.field-style-1:focus {
  box-shadow: none;
  border: 2px inset var(--accent-color);
}

.text-black {
  color: var(--dark-color) !important;
}

.btn-outline-primary {
  border: 1px solid var(--accent-color) !important;
  color: var(--accent-color);
}

.btn-outline-light {
  border: 2px solid #fff;
}

/* .text-card-grid [class*="col-"] {
  display: flex;
} */

.card-style-1 .circular-count {
  font-size: 2em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-color: var(--accent-color);
  border: 2px solid transparent;
  color: #fff;
  font-weight: 600;
  margin-right: -10px;
  margin-bottom: -10px;
}

.card-style-1 ._card_icon img {
  width: 77px;
  height: auto;
}

.readmore {
  overflow: hidden;
}

.left-icon-card {
  margin-bottom: 40px;
  padding: 10px;
}

.left-icon-card .icon_wrap i {
  font-size: 2.5em;
}

.left-icon-card .icon_wrap {
  margin-right: 12px;
  /* background: red; */
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.left-icon-card ._desc {
  font-size: 17px;
}

.left-icon-card h3 {
  font-size: 1.5em;
}

.left-icon-card ._sep {
  display: block;
  height: 4px;
  background: #fff;
  width: 100px;
  margin-top: 18px;
}

.theme-table > :not(caption) > * > * {
  padding: 20px;
}

.link-cards .card-style-1 .circular-count {
  font-size: 1.5em;
}

.link-cards .card-style-1 .card-title a {
  color: var(--accent-color) !important;
  font-weight: 500;
}

.faqx-section {
  /* background-color: #020817; */
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
}

.faqx-container {
  max-width: 850px;
  margin: auto;
  padding: 0 20px;
}

.faqx-title {
  text-align: center;
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.faqx-subtext {
  text-align: center;
  color: #ffffff;
  margin-bottom: 45px;
  font-size: 17px;
}

.faqx-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faqx-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 80, 150, 0.1);
  overflow: hidden;
  transition: 0.3s ease;
}

.faqx-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s ease;
}

.faqx-header:hover {
  background: #f0f8ff;
}

.faqx-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #012b55;
}

.faqx-toggle {
  font-size: 22px;
  font-weight: bold;
  color: #0078b7;
  transition: transform 0.3s ease;
}

.faqx-item.active .faqx-toggle {
  transform: rotate(180deg);
  color: #004b85;
}

.faqx-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #f9fcff;
}

.faqx-body p {
  padding: 15px 22px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.faqx-item.active {
  box-shadow: 0 6px 25px rgba(0, 120, 200, 0.15);
}

@media (max-width: 768px) {
  .faqx-title {
    font-size: 30px;
  }

  .faqx-subtext {
    font-size: 15px;
  }

  .faqx-header h3 {
    font-size: 16px;
  }
}

.logo-height-increase .img-fluid {
  height: 94%;
}

.title-icon {
  width: 50px;
}

.rocket-fly {
  position: relative;
  animation: rocketFly 2s ease-in-out infinite;
}

.app-development-page .page-header {
  text-align: center;
}

.app-development-page .page-header .line-2 {
  text-align: center;
}

.app-development-page .page-header .line-3 {
  text-align: center;
}

/* Wiggle + slight up-down floating motion */
@keyframes rocketFly {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-3px, -5px) rotate(-3deg);
  }

  50% {
    transform: translate(3px, 2px) rotate(3deg);
  }

  75% {
    transform: translate(-2px, -4px) rotate(-2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* hiding scrollbar */

/* For Chrome, Safari, and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
html {
  scrollbar-width: none;
}

/* For IE, Edge (old) */
html {
  -ms-overflow-style: none;
}

.fornt-section {
  background-color: white;
  color: black;
  width: 100%;

  align-content: center;
}

@media only screen and (max-width: 480px) {
  .#hero-sec {
    padding: 0px 0px;
  }
}

.career-section p {
  font-size: 16px;
  margin-top: 25px;
}

.career-section h5 {
  font-size: 17px;
  margin-left: 12px;
}

.career-section h4 {
  margin-bottom: 25px;
  font-size: 27px;
  margin-top: 15px;
}

.career-section h3 {
  text-align: center;
  font-size: 40px;
}

.career-section img {
  height: 30%;
  width: 40%;
}

.career-section .text-card {
  margin-bottom: 0;
  padding: 25px;
  background-color: rgb(255, 255, 255);
  color: #070404;
  min-height: 500px;
}

.job-carreer {
  padding: 75px 2px;
  padding-top: 0px;
}

.form-job {
  text-align: -webkit-center;
  padding: 75px 1px;
}

.some-type-addmargin h3 {
  margin-bottom: 17px;
}

.section-subheading {
  font-size: 25px;
  color: black;
  position: relative;
  right: 50%;
}
@media (max-width: 576px) {
  .section-subheading {
    font-size: 25px;
    color: black;
    position: relative;

    right: 0%;
  }
}

[data-readmore-toggle] {
  margin-top: 13px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 22px;
  border-radius: 24px;
  font-weight: 500;
  text-decoration: none;
}

.portfolio-card {
  margin-bottom: 30px;
}

.text-theme-dark {
  color: #020817;
}

.btn-loader .spinner-border {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
