/*banner css*/
.section-banner {
  display: flex;
  background-image: url("https://www.xenonstack.com/hubfs/xenonstack-ai-homepage/banner-background.svg");
  background-repeat: no-repeat;
  position: relative;
  background-position: 0% 86%;
  background-size: cover;
  min-height: 400px;
  margin: 12rem 0 0 0;
  padding: 80px 0;
  transform: translateZ(0);
  will-change: transform;
}
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-heading h1 {
  margin-bottom: 2rem;
}
.banner-heading p {
  width: 70%;
  margin-bottom: 3rem;
}
.primary-button-xenonstack {
  align-items: center;
  animation: pulse 2s infinite;
  background: #1450a8;
  border-radius: 32px;
  color: #fff !important;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
  width: max-content;
}
@media (max-width: 767px) {
  .section-banner {
    margin-top: 18rem;
    padding: 50px 0 10px 0;
  }
  .banner-image {
    margin-top: 8rem;
  }
  .banner-heading p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-banner {
    background-position: 86% 0%;
  }
}

/*second-and-third-section css*/
.first-accordion {
  margin: 10rem 0;
}
.first-accordion-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.second-accordion {
  margin-bottom: 10rem;
}
.second-accordion-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.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: 2rem;
  font-family: sf_pro_displaymedium;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.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: 2.2rem;
  margin: 1.5rem 0;
}
@media(max-width: 1023px){
  .accordion .accordion-content p {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}

/*fourth section css*/
.genai-applications {
  margin: 10rem 0;
}
.genai-applications-card-wrapper {
  margin-bottom: 3.4rem;
}
.genai-applications-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.genai-applications-card-inner-wrapper {
  padding: 4rem 3rem;
}
.genai-applications-card-outer-wrapper {
  height: 100%;
  background: #f6f7f9;
  border-radius: 12px;
}
.genai-applications-card-outer-wrapper:hover {
  background: #f6f7f9;
  box-shadow: 0 0 20px #d1fbff, 0 0 16px #75cfff, 0 0 12px #978aff;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .genai-applications-card-wrapper {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}

/*fifth section*/
.choose-model {
  margin-bottom: 8.8rem;
}
.choose-model-content-wrapper h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.choose-model-left {
  display: flex;
  align-items: center;
}
.choose-model-right img {
  width: 100%;
  height: 90%;
}
@media (max-width: 767px) {
  .choose-model-content-wrapper {
    margin-bottom: 4rem;
  }
}

/*sixth section*/
.security-privacy {
  margin-bottom: 8.8rem;
}
.security-privacy-content-wrapper h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.security-privacy-right {
  display: flex;
  align-items: center;
}
.security-privacy-left img {
  width: 100%;
  height: 90%;
}
@media (max-width: 767px) {
  .security-privacy-content-wrapper {
    margin-bottom: 4rem;
  }
  .security-privacy-row {
    flex-direction: column-reverse;
  }
}

/*seventh section*/
.build-train-deploy {
  margin-bottom: 10rem;
}
.build-train-deploy-content-wrapper h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.build-train-deploy-left {
  display: flex;
  align-items: center;
}
.build-train-deploy-right img {
  width: 100%;
  height: 90%;
}
@media (max-width: 767px) {
  .build-train-deploy-content-wrapper {
    margin-bottom: 4rem;
  }
}

/*eighth section css*/
.insights-section {
  margin-bottom: 10rem;
}
.insights-section-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.insights-card-outer-wrapper {
  background-image: url('https://www.xenonstack.com/hubfs/xenonstack-ai-evaluate-business-usecase/what-industry-needs-one.svg');
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.insights-card-outer-wrapper:hover {
  box-shadow: 0 0 20px #d1fbff, 0 0 16px #75cfff, 0 0 12px #978aff;
  transition: 0.4s ease-in-out;
}
.insights-card-inner-wrapper {
  padding: 3rem;
}
.insights-card-tag span {
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: sf_pro_displayregular;
  color: #1e2734;
}
.insights-card-tag p {
  margin: 0;
  font-size: 1.6rem;
}
.insights-card-heading h3 {
  font-family: sf_pro_displaymedium;
  margin-top: 16rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .insights-card-wrapper {
    margin-top: 4rem;
  }
}

/*nineth section css*/
.usecase-section {
  margin-bottom: 10rem;
}
.usecase-section-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.usecase-card-outer-wrapper {
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 100%;
}
.card-one {
  background-image: url('https://www.xenonstack.com/hubfs/xenonstack-ai-evaluate-business-usecase/usecase-one.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.card-two {
  background-image: url('https://www.xenonstack.com/hubfs/xenonstack-ai-evaluate-business-usecase/usecase-two.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.card-three {
  background-image: url('https://www.xenonstack.com/hubfs/xenonstack-ai-evaluate-business-usecase/usecase-three.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.card-four {
  background-image: url('https://www.xenonstack.com/hubfs/xenonstack-ai-evaluate-business-usecase/usecase-four.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.usecase-card-outer-wrapper:hover {
  box-shadow: 0 0 20px #d1fbff, 0 0 16px #75cfff, 0 0 12px #978aff;
  transition: 0.4s ease-in-out;
}
.usecase-card-inner-wrapper {
  padding: 3rem;
}
.usecase-card-tag span {
  background: #f5faff89;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: sf_pro_displayregular;
  color: #fff;
}
.usecase-card-tag p {
  margin: 0;
  font-size: 1.6rem;
}
.usecase-card-heading h3 {
  font-family: sf_pro_displaymedium;
  margin-top: 16rem;
  color: #fff;
  word-break: break-word;
}
.usecase-card-wrapper {
  margin-bottom: 3rem;
}

/*tenth section css*/
.resources-section {
  margin-bottom: 10rem;
}
.resources-heading h2 {
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.resources-card-tag span {
  background: #b799ff2e;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: sf_pro_displayregular;
  color: #1e2734;
}
.resources-card-tag {
  margin-bottom: 3rem;
}
.resources-card-tag p {
  margin: 0;
  font-size: 1.6rem;
}
.resources-card-wrapper {
  padding-bottom: 3rem;
}
.resources-card-heading h3 {
  font-family: sf_pro_displaymedium;
  word-break: break-word;
}
.resources-card-inner-wrapper {
  padding: 4rem 3rem;
}
.resources-card-outer-wrapper {
  height: 100%;
  background: #f6f7f9;
  border-radius: 12px;
}
.resources-card-cta {
  transition: opacity 0.3s;
  display: flex;
  margin-top: 3rem;
  opacity: 0;
}
.resources-card-outer-wrapper:hover {
  background: #f6f7f9;
  box-shadow: 0 0 20px #d1fbff, 0 0 16px #75cfff, 0 0 12px #978aff;
  transition: 0.4s ease-in-out;
}
.resources-card-outer-wrapper:hover .resources-card-cta {
  opacity: 1;
}
.resources-card-outer-wrapper:hover .resources-card-cta p {
  color: #1450a8;
  font-size: 2.4rem;
}
.resources-card-cta img {
  padding: 1rem 0 0 1.8rem;
}
