::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.25);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.desktop-view,
.laptop-view {
  display: flex !important;
}
.mobile-view,
.tablet-view {
  display: none !important;
}
.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-wrapper.align-start {
  align-items: flex-start;
}
.flex-wrapper.flex-center {
  justify-content: center !important;
}
.d-inline {
  display: inline-block !important;
}
.container,
.container-wrapper{
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 150px;
}
.common-section {
  display: flex;
  align-items: center;
  /* min-height: 100vh; */
  padding: 120px 0;
  background: #fff;
}
.panel {
  position: relative;
  /* position: sticky; */
  /* height: 100%; */
  /* top: 0; */
}
main {
  padding-top: 70px;
}
.common-container {
  position: relative;
  z-index: 1;
}
.common-section-left,
.common-section-right {
  width: 50%;
}
.grey-section {
  background: #444444;
}
.lightgrey-section {
  background: #f9f9f9;
  height: auto !important;
  min-height: auto !important;
}
.red-section {
  background: #f22e5f;
}
.blue-section {
  background: #1b40e3;
}
.red-section .c-heading h5 span {
  color: #000000 !important;
}
.grey-section .c-heading h5 {
  color: #fff;
}

.c-heading h5 {
  font-size: 48px;
  line-height: 140%;
  color: #000000;
  font-weight: 700;
}
.live-commerce .c-heading h5 {
  font-size: 60px !important;
  text-transform: capitalize !important;
}
.live-commerce .c-heading h5 span {
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.live-commerce .common-section-right .live-slick-img {
  text-align: right;
}
.live-commerce .live-bottom-line {
  position: relative;
  display: inline-block;
}
.live-commerce .live-bottom-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -2px;
  left: 0;
  display: inline-block;
}
.live-commerce .live-bottom-line.communication::before {
  background: #1078ff;
}
.live-commerce .live-bottom-line.livetv::before {
  background: #ff004f;
}
.live-commerce .live-bottom-line.shoppable::before {
  background: #eda600;
}
.live-commerce .common-section-right img {
  width: 450px;
  margin-left: auto;
}
.live-commerce .common-section-right .slick-dots {
  display: none !important;
}
.c-heading h5 span {
  font-weight: 300;
  line-height: 140%;
  display: flex;
}
.c-heading h5 span.text-sm {
  font-weight: 500;
  font-size: 40px;
}
.c-heading h5 span.text-red {
  color: #f22e5f;
  font-weight: 700;
}
.c-heading h5 span.c-heading-sm {
  font-size: 20px;
  line-height: 160%;
  font-weight: normal;
  color: #807a82;
  margin-top: 15px;
}
.c-heading p {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #807a82;
  margin: 10px 0 30px;
  font-weight: 300;
}
.text-white {
  color: rgba(255, 255, 255, 0.85) !important;
}
.text-center {
  text-align: center;
}
.text-center span {
  justify-content: center;
}
.red-text {
  color: #f22e5f !important;
}
.black-text {
  color: #343434 !important;
}
.white-text {
  color: #fff !important;
}
.text-animation.blue-color {
  background-image: linear-gradient(90deg, #4e54c8 0%, #8f94fb 100%);
}
.text-animation.green-color {
  background-image: linear-gradient(180deg, #6cd56a 0%, #bbd80c 100%);
}
.opacity8 {
  opacity: 0.7 !important;
}
#scrollToTop {
  width: auto;
  height: 20px;
  position: fixed;
  right: auto;
  top: 0;
  bottom: 0;
  left: 33px;
  margin: auto;
  z-index: 99;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0 0;
  mix-blend-mode: difference;
}
#scrollToTop.bottom #scrollToTopBtn {
  display: flex;
  flex-direction: row-reverse !important;
}
#scrollToTop.bottom svg {
  transform: rotate(180deg);
}
#scrollToTop.dark #scrollToTopBtn {
  color: #19181b;
}
#scrollToTop button {
  background: transparent;
  border: none;
  padding: 0;
  margin: auto;
  cursor: pointer;
}
#scrollToTop #scrollToTopBtn {
  color: #fff;
}
#scrollToTop #scrollToTopBtn span {
  font-size: 15px;
}
.v-top {
  vertical-align: top;
}
#scrollToTop #scrollToTopBtn svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  height: 20px;
  margin: 0 5px;
}
#scrollToTop.dark #scrollToTopBtn svg {
  stroke: #19181b;
}
.f-bold {
  font-weight: bold !important;
}
.text-animation {
  background-image: linear-gradient(
    90deg,
    #ff0000,
    #ffff00,
    #ff00f3,
    #0033ff,
    #ff00c4,
    #ff0000
  );
  background-size: 400%;
  word-spacing: 5px;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  animation: animation 10s linear infinite;
  -webkit-box-decoration-break: clone;
  color: transparent;
  display: list-item !important;
}
@keyframes animation {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
/* parallex */
.ParallaxVideo {
  height: 300px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.ParallaxVideo video {
  min-width: 100%;
  height: 1000px;
  position: fixed;
  top: 0;
  z-index: -999;
}
/* live-commerce */
.live-commerce .flex-wrapper {
  align-items: flex-start;
}
.live-slick {
  padding-top: 40px;
}
.live-slick p {
  font-size: 24px;
  margin-top: 30px !important;
}
.live-slick .live-tag {
  position: absolute;
  left: 255px;
  top: 0px;
}

.live-commerce button,
.live-commerce a {
  margin-top: 40px;
  margin-right: 20px;
}
.ourbrand {
  margin-top: 70px;
}
.ourbrand h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ourbrand ul {
  display: flex;
  align-items: center;
  padding-top: 40px;
  justify-content: center;
}
.ourbrand li {
  display: inline-flex;
  margin-right: 40px;
}
.ourbrand li:last-child {
  margin-right: 0;
}
.ourbrand li img {
  max-height: 70px;
  height: auto;
  width: auto;
}
.ourbrand.livebrand li a {
  display: flex;
  align-items: center;
}
.ourbrand.livebrand li a img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}
.live-tag {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  width: 74px;
  height: 40px;
  display: flex;
  background: #dd2e44;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.viewall {
  position: relative;
  display: inline-flex;
}
.viewall::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  background: #000;
  height: 2px;
  transition: width 0.5s ease-in-out;
}
.viewall.white::before {
  background: #fff;
}
.viewall:hover::before {
  width: 100%;
}
/* mobile wrapper */
.live-mobile-wrapper {
  width: 500px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 20%;
}
.live-mobile-wrapper.scrollfix .live-mobile.pos-abs {
  position: absolute;
  top: 2215px;
  right: -35px;
}
.live-mobile-wrapper.pos-fixed {
  margin-left: 0;
}
.live-mobile {
  position: relative;
  /* overflow: hidden; */
}
.live-mobile .live-tag {
  position: absolute;
  left: 158px;
  z-index: 99;
  top: 58px;
  height: 24px;
  font-size: 14px;
  width: 45px;
  font-weight: 400;
}
.live-mobile.pos-abs {
  position: fixed;
  right: 115px;
  z-index: 1;
  padding: 0 135px;
}
.live-mobile.pos-abs .mobile-device,
.tablet-device {
  position: relative;
  z-index: 1;
}
.live-mobile-wrapper.pos-fixed .live-mobile.pos-abs {
  position: absolute;
  right: 23%;
}
.live-mobile .live-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.live-mobile .live-abs img,
.live-mobile .live-abs video {
  width: 88%;
  height: 91%;
  border-radius: 20px;
  object-fit: cover;
}
.live-mobile .single-phone-image {
  position: absolute;
  top: 35px;
  width: 270px;
  height: 100%;
  transition: 0.4s all ease-in-out;
  z-index: 0;
  cursor: pointer;
  text-align: center;
}

