@import './fonts.css';
@import './bootstrap.css';

:root {
  --bs-primary-color: #121212;
  --bs-secondary-color: #1E1E1E;
  --bs-text-primary-color: #a1a1a1;
  --bs-text-secondary-color: #f1f1f1;
}

* {
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  background-color: var(--bs-primary-color);
  color: var(--bs-text-primary-color);
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

.hero-title h3 {
  font-family: 'Neutral Face', sans-serif;
  color: var(--bs-text-secondary-color);
  background: linear-gradient(130deg, #eff1ff 30%, #121212 67%);
  background-position: 50% 75%;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0 !important;
}

.solution-title {
  color: var(--bs-text-secondary-color);
  background: linear-gradient(164deg, #eff1ff 40%, #121212 75%);
  background-position: 50% 75%;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  font-weight: 600;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0 !important;
}

.bg-theme-dark {
  background-color: var(--bs-primary-color);
}

.bg-dark {
  background-color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Neutral Face', sans-serif;
  color: var(--bs-text-secondary-color);
  margin-bottom: 0 !important;
}

hr {
  background-color: var(--bs-text-primary-color) !important;
  opacity: 1 !important;
  height: 2px !important;
  border-radius: 10px;
}

hr:not([size]) {
  height: 2px !important;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0 !important;
}

.paragraph-quote {
  font-size: 1.5rem;
  color: var(--bs-text-secondary-color) !important;
}

ul {
  list-style-type: none;
}

.text-primary {
  color: var(--bs-text-primary-color) !important;
}

.text-secondary {
  color: var(--bs-text-secondary-color) !important;
}

.navbar {
  padding: 0.25rem 0;
}

.nav-link {
  font-size: 0.825rem;
  font-family: 'Neutral Face', sans-serif;
  color: var(--bs-text-primary-color) !important;
  letter-spacing: normal;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.nav-item .active {
  color: var(--bs-text-secondary-color) !important;
}

.nav-link:hover {
  color: var(--bs-text-secondary-color) !important;
  letter-spacing: 1.5px;
}

.theme-cta .arrow-icon {
  margin-left: 8px;
  rotate: -45deg;
  transition: rotate 0.3s ease;
}

.theme-cta:hover .arrow-icon {
  rotate: 0deg;
}

.logo-img {
  max-width: 100px;
  height: auto;
}

.btn {
  font-family: 'Manrope', sans-serif;
  font-size: 0.825rem;
}

.btn-fill-primary {
  background-color: var(--bs-text-secondary-color) !important;
  border: 0 !important;
  padding: 10px 20px !important;
  font-size: 1rem !important;
  color: var(--bs-primary-color) !important;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.btn-fill-primary:hover {
  color: var(--bs-secondary-color) !important;
}

.btn-fill-primary .arrow-icon {
  margin-left: 8px;
  rotate: -45deg;
  transition: rotate 0.3s ease;
}

.btn-fill-primary:hover .arrow-icon {
  rotate: 0deg;
}

.btn-outline-light {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--bs-text-primary-color) !important;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.btn-outline-light:hover {
  background-color: transparent !important;
  color: var(--bs-text-secondary-color) !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-heading {
  font-size: 3.5rem;
}

.hero-subheading {
  font-size: 1.25rem;
}

.hero-title {
  width: 90vw;
}

#hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../assets/imgs/hero-img.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-blur {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#dustCanvas {
  position: absolute;
  z-index: 1;
}

#about-us {
  background: linear-gradient(180deg, #000000 30%, #1E1E1E 67%);
  width: 100vw;
  height: 100%;
}

#IT-solution {
  background: linear-gradient(0deg, #000000 30%, #1E1E1E 67%);
  width: 100vw;
  height: 100%;
}

#our-services {
  background: radial-gradient(circle at top left, #111111 10%, #000000 67%);
  width: 100vw;
  height: 100%;
}

#get-in-touch {
  background: radial-gradient(circle at top left, #111111 10%, #000000 67%);
  width: 100vw;
  height: 100%;
}

#portfolio {
  background: radial-gradient(circle at top right, #111111 10%, #000000 67%);
  width: 100vw;
  height: 100%;
}

#testimonial {
  background: radial-gradient(circle at top center, #111111 10%, #000000 67%);
  width: 100vw;
  height: 100%;
}

.section-heading {
  max-width: 50vw;
  margin: 0 auto;
}

#counter-section .couunter-container .number-counter {
  position: relative;
  padding: 5px;
}

#counter-section .couunter-container .number-counter:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: var(--bs-text-primary-color);
}

#counter-section .couunter-container {
  display: flex;
  align-items: center;
}


.card {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  padding: 40px 25px !important;
  transition: border 0.3s ease;
}

.card:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.card hr {
  width: 45% !important;
}

@media (max-width: 768px) {
  #counter-section .couunter-container .number-counter {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  #counter-section .couunter-container .number-counter:not(:last-child)::after {
    display: none;
    /* Remove vertical borders on smaller screens */
  }

  #counter-section .couunter-container {
    flex-direction: column;
  }
}

