/* css code for the whole project */
body {
  background: linear-gradient(to left, #666666, #000000);
  color: white;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
  font-weight: 800;
}
.nav-link:hover {
  color: #a3d2ff !important;
}
.navbar-custom {
  justify-content: space-between;
}
.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* header-section */
.header-section {
  background-image: url("images/Background\ logo\ \(1\).png");
  background-size: 600px 500px; /* Width and height of image */
  background-repeat: no-repeat;
  background-position: center;
}
.our-imgg {
  width: auto;
  height: 400px;
}
.my-arrow {
  width: 14px;
}
.intro-rect {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 300px;
  /* background-color: red; */
  border-radius: 17px;
  backdrop-filter: blur(59.79999923706055px);
}
.upper-intro {
  /* background-color: aqua; */
  width: 100%;
  display: block;
  font-weight: 500;
  .upper-intro {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
/* custom code for common classes */
.text-white {
  color: #ffffff !important;
}
.my-btn {
    background-color: #a3d2ff !important;
}

p.custom-t {
  font-weight: 100 !important;
  font-family: "Montserrat", sans-serif;

  color: rgb(255, 255, 255) !important;
}
.mycolor {
  color: #a3d2ff;
}
.bg-myblack {
  background: linear-gradient(to left, #555555, #111111);
}
.my-radius {
  border-radius: 26px;
}
.my-bg {
  background-color: #a3d2ff;
}
/* PROCESS SECTION HERE */

.img-white {
  filter: brightness(0) invert(1);
}
.process-section {
  color: white;
}

.sectionSpan {
  color: #a3d2ff;
}

.step-img {
  width: 90%;
  border-radius: 10%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.step-img:hover {
  cursor: pointer;
  scale: 1.1;
  transition: all 0.3s ease-in-out;
}

.one-to-two {
  rotate: -50deg;
  margin-top: -55px;
}

.two-to-three {
  margin-top: -30px;
}

.three-to-four {
  rotate: -50deg;
  margin-top: -55px;
}

.four-to-five {
  margin-top: -30px;
}

.five-to-six {
  rotate: -50deg;
  margin-top: -55px;
}

.timeline-step h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.timeline-step p {
  margin: 0;
  font-size: 0.95rem;
}

.min_head_text {
  font-weight: bold;
  color: #a3d2ff;
  /* text-align: center; */
  margin-left: 10px;
}

/* .text-light {
  font-weight: 100 !important;
} */

.end_of_section_btn {
  background-color: #a3d2ff;
  padding: 10px;
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  border: none;
  outline: none;
  transition: all 0.3s ease-in;
}

.end_of_section_btn:hover {
  transition: all 0.3s ease-in;
  scale: 1.1;
  box-shadow: #a3d2ff 0px 8px 24px;
}

/* END HERE */
/* clients section */
.my-radius2 {
  border-radius: 50px;
}
.paraa {
  position: relative;
  padding-left: 20px; /* Creates space for the bar */
}

.paraa::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px; /* Slightly above paragraph top */
  width: 4px;
  height: 90%; /* Slightly taller than the content */
  background-color: #979797; /* Choose your desired bar color */
  border-radius: 1px;
}
/* product section */
.custom-img {
  width: 20%;
  height: auto;
}
.overflow-auto {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.overflow-auto::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
/* .slider-con {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 50%; /* Ensures centering based on container */

/* footer */
input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
input {
  box-shadow: none;
  outline: none;
  border: none;
}
.my-small {
  font-size: 12px !important;
}
a {
  text-decoration: none !important;
  color: #222222 !important;
}
li {
  list-style: none;
  margin-bottom: 20px;
}
.footer {
  background-image: url("images/Background\ logo.png");
  background-size: 600px 500px; /* Width and height of image */
  background-repeat: no-repeat;
  background-position: center;
}
/* slider */
.slider-con {
  width: auto;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slidee {
  flex: 0 0 800px;
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.slidee.active {
  transform: scale(1);
}
/* media queries */
@media (min-width: 768px) {
  .textZone {
    width: 30%;
    font-family: "poppins" sans-serif;
    /* background-color: rgb(31, 30, 29); */
  }
  .box-size {
    max-width: 30%;
    /* margin-right: 2px; */
  }
}
@media (max-width: 500px) {
  .link-btn {
    height: 30%;
    margin-bottom: 30px;
    width: 60%;
  }
}
.imm {
  width: 20%;
}
/* .para {
  color: white;
} */