.phone-device.active-1 .img-first,
.phone-device.active-2 .img-second,
.phone-device.active-3 .img-third {
  z-index: 9;
}
.phone-device .single-phone-image.img-first,
.phone-device .single-phone-image.img-second {
  transform: translateX(160px) scale(0.9);
}
.phone-device .single-phone-image.img-third {
  transform: translateX(-150px) scale(0.9);
}
.phone-device.active-1 .img-first,
.phone-device.active-2 .img-second,
.phone-device.active-3 .img-third {
  left: 4px;
  top: 15px !important;
  transform: translateX(0) scale(0.98);
  z-index: 9 !important;
}
.tablet-view.phone-device.active-2 .img-second,
.tablet-view.phone-device.active-3 .img-third {
  left: 0;
  position: relative;
  z-index: 1;
  top: 25px;
}
.phone-device.active-3 .img-first {
  transform: translateX(-150px) scale(0.9);
}
/* live stream */
.live-stream-img {
  margin-top: 80px;
}
.live-stream-img img{
  width: 100%;
}
.live-stream {
  position: relative;
  overflow: hidden;
}
.live-stream::before {
  content: "";
  position: absolute;
  left: -245px;
  bottom: 180px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: contain;
  opacity: 0.3;
}
.live-stream::after {
  content: "";
  position: absolute;
  right: -200px;
  top: -100px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: cover;
  opacity: 0.3;
}
.live-mobile-chat {
  padding: 9px 18px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 68%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  min-width: 250px;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.live-mobile-chat .close {
  position: absolute;
  right: 12px;
  top: 10px;
}
.live-mobile-chat span {
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.live-mobile-chat span:last-of-type {
  margin-bottom: 0;
}
.live-mobile-chat span img {
  margin-left: 10px;
}
.live-mobile-chat span img:first-child {
  margin-left: 0px;
}
/* case section */
.case-sect {
  overflow: hidden;
}
.case-sect.no-pattern::before {
  content: none;
}
.case-sect::before {
  content: "";
  position: absolute;
  right: -220px;
  bottom: 200px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: cover;
  opacity: 0.2;
}
.case-sect h4 {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #dd2e44;
}
.case-sect h4 span {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #5c5c5c;
  display: flex;
  margin-top: 20px;
}
.case-sect p {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #747474;
  margin-top: 20px;
  margin-bottom: 35px;
}
.case-study-video {
  width: 480px;
  height: 550px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-top: 70px;
  position: relative;
  margin-left: auto;
}
.case-study-video::before {
  content: "";
  width: 240px;
  height: 240px;
  background: #6441a5;
  position: absolute;
  border-radius: 100%;
  left: -100px;
  bottom: -100px;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
}
.case-study-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
/* product-video */
.product-section .flex-wrapper {
  align-items: flex-start;
}
.product-section .common-section-left,
.product-section .common-section-right {
  position: relative;
}
.product-video {
  max-width: 600px;
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  right: -100px;
  border: 8px solid #000;
  border-radius: 20px;
  background: #000;
}
.product-video.vh-350 {
  height: 350px;
}
.product-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.red-section .product-video,
.blue-section .product-video {
  right: auto;
  left: -100px;
}
/* feature section */
.feature-sect {
  background: black;
  position: relative;
  min-height: auto;
}
.feature-sect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 35, 35, 0.7);
}
.feature-black {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 15px 25px 15px 65px;
  padding-bottom: 60px;
}
.featureCard {
  position: relative;
  padding: 15px 15px 25px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.featureCard:last-child {
  padding-bottom: 0;
}
.featureCard::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -32px;
  top: 0;
}
.featureCard-heading h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.7);
}
.featureCard-body {
  transition: 0.3s all ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
.featureCard-body p {
  margin-bottom: 10px;
  padding-top: 10px;
}
.featureCard-body p,
.featureCard-body span {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.featureCard-body span {
  font-size: 14px;
  display: block;
  padding: 5px 0;
}
.featureCard-body button {
  margin-bottom: 25px;
}
.featureCard.active .featureCard-body {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.featureCard.active .featureCard-heading h4 {
  color: #fff;
}
.featureCard::after {
  content: "";
  width: 3px;
  height: 0%;
  background: #fff;
  position: absolute;
  left: -33px;
  border-radius: 10px;
  top: 0;
}
.feature-sect .flex-wrapper {
  padding-top: 100px;
}
.feature-sect .live-mobile-wrapper {
  margin-top: 0;
}
.feature-sect
  .phone-carousel-text.active-1
  .featureCard-1
  .featureCard-heading
  h4,
.feature-sect
  .phone-carousel-text.active-2
  .featureCard-2
  .featureCard-heading
  h4,
.feature-sect
  .phone-carousel-text.active-3
  .featureCard-3
  .featureCard-heading
  h4 {
  opacity: 1;
  color: #fff;
}
.feature-sect .phone-carousel-text.active-1 .featureCard-1 .featureCard-body,
.feature-sect .phone-carousel-text.active-2 .featureCard-2 .featureCard-body,
.feature-sect .phone-carousel-text.active-3 .featureCard-3 .featureCard-body {
  max-height: 240px;
}
.feature-sect .phone-carousel-text.active-1 .featureCard-1::after,
.feature-sect .phone-carousel-text.active-2 .featureCard-2::after,
.feature-sect .phone-carousel-text.active-3 .featureCard-3::after {
  height: 100%;
}
.feature-sect .phone-slide.active-1 .img-first {
  left: 6px;
  top: 20px;
  z-index: 9;
  transform: translateX(0) scale(1) !important;
}
.feature-sect .phone-slide {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

.feature-sect .phone-slide .single-phone-image {
  position: absolute;
  top: 5px;
  /* width: 232px; */
  transition: 0.4s all ease-in-out;
  z-index: 0;
  height: 100%;
  cursor: pointer;
}
/* channel section */
.channel-sect {
  overflow: hidden;
}
/* .channel-sect::before,
.channel-sect::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 300px;
  height: 250px;
  background: url("../images/hand.png");
  background-position: center;
  z-index: 0;
  transition: all 2s linear;
} */

.channel-sect::before {
  left: -100%;
}
.channel-sect::after {
  right: -200%;
  transform: rotateY(180deg);
}
.channel-sect.is-view::before {
  left: 0;
}
.channel-sect.is-view::after {
  right: 0;
  transition-delay: 0.5s;
}
.channel-card {
  background: url("../images/ipad.png") no-repeat;
  background-size: cover;
  max-width: 1009px;
  height: 727px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  z-index: 1;
  margin: 20px auto 0;
  padding: 90px 105px;
  opacity: 0;
  transition: all 0.8s linear;
  transform: translateY(30%);
}
.channel-sect.is-view .channel-card {
  opacity: 1;
  transform: translateY(0%);
}
.channel-scroll {
  height: 630px;
  overflow-y: auto;
  padding-right: 20px;
}
.channel-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 70px;
  margin-bottom: 120px;
}
.channel-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.channel-card h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 30px;
}
.channel-card h5 span {
  color: #f22e5f;
}
.channel-card p,
.channel-card p a {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.channel-card p a {
  font-weight: 600;
}
.brand-logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.brand-logo-card {
  width: 221px;
  height: 70px;
  background: #ffffff;
  margin: 13px 28px 13px 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(143, 140, 255, 0.3);
  padding: 10px 20px;
}
.brand-logo-card span {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 35px;
}
/* partners section */
/* .partners-sect::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: cover;
  opacity: 0.3;
} */
.partners-left,
.partners-right {
  display: flex;
  justify-content: space-between;
}
.partners-left h4 {
  font-size: 48px;
  line-height: 140%;
  /* color: #ffffff; */
  width: 430px;
}
.partners-left h4 span {
  color: #f22e5f;
}
.partners-left p {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  /* color: #ffffff; */
  width: 600px;
}
.partners-right ul {
  margin-top: 185px;
}
.partners-right li {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  /* color: #ffffff; */
  display: flex;
  align-items: center;
  cursor: pointer;
}
.partners-right li svg {
  visibility: hidden;
  margin-right: 20px;
}
.partners-right li:hover,
.partners-right li.active {
  color: #f22e5f;
}
.partners-right li:hover svg,
.partners-right li.active svg {
  visibility: visible;
}
.partners-logo {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.partners-logo div {
  display: none;
  align-items: center;
  margin-right: 60px;
  transition: all 0.4s ease-in-out;
}
.partners-logo div.active {
  display: flex;
}
.partners-logo div:nth-child(3n),
.partners-logo div:last-child {
  margin-right: 0;
}
/* we serve */
.weserve-sect {
  overflow: hidden;
  padding-bottom: 350px;
}
.weserve-sect::after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: 0%;
  width: 300px;
  height: 250px;
  background: url("../images/thumbsup.png");
  background-position: center;
  z-index: 0;
  animation: shake 3s linear 0s infinite;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0px, -10px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0px, -10px);
  }
  20% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.weserve-wrapper {
  margin-top: 45px;
  display: flex;
}
.weserve-left h5 {
  font-size: 48px;
  line-height: 140%;
  font-weight: bold;
  color: #000000;
  width: 470px;
}
.weserveSlider .slick-slide {
  width: 432px !important;
  padding: 10px 40px;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}
.weserveSlider .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.weserve-card {
  width: 100% !important;
  min-height: 335px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin-right: 45px !important;
}
.weserve-left {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.weserve-right {
  display: flex;
}
.weserve-card h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.weserve-card h4::before {
  content: "";
  width: 65px;
  height: 2px;
  background: #ff2c5e;
  border-radius: 1px;
  position: absolute;
  left: 0%;
  bottom: -15px;
}
.weserve-card p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #807a82;
}
.weserve-card img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  margin: 15px 0;
}
/* testimonial */
.testimonial-wrapper {
  display: flex;
  justify-content: space-between;
}
.testimonial-card {
  max-width: 505px;
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  padding: 14px 28px 14px 74px;
}
.testimonial-wrapper .c-heading-sm {
  width: 450px;
}
.testimonial-profile {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.purple {
  background: #7024c4;
}
.orange {
  background: #ff9900;
}
.red {
  background: #ff0000;
}
.blue {
  background: #0099ff;
}
.testimonial-card p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  position: relative;
}
.testimonial-card p span {
  display: -webkit-box;
  /* -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.testimonial-card p a {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #d91c5c;
  position: absolute;
  right: 0;
}
.testimonial-left .testimonial-card {
  margin-top: 40px;
}
/* .testimonial-left .testimonial-card p span {
  -webkit-line-clamp: 4;
} */
.testimonial-right .testimonial-card {
  margin-bottom: 75px;
}
.testimonial-right .testimonial-card:last-child {
  margin-bottom: 0;
}
.author-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.author-detail h3 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
}
.author-left {
  position: relative;
  padding-right: 55px;
}
.author-left img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.author-detail span {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
}
.testimonial-viewall,
.blog-viewall {
  text-align: center;
  margin-top: 30px;
}
.testimonial-viewall a,
.blog-viewall a {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
}
/* blog section */
.blog-sect {
  /* position: relative; */
  overflow: hidden;
}
.blog-sect::before {
  content: "";
  position: absolute;
  left: -190px;
  bottom: -190px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: cover;
  opacity: 0.2;
}
.blog-card {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.blog-img {
  width: 478px;
  height: 250px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creative-img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 20px;
}
.creative-img img,
.creative-img video{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-desc {
  padding-left: 55px;
  width: calc(100% - 470px);
}
.blog-desc h6,
.blog-inner-card h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.blog-desc h4,
.blog-inner-card h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 15px;
}
.blog-desc p,
.blog-inner-card p,
.blog-inner-card li {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #747474;
  margin-bottom: 20px;
}
.blog-inner-card ul {
  padding-left: 40px;
  list-style: lower-roman;
}
.blog-inner-card ol {
  padding-left: 40px;
  list-style: lower-roman;
}
.blog-desc p,
.blog-desc h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-inner-card h3 {
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin-bottom: 20px;
}
.blogs .blog-desc p {
  -webkit-line-clamp: inherit;
}
.blog-viewall {
  margin-top: 50px;
}
.blog-viewall a {
  color: #fff;
}
.blog-inner-card .blog-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  filter: none;
}
.blog-inner-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease-in-out;
}
.blog-inner-card .blog-img img:hover {
  transform: scale(1.02);
}
.blog-inner-desc {
  width: 70%;
  margin: 50px auto;
}
/* cta section */
.cta-sect {
  /* position: relative; */
  overflow: hidden;
}
.cta-sect::before {
  content: "";
  position: absolute;
  left: -190px;
  top: -190px;
  width: 400px;
  height: 400px;
  background: url("../images/pattern.svg");
  background-size: cover;
  opacity: 0.3;
}
.bookdemo {
  height: 42px;
  width: 360px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 45px;
  background: #dbe3db;
  border: 0px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  margin-bottom: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-wrapper {
  text-align: center;
}
/* footer */
footer {
  background: #e5e5e5;
  padding: 115px 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-card {
  position: relative;
}
.footer-card:last-child::before {
  content: "";
  height: 185px;
  width: 1px;
  top: 60px;
  background: #707070;
  position: absolute;
  left: -68px;
}
.footer-card h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.footer-card li a {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.footer-card li a:hover {
  opacity: 1;
}
.footer-card li a img {
  margin-right: 16px;
}
.footer-social {
  margin-top: 80px;
}
.footer-social ul {
  display: flex;
}
.footer-social li {
  margin-right: 35px;
}
.footer-social li a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
}
.footer-social li a img {
  height: 34px;
  margin-bottom: 16px;
}
.footer-bottom p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 18px;
}
.footer-bottom ul {
  display: flex;
}
.footer-bottom li a {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-right: 44px;
  position: relative;
}
.footer-bottom li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 1px;
  height: 100%;
  background: #000000;
}
.footer-bottom li:last-child a::before {
  content: none;
}

