/*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: 4.6rem;
}
.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 {
    background-image: none;
    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%;
  }
}
.multitab-section {
  margin-top: 8.8rem;
  margin-bottom: 8.8rem;
}
.nexastep-multitab-content-para-list {
  margin-top: 20px
}
.multitab .row {
  display: flex;
  width: 100%;
}
.multitab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  height: 100%;
  width: 100%;
  flex-direction: column;
  margin-bottom: 10px;
}
.multitab div.active p {
  color: #1450A8;
}
.box {
  width: 100%;
  height: 10px;
  border: 1px solid #1450a8;
  border-radius: 58px;
}
.multitab .multitab.active .box {
  background: #1450A8;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
.multitab div {
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
@media(max-width:2560px) {
  .xenonstack-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(35vh);
  }
}
@media(min-width: 1025px) and (max-width: 1220px){
    .multitab{
      margin-top: 3rem;
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
  .xenonstack-homepage-banner {
    background-image: none;
  }
  .multitab-image img {
    margin-top: 2rem;
  }
  .multitab {
    display: flex;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media(max-width:1024px) {
  .multitab-content-list-item:before {
    top: 2px;
  }
  .multitab-content-list-item:after {
    top: 6px;
  }
}
@media (max-width: 1023px) {
  .xenonstack-banner-wrapper p {
    width: 100%
  }
  .xenonstack-banner-wrapper {
    min-height: unset;
    display: block;
    padding: 0px 0 40px;
  }
  .multitab-content-list-item:before {
    top: 2px;
  }
  .multitab-content-list-item:after {
    top: 6px;
  }
}
@media (max-width:767px) {
  .multitab {
    height: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .multitab div {
    padding-bottom: 1rem;
  }
}

/*second-section*/
.transform-with-ai {
  margin: 10rem 0;
}
.transform-with-ai-card-outer-wrapper {
  height: 100%;
}
.transform-with-ai-heading h2 {
  font-size: 3.8rem;
}
.transform-with-ai-card-inner-wrapper {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  box-shadow: 0 3px 6px #1450a854;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
}
.transform-with-ai-card-inner-wrapper img {
  margin-bottom: 30px;
  width: 80px;
}
.transform-with-ai-card-inner-wrapper h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .transform-with-ai-card-outer-wrapper {
    padding: 2rem 0;
  }
}

