/* heroSection */
.heroSection {
  position: relative;
  padding: 10rem 0 4rem;
}

.heroSection .situateBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero-img {
  cursor: pointer;
}

.heroSection .subHead {
  color: #504ee4;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 0.5rem;
}

.heroSection h1 {
  color: #0e0d59;
  font-family: "Paytone One";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.heroSection .heroDesc {
  color: #3b3a76;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}

.heroSection .iconTextCont {
  display: flex;
  align-items: flex-start;
  column-gap: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  left: 88px;
  width: fit-content;
}

.heroSection .ctaButtonText {
  color: #51508e;
  font-family: "Kalam", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
  transform: translateY(24px);
}

/*  */

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.btn-cross-demo,
.btn-cross-linkedin {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}
.btn-cross-demo svg:hover,
.btn-cross-linkedin svg:hover {
  color: #000000;
}
.btn-cross-demo svg,
.btn-cross-linkedin svg {
  color: white;
  width: 40px;
  height: 40px;
}
/*  */

/* Logo Section */
.logo-scrolling {
  padding: 4rem 0;
}

.powering {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #575697;
  margin-bottom: 24px;
  padding: 0 1rem;
}

/* slider css */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-223.19rem);
  }
}

.slider {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 223.19rem;
}

.slider .slide {
  padding: 1rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}
/*  */

/* salesFeature */

.salesFeature {
  padding: 2rem 0 4rem;
}