/* slick slider */
.slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
}
.slick-dots li {
  width: 20px;
  height: 2px;
  background: #c4c4c4;
  margin-right: 15px;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  bottom: -80px;
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.slick-arrow:last-of-type {
  left: 50px;
}
.floating-heart {
  position: absolute;
  bottom: 20px;
  right: 130px;
  z-index: 9;
}

/* contact */
.contact-left,
.contact-right {
  width: 50%;
}
.contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-wrapper button {
  margin-top: 25px;
}
.contact-wrapper .notes p {
  font-size: 16px;
  line-height: 160%;
  display: flex;
  letter-spacing: 0.01em;
  color: #373737;
  margin-top: 30px;
}
.contact-wrapper form {
  width: 430px;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 25px 38px;
  background: #fff;
  margin-left: auto;
  margin-top: 20px;
  min-height: 500px;
}
.contact-wrapper form h5 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #373737;
  margin-bottom: 24px;
  font-weight: normal;
}
.contact-wrapper form h5 a {
  color: #000;
  font-weight: bold;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-group input,
.form-group textarea {
  height: 44px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 10px 0 !important;
  outline: 0;
}
.selectbox.form-group label {
  position: relative;
  display: flex;
  top: 0;
  margin-bottom: 2px;
}
.selectbox.form-group select {
  height: 50px;
  width: 100%;
  padding: 0;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  outline: none;
  box-shadow: none;
}
.form-group textarea {
  height: 85px;
  resize: none;
}
.form-group label {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  cursor: text;
  pointer-events: none;
  transition: all 100ms ease;
}
.form-group input:focus + label,
.form-group.active label,
.form-group textarea:focus + label,
.form-group.active label {
  font-size: 12px;
  line-height: 18px;
  color: #dd2e44;
  top: -10px;
}
.form-group input:focus + label,
.form-group textarea:focus + label {
  color: #dd2e44;
}
.contact-address-wrapper {
  border-top: 1px solid #a0a0a0;
  margin-top: 60px;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-address-card {
  width: 510px;
  min-height: 172px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  padding: 10px;
  position: relative;
}
.contact-address-card .address-desc {
  padding-left: 142px;
}
.contact-address-card img {
  position: absolute;
  bottom: 0;
  left: -20px;
}
.contact-address-card h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #dd2e44;
}
.contact-address-card p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #373737;
}
.contact-address-card p span {
  font-weight: 500;
}
.contact-address-card .desc-card {
  padding-left: 20px;
}
.contact-address-card .desc-card:last-child {
  margin-top: 15px;
}
.contact-address-card .desc-card a {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #373737;
}
/* form card */
.channel-card1 {
  margin-bottom: 60px;
  text-align: center;
}
.channel-card1:last-child {
  margin-bottom: 0;
}
.card-view-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.card-view-wrapper.productchannel-cardview .card-view {
  width: 28%;
  margin-bottom: 54px;
}
.card-view-wrapper.channel-cardview .card-view {
  margin-bottom: 54px;
}
.card-view-wrapper .card-view {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 245px;
  text-align: center;
}
.card-view-wrapper .card-view img {
  margin-bottom: 20px;
}

