/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Headers.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.Headers_navLinksDisplay__KNAff {
  border-top: 0.5px solid;
  border-bottom: 0.5px solid;
  border-image-source: linear-gradient(
    100.98deg,
    rgba(255, 255, 255, 0.5) 11.6%,
    rgba(153, 153, 153, 0.5) 89.29%
  );
  border-image-slice: 1;
}

.Headers_bottomBorderGradient__OuQIg {
    position: relative;
  }
  
  .Headers_bottomBorderGradient__OuQIg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px; /* or your desired border thickness */
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 122, 255, 0) 0%, #007AFF 100%);
  }

  @media( max-width: 1023px ){
    .Headers_navLinksDisplay__KNAff {
        display: none;
    }
  }

  .Headers_positioned-element__7d0qP{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1800ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .Headers_positioned-element__7d0qP img{
    width: 100%;
    height: 100%;
  }

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/service/ai-gen/SectionFour.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.SectionFour_aiModelLifeCycleBanner__nK1pY {
    background: url("/assets/about-bgImg.webp");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.SectionFour_titleScroller__kCQc6 {
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2.5rem, 10vw, 150px); /* Responsive */
  line-height: 145px;
}
.SectionFour_sectionHeading__JFwEK {
  font-weight: 700;
  font-size: clamp(32px, 6vw, 60px);
  line-height: clamp(40px, 7vw, 70px);
  text-align: center;
}
.SectionFour_sectionFourAiModel__WJtVt {
  background: url("/assets/aimodel-bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.SectionFour_partnerWithUs__tUPa2 {
  background: radial-gradient(
    71.57% 158.64% at 126.21% -48.72%,
    #6f00ff 0%,
    #09090f 100%
  );
  gap: 50px;
  border-radius: 16px;
}

