html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* banner css */
.banner-section {
  min-height: 600px;
  padding: 8rem 0 4rem 0;
  /* background-image: url("../assets/neuralai-homepage-background.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content-wrapper {
  text-align: center;
  margin: 10rem 0;
}

.banner-tag p {
  font-weight: 400 !important;
  color: #002c5a !important;
}

.banner-content-wrapper h1 {
  line-height: 8rem;
  width: 80%;
  margin: 1rem auto;
  color: #002c5a;
}

.banner-content-wrapper p {
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.banner-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 4rem;
  align-items: center;
}

.banner-button-one {
  background: #002c5a;
  border: none;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
}

.banner-button-one:hover {
  background: #2043df;
}

.banner-button-one p {
  color: #fff !important;
  width: 100%;
  margin: 0;
  font-weight: 400;
}

.banner-image-wrapper {
  margin: 3rem auto 6rem auto;
  width: 85%;
}

@media (max-width: 767px) {
  .banner-content-wrapper h1 {
    line-height: inherit;
    margin: 2rem auto;
    font-size: 5.5rem;
    width: 100%;
  }

  .banner-content-wrapper p {
    font-size: 18px;
    width: 100%;
  }

  .banner-button-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .banner-image-wrapper {
    width: 100%;
  }

  .banner-section {
    margin-bottom: 8rem;
  }
}

.colored-text {
  background: transparent linear-gradient(105deg, #4b68ff, #0404ff) 0 0 no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.secondary-colored-text {
  background: #007bff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* second section css */
.reverse {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.second-section {
  background: #1f3a81;
  padding: 8rem 0 6rem 0;
}

.pointers-wrapper {
  margin-bottom: 5rem;
}

.pointers-wrapper img {
  margin-bottom: 20px;
  width: 80px;
}

.pointers-wrapper h2 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.pointers-wrapper p {
  color: #fff !important;
}

.second-section-image-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* fourth section css */
.first-mid-banner-section {
  background: #fffdd1;
  padding: 6rem 0;
}

.first-mid-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* fifth section css */
.fifth-section {
  padding: 6rem 0;
  background: #ffe1e1;
}

.fifth-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(max-width:767px) {
  .fifth-section-content {
    margin-bottom: 4rem;
  }
}

.fifth-section-content-image {
  width: 80%;
  margin-top: 20px;
}

.fifth-section-image {
  display: flex;
  justify-content: flex-end;
}

.fifth-section-image img {
  border-radius: 20px;
}

/* sixth section css */
.sixth-section {
  background: #4a0d26;
  padding: 6rem 0;
}

.card-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-content-wrapper h2 {
  color: #fff;
}

.card-content-wrapper p {
  color: #fff !important;
}

.card-image-wrapper img {
  width: 90%;
}

.row-reverse {
  margin: 3rem 0;
  flex-direction: row-reverse;
}

/* seventh section css */
.integration-section {
  background: #fef8f2;
  padding: 8rem 0;
}

.integration-heading-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto 8rem auto;
}

@media(max-width:767px) {
  .integration-heading-wrapper {
    width: 100%;
    margin: 0 auto 5rem auto;
  }

  .logo-slider-track {
    margin-bottom: 24px;
  }

  .card-content-wrapper {
    margin-top: 4rem;
  }
}

.icons-flow-section {
  margin-bottom: 12rem;
}

.icons-flow-container {
  text-align: center;
}

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

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


.slider-container {
  display: flex;
  height: 240px;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider-wrapper::before {
  background: linear-gradient(97deg, #fef8f2, transparent);
  left: 0;
}

.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 20%;
  z-index: 1;
}

.logo-slider-wrapper::after {
  background: linear-gradient(296deg, #fef8f2, transparent);
  right: 0;
}

.logo-slider-container {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.logo-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logo-slider-track {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.logo-slider {
  margin-bottom: 1rem;
  display: flex;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  min-width: 100%;
  will-change: transform;
}

@media(max-width:500px) {
  .logo-slider {
    animation-duration: 15s;
  }
}

.logo-slider-track:nth-child(1) .logo-slider {
  animation-name: scroll;
}

.logo-slider-track:nth-child(2) .logo-slider {
  animation-name: scroll-reverse;
}

.logo-slider-track:nth-child(3) .logo-slider {
  animation-name: scroll;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.123);
  margin: 0 15px;
  padding: 8px;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media(max-width:768px) {
  .logo-item {
    width: 50px;
    height: 50px;
  }
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(250, 219, 198, 0.7);
}

.logo-item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  border-radius: 8px;
}

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

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

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

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(0);
  }

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


/* eighth section css */
.first-accordion {
  margin: 12rem 0;
}

.first-accordion-section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 6rem auto;
}

.first-accordion-section-heading h2 {
  color: #002c5a;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}

.accordion button .accordion-title {
  font-size: 2.2rem;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 7px;
  width: 14px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  left: 13px;
  width: 2px;
  height: 14px;
  background: currentColor;
}

@media(max-width:767px) {
  .accordion button .icon {
    width: 22px;
    height: 22px;
  }

  .accordion button .icon::after {
    height: 11px;
    top: 5px;
    left: 9px;
  }

  .accordion button .icon::before {
    width: 11px;
    left: 5px;
    top: 9px;
  }
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .first-accordion-section-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 4rem;
  }

  .accordion .accordion-content p {
    font-size: 14px;
    display: block;
  }
}

@media (max-width: 768px) {
  .accordion button .accordion-title {
    font-size: 19px;
    display: block;
    width: 90%;
  }
}