section {
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.visible {
  transform: translateY(0px);
  opacity: 1;
}
.header-upper {
  transform: none !important;
  opacity: 1 !important;
}
.video-section,
.three-image-section,
.card-slider-section,
.solutions-section,
.icons-flow-section,
.three-card-section,
.three-image-text-section,
.cta-section {
  margin: 14rem 0;
}
.logo img {
  height: 45px;
}
.header-content {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
}
.hamburger .bar {
  width: 25px;
  height: 3px;
  background: #141414;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1060px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .hamburger {
    display: flex;
    z-index: 200;
  }
}
.header-upper {
  background: #1f0665;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.header-upper-wrapper p {
  padding: 1rem;
  color: #fff;
  margin: 0;
}
.header-upper-cta {
  display: flex;
  align-items: center;
}
.header-upper-cta p {
  cursor: pointer;
  margin: 0;
  padding-left: 4rem;
}
.header-upper-cta img {
  width: 12px;
  height: 12px;
}
.header-upper-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-text {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header-text img {
  width: 35px;
  height: 35px;
}
nav {
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}
header {
  background: #fff;
  box-shadow: 0 0 7px #573bd34d;
  left: 0;
  margin-top: 5.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
@media (max-width: 767px) {
  .header-upper {
    display: none;
  }
  header {
    margin: 0;
  }
}
.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-content {
  display: flex;
  gap: 6rem;
  justify-content: center;
}
.header-content li p {
  margin-bottom: 0;
  cursor: pointer;
}
.header-content li p:hover {
  color: #420bdb;
}
.book-demo {
  cursor: pointer;
  font-size: 2.3rem;
  line-height: 150%;
  font-family: "work-sans-regular", sans-serif;
  background: #420bdb;
  color: #fff;
  border-radius: 10px;
  padding: 2rem 4.5rem;
}
.book-demo:hover {
  color: white;
}
/*Banner section*/
.banner-section {
  margin-top: 24rem;
}
.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-image img {
    width: 550px;
}
.banner-wrapper {
  gap: 2rem;
}
.banner-wrapper h1 {
  font-family: "work-sans-semibold", sans-serif !important;
}
@media (max-width: 767px) {
  .banner-section {
    margin-top: 24rem;
  }
  .banner-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 400px) {
  .banner-wrapper {
    padding: 0rem;
  }
}
.banner-tag {
  width: max-content;
  cursor: pointer;
  margin-bottom: 2.3rem;
  background: #f6faff;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 999px;
  align-items: center;
}
.banner-tag span {
  padding: 2px 6px;
  border-radius: 12px;
  background-color: #420bdb;
  color: #fff;
  font-size: 12px;
}
.banner-tag p {
  width: 100% !important;
  text-align: center;
  color: #420bdb;
  font-size: 12px !important;
  margin-bottom: 0;
}
.banner-button {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
}
.banner-button a:first-child,
.banner-button a:last-child {
  border: 2px solid #5418f9;
  border-radius: 8px;
  padding: 8px 32px;
}
@media (max-width: 768px) {
  .banner-button a:first-child,
  .banner-button a:last-child {
    padding: 1rem 3rem;
  }
}
@media (max-width: 375px) {
  .banner-button a:first-child,
  .banner-button a:last-child {
    padding: 1rem 2rem;
  }
}
.banner-button a:last-child {
  background: #fff;
}
.banner-button a:first-child {
  background: #420bdb;
  color: #fff !important;
}
.banner-button p {
  margin: 0;
}
.banner-button a:last-child p {
  color: #420bdb !important;
}
.banner-button a:first-child p {
  color: #fff !important;
}


/* Video section */
.video-section-heading {
  gap: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.section-tag p {
  color: #1f0665;
  font-size: 2.3rem !important;
  line-height: 150%;
  margin: 0 0 1rem;
  font-family: "work-sans-regular", sans-serif;
  width: 100% !important;
}
.section-tag {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.video-section-inner {
  background-image: url("https://8162471.fs1.hubspotusercontent-na2.net/hubfs/8162471/Screenshot%202025-06-16%20at%207.19.32%20PM.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #9898e3;
  border-radius: 12px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.video-section-inner:before {
  background-color: #000;
  border-radius: 12px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-section-inner.video-playing::before {
  display: none;
}
.video-section-button {
  align-items: center;
  background: #2d4de1;
  border: 1px solid #9898e3;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 20px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-section-button img {
  height: 40px;
  width: 40px;
}
.video-section-wrapper {
  animation: pulse 2s infinite;
  background: #eaefff;
  border: 1px solid #2d4de1;
  border-radius: 32px;
  margin: 5rem auto 0;
  padding: 18px;
  position: relative;
  transition: all 0.2sease 0s;
  width: 70%;
}
.video-section-button button {
  background: #fff;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/9471087/resources/xenonstack-usecase-playbutton.svg");
  border: 0;
  border-radius: 50%;
  display: none;
  height: 212px;
  width: 212px;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #cbcbff21;
    box-shadow: 0 0 0 0 #cbcbff21;
  }
  70% {
    -moz-box-shadow: 0 0 0 8px #cbcbff21;
    box-shadow: 0 0 0 10px #cbcbff21;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 #ecf2ff;
    box-shadow: 0 0 0 0 #ecf2ff;
  }
}
@media (max-width: 768px) {
  .video-section-button img {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 1023px) {
  .video-section-inner {
    min-height: 350px;
  }
  .video-section-inner iframe {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .video-section-wrapper {
    width: 100%;
  }
  .video-section-button > img {
    display: none;
  }
  .button-text {
    display: none;
  }
  .video-section-button button {
    display: block;
  }
  .video-section-button {
    padding: 0;
  }
  .video-section-button {
    border: 6px solid #c3d1ff59;
    border-radius: 50%;
  }
  .video-section-button button {
    height: 45px;
    width: 45px;
  }
}

/*Three image card section*/
.three-image-section {
  background: #f9f8ff;
}
.three-card-image-section-wrapper {
  padding: 12rem 0;
}
.three-image-heading {
  gap: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.three-image-wrapper {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .three-image-wrapper {
    gap: 6rem;
  }
}
.image-card-button-div {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.image-card-button-div p {
  margin-bottom: 0;
}
.image-card-text-div {
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem;
}
.image-card-button-div h3,
.image-card-button-div p {
  margin-bottom: 0;
}
.image-card-button-div p {
  font-size: 16px;
  color: #141414;
}
.three-image-card-wrapper {
  background: #fff;
  height: 100%;
  border-radius: 12px;
}
.three-image-card-wrapper:hover .arrow-div-explore {
  background: #101828;
}
.three-image-card-wrapper:hover:hover svg path {
  fill: white;
}
.image-card-button-div p {
  opacity: 0;
  transform: translateX(-20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  pointer-events: none;
}
.three-image-card-wrapper:hover .image-card-button-div p {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.arrow-div-explore {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 1rem;
  border-radius: 999px;
}
.card-image-div {
  border-radius: 16px 16px 0 0;
  max-height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .card-image-div {
    max-height: 210px;
  }
}
@media (max-width: 768px) {
  .card-image-div {
    max-height: 165px;
  }
}
.three-image-card-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}

/*card slider section*/
.card-slider-section {
  margin-top: 12rem;
  margin-bottom: 16rem;
}
.slider-card-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-slider-heading {
  width: 85%;
  text-align: center;
}
.card-slider-heading h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 2rem auto;
}
.card {
  position: sticky;
  top: 8em;
  transform-origin: center top;
  margin: 0.5em;
}
.card-title {
  color: #002c5a;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.slider-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-text {
  width: 90%;
}
.slider-card-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .slider-card-image {
    margin-top: 2rem;
  }
}
.card:nth-child(0) {
  transform: translateY(0px);
}
.align-items-center {
  align-items: center;
}
.card:nth-child(1) {
  transform: translateY(16px);
  background: #ffe6e4;
  padding: 2rem 10rem;
  border-radius: 20px;
  margin-top: 6rem;
}
.card:nth-child(2) {
  transform: translateY(32px);
  background: #fef8b0;
  padding: 2rem 10rem;
  border-radius: 20px;
}
.card:nth-child(3) {
  transform: translateY(48px);
  background: #ffe9f9;
  padding: 2rem 10rem;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3) {
    padding: 7rem 10rem;
  }
}
@media (max-width: 767px) {
  .card-slider-heading h2 {
    width: 100%;
  }
  .card-slider-heading {
    width: 90%;
  }
  .card-pointers-wrapper-one {
    width: 100%;
  }
  .card-pointers-wrapper-two {
    width: 100%;
  }
  .card-pointers-wrapper-three {
    width: 100%;
  }
  .card:nth-child(1) {
    padding: 6rem 3rem;
  }
  .card:nth-child(2) {
    padding: 6rem 3rem;
  }
  .card:nth-child(3) {
    padding: 6rem 3rem;
  }
  .slider-card-image img {
    width: 100%;
    margin-top: 30px;
  }
}

/*Grid solution section*/
.card-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.grid-card-row {
  margin-bottom: 4rem;
  padding: 0 15px;
}
.grid-image-wrapper {
  padding: 0;
}
.grid-cards-heading:after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
}
.grid-last-card-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
}
.grid-last-card-parameter {
  padding: 4rem;
}
.grid-cards-wrapper,
.grid-second-cards-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  transition: 0.4s ease-in-out;
}
.grid-second-cards-wrapper {
  margin-bottom: 4rem;
  padding: 0;
}
.grid-first-card {
  padding: 6rem 4rem;
}
.grid-first-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-first-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-first-card-image img {
  width: 100%;
}
.grid-third-card {
  margin-bottom: 0;
}
.grid-fourth-card,
.grid-third-card {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  padding: 6rem 4rem;
  transition: 0.4s ease-in-out;
}
.grid-fourth-card {
  margin-bottom: 4rem;
}
.grid-third-card h3 {
  font-family: 'work-sans-regular', sans-serif;
}
.grid-third-card h2 {
  font-family: 'work-sans-medium', sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-fourth-card h3 {
  font-family: 'work-sans-regular', sans-serif;
}
.grid-fourth-card h2 {
  font-family: 'work-sans-medium', sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.card-cta-wrapper {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 24px;
}
.card-cta-wrapper p {
  margin: 0 !important;
}
.card-cta-wrapper img {
  width: 20px !important;
}
.grid-second-card-image {
  padding: 8px;
}
.grid-cards-section .second-column,
.third-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-last-card-image {
  display: flex;
  justify-content: center;
}
.grid-first-card .card-paragraph,
.grid-fourth-card .card-paragraph,
.grid-last-card-wrapper .card-paragraph,
.grid-third-card .card-paragraph {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s ease-in-out;
  visibility: hidden;
}
.grid-cards-wrapper:hover .card-paragraph,
.grid-fourth-card:hover .card-paragraph,
.grid-last-card-wrapper:hover .card-paragraph,
.grid-second-cards-wrapper:hover .card-paragraph,
.grid-third-card:hover .card-paragraph {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.grid-first-card,
.grid-fourth-card,
.grid-third-card {
  cursor: pointer;
  min-height: 350px;
}
.card-cta-wrapper p {
  color: #ee7524 !important;
  font-weight: 400;
  margin: 0;
  position: relative;
}
.card-cta-wrapper p:after {
  background-color: #ee7524;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 60px;
  transition: width 0.4s ease-in-out;
  width: 0;
}
.grid-first-card:hover .card-cta-wrapper p:after,
.grid-fourth-card:hover .card-cta-wrapper p:after,
.grid-last-card-wrapper:hover .card-cta-wrapper p:after,
.grid-third-card:hover .card-cta-wrapper p:after {
  width: 100%;
}
.card-wrapper {
  height: 100%;
}
.card-wrapper,
.card-wrapper-one {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  padding: 30px 20px;
  transition: all 0.3s ease;
}
.card-wrapper-one {
  flex-direction: column;
}
@media (max-width: 767px) {
  .card-wrapper {
    flex-direction: column;
  }
}
.card-wrapper-right {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 30px 20px;
  transition: all 0.3s ease;
}
.card-text-div {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.card-text-last {
  margin-top: 2rem;
}
.card-text-div h3,
.card-text-div-left h3 {
  color: #173d7a;
  font-size: 20px;
  font-weight: 500;
}
.card-text-div h4,
.card-text-div-left h4 {
  font-size: 26px;
}
.card-text-div-left {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.second-row {
  margin-top: 3rem;
}
.card-heading {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: 5rem;
}
.card-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .card-image {
    justify-content: center;
  }
}
.card-image-last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-link {
  color: #0445d2;
  display: inline-block;
  font-size: 2.3rem;
  padding: 1rem 0;
  position: relative;
  text-decoration: none;
  width: max-content;
}
.explore-link:after {
  background-color: #0445d2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.card-wrapper-one:hover .explore-link:after,
.card-wrapper-right:hover .explore-link:after,
.card-wrapper:hover .explore-link:after {
  width: 100%;
}
@media (max-width: 768px) {
  #card-image-down img {
    max-height: 400px;
  }
  .card-wrapper-one,
  .card-wrapper-right {
    gap: 5rem;
  }
}
.left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1540px) {
  .left-wrapper {
    gap: 4.5rem;
  }
}
@media (min-width: 1640px) {
  .left-wrapper {
    gap: 5.5rem;
  }
}
.right-wrapper div {
  width: 95%;
}
.second-row {
  display: flex;
}
@media (max-width: 769px) {
  .right-wrapper div {
    width: 100%;
  }
  .second-row {
    flex-direction: column;
    gap: 3rem;
  }
}
.card-section-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}


/*Icons integration section*/
.icon-header {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-flow-container {
  text-align: center;
}
@keyframes zigzag-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.slider-container {
  display: flex;
  height: 240px;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo-slider-wrapper::before {
  background: linear-gradient(97deg, #ffffff, transparent);
  left: 0;
}
.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 20%;
  z-index: 1;
}
.logo-slider-wrapper::after {
  background: linear-gradient(296deg, #ffffff, transparent);
  right: 0;
}
.logo-slider-container {
  border-radius: 16px;
  padding: 4rem 0px;
  overflow: hidden;
  position: relative;
}
.logo-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.logo-slider-track {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.logo-slider {
  margin-bottom: 2rem;
  display: flex;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  min-width: 100%;
  will-change: transform;
}
@media (max-width: 500px) {
  .logo-slider {
    animation-duration: 15s;
  }
}
.logo-slider-track:nth-child(1) .logo-slider {
  animation-name: scroll;
}
.logo-slider-track:nth-child(2) .logo-slider {
  animation-name: scroll-reverse;
}
.logo-slider-track:nth-child(3) .logo-slider {
  animation-name: scroll;
}
.logo-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.123);
  margin: 0 15px;
  padding: 8px;
  width: 60px;
  height: 60px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .logo-item {
    width: 50px;
    height: 50px;
  }
}
.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(250, 219, 198, 0.7);
}
.logo-item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  border-radius: 8px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*Card section*/
.three-card-heading {
  gap: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.card-texts-div {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.card-heading-div {
  width: 80%;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .card-heading-div {
    width: 100%;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .card-heading-div {
    min-height: 140px;
  }
}
.card-heading-div h3 {
  font-size: 4rem;
}
.card-wrappers {
  height: 100%;
  cursor: pointer;
  border: 1px solid #e5e3e3;
  border-radius: 16px;
  box-shadow: 0px 24px 64px 0px #d9d9d97a;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  background: white;
}
.card-wrappers::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -90%;
  width: 115%;
  height: 95%;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 0;
  filter: blur(40px);
  transition: opacity 0.3s ease;
}
.three-card-wrapper .col-12:nth-child(1) .card-wrappers::before {
  background: radial-gradient(
    circle,
    #8b5cf6 0%,
    #fce7f6 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(2) .card-wrappers::before {
  background: radial-gradient(
    circle,
    #4f46e5 0%,
    #d9d6fe 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(3) .card-wrappers::before {
  background: radial-gradient(
    circle,
    #f59e0b 0%,
    #ffe4e8 70%,
    transparent 100%
  );
}
.card-button-div {
  align-items: center;
  gap: 2rem;
  display: flex;
}
.arrow-div {
  display: flex;
  align-items: center;
  background: white;
  padding: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
}
.card-button-div p {
  opacity: 0;
  transform: translateX(-20px);
  color: white;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  pointer-events: none;
}
.card-wrappers:hover .arrow-div {
  background: #101828;
}
.card-wrappers:hover .card-button-div p {
  opacity: 1;
  transform: translateX(0);
  cursor: pointer;
  pointer-events: auto;
}
.arrow-div svg path {
  transition: fill 0.3s ease;
}
.arrow-div:hover {
  cursor: pointer;
  background: #101828;
}
.card-wrappers:hover:hover svg path {
  fill: white;
}
.card-button-div p {
  font-size: 16px;
  color: #141414;
  margin-bottom: 0;
}
.three-card-wrapper {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .three-card-wrapper {
    gap: 4rem;
  }
}


/*Image text section*/
.image-text-header {
  margin-bottom: 8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-text-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.image-text-div h3 {
  font-size: 4rem;
}
.checkmark-div {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.checkmark-icon {
  width: 40px;
  height: 27px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkmark-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkmark-div-p {
  margin-bottom: 0;
}
.image-text-container {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
@media (max-width: 1024px) {
  .checkmark-icon {
    margin-top: 4px;
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse;
  }

  .image-text-div {
    margin-bottom: 5rem;
  }
}


/*cta section*/
.cta-btn {
  margin-top: 6rem;
  width: max-content;
  border-radius: 6px;
  padding: 1.5rem 4rem;
  background: #f5df4d;
  border: 2px solid #f5df4d;
}
.cta-wrapper {
  border-radius: 14px;
  padding: 10rem;
  background-image: url("../assets/Group\ 21.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-btn a p {
  margin-bottom: 0;
  color: black !important;
}
.cta-content h2,
.cta-content p {
  color: #ffffff;
}
.cta-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-desc {
  width: 75%;
}


/*Footer section*/
footer {
  background: #1f0665;
}
.footer-link,
.footer-link a {
  align-items: center;
  display: flex;
  gap: 12px;
}
.first-row-footer {
  margin-bottom: 4rem;
}
.footer-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
  padding-bottom: 6px;
}
.footer-link-wrapper h2 {
  color: #fff;
  font-size: 2.8rem;
}
.footer-wrapper {
  padding: 6rem 0;
}
.footer-wrapper p {
  color: #fff;
}
.terms-and-condition-wrapper {
  align-items: center;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 3rem;
}
.terms-security {
  align-items: center;
  display: flex;
  gap: 26px;
}
.partner-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  gap: 4rem;
}
.social-media-logo {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 375px) {
  .social-media-logo {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .first-row-footer {
    border: none;
    margin-bottom: 4rem;
    row-gap: 10rem;
    flex-direction: column;
  }
  .card-slider-heading {
    width: 100%;
  }
  .video-section-heading,
  .three-image-heading,
  .card-slider-heading,
  .card-slider-heading h2,
  .slider-card-heading-wrapper,
  .card-heading,
  .icon-header,
  .three-card-heading,
  .image-text-header {
    align-items: start;
    text-align: left;
  }
  .terms-and-condition-wrapper {
    border: none;
    margin-top: 0;
    flex-direction: column;
    align-items: start;
  }
  .terms-security {
    margin-top: 1rem;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .cta-wrapper {
    padding: 10rem 2rem;
  }
  .cta-desc {
    width: 100%;
  }
  .banner-img {
    margin-top: 8rem;
  }
  .footer-link-wrapper {
    margin-bottom: 5rem;
  }
  .footer-link-wrapper h2 {
    margin-bottom: 4rem;
  }
}