.accordion-button {
  color: var(--bs-text-primary-color) !important;
  background-color: transparent !important;
  padding: 20px 10px !important;
  transition: color 0.3s ease;
  font-size: 1.25rem !important;
}

.accordion-button:focus {
  border: 0 !important;
  color: var(--bs-text-secondary-color) !important;
  box-shadow: unset !important;
}

.accordion-button:hover {
  color: var(--bs-text-secondary-color) !important;
}

.accordion-button svg {
  fill: var(--bs-text-primary-color) !important;
  transition: fill 0.3s ease;
}

.accordion-button:hover svg {
  fill: var(--bs-text-secondary-color) !important;
}

.accordion-button .collapsed svg {
  rotate: 0deg !important;
  transition: rotate 0.3s ease;
}

.accordion-button:not(.collapsed) svg {
  rotate: 30deg !important;
  transition: rotate 0.3s ease;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-body {
  padding: 1rem 10px !important;
}

.accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accordion-button::after {
  flex-shrink: unset !important;
  width: unset !important;
  height: unset !important;
  content: unset !important;
  background-image: unset !important;
  background-repeat: unset !important;
  background-size: unset !important;
  transition: unset !important;
}


.accordion-body-description {
  width: 65vw;
  border-left: 1px solid var(--bs-text-primary-color);
  padding-left: 20px;
}




/* Styling for accordion-horizontal-scroll hover effect */
.accordion-horizontal-scroll {
  position: relative;
}

.accordion-horizontal-scroll:hover {
  cursor: none;
  /* Hide default cursor */
}

.custom-cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  rotate: -30deg;
  border: 2px solid var(--bs-text-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  pointer-events: none;
  transform: scale(0);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 1000;
}

.accordion-horizontal-scroll:hover~.custom-cursor {
  transform: scale(1);
  z-index: 50;
}

.custom-cursor svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  z-index: 50;
}


.marquee-container {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee {
  display: flex;
  animation: scroll 10s linear infinite;
}

.marquee span {
  color: white;
  font-size: 24px;
  margin: 0 50px;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to right, black, transparent 10%, transparent 90%, black);
  pointer-events: none;
}

.scroll-down {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, -50%);
}

.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  margin-top: 20px;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 40deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -40deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}


.text {
  display: block;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.swiper-heading {
  margin: 0;
  color: var(--bs-text-secondary-color);
  transform: translateY(20px);
  transition: all 0.4s ease 0.2s;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 520px) {
  .swiper-heading {
    font-size: 16px;
    line-height: 24px;
  }
}

.swiper-desc {
  color: var(--bs-text-primary-color);
  transform: translateY(20px);
  transition: all 0.4s ease 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 520px) {
  .swiper-desc {
    font-size: 14px;
    line-height: 20px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  opacity: 0;
}

.slider-item-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
}

.slider-item-content>* {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .slider-item-content>* {
  transform: translateY(0px);
  opacity: 1;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.slider-buttons {
  position: absolute;
  margin-top: 5rem;
  display: flex;
  top: 100%;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  gap: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 35px;
  border-radius: 50%;
  height: 15px !important;
  width: 15px !important;
  border: none;
  cursor: pointer;
  outline: none;
  color: rgba(255, 255, 255, 0.6) !important;
  position: relative !important;
  scale: 0.6;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: 0.2s;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  background-color: rgba(255, 255, 255, 1) !important;
}

@media screen and (max-width: 520px) {

  .swiper-button-next:hover:before,
  .swiper-button-prev:hover:before {
    display: none;
  }
}




/* Owl Carousel for Testimonials */
.shadow-effect {
  min-height: 200px;
  background: transparent;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}



.testimonial-person-name {
  font-size: 1.5rem;
  color: var(--bs-text-secondary-color);
}

.testimonial-company-name {
  font-size: 0.825rem;
  color: var(--bs-text-primary-color);
}

.testimonial-message {
  color: var(--bs-text-secondary-color);
}

#customers-testimonials .item {
  padding: 10px 10px;
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 150px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}






.address-container {
  height: 180px;
}






.contact-form-container {
  height: 100%;
  padding: 3rem 2rem;
  border: 1px solid var(--bs-text-secondary-color);
}


.form-control {
  padding: 1rem 0.75rem !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--bs-text-primary-color) !important;
}

.form-control:focus {
  border: 0 !important;
  color: var(--bs-text-primary-color) !important;
  box-shadow: unset !important;
}


footer .nav .nav-item {
  font-family: 'Manrope', sans-serif;
  font-size: 0.825rem;
}

/* Add these new styles for section transitions */
section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}