@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
}

.main-content{
  width: 100dvw;
}
img {
  max-width: 100%;
}

h2 {
  font-size: 38px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
}

p {
  font-size: 18px;
  margin: 0;
}

.subtext_box h2 span {
  text-transform: uppercase;
}

.subtext_box p a {
  text-decoration: none;
  color: #007ca6;
}

.subtext_box h2 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}

.subtext_box h2::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 3px;
  background-color: #006cd9;
  left: 0;
  bottom: 0;
}

.text-box-content p {
  margin-bottom: 10px;
}

.subtext_box p {
  margin-bottom: 15px;
}

.textbox h4 {
  font-weight: 600;
}

.scanner-text h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d4d4d49c;
}

.scanner-text h4 a {
  text-decoration: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
}

.banner-top {
  background-image: url('/images/Banner-bg.png');
  width: 100dvw;
  height: 110vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.play-store {
  display: flex;
  flex-wrap: wrap;
}

.play-store a:nth-child(1) {
  margin-right: 20px;
}

.banner-text {
  position: absolute;
  left: 45%;
  top: 38%;
  transform: translate(0, -50%);
}

.banner-text > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner-text > div > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner-text > div > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner-text > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quote-container{
  display: flex;
}

.banner-text > div > div:first-child .img-ai {
 width: 180px;
 height: 120px;
}

.banner-text h2 {
  font-size: 47px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  /* letter-spacing: 13px; */
  margin: 0;
}

.stars-icon i {
  color: #f1c40f;
  font-size: 14px;
}

.stars h4 {
  font-size: 28px;
  font-weight: 600;
}

section.bottom p a {
  color: white;
  text-decoration: none;
}

.banner-text h1 {
  font-size: 57px;
  font-weight: 700;
  padding-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  position: relative;
  letter-spacing: 0px;
}

.play-store img {
  max-width: 250px;
}

.downld {
  padding: 40px 0 0 30px;
}

.bg-sec {
  padding-right: 20px;
  display: flex;
  justify-content: center;
}

.bg-sec-1 {
  padding-left: 20px;
  display: flex;
  justify-content: center;
}

.banner-text h4 {
  font-size: 30px;
  color: white;
}

.banner-text h3 {
  font-size: 54px;
  font-weight: 700;
  color: white;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  /* letter-spacing: 5px; */
}

section {
  padding: 60px 0;
}

.scanner-section-1 {
  padding: 80px 0;
}

.inpart {
  display: flex;
  align-items: flex-start;
}

.iconbox {
  margin-bottom: 30px;
  margin-right: 15px;
  max-width: 181px;
}

.upper-text {
  margin-bottom: 50px;
  text-align: center;
}

.upper-text h2 {
  color: black;
}

.client-box .iconbox-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.client-box .iconbox-1 img {
  /* max-width: 150px; */
}

.subtext_box h4 {
  margin: 20px 0;
  color: #007ca6;
}

.bottom {
  background: #17191a;
  width: 100%;
  color: white;
  padding: 25px 0;
}

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

.socials-icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.socials-icons a {
  margin: 0 5px;
}

.right-text p {
  font-weight: 600;
}

.item {
  padding-right: 10px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.scanner-section {
  display: flex;
  flex-wrap: wrap;
}

.bg-half {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.news {
  background: url('/images/gradient-bg.jpg');
  /* display: none; */
}

.news h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0px 00 30px 0;
  text-transform: uppercase;
}

.news-slide img {
  max-width: 400px;
}

#fn_features {
  background-color: #e8f1f2;
}

.textbox img {
  max-width: 40px;
  margin-right: 15px;

}

.textbox {
  display: flex;
  align-items: flex-start;
}

.fn_features .owl-dots {
  margin-top: 10px;
}


.note {
  margin-top: 25px;
  text-align: left;
  font-size: 17px;
  color: #17191a;
  font-weight: 600;
}

.note span {
  color: #007BFF;
  text-decoration: none;
}

.note strong {
  color: #980757;
}

.custom-slider .item {
  padding: 0;
}

.card-box img {
  max-width: 120px;
  margin: 0 auto;
}

.card-box p {
  text-align: center;
  padding: 10px;
  line-height: 22px;
  height: 55px;
}

.fn_features .owl-item.active:first-child {
  border-right: 1px solid #ffffff;
  padding: 0 10px;
}

/* 
.custom-slider .owl-item {
     border-right: 2px solid #f2f2f2;
    padding: 14px 0px;
} */


.owl-carousel.custom-slider.owl-loaded.owl-drag {
  border: 6px solid #f2f2f2;
  border-radius: 19px;
  margin-top: 25px;

}

.custom-slider .item {
  padding: 0;
  border-right: 2px solid #f2f2f2;
  padding: 14px 0px;
}


.up-down-hover:hover img {
  transform: translateY(-5px);
  transition: transform 0.3s ease-in-out;
}

.left-text p {
  font-size: 16px;
  margin-bottom: 4px;
}

.bnet {
  text-decoration: none;
  font-weight: 600;
}

.clients-slider .owl-item.first-visible .item {
  border-right: 1px solid white;
}

#quote .owl-nav {
  display: none;
}