.card-view-wrapper .card-view h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 12px;
}

.card-view-wrapper .card-view p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-weight: 400;
  min-height: 100px;
}
.channel-trustedbrand {
  background: #ffffff;
  border-radius: 10px;
  padding: 2px 35px;
  width: 540px;
  margin: 40px auto 50px;
}
.channel-trustedbrand ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel-trustedbrand ul img {
  height: 70px;
  width: auto;
}
.channel-trustedlogo ul {
  display: flex;
  justify-content: space-between;
  margin: 60px;
}
/* plateform-logo */
.plateform-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  overflow-x: auto;
}
.plateform-logo a {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.btn-group button {
  margin-right: 20px;
  min-width: 210px;
}

/* how to works */
.howit-video {
  width: 525px;
  max-height: 415px;
  margin-left: auto;
}
.howit-video img,
.howit-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab-section ul {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
  overflow: auto;
  transform: translateX(0px) translateZ(0px);
}
.tab-section li {
  display: flex;
  flex: 0 0 auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.3;
  margin-left: 40px;
}
.tab-section li:first-child {
  margin-left: 0;
}
.tab-section li:hover,
.tab-section li.active {
  opacity: 1;
}
.tab-section li[data-tab="cta"].active {
  color: #ffc80b;
}
.tab-section li[data-tab="analytics"].active {
  color: #f22e5f;
}
.tab-section li[data-tab="multistream"].active {
  color: #68ffb7;
}
.tab-section li[data-tab="lpr"].active {
  color: #1b40e3;
}

.tab-section .tab-items {
  margin: auto;
  text-align: center;
  justify-content: center;
  display: none;
  padding-top: 50px;
}
.tab-section .tab-items.active {
  display: flex;
}
.tab-section .tab-items video {
  width: 100%;
  height: 100%;
}
/* steps */
.steps-wrapper {
  margin: 65px 0;
  display: flex;
  justify-content: space-between;
}
.steps-wrapper .steps-card {
  width: 480px;
  background: #717171;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.steps-wrapper .steps-card .steps-desc {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.steps-wrapper .steps-card img {
  margin-right: 15px;
}
.steps-wrapper .steps-card:hover {
  background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
}
.steps-wrapper .steps-card h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
}
.steps-wrapper .steps-card p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.steps-wrapper .steps-img {
  width: 530px;
  height: 585px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
}
.steps-wrapper .steps-img::before {
  content: "";
  width: 240px;
  height: 240px;
  left: -100px;
  bottom: -100px;
  background: #6441a5;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
}
.steps-wrapper .steps-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
/* trusted-team */
.trusted-team {
  min-height: auto;
}
.trusted-team .c-heading h5 {
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  font-weight: bold;
  position: relative;
}
.trusted-team .c-heading h5.text-white{
  color: #fff;
  opacity: 1;
}
.trusted-team .c-heading h5::before,
.trusted-team .c-heading h5::after {
  content: "";
  width: 80px;
  height: 6px;
  top: 22px;
  position: absolute;
  background: #db1960;
}
.trusted-team .c-heading h5::before {
  left: 54px;
}
.trusted-team .c-heading h5::after {
  right: 54px;
}
.trusted-team .ourbrand img {
  height: 152px;
  width: auto;
}
.trusted-team .ourbrand ul {
  justify-content: space-around;
}
/* product-lists */
.product-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.product-lists li {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}
.product-list-wrapper .product-lists li {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  margin-top: 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.product-list-desc h5 {
  font-size: 20px;
  line-height: 140%;
  color: #000;
}
.product-lists li img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.product-lists li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #747474;
}
/* about-wrapper */
.about-wrapper h4 {
  font-weight: 800;
  font-size: 84px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #f22e5f;
}
.about-wrapper h5 {
  font-weight: bold;
  font-size: 48px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 15px;
}
.about-card {
  display: flex;
  justify-content: space-between;
}
.about-left p {
  max-width: 500px;
  width: 100%;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #595959;
  margin-bottom: 50px;
  font-weight: normal;
}
.about-right {
  padding-top: 40px;
}
.about-right-img {
  width: 530px;
}
.about-right-img video {
  width: 100%;
  object-fit: contain;
}
/* wave pattern  */
.wave-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
}
.team-degpeg {
  position: relative;
  z-index: 1;
}
.team-degpeg-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 185px;
}
.team-degpeg-card {
  position: relative;
  padding: 0 10px;
}
.team-degpeg-img {
  width: 446px;
  height: 397px;
  background: #e1e1e1;
  position: relative;
  margin: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-degpeg-img img {
  height: 130%;
  object-fit: contain;
}
.team-degpeg-desc {
  max-width: 508px;
  width: 100%;
  min-height: 220px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 14px 45px;
  position: relative;
  margin: -20px auto 0;
}
.team-degpeg-desc h5 {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #000000;
}
.team-degpeg-desc p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 10px;
}
.team-degpeg-desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #000000;
}
.team-degpeg-desc a {
  position: absolute;
  right: 25px;
  top: 25px;
}

