#banner_video .container {
  padding: 0;
}

/* Cards Section Starts */

.cards_section {
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.cards_section .card_container h2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  color: #000000;
  /* text-align: center; */
  margin: 0 auto;
}

.cards_section .card_container h2 span {
  color: #ff1f3e;
}

.cards_section .card_container .cards_block {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: space-between; */
  gap: 1.375rem;
  margin-top: 2rem;
}

.cards_section .card_container .cards_block .card {
  flex: 1 1 calc(33.33% - 1.375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards_section .card_container .cards_block .card .card_body .card_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.cards_section .card_container .cards_block .card .card_body .card_content {
  display: flex;
  flex-direction: column;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_eyebrow {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin: 1.5rem 0;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  color: #ff1f3e;
  margin-bottom: 0.65rem;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_para {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

.cards_section .card_container .cards_block .card .learnMore {
  padding: 1.25rem 0;
  width: fit-content;
  margin-top: 1.5rem;
}

.cards_section .card_container .cards_block .card .learnMore_cta {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.25rem 2.375rem;
  background: #ff1f3e;
  border-radius: 10rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cards_section .card_container .cards_block .card a {
  text-decoration: none;
  color: #ffffff;
}

.swiper_navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .cards_section .card_container .cards_block {
    gap: 0;
  }

  .swiper-slide {
    flex: none !important;
  }

  .swiper_navigation,
  .event_swiper_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    width: 100%;
    gap: 1rem;
  }

  .swiper_navigation .swiper_paginations,
  .event_swiper_navigation .event_swiper_paginations {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 80%;
  }

  .swiper_navigation .swiper_paginations .swiper_fraction_pagination span,
  .event_swiper_navigation
    .event_swiper_paginations
    .event_swiper_fraction_pagination
    span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #08082a;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    display: flex;
  }

  .swiper_navigation .swiper_prev,
  .event_swiper_navigation .event_swiper_prev {
    transform: rotate(180deg);
  }

  .swiper_navigation .swiper_prev,
  .swiper_navigation .swiper_next {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
  }

  .swiper_navigation .swiper-button-disabled svg path,
  .event_swiper_navigation .swiper-button-disabled svg path {
    opacity: 0.5;
  }

  .swiper_navigation svg,
  .event_swiper_navigation svg {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }

  .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .swiper-pagination-bullet-active {
    background: rgba(#000, 0.4);
  }

  .swiper-pagination-bullet-active::before {
    background-color: #08082a;
  }
}

/* Cards Section Ends */
/* Cards Section Starts */

.cards_section {
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  /* background-color: #DBF9FF; */
}

.cards_section .card_container .customer_stories_content h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  /* width: 72%; */
  color: #1b1b6f;
  /* text-align: center; */
  /* margin: 0 auto; */
}

.customer_stories_content p {
  color: #1b1b6f;
  font-weight: 600;
  font-size: 1.125rem;
}

.cards_section .card_container .highlight {
  color: #ff1f3e;
}

.cards_section .card_container .customer_stories_container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.cards_section .card_container .customer_stories_cta {
  padding: 1rem 0.75rem;
  border: 2px solid #1b1b6f;
  border-radius: 0.5rem;
  background-color: transparent;
  color: #1b1b6f;
  cursor: pointer;
}

.cards_section .card_container .customer_stories_cta a {
  text-decoration: none;
  color: #1b1b6f;
  font-weight: 600;
}

.cards_section .card_container .customer_stories_cta:hover {
  background-color: #1b1b6f;
  color: #ffffff;
}

.cards_section .card_container .customer_stories_cta:hover span {
  color: #ffffff;
}

.cards_section .card_container .cards_block {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: space-between; */
  gap: 1.375rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.cards_section .card_container .cards_block .card {
  flex: 1 1 calc(33.33% - 1.375rem);
  min-width: calc(33.33% - 1.375rem);
  max-width: calc(33.33% - 1.375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: auto !important;
}

@media all and (max-width: 768px) {
  .cards_section .card_container .cards_block {
    flex-wrap: unset;
  }

  .cards_section .card_container .cards_block .card {
    min-width: unset;
    max-width: unset;
  }
}

.cards_section .card_container .cards_block .card .card_body .card_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.cards_section .card_container .cards_block .card .card_body .card_content {
  display: flex;
  flex-direction: column;
  padding: 0 1.875rem;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_eyebrow {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b6f;
  margin: 1.5rem 0 1rem;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  color: #1b1b6f;
  margin-bottom: 0.65rem;
}

.cards_section
  .card_container
  .cards_block
  .card
  .card_body
  .card_content
  .card_para {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

.cards_section .card_container .cards_block .card .learnMore {
  padding: 1.75rem;
  width: fit-content;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.cards_section .card_container .cards_block .card .learnMore_cta {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.25rem 2.375rem;
  background: #1b1b6f;
  border-radius: 1rem;
  cursor: pointer;
  border: 2px solid #1b1b6f;
}

.cards_section .card_container .cards_block .card .learnMore_cta:hover {
  background: #ffffff;
  color: #1b1b6f;
}
.cards_section .card_container .cards_block .card .learnMore_cta:hover span {
  color: #1b1b6f;
}

.cards_section
  .card_container
  .cards_block
  .card
  .learnMore_cta:hover
  svg
  path {
  fill: #1b1b6f;
}

.cards_section .card_container .cards_block .card a {
  text-decoration: none;
  color: #ffffff;
}

.swiper_navigation {
  display: none;
}

.toc_container
  .sticky_container
  .right_block
  .right_content
  .key_features
  ul
  .stack_card
  .card_body {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 1.25rem;
  /* font-weight: 600; */
  line-height: 1.2;
  color: #000000;
  width: 86%;
}

.toc_container
  .sticky_container
  .right_block
  .right_content
  .key_features
  ul
  .stack_card
  .card_body
  span {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.toc_container
  .sticky_container
  .right_block
  .right_content
  .key_features
  ul
  .stack_card
  .card_body
  span
  strong {
  font-weight: 700;
}

.toc_container
  .sticky_container
  .right_block
  .right_content
  .key_features
  ul
  .stack_card
  .card_body
  a {
  color: #457785;
}

/* Cards Section Ends */
@media screen and (max-width: 768px) {
  .cards_section .card_container .cards_block {
    gap: 0;
  }

  .swiper-slide {
    flex: none !important;
  }

  .swiper_navigation,
  .event_swiper_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    width: 100%;
    gap: 1rem;
  }

  .swiper_navigation .swiper_paginations,
  .event_swiper_navigation .event_swiper_paginations {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 80%;
  }

  .swiper_navigation .swiper_paginations .swiper_fraction_pagination span,
  .event_swiper_navigation
    .event_swiper_paginations
    .event_swiper_fraction_pagination
    span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #08082a;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    display: flex;
  }

  .swiper_navigation .swiper_prev,
  .event_swiper_navigation .event_swiper_prev {
    transform: rotate(180deg);
  }

  .swiper_navigation .swiper_prev,
  .swiper_navigation .swiper_next {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    border: 1px solid #08062a;
    border-radius: 50%;
    display: flex;
    align-items: center;
  }

  .swiper_navigation .swiper-button-disabled {
    opacity: 0.5;
  }

  .swiper_navigation svg,
  .event_swiper_navigation svg {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }

  .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .swiper-pagination-bullet-active {
    background: rgba(#000, 0.4);
  }

  .swiper-pagination-bullet-active::before {
    background-color: #08082a;
  }

  .cards_section .card_container .customer_stories_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .cards_section .card_container .customer_stories_content h2 {
    font-size: 2rem;
  }

  .card {
    padding: 0;
  }
  .cards_section {
    padding-bottom: 3rem;
  }

  .customer_stories_content p {
    margin-bottom: 1rem;
  }

  .toc_container
    .sticky_container
    .right_block
    .right_content
    .key_features
    ul
    .stack_card
    .card_body
    span {
    font-size: 1rem;
  }
}

.learnMore .svg_arrow {
  height: 0.8rem;
  width: 1.4rem;
}
.svg_arrow {
  width: 0.875rem;
  height: 0.875rem;
}

/* book demo section */

#video {
  background: #f8f8f8;
  padding: 2.5rem 0;
}

.video-container {
  display: flex;
  /* padding: 0 7rem; */
  align-items: center;
}

.video-text {
  line-height: 1;
  width: 40%;
}

.video-player {
  width: 60%;
}

.video-text p {
  color: #1b1b6f;
  font-weight: 600;
  font-size: 1.125rem;
  /* width: 75%; */
  line-height: 1.5rem;
}

.video-text h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1b1b6f;
  margin-bottom: 1rem;
}

.videoText_btn {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
}

.videoText_btn .customer_stories_cta {
  padding: 1rem 0.75rem;
  border: 2px solid #1b1b6f;
  border-radius: 0.5rem;
  background-color: transparent;
  color: #1b1b6f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoText_btn .customer_stories_cta a {
  text-decoration: none;
  color: #1b1b6f;
  font-weight: 600;
  font-size: 1rem;
}

.videoText_btn .customer_stories_cta:hover {
  background-color: #1b1b6f;
  color: #ffffff;
}
.videoText_btn .customer_stories_cta:hover a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .video-container {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }

  .video-text,
  .video-player {
    width: 100%;
  }

  .swiper_navigation .swiper_paginations,
  .event_swiper_navigation .event_swiper_paginations {
    display: none;
  }
}

/* banner video section */

.banner_video {
  width: 100%;
  height: 100%;
}

.banner_video_mob {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .banner_video_mob {
    display: block;
  }
  .banner_video {
    display: none;
  }
}

.video_contain {
  width: 100%;
  height: 100%;
  position: relative;
}

.video_btn {
  position: absolute;
  bottom: 9rem;
  left: 6.2rem;
  display: flex;
  gap: 1rem;
}

.vid_btn {
  background-color: #fe1f3d;
  color: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
  border: 2px solid #fe1f3d;
  /*  */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.vid_btn:hover {
  color: #fff;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.vid_modalSection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  overflow-y: auto;
  display: none;
}

.vid_modalSection.active {
  display: block;
}

.vidModal_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vidModal {
  width: 90%;
  height: 90%;
  background-color: #f2eeff;
  border-radius: 3rem;
  padding: 2.5rem;
}

.modalV_close_cotainer {
  position: relative;
  height: 2.5rem;
}

.modalV_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
}

.modalV_close img {
  width: 100%;
  height: 100%;
}

.modalV_heading h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  width: 50%;
  color: #1b1b6f;
}

.modalV_heading h2 span {
  color: #fe1f3d;
}

.modalV_svg {
  width: 100%;
  height: calc(100% - 10rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2.813rem 0;
}

.modalV_svg img {
  height: 100%;
}

.modalV_svg::-webkit-scrollbar {
  max-height: 0.6rem;
}

.modalV_svg::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  box-shadow: none;
}

.modalV_svg::-webkit-scrollbar-thumb {
  background: #1b1b6f;
  border-radius: 100px;
}

@media all and (max-width: 768px) {
  .modalV_heading h2 {
    font-size: 1.8rem;
    width: 100%;
  }

  .vidModal {
    width: 90%;
    height: 95%;
    padding: 1rem;
    border-radius: 1rem;
  }

  .video_btn {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 48%;
  }

  .video_contain {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vid_btn {
    padding: 0.75rem;
    font-size: 1.5rem;
  }
}

@media all and (max-width: 400px) {
  .video_btn {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
}
