/*banner css*/
.colored-text {
  background: transparent linear-gradient(148deg, #fd81ff 0%, #f8e397 100%) 0%
    0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section {
  min-height: 750px;
  margin: -10rem 0 0 0;
  padding: 8rem 0;
  background: url(/images/homepage-banner-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -400px;
  background-position-x: center;
}
.banner-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
.banner-content-wrapper h1 {
  color: #fff;
  width: 80%;
  text-align: center;
  margin-bottom: 2rem;
}
.banner-content-wrapper p {
  color: #fff;
  text-align: center;
}
.banner-button {
  background: transparent;
  border: 2px solid #fff;
  border-collapse: collapse;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 40px;
  overflow: hidden;
  padding: 8px 36px;
  position: relative;
  text-align: center;
  transition: all 0.6s ease 0s;
  width: max-content;
}
.banner-button p {
  margin: 0;
}
.banner-image {
  width: 90%;
  margin: 7rem auto 0 auto;
}
@media (max-width: 767px) {
  .banner-content-wrapper h1 {
    width: 100%;
    font-size: 6rem;
    line-height: 1.2;
  }
  .banner-section {
    margin-bottom: 12rem;
    background-position-y: 0;
  }
  .banner-image {
    width: 100%;
  }
}

/* second section css */
.three-card-section {
  margin-bottom: 10rem;
  position: relative;
}
.three-card-section-heading {
  text-align: center;
  margin: 0 auto 6rem auto;
}
.highlight {
  background-color: #ffeb3b;
  display: inline-block;
  padding: 0 5px;
}
.first-card-outer-wrapper {
  background: transparent linear-gradient(180deg, #ffeaea 0%, #ffb9b9 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px;
  padding: 6rem 3rem;
  height: 100%;
}
.card-inner-wrapper h3 {
  margin-bottom: 3rem;
}
.card-inner-wrapper img {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.card-pointers-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
}
.card-pointers-wrapper p {
  margin: 0;
}
.card-pointers-wrapper img {
  padding-right: 1.4rem;
  margin: 0;
  width: 44px;
}
.second-card-outer-wrapper {
  background: transparent linear-gradient(180deg, #f7faff 0%, #e0ebff 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px;
  padding: 6rem 3rem;
  height: 100%;
}
.third-card-outer-wrapper {
  background: transparent linear-gradient(180deg, #ffebfa 0%, #ffe3f8 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px;
  padding: 6rem 3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .card-pointers-wrapper img {
    width: 24px;
  }
  .three-card-wrapper {
    margin-bottom: 4rem;
  }
}

/* first mid banner css */
.first-mid-banner-section {
  margin-bottom: 10rem;
}
.first-mid-banner-wrapper {
  background: url(/images/pre-trained-security-agent-for-soc-efficiency.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10rem 6rem 6rem 6rem;
  min-height: 500px;
}
.first-mid-banner-wrapper h2 {
  margin-top: 4rem;
  color: #fff;
}
.first-mid-banner-wrapper p {
  width: 60%;
  color: #fff;
}
.first-mid-banner-button {
  border-collapse: collapse;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(24 96 211 / 80%);
  animation: pulse 2s infinite;
  text-align: center;
  border: 2px solid #f5df4d !important;
  background-color: #f5df4d !important;
  transition: all 0.2s ease 0s;
  padding: 10px 36px;
  font-size: 2rem;
  width: max-content;
  border-radius: 32px;
  position: relative;
  font-weight: 400;
  margin-bottom: 28px;
}
.first-mid-banner-button p {
  color: #000;
  width: 100%;
  margin: 0;
}
@media (min-width: 1540px) {
  .first-mid-banner-wrapper h2 {
    width: 60%;
  }
}
@media (max-width: 1539px) {
  .first-mid-banner-wrapper {
    background: transparent linear-gradient(110deg, #2b128a 0%, #1d1654 100%) 0%
      0% no-repeat padding-box;
    padding: 8rem 4rem 4rem 4rem;
    border-radius: 20px;
    min-height: 350px;
  }
  .first-mid-banner-wrapper p {
    width: 100%;
  }
}

/* workflow section css */
.workflow-section {
  margin-bottom: 12rem;
}
.workflow-section-heading {
  text-align: center;
  margin-bottom: 7rem;
}
.grid-container {
  margin: 8rem 0 4rem 0;
}
.grid-first-card {
  background: #4d3fba;
  border-radius: 22px;
  height: 100%;
}
.first-card-heading {
  padding: 4rem;
}
.first-card-heading h2 {
  color: #fff;
  font-weight: 400;
}
.first-card-heading p {
  color: #fff;
}
.grid-first-card img {
  padding: 0 4rem;
  width: 100%;
}
.grid-second-card {
  background: #ebf0ff;
  border-radius: 22px;
  height: 100%;
}
.second-card-heading {
  padding: 4rem;
}
.second-card-heading h2 {
  font-weight: 400;
}
.grid-second-card img {
  padding-left: 4rem;
  width: 100%;
}
.grid-left-cards {
  height: 47%;
}
.grid-third-card {
  background: #f6f7fa;
  padding: 4rem 0 4rem 4rem;
  display: flex;
  border-radius: 20px;
  margin-bottom: 4rem;
}
.grid-third-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.grid-third-card-image {
  width: 40%;
}
.grid-third-card-content h2 {
  font-weight: 400;
}
.grid-fourth-card {
  background: #735ff6;
  padding: 4rem 0 4rem 4rem;
  display: flex;
  border-radius: 20px;
  margin-bottom: 4rem;
}
.grid-fourth-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.grid-fourth-card-image {
  width: 60%;
}
.grid-fourth-card-content h2 {
  font-weight: 400;
  color: #fff;
}
.grid-fourth-card-content p {
  color: #fff;
}
.grid-fifth-card {
  background: #2a2079;
  border-radius: 22px;
  height: 100%;
}
.fifth-card-heading {
  padding: 4rem;
}
.fifth-card-heading h2 {
  color: #fff;
  font-weight: 400;
}
.fifth-card-heading p {
  color: #fff;
}
.fifth-card-heading h2 {
  font-weight: 400;
}
.grid-fifth-card img {
  padding-left: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-second-card {
    margin-top: 4rem;
  }
  .grid-third-card {
    margin-top: 4rem;
    flex-direction: column;
  }
  .grid-fourth-card {
    margin-top: 4rem;
    flex-direction: column;
  }
  .grid-third-card-content {
    width: 100%;
  }
  .grid-third-card-image {
    width: 100%;
    margin-top: 3rem;
  }
  .grid-fourth-card-content {
    width: 100%;
  }
  .grid-fourth-card-image {
    width: 100%;
    margin-top: 3rem;
  }
  .grid-left-cards {
    height: auto;
  }
}

/* integration-section css */
.integration-section {
  margin: 10rem 0;
}
.integration-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .integration-image {
    margin-top: 3.4rem;
  }
  .integration-row {
    flex-direction: column-reverse;
  }
}

/* pointers section */
.pointers-section {
  margin-bottom: 10rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.pointers-content-wrapper {
  padding: 2.6rem;
}
.pointers-content {
  display: flex;
  align-items: flex-start;
  padding: 1.8rem 0;
}
.pointers-content p {
  margin: 0;
}
.pointers-content img {
  padding-right: 1.4rem;
  width: 40px;
}
@media (max-width: 767px) {
  .pointers-content img {
    width: 30px;
  }
}

/* usecase section css */
.usecase-section {
  margin-bottom: 10rem;
}
.usecase-section-wrapper {
  background: #f3f2ff;
  border-radius: 20px;
  padding: 6rem 10rem;
}
.usecase-heading-content {
  margin-bottom: 8rem;
}
.usecase-heading-content h2 {
  margin-bottom: 2.4rem;
  text-align: center;
}
.usecase-heading-content p {
  text-align: center;
}
.usecase-card-one-content {
  background: transparent linear-gradient(180deg, #e7f3f3 0%, #e5f1f8 100%) 0%
    0% no-repeat padding-box;
  padding: 2rem;
  border-radius: 16px;
}
.usecase-card-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.usecase-card-two-content {
  background: transparent linear-gradient(114deg, #ffe8ed 0%, #eaf6ff 100%) 0%
    0% no-repeat padding-box;
  padding: 2rem;
  border-radius: 16px;
}
.usecase-card-three-content {
  background: transparent linear-gradient(117deg, #ffedff 0%, #fffdf2 100%) 0%
    0% no-repeat padding-box;
  padding: 2rem;
  border-radius: 16px;
}
.usecase-card-one-content h3 {
  font-size: 2.6rem;
  padding-top: 2rem;
}
.usecase-card-two-content h3 {
  font-size: 2.6rem;
  padding-top: 2rem;
}
.usecase-card-three-content h3 {
  font-size: 2.6rem;
  padding-top: 2rem;
}
.usecase-card-inner-wrapper {
  height: 100%;
  cursor: pointer;
}
.usecase-cta {
  transition: opacity 0.3s;
  display: flex;
  margin-top: 3rem;
  opacity: 0;
}
.usecase-card-inner-wrapper:hover .usecase-cta {
  opacity: 1;
}
@media (max-width: 767px) {
  .usecase-section-wrapper {
    padding: 4rem;
  }
  .usecase-heading-content h2 {
    text-align: left;
  }
  .usecase-heading-content p {
    text-align: left;
  }
  .usecase-card-inner-wrapper {
    margin-bottom: 4rem;
  }
}

/* second mid banner section */
.second-mid-banner {
  margin-bottom: 12rem;
}
.second-mid-banner-content-wrapper {
  background: transparent linear-gradient(110deg, #2b128a 0%, #1d1654 100%) 0%
    0% no-repeat padding-box;
  padding: 8rem;
  border-radius: 20px;
}
.second-mid-banner-content-wrapper h2 {
  color: #fff;
  text-align: center;
}
.second-mid-banner-content-wrapper p {
  color: #fff;
  text-align: center;
}
.second-mid-banner-button {
  border-collapse: collapse;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(24 96 211 / 80%);
  animation: pulse 2s infinite;
  text-align: center;
  border: 2px solid #f5df4d !important;
  background-color: #f5df4d !important;
  transition: all 0.2s ease 0s;
  padding: 6px 36px;
  font-size: 2rem;
  color: #fff;
  width: max-content;
  border-radius: 32px;
  position: relative;
  font-weight: 400;
  line-height: 45px;
  margin: 35px auto 0 auto;
}
.second-mid-banner-button p {
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .second-mid-banner-content-wrapper {
    padding: 10rem 4rem;
  }
  .second-mid-banner-content-wrapper h2 {
    text-align: left;
  }
  .second-mid-banner-content-wrapper p {
    text-align: left;
  }
  .second-mid-banner-button {
    margin: 28px 0 0 0;
  }
}

/* footer css */
footer {
  margin-top: 70px;
}
.footer-logo img {
  width: 50%;
}
.why-xenonstack-wrapper {
  background: transparent linear-gradient(180deg, #3b20a7 0%, #311a88 100%) 0%
    0% no-repeat padding-box;
  padding: 65px 0;
}
.power-bi-logo {
  width: 90px !important;
}
.why-xenonstack-wrapper div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-xenonstack-wrapper h5 {
  font-family: "sf_pro_displaybold", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 3.2rem;
  line-height: 135%;
  width: 50%;
}
.why-xenonstack-wrapper a {
  color: #1450a8;
  font-size: 2.4rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border-radius: 32px;
  background-color: #fff;
  padding: 8px 30px;
}
.xenonstack-navigation-footer-wrapper {
  background: transparent linear-gradient(180deg, #3b20a7 0%, #311a88 100%) 0%
    0% no-repeat padding-box;
}
.xenonstack-footer-socialmedia-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.xenonstack-footer-socialmedia-wrapper h5 {
  font-family: "sf_pro_displayheavy", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2rem;
  margin: 0;
}
.social-media-outside-wrapper {
  display: flex;
  flex-shrink: 0;
}
.social-media-outside-wrapper a {
  margin-right: 15px;
}
.row.xenonstack-footer-row {
  margin: 0 -15px 0 -15px;
}
.xenonstack-footer-linking-inside {
  padding: 15px 7px;
}
.xenonstack-footer-linking-inside h6 {
  font-family: "sf_pro_displaybold", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  margin: 0 0 25px 0;
}
.xenonstack-footer-linking-inside a {
  display: block;
  font-family: Roboto, sans-serif;
  line-height: 25px;
  font-size: 2.4rem;
  margin: 15px 0;
  color: #fff !important;
}
.social-media-outside-wrapper a:last-of-type {
  margin-right: 0;
}
.xenonstack-members-partners-wrapper {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid rgb(255, 255, 255, 0.4);
  border-bottom: 1px solid rgb(255, 255, 255, 0.4);
}
.xenonstack-members-wrapper > p {
  font-family: sf_pro_displayregular, sans-serif;
  color: #fff !important;
  margin-bottom: 15px;
}
.xenonstack-member-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.xenonstack-member-image-wrapper a {
  margin-right: 35px;
}
.xenonstack-member-image-wrapper a:last-of-type {
  margin-right: 0;
}
.xenonstack-partnership-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.xenonstack-partnership-image-wrapper:last-of-type {
  margin-bottom: 0;
}
.xenonstack-partnership-image-wrapper img {
  width: 130px;
  height: 40px;
}
.xenonstack-partnership-image-wrapper a {
  margin-right: 21px;
  flex-basis: 21% !important;
}
.xenonstack-partnership-image-wrapper a:last-of-type {
  margin-right: 0;
}
.xenonstack-terms-policy-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xenonstack-terms-policy-wrapper a {
  font-family: sf_pro_displayregular, sans-serif;
  font-size: 2.2rem;
  color: rgb(255, 255, 255, 0.8);
}
.xenonstack-terms-policy-wrapper > div a {
  margin-right: 25px;
}
.xenonstack-terms-policy-wrapper > div a:last-of-type {
  margin-right: 0;
}
.xenonstack-footer-linking-inside a:hover {
  text-decoration: underline;
}
.xenonstack-footer-row a:active {
  color: #fff;
}
.xenonstack-terms-policy-wrapper a:active {
  color: hsla(0, 0%, 100%, 0.8) !important;
}
.justify-between {
  justify-content: space-between !important;
}
.xenonstack-member-image-wrapper-second {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}
.xenonstack-member-image-wrapper-second a {
  margin-right: 35px;
}
.xenonstack-member-image-wrapper-second a:last-of-type {
  margin-right: 0;
}
.xenonstack-member-image-wrapper-second img {
  height: 70px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .xenonstack-footer-linking-inside h6 {
    font-size: 2.3rem;
  }
  .xenonstack-footer-linking-inside a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .xenonstack-footer-socialmedia-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-media-outside-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .xenonstack-partnership-image-wrapper img {
    width: 100px;
  }
  .xenonstack-member-image-wrapper-second {
    align-items: flex-start;
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
  footer {
    margin-top: 60px;
  }
  .xenonstack-members-wrapper > p {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .xenonstack-member-image-wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  .xenonstack-member-image-wrapper a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .xenonstack-member-image-wrapper a:last-of-type {
    margin-bottom: 0;
  }
  .xenonstack-partnership-image-wrapper {
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .xenonstack-partnership-image-wrapper a {
    margin: 0 0 13px 0;
  }
  .xenonstack-certifications-wrapper {
    margin-top: 50px;
  }
  .why-xenonstack-wrapper h5 {
    width: 100%;
  }
  .container-homepage.footer-banner {
    display: flex;
    flex-direction: column !important;
    align-items: start;
  }
  .container-homepage.footer-banner a {
    margin-top: 20px;
  }
  .xenonstack-terms-policy-wrapper {
    flex-direction: column;
    align-items: initial;
  }
  .xenonstack-terms-policy-wrapper div {
    flex-direction: column;
  }
  .xenonstack-terms-policy-wrapper > div a {
    margin-bottom: 7px;
  }
  .footer-logo img {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .xenonstack-terms-policy-wrapper > div a {
    margin-right: 0 !important;
  }
}
.xenonstack-terms-policy-wrapper div {
  display: flex;
}