.salesFeature h2 {
  color: #0e0d59;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.salesFeature .desc {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}

.selectTabCont {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.selectTabCont .selectTab {
  text-align: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  border-radius: 0.75rem;
  transition: all 0.3s;
  user-select: none;
}

.selectTabCont .selectTab img {
  margin-bottom: 0.75rem;
}

.selectTabCont .selectTab p {
  color: #7d78bc;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.selectTabCont .selectTab.active {
  background: #f1e9ff;
}

.selectTabCont .selectTab.active .inActiveImg {
  display: none;
}

.selectTabCont .selectTab .inActiveImg {
  display: inline-block;
}

.selectTabCont .selectTab .activeImg {
  display: none;
}

.selectTabCont .selectTab.active .activeImg {
  display: inline-block;
}

.selectTabCont .selectTab.active p {
  color: #5348e8;
  font-weight: 600;
}

.salesFeature hr {
  border-color: #decbff;
  border-width: 2px;
  margin: 1.5rem 0 4.125rem;
}

.selectTabInfo {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.3s;
}

.selectTabInfo.show {
  z-index: 1;
  opacity: 1;
}

.selectTabInfo h3 {
  color: #0e0d59;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.selectTabInfo .headDesc {
  color: #3d3c7d;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
}

.kt-btn--tertiary {
  color: #504ee4 !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.selectTabInfo.show h3,
.selectTabInfo.show .featureImg {
  animation: slideUp 0.4s;
}

.selectTabInfo.show .headDesc {
  animation: slideUp 0.8s;
}

.selectTabInfo.show .kt-btn--tertiary {
  animation: slideUp 1s;
}

.btn-container {
  margin-bottom: 2.5rem;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.kt-btn--tertiary img {
  position: relative;
  top: -1px;
  left: 2px;
  transition: all 0.3s;
}

.kt-btn--tertiary:hover img {
  transform: translateX(8px);
}

.progressBarCont {
  height: 4px;
  background: #e2e1ff;
  border-radius: 4px;
}

.progressBar {
  background: linear-gradient(
    41deg,
    rgba(236, 236, 255, 1) 0%,
    rgba(137, 135, 255, 1) 100%
  );
  height: 4px;
  border-radius: 16px;
  width: 0%;
}

.selectTabInfo.show .progressBar {
  animation: widthFull 8s linear;
}

@keyframes widthFull {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.selectTabInfoCont {
  position: relative;
  height: 400px;
}

/*  */

/* multiModeSalesDialer */

.multiModeSalesDialer {
}

.multiModeCard {
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #706dfe 0%, #434298 100%), #d9d9d9;
  padding: 4rem 0;
  text-align: center;
  position: relative;
}

.multiModeCard img {
  margin-bottom: 4rem;
}

.multiModeCard h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2rem;
}

.kt-btn--salesDailer {
  padding: 0.75rem 1.25rem;
  background: linear-gradient(
      93deg,
      #64a2ff -1.83%,
      #267dff 70.85%,
      #7db1ff 99.82%
    ),
    #fff;
  border-radius: 0.25rem;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.kt-btn--salesDailer:hover {
  color: #fff;
}
/*  */

/* testimonial */

.testimonial {
  padding: 20rem 0 4rem;
  margin-top: -14rem;
  background: #f7f4ff;
}

.testimonial .testimonial-heading {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  color: #0e0d59;
  margin-bottom: 3rem;
}

.t6-profile-img {
  max-width: 10rem;
  height: auto;
  margin: auto;
  margin-bottom: 0.5rem;
}

.t6-profile-logo {
  max-width: 166px;
  margin: auto;
}

.quotesImg {
  max-width: 40px;
  margin-bottom: 1.25rem;
  margin-top: 0.675rem;
}

.t6-clientName {
  color: #0e0d59;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.25rem;
}

.t6-clientRole {
  color: #7b7496;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}

.t6-left-section {
  text-align: center;
  flex: 3;
}

.t6-right-section {
  flex: 6;
}

.t6-right-section hr {
  border-top: 2px solid #c7b7f0;
}

.t6-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.t6-row-center {
  display: flex;
  align-items: center;
  gap: 8px;
}

.callIcon {
  max-width: 28px;
  height: auto;
}

.statsNumber {
  background: linear-gradient(
    101deg,
    #936bf6 3.66%,
    #6236d2 71.16%,
    #7f5adf 94.87%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.greenArrow {
  max-height: 20px;
  max-width: 20px;
  width: auto;
  position: relative;
  top: 2px;
}

.t6-owl-carousel {
  width: 740px;
}

.t6-testimonial-box {
  padding: 10px;
  display: flex;
  column-gap: 3rem;
  justify-content: space-between;
}

.t6-companey-box {
  display: flex;
  gap: 2rem;
}

.minWidth {
  min-width: 124px;
}

.t6-row-center .statsHead {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.t6-comment {
  color: #120155;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.t6-container .owl-nav {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%);
}
.t6-container .owl-prev span {
  position: absolute;
  left: 0px;
}
.t6-container .owl-prev span {
  font-size: 70px;
}
.t6-container .owl-nav {
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -5%;
  width: 100%;
}
.t6-container .owl-nav button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.t6-container .owl-nav .owl-prev {
  position: absolute;
  left: -5rem;
  background: #ffffff00 !important;
  border-radius: 50%;
  border: 1px solid #0e0d59 !important;
}
.t6-container .owl-nav .owl-next {
  position: absolute;
  right: -5rem;
  background: #ffffff00 !important;
  border-radius: 50%;
  border: 1px solid #0e0d59 !important;
  transform: rotate(180deg);
}
.t6-container .owl-nav button:focus {
  outline: none;
}
.t6-container .owl-nav button:hover {
  outline: none;
}

/*  */

/* cta-section */

.cta-section {
  background: linear-gradient(180deg, #5452be 0%, #161489 100%), #070485;
  padding: 6rem 0;
  color: #d9d9d9;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 2.125rem;
}

/*  */

/* Media queries */

@media only screen and (max-width: 786px) {
  .selectTabCont {
    display: none;
  }

  .selectTabInfoCont {
    height: auto;
  }

  .selectTabInfo {
    position: initial;
    opacity: 1;
  }

  .selectTabInfo .featureImg {
    width: 100%;
    height: auto;
    margin: 2rem 0 4rem;
  }

  .t6-owl-carousel {
    width: 90%;
  }

  .heroImg {
    margin: 3rem 0;
  }

  .t6-testimonial-box {
    flex-direction: column;
  }

  .progressBarCont,
  .salesFeature hr {
    display: none;
  }

  .t6-container .owl-nav {
    display: block;
    top: 15%;
  }

  .t6-container .owl-nav .owl-prev {
    left: 0;
  }

  .t6-container .owl-nav .owl-next {
    right: 0;
  }
}

/*  */