.owl-carousel.custom-slider.owl-loaded.owl-drag .card-box .icon {
  height: 70px;
  display: block;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 15px;

}


:root {
  --container-width: min(1320px, 90vw);
  --transition-duration: 0.8s;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  --border-radius: 30px;
  --perspective: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section.cbcn-screen {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  position: relative;
}

.cbcn-3d-carousel {
  position: relative;
  width: 100%;
  height: 725px;
  perspective: var(--perspective);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.cbcn-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  z-index: 2;
}

.cbcn-carousel-item {
  position: absolute;
  width: 230px;
  height: 496px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition-duration) ease, opacity 0.6s ease;
  opacity: 0.8;
  backface-visibility: hidden;
}

.cbcn-carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: var(--border-radius);
}

.phone-mockup {
  position: absolute;
  width: 300px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99;
  /* height: 100%; */
}

/* 3D Positions */
.cbcn-carousel-item.active {
  opacity: 1;
  z-index: 5;
  transform: translateZ(200px) scale(1);
}

.cbcn-carousel-item.prev-1 {
  transform: rotateY(-30deg) translateX(-88px) translateZ(300px) scale(0.9);
  opacity: 0.7;
}

.cbcn-carousel-item.next-1 {
  transform: rotateY(30deg) translateX(88px) translateZ(300px) scale(0.9);
  opacity: 0.7;
}

.cbcn-carousel-item.prev-2 {
  transform: rotateY(-30deg) translateX(-220px) translateZ(385px) scale(0.8);
  opacity: 0.6;
}

.cbcn-carousel-item.next-2 {
  transform: rotateY(30deg) translateX(220px) translateZ(385px) scale(0.8);
  opacity: 0.6;
}

/* Allow interaction for active items */
.cbcn-carousel-item.active,
.cbcn-carousel-item.prev-1,
.cbcn-carousel-item.next-1,
.cbcn-carousel-item.prev-2,
.cbcn-carousel-item.next-2 {
  opacity: 1;
  pointer-events: auto;
}

/*.text-section-bottom {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  text-align: center;
  width: 420px;
  margin: 0 auto;
}*/

.text-section-bottom {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  text-align: center;
  width: 451px;
  margin: 0 auto;
}

.text-animate-wrapper {
  display: inline-block;
  will-change: transform;
  color: white;
}

.text-animate-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}

.text-animate-wrapper p {
  font-size: 22px;
}


.text-section {
  text-align: center;
  margin-top: 40px;
  color: white;
}

.text-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.text-section p {
  font-size: 22px;
}

.text-section-bottom p {
  font-size: 18px;
}