/*third section*/
.blue-stripe-section {
  margin-bottom: 10rem;
  background-image: url("https://www.xenonstack.com/hubfs/xenonstack-ai-homepage/mid-section-banner-background.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding:40px 0;
}
.blue-stripe-heading h2 {
  font-family: sf_pro_displayregular;
  font-weight: 200;
  width: 80%;
}
.blue-stripe-section-button{
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .blue-stripe-heading h2 {
    width: 100%;
  }
  .blue-stripe-section {
    background-position: 80%;
  }
}

/*fourth section*/
.decision-intelligence {
  margin-bottom: 10rem;
}
.decision-intelligence-card-icon {
  flex-shrink: 0;
}
.decision-intelligence-card-icon img {
  width: 80px;
}
.decision-intelligence-heading {
  margin-top: 4rem;
}
.decision-intelligence-heading h2 {
  font-size: 3.6rem;
}
.decision-intelligence-card-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 5rem;
}
.decision-intelligence-heading p {
  width: 90%;
}
.decision-intelligence-card-content {
  padding-left: 2.6rem;
}
.decision-intelligence-card-content p {
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .decision-intelligence-heading p {
    width: 100%;
  }
  .decision-intelligence-heading {
    margin: 0;
  }
}
.ai-usecase-textside-read-more {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0px;
}
.ai-usecase-textside-read-more-link {
  font-size: 2.4rem;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.ai-usecase-textside-read-more-link p {
  color: #1450a8;
}
a:focus,
a:active {
  color: #1450a8;
}
.ai-usecase-textside-read-more-arrow {
  position: relative;
}
.arrow {
  position: absolute;
  bottom: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  top: 0.9rem;
}
.arrow-second {
  margin-left: 8px;
}
.arrow-image {
  background-image: url("https://f.hubspotusercontent30.net/hubfs/9471087/animations-icons/arrow.svg");
}
.arrow {
  animation-name: arrowmove;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.arrow.arrow-first {
  animation-name: arrowmove;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 767px) {
  .arrow {
    top: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .ai-usecase-textside-read-more-arrow {
    margin-top: 1px !important;
  }
}
@keyframes arrowmove {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
/*fifth section*/
.challenges-section {
  margin-bottom: 10rem;
}
.challenges-header-content {
  margin-bottom: 5rem;
}
.challenges-header-content h2 {
  font-size: 3.8rem;
}
.card-icon {
  width: 40px;
  margin-bottom: 2rem;
}
.card-heading{
  word-break: break-word;
}
.card-cta-wrapper {
  padding-top: 7rem;
}
.challenges-card-outer-wrapper {
  height: 100%;
  padding: 30px;
}
.challenges-card-wrapper:hover .card-cta-wrapper {
  display: none;
}
.challenges-card-wrapper:hover .challenges-card-outer-wrapper {
  box-shadow: 0px 3px 10px #1450a854;
  border-radius: 10px;
  background: #fff;
  transition: 0.4s ease-out;
}
.background {
  display: none;
}
.challenges-card-wrapper:hover .background {
  display: block;
}
.challenges-card-wrapper:hover .card-heading h3 {
  color: #222c3a;
}
.challenges-card-wrapper:hover .background p {
  color: #222c3a;
}
.challenges-cards-row-one {
  border-bottom: 1px solid #707070;
}
.challenges-card-wrapper {
  border-right: 1px solid #707070;
  margin: 2rem 0;
}
.challenges-card-wrapper:last-child {
  border: none;
}
.first-tab-icon img {
  width: 80px;
}
.second-tab-icon img {
  width: 80px;
}
.third-tab-icon img {
  width: 80px;
}
@media(max-width: 1023px){
  .card-heading h3{
    overflow-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .challenges-card-wrapper {
    border-bottom: 1px solid #707070;
    border-right: none;
    padding-bottom: 2rem;
  }
  .challenges-header-content {
    text-align: left;
  }
  .challenges-card-wrapper:hover {
    margin: 2rem 0;
  }
}

/*sixth section*/
.ai-on-aws{
  margin-bottom: 10rem;
}
.ai-on-aws-heading h2{
  font-size: 3.8rem;
}
.ai-on-aws-wrapper img{
  margin-bottom: 2rem;
  width: 60px;
}
.ai-on-aws-wrapper{
  margin-bottom: 3rem;
}
@media(max-width: 767px){
  .ai-on-aws-wrapper{
    margin-top: 2.8rem;
  }
}

/*seventh section*/
.ai-on-azure{
  margin-bottom: 5rem;
}
.ai-on-azure-content-wrapper h2{
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
.ai-on-azure-content{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*eighth section*/
.features-by-azure{
  margin-bottom: 12rem;
}
.features-by-azure-heading h2{
  font-size: 3.8rem;
}
.features-by-azure-card-outer-wrapper{
  box-shadow: 0px 6px 12px #1450A843;
  border-radius: 8px;
  height: 100%;
  background: #fff;
}
.features-by-azure-card-inner-wrapper{
  padding: 3rem;
}
.features-by-azure-card-inner-wrapper img{
  margin-bottom: 2rem;
  width: 60px;
}
@media(max-width: 767px){
  .features-by-azure-card-outer-wrapper{
    margin-top: 3rem;
    height: auto;
  }
}

/*nineth section*/
.ai-on-private-cloud{
  margin-bottom: 10rem;
}
.ai-on-private-cloud-heading h2{
  font-size: 3.8rem;
}
.private-cloud-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pointer-wrapper{
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
}
.pointer-wrapper img{
  width: 40px;
}
.pointer-wrapper p{
  padding-left: 2rem;
  width: 80%;
}
.ai-on-private-cloud-image img{
  width: 100%;
}
@media(max-width: 767px){
  .pointer-wrapper p{
    width: 100%;
  }
  .pointer-wrapper img{
    width: 24px;
  }
}

/*tenth section*/
.why-build {
  margin-bottom: 10rem;
}
.why-build-heading h2 {
  font-size: 3.8rem;
}
.why-build-card-outer-wrapper {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .why-build-card-outer-wrapper {
    padding: 2.8rem 0 0 0;
  }
}

/*eleven section*/
.deploy{
  margin: 15rem 0 25rem 0;
  padding: 100px 0 40px 0;
  position: relative;
}
.deploy-right{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.deploy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3EEFD;
  transform: skewY(-4deg);
  transform-origin: top;
  z-index: -1;
}
.deploy-content-wrapper h2{
  font-size: 3.8rem;
  margin-bottom: 1.5rem;
}
.deploy-content-wrapper p{
  margin-bottom: 3rem;
}
@media(max-width: 767px){
  .deploy{
    margin: 10rem 0;
  }
}

/*twelve section*/
.supported-model{
  margin-bottom: 10rem;
}
.supported-model-heading h2{
  font-size: 3.8rem;
}
.supported-model-card-outer-wrapper{
  border-radius: 8px;
  background: #F2F4F8;
  cursor: pointer;
  margin-bottom: 3rem;
  height: 100%;
}
.model-card-wrapper{
  padding-bottom: 3rem;
}
.supported-model-card-outer-wrapper:hover{
  background: #E6E8EC;
  border: 1px solid #1450a8;
}
.supported-model-card-inner-wrapper{
  padding: 5rem 4rem;
}
.supported-model-card-cta{
  display: flex;
  align-items: center;
}
.supported-model-card-cta p{
  color: #1450a8;
  font-size: 2.8rem;
  padding-top: 0.6rem;
}
.supported-model-card-cta img{
  padding-left: 2.3rem;
}
@media(max-width: 767px){
  .supported-model-heading{
    padding-bottom: 3rem;
  }
}

/*thirteen section*/
.accordion-section {
  margin-bottom: 10rem;
}
.section-heading {
  text-align: center;
}
.section-heading h2{
  font-size: 3.8rem;
}
.accordion-section .section-heading {
  margin-bottom: 4rem;
}
.accordion-second-section {
  margin-top: 7rem;
}
.accordian-item-wrapper {
  box-shadow: 0px 4px 14px #2e7eed59;
  padding: 35px;
  border-radius: 8px;
  background: #F7F7F7B3;
}
.accordian-item-header {
  display: block;
  cursor: pointer;
}
.feature-section-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.accordian-item-title {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.accordian-item-title-span {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  flex-basis: 135%;
}
.accordian-item.accordian-open .accordian-item-wrapper{
  background: #EDF8FF5D;
}
.accordian-item.accordian-open p {
  display: block;
}
.accordian-item p {
  display: none;
}
.accordian-item .accordian-item-content {
  overflow: hidden;
  transition: 500ms ease-out;
}
.svg-icon {
  width: 28px;
  font-size: 28px;
  color: #454545;
  -webkit-transition: 500ms ease-out;
  transition: 500ms ease-out;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature-section-content .accordian-item:nth-of-type(2) {
  margin: 40px 0;
}
.accordion-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.accordion-image-wrapper img {
  width: 75%;
  display: none;
}
.accordian-wrapper {
  width: 100%;
}
.accordian-open .accordian-item-header {
  cursor: default !important;
}
@media (max-width: 767px) {
  .accordion-image-wrapper {
    margin: 30px 0;
    display: block;
  }
  .row-reverse {
    flex-direction: column;
  }
  .feature-section-content .accordian-item:nth-of-type(2) {
    margin: 20px 0;
  }
  .accordion-section .section-heading {
    text-align: initial;
  }
  .section-heading h2 {
    text-align: left;
  }
  .accordion-image-wrapper img{
    width: 100%;
  }
}
/*redirection section css*/
.redirection-section {
  margin: 10rem 0;
  padding: 6rem 0;
  background-color: #E3EEFD;
}
.redirection-content-wrapper {
  margin-bottom: 4rem;
}
.redirection-content-wrapper p {
  width: 80%;
}
.redirection-section-image{
  display: flex;
  justify-content: center;
}
.redirection-section-image img{
  width: 80%;
}
.redirection-section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .redirection-content-wrapper p {
    width: 100%;
  }
  .redirection-section-image{
    justify-content: flex-start;
  }
  .redirection-section-image img{
    width: 100%;
  }
  .redirection-section-image {
    margin-top: 3rem;
  }
}