/* super hero */
.superhero-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.superhero-card {
  width: 20%;
  height: 250px;
  background: #ffcc4d;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.superhero-card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.superhero-card img {
  opacity: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.superhero-card:hover img,
.superhero-card.hover img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.superhero-card .superhero-card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.superhero-card .superhero-card-desc h4 {
  font-size: 20px;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.superhero-card .superhero-card-desc span {
  font-size: 14px;
  color: inherit;
  text-align: center;
}
.superhero-card:hover .superhero-card-desc,
.superhero-card.hover .superhero-card-desc {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.superhero-card .superhero-card-desc {
  transition: all 0.2s ease-out;
}
.superhero-card:nth-child(odd) {
  background: #000;
}
.superhero-card:nth-child(even) {
  background: #f22e5f;
}
.superhero-card:nth-child(even) .superhero-card-desc h4,
.superhero-card:nth-child(even) .superhero-card-desc span {
  color: #000;
}
.superhero-card:nth-child(odd) .superhero-card-desc h4,
.superhero-card:nth-child(odd) .superhero-card-desc span {
  color: #f22e5f;
}
/* career */
.career-section {
  overflow: hidden !important;
  min-height: auto;
  position: relative;
  width: 100%;
}
.career-card {
  width: 950px;
  min-height: 238px;
  background: #f22e5f;
  margin: auto;
  padding: 35px 65px;
  position: relative;
}
.career-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 170px;
  height: 170px;
  opacity: 0.5;
  background: url("../images/pattern-dots.png");
  margin: auto;
  bottom: -85px;
}
.career-card h6 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
}
.career-card h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 15px;
}
.cycle-movement {
  position: absolute;
  bottom: -12px;
  right: -50%;
  transition: right 3s ease-in-out;
}
.cycle-movement.active {
  right: 18%;
}
.brandlogo-wrapper {
  border-bottom: 2px solid #b5b5b5;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.brandlogo-wrapper img {
  max-height: 60px;
}
.brandlogo-wrapper:last-child {
  border: 0px;
  padding: 0;
  margin: 0;
}
.brandlogo-wrapper h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.brandlogo-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.brandlogo-wrapper ul li {
  display: flex;
  align-items: center;
  margin: 25px 65px 25px 0;
}
.live-product {
  position: absolute;
  right: -90px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 200px;
}
/* wavity */
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #000;
  font-weight: 400;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.hiring-eligible {
  width: 100%;
  background: #1078ff;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 22px 36px;
  margin-top: 55px;
  border-radius: 10px;
}
/* team */
.videoinvite-section {
  padding-bottom: 80px;
}
.team-video {
  width: 570px;
  height: 500px;
  background: #111111;
  position: relative;
}
.team-video .live-tag {
  top: 24px;
  left: 32px;
  position: absolute;
}
.team-video .video-call {
  height: 350px;
  display: flex;
  align-items: flex-end;
}
.team-video .video-call video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-video .video-call .video-call-card {
  height: 100%;
  background: #481b1b;
  flex: 1;
}
.team-video .video-call .video-call-card img,
.team-video .video-call .video-call-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-video .c-heading h5 {
  color: #fff !important;
}
.team-video .c-heading h5 span {
  color: #f22e5f !important;
}
.team-video .c-heading {
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
}
.qr-code {
  width: 295px;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 35px 45px 12px;
  z-index: 1;
  margin: auto;
}
.videoinvite-section .scan-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 45px;
  text-align: center;
}
.career-video-section {
  position: relative;
}
.career-video-section::after {
  content: "";
  background: url("../images/handfouse.png");
  width: 350px;
  height: 245px;
  position: absolute;
  left: 0;
  bottom: 150px;
}
.qr-code span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  display: flex;
  width: 90%;
  margin: auto;
}
/* jobdetail-card */
.jobdetail-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.jobdetail-card {
  width: 335px;
  background: #fbfbfb;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin: 22px 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.jobdetail-card h6 {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}
.jobdetail-card h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #9c9c9c;
  margin-bottom: 4px;
}
.jobdetail-card h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #f41616;
  margin-bottom: 6px;
}
.jobdetail-card span {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #9c9c9c;
}
.jobdetail-card a {
  height: 38px;
  width: 100px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1078ff;
  border: 0px;
  padding: 0;
  cursor: pointer;
}
.jobdetail-card a:hover {
  background: #0649a1;
}
.jobdetail-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jobdetail-right span {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  color: #f58956;
  background: #ffe3c9;
  border-radius: 5px;
  padding: 2px 6px;
  display: flex;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.cta-laptop {
  position: relative;
}
/* .cta-laptop::before {
  content: "";
  position: absolute;
  background: url(../images/cta/arrow.png);
  right: 125px;
  top: 135px;
  z-index: 1;
  width: 255px;
  height: 96px;
  background-repeat: no-repeat;
} */
.cta-laptop .cta-products {
  position: absolute;
  top: 14px;
  width: 69%;
  left: 5px;
  right: 0;
  margin: auto;
  overflow: auto;
  height: 510px;
}
.cta-laptop .cta-products video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-laptop .cta-products span {
  background: url("../images/cta/cta1.png");
  height: 100%;
  width: 100%;
}
.cta-laptop .cta-products img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.cta-card .cta-chats {
  position: absolute;
  bottom: 115px;
}
.cta-card .cta-product {
  position: absolute;
  right: 0;
  top: 100px;
  top: 100px;
  width: 140px;
  height: 200px;
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
  visibility: visible;
}
.bookademo form {
  position: relative;
}
.bookademo form::before {
  content: "";
  background: url("../images/capsule.png");
  width: 170px;
  height: 170px;
  position: absolute;
  left: -200px;
  bottom: 40px;
}
.bookademo form::after {
  content: "";
  background: url("../images/capsule1.png");
  width: 170px;
  height: 170px;
  position: absolute;
  right: -50px;
  bottom: -70px;
}
@keyframes slideUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.teamshow-section {
  overflow: hidden;
  position: relative;
}
/* terms start */
.terms-wrapper {
  padding: 0 40px;
  border-radius: 10px;
}
.terms-wrapper h5 {
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 48px;
  position: relative;
  color: #f22e5f;
}
.terms-wrapper h5::before {
  content: "";
  background: #000;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -10px;
}
.terms-wrapper h4 {
  font-size: 24px;
  line-height: 48px;
  color: #505489;
  margin-bottom: 10px;
}
.terms-wrapper h3 {
  margin-bottom: 10px;
}
.terms-wrapper p,
.terms-wrapper li {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #505489;
  margin-bottom: 30px;
}
.terms-wrapper li p {
  margin-bottom: 10px !important;
}

.terms-wrapper ul {
  padding-left: 40px;
  list-style-type: lower-alpha;
}
.share-btn {
  position: relative;
  margin-bottom: 30px;
}
.thankyou-section {
  width: 450px;
  margin-left: auto;
  display: none;
}
.thankyou-section.isShow {
  display: block;
}
.thankyou-section h5 {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  color: #ff004f;
  margin-bottom: 10px;
}
.thankyou-section p {
  font-size: 18px;
  line-height: 140%;
  color: #595959;
}
.thankyou-section p a {
  color: #000;
}
.thankyou-section img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin-top: 20px;
}
/* capta */
#captch-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rc-anchor-error-msg {
  font-size: 12px !important;
  margin: 5px 2px !important;
}
.clients-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clients-logo .client__bodyitem {
  margin-right: 40px;
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.clients-logo .client__bodyitem img {
  max-height: 100px;
  max-width: 250px;
}

/* terms end */
@media screen and (min-width: 1211px) and (max-width: 1380px) {
  .container,
  .container-wrapper{
    padding: 0 80px;
  }
  .team-degpeg-desc {
    max-width: 480px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1210px) {
  .container,
  .container-wrapper{
    padding: 0 48px;
  }
  .live-mobile.pos-abs {
    right: 25px;
  }
  .live-product {
    right: -40px;
  }
  .team-degpeg-img {
    width: 85%;
  }
  .team-degpeg-desc h5 {
    font-size: 30px;
  }
  .team-degpeg-desc {
    max-width: 480px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .container,
  .container-wrapper{
    padding: 0 24px;
  }
  .common-section {
    padding: 60px 0;
  }
  .laptop-view {
    display: none !important;
  }
  .tablet-view {
    display: block !important;
  }
  /* live start */
  .live-stream-img img {
    width: 100%;
  }
  .live-mobile.pos-abs {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
  }
  .live-mobile:first-child,
  .live-mobile:last-child {
    transform: scale(-0.85) rotate(180deg);
  }
  .live-mobile.pos-abs .live-abs {
    z-index: 1;
  }
  .live-mobile .live-tag {
    left: 0;
  }
  .live-mobile {
    width: 40%;
  }
  .live-mobile img {
    width: 100%;
  }
  .live-product {
    right: 0;
  }
  .live-product img {
    width: 100px;
  }
  .live-tag {
    font-size: 16px;
    width: 55px;
    height: 30px;
  }
  .live-slick .live-tag {
    left: 145px;
  }
  .live-stream .c-heading {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .live-slick {
    padding-top: 10px;
  }
  .live-stream .c-heading h5 span.text-sm {
    display: flex;
    justify-content: center;
  }
  .live-product {
    right: -40px;
  }
  .live-mobile.pos-abs {
    right: 2%;
  }
  .live-product {
    right: -40px;
  }
  #scrollToTop {
    left: 15px;
  }
  .featureCard {
    padding: 15px;
  }
  /* live end */
  /* channel start*/
  .channel-sect::before {
    content: none;
  }
  .channel-sect::after {
    content: none;
  }
  .channel-sect .channel-card {
    opacity: 1;
    transform: translateY(0%);
  }
  .channel-card {
    background-size: contain;
    height: 685px;
    opacity: 1;
  }
  .channel-scroll {
    height: 580px;
  }
  /* channel end */
  /* Testimonial Wrapper Start*/
  .testimonial-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .testimonial-wrapper .testimonial-left,
  .testimonial-wrapper .testimonial-right {
    width: 42%;
  }
  .testimonial-wrapper .testimonial-left {
    margin-left: 6%;
  }
  .testimonial-wrapper .c-heading-sm {
    width: 100%;
  }
  /* Testimonial Wrapper End */
  .about-wrapper h4,
  .case-sect h4 {
    font-size: 44px;
  }
  .about-wrapper h5,
  .team-degpeg-desc h5,
  .c-heading h5,
  .weserve-left h5,
  .partners-left h4 {
    font-size: 28px;
  }
  .about-left p,
  .weserve-card p,
  .testimonial-card p {
    font-size: 16px;
  }
  .about-right-img {
    width: 100%;
  }
  .team-degpeg-img {
    width: 85%;
  }
  .c-heading h5 span.c-heading-sm,
  .case-sect p,
  .testimonial-card p a,
  .blog-desc p,
  .featureCard-body p,
  .steps-wrapper .steps-card p,
  .partners-left p,
  .live-slick p {
    font-size: 14px;
  }
  .weserve-left h5 {
    width: 380px;
  }
  .blog-desc h4,
  .featureCard-heading h4,
  .blog-inner-card h4 {
    font-size: 22px;
    line-height: 140%;
  }
  .blog-inner-desc {
    width: 95%;
  }
  .weserve-card h4,
  .case-sect h4 span,
  .tab-section li,
  .steps-wrapper .steps-card h4,
  .c-heading h5 span.text-sm {
    font-size: 25px;
    line-height: 140%;
  }
  .team-degpeg-desc {
    max-width: 450px;
  }
  .weserve-card {
    min-height: 230px;
  }
  .weserveSlider .slick-slide {
    width: 380px !important;
  }
  .testimonial-viewall a,
  .blog-viewall a,
  .product-lists li span {
    font-size: 18px;
  }
  .product-lists li {
    margin-bottom: 16px;
  }
  .weserve-sect::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0%;
    width: 100px;
    height: 120px;
    background-size: contain;
  }
  .weserve-sect {
    padding-bottom: 100px;
  }
  /* product */
  .product-video {
    max-width: 400px;
    height: 340px;
    right: 0;
  }
  .red-section .product-video,
  .blue-section .product-video {
    left: 0;
  }
  .contact-left img {
    width: 100%;
  }
  .contact-address-card {
    max-width: 510px;
    width: auto;
  }
  .hiring-eligible {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .waviy span {
    font-size: 40px;
  }
  .jobdetail-wrapper {
    justify-content: space-around;
  }
  .howit-video {
    max-width: 525px;
    width: auto;
    height: auto;
  }
  .tab-section img {
    width: 100%;
  }
  .steps-wrapper .steps-img {
    max-width: 530px;
    width: auto;
    height: auto;
  }
  .steps-left {
    position: relative;
    z-index: 1;
  }
  .steps-right {
    width: 45%;
  }
  .steps-wrapper .steps-card {
    max-width: 480px;
    width: 100%;
  }
  .partners-right li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product-lists li img {
    width: auto !important;
  }
  .bookademo form::after {
    right: -15px;
  }
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 40px;
  }
  .m-hide {
    display: none !important;
  }
  br,
  .desktop-view,
  .laptop-view {
    display: none !important;
  }
  .mobile-view,
  .tablet-view {
    display: flex !important;
  }
  .container,
  .container-wrapper{
    padding: 0 16px;
  }
  .c-heading h5,
  .live-commerce .c-heading h5 {
    font-size: 25px !important;
  }
  .live-slick p {
    font-size: 16px !important;
    margin-top: 10px !important;
  }
  .live-slick-img {
    display: none !important;
  }
  .live-commerce a:last-of-type {
    margin-top: 10px !important;
  }
  .c-heading h5 span.text-sm {
    font-size: 18px;
  }
  .c-heading h5 span.c-heading-sm {
    font-size: 14px;
  }
  .c-heading p {
    font-size: 16px;
  }
  .live-commerce button,
  .live-commerce a {
    margin-top: 35px;
  }
  .ourbrand {
    margin-top: 30px;
  }
  .ourbrand ul {
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .ourbrand li {
    margin-right: 10px;
  }
  .ourbrand li img {
    height: 50px;
  }
  .common-section {
    padding: 60px 0;
  }
  .common-section-left,
  .common-section-right {
    width: 100%;
  }
  .common-section-left{
      position: relative;
      z-index: 1;
  }
  .flex-wrapper {
    flex-wrap: wrap;
  }
  .live-mobile-wrapper {
    margin-top: 60px;
    width: 100%;
  }
  /* live stream */
  .live-stream-img img {
    width: 100%;
  }
  .live-mobile.pos-abs {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
  }
  .live-mobile:first-child,
  .live-mobile:last-child {
    transform: scale(-0.85) rotate(180deg);
  }
  .live-mobile.pos-abs .live-abs {
    z-index: 1;
  }
  .live-mobile .live-tag {
    left: 0;
  }
  .live-mobile {
    width: 40%;
  }
  .live-mobile img {
    width: 100%;
  }
  .live-product {
    right: 0;
  }
  .live-product img {
    width: 100px;
  }
  .live-tag {
    font-size: 16px;
    width: 55px;
    height: 30px;
  }
  .live-slick .live-tag {
    left: 145px;
  }
  .live-stream .c-heading {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .live-slick {
    padding-top: 10px;
  }
  .live-slick p {
    margin-bottom: 0 !important;
  }
  .live-stream .c-heading h5 span.text-sm {
    display: flex;
    justify-content: center;
  }
  /* feature */
  .feature-sect .flex-wrapper {
    padding-top: 40px;
  }
  .feature-sect .common-section-right {
    display: none;
  }
  .feature-black {
    padding: 15px 16px 15px 25px;
  }
  .featureCard-heading h4 {
    font-size: 22px;
    line-height: 120%;
  }
  .featureCard-body p {
    font-size: 14px;
  }
  .featureCard::before,
  .featureCard::after {
    left: -6px;
  }
  .channel-card {
    padding: 20px 25px;
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-size: cover;
  }
  .channel-scroll {
    height: 675px;
  }
  .channel-card h5 {
    font-size: 20px;
  }
  .channel-card p,
  .channel-card p a {
    font-size: 14px;
  }
  .brand-logo {
    margin-top: 20px;
  }
  .brand-logo-card {
    margin: 10px auto;
  }
  .channel-trustedbrand {
    width: 100%;
    padding: 10px 15px;
  }
  .channel-trustedbrand ul img {
    width: auto;
    height: 40px;
    object-fit: contain;
  }
  .channel-trustedbrand ul {
    flex-wrap: wrap;
  }
  .channel-sect::before {
    content: none;
  }
  .channel-sect::after {
    content: none;
  }
  .channel-sect .channel-card {
    opacity: 1;
    transform: translateY(0%);
  }
  .blog-flex-column {
    flex-direction: column-reverse;
  }
  /* partner */
  .partners-left,
  .partners-right {
    flex-wrap: wrap;
  }
  .partners-left h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .partners-logo {
    width: 100%;
    justify-content: space-around;
    margin-top: 40px;
  }
  .partners-logo div {
    margin-right: 20px;
    width: 40%;
  }
  .partners-logo div:nth-child(2n) {
    margin-right: 0;
  }
  .partners-logo div img {
    width: 100%;
    object-fit: contain;
  }
  .partners-left p {
    font-size: 14px;
  }
  .partners-right ul {
    margin-top: 20px;
  }
  .partners-logo a {
    margin: 10px 0 10px 10px;
  }
  .partners-right li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /* case sect */
  .case-sect h4 {
    font-size: 25px;
  }
  .case-sect h4 span {
    font-size: 20px;
    line-height: 140%;
  }
  .case-slider {
    margin-top: 40px;
  }
  .case-sect p {
    font-size: 14px;
  }
  .case-study-video {
    width: 100%;
    height: 350px;
  }
  .case-study-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
  }
  .weserve-card {
    min-height: 160px;
  }
  .weserve-wrapper {
    flex-direction: column;
    margin-top: 35px;
  }
  .weserve-left {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .weserve-left h5 {
    font-size: 16px;
  }
  .weserve-card h4 {
    font-size: 20px;
  }
  .weserve-card p {
    font-size: 14px;
  }
  .weserveSlider .slick-slide {
    width: 300px !important;
    padding: 10px 15px;
  }
  .weserve-sect::after {
    content: none;
  }
  /* testimonial */
  .testimonial-wrapper {
    flex-wrap: wrap;
  }
  .testimonial-wrapper .c-heading-sm {
    width: 100%;
  }
  .testimonial-card {
    padding: 55px 20px 14px;
    margin: 35px 0;
  }
  .testimonial-card p {
    font-size: 14px;
  }
  .testimonial-left .testimonial-card {
    margin-top: 50px !important;
  }
  .testimonial-profile {
    left: 25px;
    top: 0;
  }
  .author-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial-card p a {
    display: none;
  }
  .testimonial-left .testimonial-card p span,
  .testimonial-card p span {
    -webkit-box-orient: inherit;
  }
  .author-right {
    margin-top: 10px;
  }
  /* blog */
  .blog-wrapper .blog-card:first-child {
    margin-top: 0;
  }
  .blog-card {
    margin-top: 40px;
  }
  .blog-card {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .blog-img,
  .blog-inner-card .blog-img {
    max-width: 470px;
    width: 100%;
    height: auto;
    max-height: 270px;
  }
  .blog-desc {
    padding: 10px 0 0;
    width: 100%;
  }
  .blog-desc h4,
  .blog-inner-card h4 {
    font-size: 22px;
    line-height: 140%;
  }
  .blog-inner-card iframe {
    width: 100%;
    height: auto;
  }
  .blog-inner-card ul,
  .blog-inner-card ol {
    padding-left: 20px;
  }
  .blog-inner-desc {
    width: 95%;
  }
  .blog-desc p {
    font-size: 14px;
  }
  .bookdemo {
    max-width: 360px;
    width: 100%;
  }
  .cta-sect img {
    width: 100%;
  }
  /* .card-view-wrapper */
  .card-view-wrapper {
    justify-content: center;
  }
  /* footer */
  footer {
    padding: 40px 0;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-card {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .footer-card h5 {
    margin-bottom: 10px;
  }
  .footer-social {
    margin-top: 40px;
  }
  .footer-bottom ul {
    flex-wrap: wrap;
  }
  .footer-bottom li {
    margin: 10px 0;
  }
  #scrollToTop {
    display: none !important;
  }
  .slick-arrow {
    bottom: -40px;
  }
  .slick-dots {
    bottom: -20px;
  }
  .case-sect::before,
  .cta-sect::before,
  .case-sect::before,
  .partners-sect::before,
  .live-stream::after,
  .live-stream::before,
  .blog-sect::before,
  .videoinvite-section::before,
  .case-study-video::before,
  .bookademo form::after,
  .career-video-section::after {
    content: none;
  }
  .testimonial-viewall a,
  .blog-viewall a {
    font-size: 14px;
  }
  .feature-sect .phone-slide .single-phone-image {
    top: 20px !important;
  }
  /* .product-video */
  .product-section .flex-wrapper {
    flex-direction: column;
  }
  .product-video {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 40px;
    height: 250px;
  }
  .plateform-logo {
    margin-top: 40px;
  }
  .red-section .product-video,
  .blue-section .product-video {
    left: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .card-view-wrapper {
    margin-top: 40px;
  }
  .card-view-wrapper .card-view {
    text-align: center;
    margin-bottom: 40px;
  }
  .card-view-wrapper .card-view:last-child {
    margin-bottom: 0;
  }
  .product-lists li span {
    font-size: 14px;
    line-height: 140%;
  }
  .product-list-desc h5 {
    font-size: 18px;
  }
  .product-lists {
    margin-bottom: 30px;
  }
  .product-lists li {
    margin-bottom: 20px;
  }
  .product-lists li img {
    margin-right: 12px;
    width: 20px;
  }
  .product-section .flex-wrapper {
    flex-direction: column-reverse;
  }
  .product-video {
    margin-top: 0;
    margin-bottom: 40px;
  }
  /* blogs */
  .blog-sect.blogs h4 {
    -webkit-line-clamp: inherit;
  }
  /* how it works */
  .howit-video {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .howit-video img,
  .howit-video video {
    object-fit: contain;
  }
  .btn-group button {
    margin-top: 10px;
  }
  .steps-wrapper .steps-card {
    width: 100%;
    padding: 10px;
  }
  .steps-wrapper .steps-card h4 {
    font-size: 22px;
    line-height: 140%;
  }
  .steps-wrapper .steps-card .steps-desc {
    flex-direction: column;
  }
  .steps-wrapper .steps-card p {
    font-size: 14px;
    text-align: center;
  }
  .steps-wrapper .steps-img {
    display: none;
  }
  .steps-wrapper {
    margin-bottom: 0;
  }
  .trusted-team .c-heading h5 {
    font-size: 22px;
    line-height: 140%;
  }
  .trusted-team .c-heading h5::before,
  .trusted-team .c-heading h5::after {
    content: none;
  }
  .trusted-team .ourbrand img {
    height: 50px;
  }
  .tab-section ul {
    margin: 25px 0 20px;
  }
  .tab-section li {
    margin-right: 20px;
  }
  .tab-section li {
    font-size: 16px;
  }
  .tabs-content .tab-items img {
    width: 100%;
  }
  .superhero-card .superhero-card-desc h4 {
    font-size: 14px;
  }
  /* about wrapper */
  .about-wrapper h5 {
    font-size: 18px;
  }
  .about-card {
    flex-direction: column;
  }
  .about-left p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-right-img,
  .about-right-img img,
  .about-right-img video {
    width: 100%;
    height: auto;
    background-color: transparent;
    max-width: 400px;
    margin: auto;
  }
  .team-degpeg-wrapper {
    padding-top: 135px;
    justify-content: center;
  }
  .team-degpeg-img {
    width: 85%;
    height: 200px;
  }
  .team-degpeg-img img {
    width: 200px;
  }
  .team-degpeg-desc {
    width: 100%;
    min-height: auto;
    padding: 14px 20px;
  }
  .team-degpeg-desc h5 {
    font-size: 20px;
    line-height: 140%;
  }
  .team-degpeg-desc p {
    font-size: 14px;
  }
  .team-degpeg-desc a {
    right: 14px;
    top: 14px;
  }
  .team-degpeg-card {
    margin-bottom: 100px;
  }
  .team-degpeg-card:last-child {
    margin-bottom: 0;
  }
  .superhero-card {
    width: 25%;
    height: 225px;
  }
  .career-card {
    width: 100%;
    min-height: 200px;
    padding: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .career-card h6 {
    font-size: 18px;
    line-height: 140%;
  }
  .career-card h5 {
    font-size: 25px;
    line-height: 140%;
    text-align: center;
  }
  .cycle-movement {
    display: none;
  }
  /* contact-wrapper */
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-left,
  .contact-right {
    width: 100%;
  }
  .contact-wrapper form {
    width: 100%;
    padding: 16px;
    min-height: auto;
  }
  .contact-wrapper form h5 {
    font-size: 14px;
  }
  .brandlogo-wrapper h4 {
    font-size: 18px;
    line-height: 140%;
  }
  .brandlogo-wrapper ul li {
    margin: 15px 15px 15px 0;
  }
  .brandlogo-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contact-left img {
    display: none;
  }
  .contact-address-wrapper {
    flex-direction: column;
  }
  .contact-address-card {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .contact-address-card .address-desc {
    padding-left: 0;
  }
  .contact-address-card img {
    display: none;
  }
  .contact-address-card .desc-card {
    padding-left: 0;
  }
  .contact-address-card h5 {
    font-size: 18px;
  }
  .contact-address-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
  .contact-address-card p {
    font-size: 14px;
  }
  .contact-address-card .desc-card a {
    font-size: 14px;
  }
  .contact-address-card .desc-card:last-child {
    margin-top: 4px;
  }
  .contact-address-card:last-child {
    margin-bottom: 0;
  }
  /* career */
  .team-video {
    width: 100%;
    height: auto;
  }
  .team-video .video-call {
    height: 250px;
    padding-bottom: 4px;
  }
  .team-video .video-call .video-call-card {
    height: 150px;
  }
  .team-video .c-heading {
    height: 80px;
  }
  .hiring-eligible {
    font-size: 22px;
    padding: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .waviy span {
    font-size: 20px;
  }
  .qr-code {
    width: 195px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 16px;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
  .qr-code img {
    width: 100%;
  }
  .videoinvite-section .scan-text {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .jobdetail-wrapper {
    margin-top: 20px;
  }
  .phone-device .single-phone-image.img-first,
  .phone-device .single-phone-image.img-second {
    transform: translateX(100px) scale(0.9);
  }
  .phone-device .single-phone-image.img-third {
    transform: translateX(-110px) scale(0.9);
  }
  .phone-device.active-1 .img-first,
  .phone-device.active-2 .img-second,
  .phone-device.active-3 .img-third {
    left: 110px;
    top: 39px;
    transform: translateX(0) scale(1);
  }
  .phone-device.active-3 .img-first {
    transform: translateX(-110px) scale(0.9);
    top: 10px;
  }
  .bookademo form::after {
    display: none !important;
  }
  .point {
    margin-left: 0;
  }
  .card-view-wrapper.productchannel-cardview .card-view {
    width: 100%;
  }
  .cta-slick {
    display: none;
  }
  .waviy {
    text-align: center;
  }
  .superhero-card:hover img,
  .superhero-card.hover img {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  .superhero-card:hover .superhero-card-desc,
  .superhero-card.hover .superhero-card-desc {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .superhero-card .superhero-card-desc {
    opacity: 1;
    background: rgb(255 255 255 / 80%);
    height: 70px;
    bottom: 0;
    top: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .superhero-card:nth-child(odd) {
    background: #000;
  }
  .superhero-card:nth-child(even) {
    background: #000;
  }
  .superhero-card:nth-child(even) .superhero-card-desc h4,
  .superhero-card:nth-child(even) .superhero-card-desc span {
    color: #000;
  }
  .superhero-card:nth-child(odd) .superhero-card-desc h4,
  .superhero-card:nth-child(odd) .superhero-card-desc span {
    color: #000;
  }
  .terms-wrapper {
    padding: 0;
  }
  .terms-wrapper ul {
    padding-left: 20px;
  }
  .clients-logo .client__bodyitem{
    margin-top: 20px;
    margin-right: 20px;
  }
  .clients-logo .client__bodyitem img {
    max-height: 50px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .superhero-card {
    width: 33.3%;
    height: 225px;
  }
}
@media screen and (max-width: 520px) {
  .superhero-card {
    width: 50%;
    height: 225px;
  }
}