.mobile-slider {
  background: url('/images/mobile-slider-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}





@media (max-width: 1599px) {

  .iconbox {
    margin-bottom: 30px;
    margin-right: 15px;
    max-width: 160px;
  }

  .banner-text h1 {
    font-size: 44px;
  }

  .banner-text h2 {
    font-size: 33px;
    /* letter-spacing: 12px; */
  }

  .banner-text h3 {
    font-size: 46px;
  }

  .play-store img {
    max-width: 215px;
  }

  .banner-text {
    left: 50%;
  }

}

@media (max-width: 1499px) {
  .iconbox {
    margin-bottom: 30px;
    margin-right: 10px;
    max-width: 130px;
  }

  .banner-text h1 {
    font-size: 42px;
  }

  .banner-text h2 {
    font-size: 36px;
    /* letter-spacing: 9px; */
  }

  .banner-text h3 {
    font-size: 42px;
  }

  .subtext_box h2 {
    line-height: 45px;
    font-size: 32px;
  }

  .banner-text {
    left: 48%;
  }

  .cbcn-3d-carousel {
    margin-top: 20px;
  }

}

@media (max-width: 1299px) {

  .subtext_box h2 {
    line-height: 36px;
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }

  .subtext_box h2 br {
    display: none;
  }

  .banner-text h1 {
    font-size: 38px;
  }

  .banner-text h2 {
    font-size: 37px;
    /* letter-spacing: 7px; */
  }

  .banner-top {
    background-position: 50%;
  }

  .banner-text {
    left: 43% !important;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  .iconbox {
    margin-right: 30px;
    max-width: 200px;
  }

  .banner-text h1 {
    font-size: 40px;
    font-weight: 700;
  }

  section {
    padding: 40px 0;
  }

  .play-store img {
    max-width: 210px;
  }


}




@media (max-width: 991px) {

  .client-box .iconbox-1 img {
    max-width: 115px;
  }

  h2 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .subtext_box {
    padding-top: 5px;
  }


  .banner-text {
    left: 39% !important;
  }

  .banner-text h1 {
    font-size: 34px;
  }

  .banner-text h2 {
    font-size: 29px;
    /* letter-spacing: 7px; */
  }

  .iconbox {
    margin-bottom: 30px;
    margin-right: 25px;
    min-width: 90px;
  }

  .bottom p {
    font-size: 16px;
  }

  .scanner-section {
    padding: 30px 0 40px 0;
  }

  .play-store img {
    max-width: 180px;
  }

  .banner-top {
    background-position: top;
  }

  .bg-half {
    width: 100%;
  }

  .scanner-section-1 {
    padding: 0 0;
  }

  .cbcn-3d-carousel {
    margin-top: 30px;
  }
}


@media (max-width: 820px) {
  .banner-text {
    left: 34%;
  }

  #fn_features .owl-dots {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {

  .clients-slider .owl-item.first-visible .item {
    border-right: 1px solid white;
    border: none;
  }

  .subtext_box h2 {
    line-height: 32px;
    font-size: 22px;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }

  .banner-top {
    background-position: top;
  }

  .banner-text h3 {
    font-size: 34px;
  }

  .banner-text {
    left: 30%;
  }

  .banner-text h1 {
    font-size: 25px;
    font-weight: 800;
  }

  .banner-text h2 {
    font-size: 22px;
    /* letter-spacing: 5px; */
  }

  .bottom-text {
    display: block;
  }

  .downld {
    padding: 40px 0 0 0px;
  }

  .cbcn-3d-carousel {
    margin-top: 10px;
  }

}

@media (max-width: 620px) {
  .banner-top {
    background-position: right;
  }

  .banner-text {
    left: 10% !important;
  }

}

@media (max-width: 575px) {

  #quote {
    padding-top: 0;
  }

  .banner-top {
    height: 500px;
  }

  .text-animate-wrapper h2 {
    font-size: 22px;
  }

  .text-section p {
    font-size: 18px;
  }

  .stars h4 {
    font-size: 24px;
    font-weight: 600;
  }

  .inpart {
    display: block;
  }

  .iconbox {
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: center;
  }

  .textbox {
    margin-top: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .banner-text h1 {
    font-size: 25px;
  }

  .banner-top {
    background-position: right;
  }

  .banner-text {
    left: 7%;
  }

  .play-store img {
    max-width: 140px;
  }

  .bottom p {
    font-size: 14px;
  }

  .banner-text h2 {
    font-size: 22px;
  }

  .banner-text h3 {
    font-size: 28px;
  }

  .news h3 {
    font-size: 29px;
    padding: 0px 00 17px 0;

  }

  .banner-text h4 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .banner-text {
    left: 7% !important;
  }
}

@media (max-width: 380px) {
  .banner-text h1 {
    font-size: 21px;
  }

  .banner-text h2 {
    font-size: 17px;
  }

  .downld {
    padding: 26px 0 0 0px;
  }

  .client-box .iconbox-1 img {
    max-width: 120px;
  }
}



/* .cbcn-carousel-item.hidden {
  display: none !important;
} */


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    min-width: 1400px;
  }
}


@media (max-width: 1599px) {
  .cbcn-3d-carousel {
    height: 70vh;
    margin-top: 20px;
  }

  .phone-mockup {
    height: 100%;
  }

  .text-section {
    margin-top: 20px;
  }

  .cbcn-carousel-item {
    height: 56vh;

  }

  .text-section-bottom {
    margin-top: 20px;
  }

  .cbcn-carousel-item img {
    object-fit: inherit;
    border-radius: 25px;
  }
}

/* Tablet fallback */
@media (max-width: 1299px) {
  .cbcn-3d-carousel {
    height: 70vh;
  }

  .text-section {
    margin-top: 30px;
  }

  .text-section-bottom {
    margin-top: 20px;
  }
}

/* Owl Carousel styles for mobile */
@media (max-width: 767px) {

  /* 
  .cbcn-carousel-item.hidden {
  display: block !important;
} */



  .cbcn-3d-carousel {
    flex-direction: column;
    height: auto;
    padding: 1rem 0;
  }

  .cbcn-carousel-container {
    transform: none !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    perspective: none;
    width: 100%;
    height: auto;
  }

  .cbcn-carousel-item {
    position: relative !important;
    transform: none !important;
    opacity: 1 !important;
    box-shadow: none;
    pointer-events: auto;
    width: 260px;
    /* height: 496px; */
    margin: 0 auto;
  }

  .phone-mockup {
    display: none;
    /* hide frame on mobile */
  }

  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cbcn-3d-carousel {
    height: 60vh;
  }


}


@media (max-width: 578px) {

  .text-section-bottom {
    width: 325px;
    margin: 0 auto;
  }

  .play-store a:nth-child(1) {
    margin-right: 5px;
  }
}


.cbcn-carousel-container .slick-slide {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.cbcn-carousel-container .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.cbcn-carousel-container .slick-slide {
  perspective: 1000px;
}

.cbcn-carousel-container .slick-slide>div {
  transform: rotateY(20deg);
}

.cbcn-carousel-container .slick-center>div {
  transform: rotateY(0deg);
}

.slider-container {
  position: relative;
  justify-content: center;
  align-items: center;
}   




.mobile-hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #061329;
  background-image: url("/images/mobile-slider-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 5%;
}

.mobile-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.12) 2px,
    transparent 2px
  );
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}

