/*banner css*/
.section-banner {
  display: flex;
  background-image: url("https://www.xenonstack.com/hubfs/xenonstack-ai-about-us/about-us-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: 40px 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 p {
  margin-bottom: 2rem;
  color: #1450a8;
  font-weight: 800;
  font: sf_pro_displaymedium;
}
@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%;
  }
}
/*second section css*/
.our-purpose{
  margin: 10rem 0;
}
.our-purpose-heading-wrapper h2{
  font-family: sf_pro_displaymedium;
  font-size: 3.8rem;
}
.our-purpose-heading-wrapper p{
  width: 80%;
}
@media(max-width:767px){
  .our-purpose-heading-wrapper p{
    width: 100%;
  }
}
/*third section css*/
.accordion-section {
  margin-bottom: 10rem;
}
.section-heading h2{
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.accordion-section .section-heading {
  margin-bottom: 4rem;
}
.accordion-second-section {
  margin-top: 4rem;
}
.accordian-item-wrapper {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.three{
  border: none;
}
.accordian-item-header {
  display: block;
  cursor: pointer;
}
.feature-section-content {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.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%;
  font-family: sf_pro_displayregular;
  margin-bottom: 15px;
}
.accordian-item.accordian-open p {
  display: block;
}
.accordian-item p {
  display: none;
}
.accordian-item .accordian-item-content {
  overflow: hidden;
  transition: 500ms ease-out;
}
.feature-section-content .accordian-item:nth-of-type(2) {
  margin: 40px 0;
}
.accordion-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.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;
  }
  .accordion-image-wrapper img{
    width: 100%;
  }
}
/*fourth section css*/
.our-leader{
  margin-bottom: 10rem;
  padding: 8.8rem 0;
  background: #F5FAFFC4;
}
.our-leader-heading h2 {
  font-size: 3.4rem;
  font-family: sf_pro_displaymedium, sans-serif;
}
.our-leader-heading {
  border-bottom: 1.4px solid #707070;
  display: inline-block;
  margin-bottom: 4rem;
}
.leader-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.leader-content h3{
  font-family: sf_pro_displaymedium;
  margin-bottom: 1rem;
}
.leader-content p{
  color: #1450a8;
}
.leader-content{
  padding-left: 2.6rem;
}
.leader-image img{
  width: 140px;
}
.leader-image{
  flex-shrink: 0;
}
.leader-resource-content{
  margin-top: 3rem;
}
.leader-resource-content h2{
  font-size: 3.2rem;
  font-family: sf_pro_displaymedium;
  margin-bottom: 1rem;
}
.leader-resource-details p{
  font-size: 2.6rem;
  margin-top: 2rem;
}
.leader-resource-content:hover{
  text-decoration: underline;
  cursor: pointer;
}
@media(max-width:767px){
  .leader-resource{
    margin-top: 5rem;
  }
}
/*fifth section css*/
.our-people-heading-wrapper h2{
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
}
.our-people-heading-wrapper p{
  width: 90%;
}
.bringing-idea-left-inside{
	display: none;
	padding-top: 30px;
}
.bringing-idea {
	margin-bottom: 10rem;
	position:relative;
}
.bringing-idea-text h2 {
	font-family: "sf_pro_displayheavy",sans-serif;
	font-size: 4.2rem;
}
.bringing-idea-text p {
	font-family: 'Roboto', sans-serif;
}
.bringing-idea-image-wrapper {
	padding: 5px;
}
.bringing-idea-image-wrapper .bringing-idea-left-bottom {
	padding-top: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.bringing-idea-left {
	padding-top: 30px;
}
.bringing-idea-right {
	padding-top: 80px;
}
.bringing-idea-image-wrapper .bringing-idea-right-up {
	padding-bottom: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.slideshow-wrapper {
	display: none;
}
.slides {
	display: none;
}
.slides img {
	width: fit-content;
}
.slide-button {
	text-align: center;
	padding-top: 40px;
}
@media (max-width: 767px){
  .our-people-heading-wrapper p{
    width: 100%;
  }
  .row.bringing-idea-image-row {
		display: none;
	}
	.bringing-idea-text p {
		width: 100%;
	}
	.slideshow-wrapper {
		padding-top: 30px;
		display: block;
	}
	.bringing-idea-left-inside {
		display: none;
		padding-top: 30px;
		opacity: 0;
	}
  .bringing-idea-text label {
		font-size: 2.4rem;
	}
  .previous-button, .next-button {
		text-align: center;
		cursor: pointer;
		font-weight: bold;
		color: 505E72;
		font-size: 10px;
		transition: .6s ease;
		border-radius: 50%;
		padding: 0px 0px;
		border: 1px solid #505e72;
		user-select: none;
		margin-right: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		width: 30px;
		flex-direction: column;
	}
  .slide-button {
		text-align: center;
		padding-top: 40px;
		padding-left: 20px;
		z-index: 3;
		position: relative;
		display: flex;
		justify-content: center;
	}
  .slides-2 {
		display: none;
	}
	.slides-1 {
		display: none;
	}
	li.slides-2-li-unactive-1.slides-2-li-active-1 {
		animation: 1.4s pulse infinite;
		background: transparent linear-gradient( 90deg,#3dba85 0%,#1de885 100%) 0% 0% no-repeat padding-box;
	}
}
/*sixth section css*/
.what-makes-xs{
  margin-bottom: 10rem;
  background-image: url("https://www.xenonstack.com/hubfs/xenonstack-ai-about-us/what-makes-xenonstack-background.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.8rem 0;
}
.what-makes-xs-content-wrapper h2{
  font-size: 3.8rem;
  font-family: sf_pro_displaymedium;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.what-makes-xs-content-wrapper p{
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
}
.footer-upper-section-button-wrapper {
  display: flex;
  justify-content: center;
}
.footer-upper-button {
  padding: 5px 30px;
  background: transparent;
  border-radius: 4px;
  width: max-content;
  line-height: 35px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}
.footer-upper-button img{
  padding-left: 1.6rem;
}
.footer-upper-button span{
  color: #fff;
  font-size: 2.2rem;
  font-family: sf_pro_displayregular;
}
@media(max-width: 767px){
  .what-makes-xs-content-wrapper h2{
    text-align: left;
  }
  .what-makes-xs-content-wrapper p{
    text-align: left;
  }
  .footer-upper-section-button-wrapper {
    justify-content: flex-start;
  }
}
/*seventh section css*/
.footer-upper-section{
  margin-bottom: 10rem;
}
.footer-upper-content-wrapper h2{
  font-family: sf_pro_display,sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
}
.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-footer-upper {
	font-size: 2.4rem;
	padding-right: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.ai-usecase-textside-read-more-link-footer-upper p {
	color: #394559;
}
.ai-usecase-textside-read-more-link-footer-upper span {
	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;
}
.ai-usecase-textside-read-more-link-footer-upper p{
	font-size: 2.3rem;
}
.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);
	}
}