.mobile-carousel-stage {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
}

.mobile-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1250px;
  height: 660px;
  perspective: 1400px;
  margin-top: 0;
}

.center-phone {
  position: absolute;
  left: 50%;
  top: 0;
  width: 310px;
  height: 630px;
  transform: translateX(-50%);
  z-index: 20;
}

.phone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/images/Phone-Mockup.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.45));
}

.phone-frame img {
  position: absolute;
  left: 22px;
  top: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  object-fit: cover;
  border-radius: 38px;
}

.side-slide {
  position: absolute;
  top: 50%;
  width: 240px;
  height: 510px;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0.42;
  filter: grayscale(10%);
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.side-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-slide-1 {
  left: 4%;
  transform: translateY(-50%) rotateY(-33deg) rotateZ(0deg) scale(0.8);
  z-index: 4;
}

.side-slide-2 {
  left: 18%;
  transform: translateY(-50%) rotateY(-33deg) rotateZ(0deg) scale(1);
  z-index: 8;
}

.side-slide-3 {
  right: 18%;
  transform: translateY(-50%) rotateY(33deg) rotateZ(0deg) scale(1);
  z-index: 8;
}

.side-slide-4 {
  right: 4%;
  transform: translateY(-50%) rotateY(33deg) rotateZ(0deg) scale(0.8);
  z-index: 4;
}

.mobile-carousel-text {
  position: relative;
  z-index: 30;
  margin-top: 0;
  text-align: center;
}

.mobile-carousel-text h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}