@font-face {
  font-family: "SFProDisplay";
  src: url("./fonts/SFProDisplay/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("./fonts/SFProDisplay/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("./fonts/SFProDisplay/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
.body {
  font-family:
    "SFProDisplay",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #353535;
  text-shadow: 0 3.896px 72.068px rgba(0, 0, 0, 0.15);
}

.cal-sans-font {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
.h1 {
  font-size: 94px;
  line-height: 1.2;
  letter-spacing: 0.001em;
  font-family: "Cal Sans", sans-serif;
  text-shadow: 0 4.268px 78.949px rgba(0, 0, 0, 0.15);
}

h2,
.h2 {
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: "Cal Sans", sans-serif;
  text-shadow: 0 4.268px 78.949px rgba(0, 0, 0, 0.15);
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: 0 4.268px 78.949px rgba(0, 0, 0, 0.15);
}

h4,
.h4 {
  font-size: 28px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.2;
}

.container {
  max-width: 1680px;
  padding-inline: 20px;
}

/* .row {
  margin-left: 0;
  margin-right: 0;
}

[class^="col"], [class*=" col"] {
  padding-inline: 0;
} */

/* .container {
  max-width: 1680px;
  padding-inline: 10px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

[class^="col"], [class*=" col"] {
  padding-inline: 10px;
} */

.heading-shadow {
  text-shadow: 0 4.268px 78.949px rgba(0, 0, 0, 0.15);
}

a {
  text-decoration: none;
  display: inline-block;
}

.font-weight-semibold {
  font-weight: 600;
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.cta {
  border-radius: 10px;
  display: flex;
  width: fit-content;
  gap: 20px;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-family: "Cal Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.cta:hover {
  transform: scale(0.95);
  background-color: #2b2b2b;
  color: #fff;
}

.cta-primary {
  background: linear-gradient(92deg, #bc8eec 6.52%, #8b51c9 101.85%);
  color: #fff;
  padding: 14px 21px;
}

.cta-primary:after {
  content: "";
  display: inline-block;
  height: 36px;
  width: 36px;
  background: white;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  border-radius: 100%;
  background-position: center;
}

.cta-secondary {
  background-color: #e7e8f2;
  color: #2b2b2b;
  padding: 18px 45px;
}

.heading-width {
  max-width: 1150px;
}

.color-dark {
  color: #2b2b2b;
}

.color-text {
  color: #353535;
}

.color-accent {
  color: #8b51c9;
}

.color-white {
  color: #ffffff;
}

.sec-margin {
  margin-top: 180px;
  margin-bottom: 180px;
}

.sec-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}

.menu {
  justify-content: space-between;
}

.navbar-nav {
  gap: 100px;
  margin-left: 88px;
}

.nav-link {
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 3.896px 72.068px rgba(0, 0, 0, 0.15);
}

.nav-link:hover {
  color: #9057cc;
}

.hero-text {
  max-width: 610px;
}

.hero-right-img {
  width: 241px;
  right: 20px;
  top: 50%;
  box-shadow: 0 19.765px 123.529px 0 rgba(18, 27, 60, 0.2);
  border-radius: 205.882px;
}

.scan-qr-img {
  margin-top: -260px;
}

.simple-fast-secure h2 {
  max-width: 760px;
}

.simple-fast-secure .swiper-pagination > .swiper-pagination-bullet {
  width: 100%;
  border-radius: 10px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.simple-fast-secure .swiper-pagination-bullet-active {
  background-color: #9b65d4 !important;
}

.simple-fast-secure .swiper-pagination {
  display: flex;
  padding-inline: 20px;
  bottom: 50px !important;
}

.simple-fast-secure .simpleFastSecure img {
  border-radius: 30px;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-wrapper .swiper-slide > div {
  height: 100%;
}

.simple-fast-secure .simpleFastSecure .img-box {
  height: 100% !important;
}

.simple-fast-secure .simpleFastSecure .img-box img {
  height: 100% !important;
  object-fit: cover;
}

.simpleFastSecure .swiper-slide .img-box {
  max-height: 900px;
}

.scan-to-result .card-style-1 {
  height: 100%;
}

.card-style-1 {
  background: #f6f7f9;
  border-radius: 30px;
  padding: 30px 40px;
}

.card-style-1 .icon {
  width: 80px;
}

.card-style-1 .img-left img {
  border-radius: 30px;
}

.card-style-1 ul {
  list-style-image: url("../images/tick.png");
}

.card-style-2 {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 15px;
  height: 100%;
}

.card-style-2 .icon {
  width: 83px;
}

.card-style-2 .desc {
  margin-top: 100px;
}

.dashed-breakline {
  height: 1px;
  width: 100%;
  background-image: url("../images/dashed-line.png");
  background-position: center;
  background-repeat: repeat-x;
  margin: 33px 0;
}

.scan-to-result-feature {
  overflow: hidden;
}

.strfCarousal:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 17vw;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.strfCarousal:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 17vw;
  background: linear-gradient(270deg, #ffffff00 0%, #fff 100%);
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.card-style-3 {
  padding: 40px;
  border-radius: 30px;
  background: #f6f7f9;
  transition: all 0.3s ease-in-out;
}

.scan-to-result-feature .card-style-3:hover {
  background: linear-gradient(92deg, #bc8eec 6.52%, #8b51c9 101.85%);
}

.scan-to-result-feature .card-style-3:hover h3,
.scan-to-result-feature .card-style-3:hover p {
  color: #fff;
}

.strfCarousal {
  overflow: visible;
}

.card-style-3 .icon {
  width: 81px;
}

.card-style-3 h3 {
  margin-top: 80px;
  margin-bottom: 10px;
}

.card-style-3 .desc {
  max-width: 335px;
}

.card-style-3 .icon {
  height: 62px;
  width: 62px;
  background: #8b51c9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-style-3:hover .icon {
  background: #fff;
}

.card-style-3:hover .icon svg,
.card-style-3:hover .icon path {
  fill: #af7ee3;
}

.strfCarousal .card-style-3 {
  box-shadow: 0 4.294px 268.357px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.why-scan-to-result .center-image {
  border-radius: 30px;
  background: #f6f7f9;
  padding: 29px;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  align-items: end;
}

.why-scan-to-result .under-heading {
  max-width: 490px;
}

.start-trusting .wrapper {
  background: url("../images/banner-2.jpg");
  padding: 130px 20px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.start-trusting:after {
  content: "";
  position: absolute;
  max-width: 55vw;
  height: 50%;
  width: 100%;
  background-color: #4e35dd75;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 50%);
  filter: blur(200px);
  border-radius: 100%;
}

.footer-nav ul {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

.footer-nav li {
  list-style: none;
}

.footer-socials ul {
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: end;
}

.footer-socials li {
  list-style: none;
}

.footer-socials li > a {
  border: 2px solid #2b2b2b;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.footer-socials li > a svg path {
  transition: all 0.3s ease-in-out;
}

.footer-socials li > a:hover {
  background-color: #8b51c9;
  border: #8b51c9;
}

.footer-socials li > a:hover svg path {
  fill: white;
}

.terms-policy ul {
  padding: 0;
  display: flex;
  gap: 50px;
}

.terms-policy li {
  list-style: none;
}

.row-bottom {
  padding: 40px 0;
  border-top: 1px solid #2b2b2b;
  margin-top: 70px;
}

@media (max-width: 1680px) {
  h1,
  .h1 {
    font-size: 85px;
  }

  h2,
  .h2 {
    font-size: 75px;
  }

  .navbar-nav {
    gap: 80px;
    margin-left: 60px;
  }

  .scan-qr-img {
    margin-top: -170px;
  }

  .sec-margin {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .sec-padding {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .card-style-2 .desc {
    margin-top: 60px;
  }

  .heading-width {
    max-width: 1010px;
  }

  .start-trusting .wrapper {
    padding: 110px 20px;
  }

  .row-bottom {
    padding: 30px 0;
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 70px;
  }

  h2,
  .h2 {
    font-size: 65px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  body,
  .body {
    font-size: 16px;
  }

  .logo {
    width: 60px;
  }

  .navbar-nav {
    gap: 50px;
    margin-left: 40px;
  }

  .hero-right-img {
    width: 200px;
  }

  .scan-qr-img {
    margin-top: -120px;
  }

  .heading-width {
    max-width: 880px;
  }

  .sec-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sec-padding {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .card-style-1 {
    padding: 25px;
  }

  .card-style-1 .icon {
    width: 70px;
  }

  .card-style-2 .icon {
    width: 60px;
  }

  .card-style-2 .desc {
    margin-top: 50px;
  }

  .card-style-2 {
    padding: 15px;
  }

  .card-style-3 h3 {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .card-style-3 .icon {
    width: 70px;
  }

  .start-trusting .wrapper {
    padding: 95px 20px;
  }

  .row-bottom {
    padding: 30px 0;
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 55px;
  }

  h2,
  .h2 {
    font-size: 45px;
  }

  .logo {
    width: 50px;
  }

  .navbar-nav {
    gap: 30px;
    margin-left: 30px;
  }

  .sec-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sec-padding {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .scan-qr-img {
    margin-top: -80px;
  }

  .hero-right-img {
    width: 180px;
  }

  .heading-width {
    max-width: 600px;
  }

  .scan-to-result .card-style-1 .icon {
    display: none;
  }

  .card-style-2 .desc {
    margin-top: 40px;
  }

  .card-style-3 {
    padding: 30px;
    border-radius: 30px;
    background: #f6f7f9;
  }

  .card-style-3 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .card-style-3 .icon {
    width: 60px;
  }

  .start-trusting .wrapper {
    padding: 80px 20px;
  }

  .row-bottom {
    padding: 20px 0;
    margin-top: 20px;
  }

  .footer-socials ul {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  header .menu {
    padding: 30px 0;
  }

  header .menu ul {
    margin-left: 0;
  }

  header .menu .cta {
    margin-top: 30px;
  }

  .hero-text {
    max-width: 470px;
  }

  .scan-qr-img {
    display: none;
  }

  .heading-width {
    max-width: 510px;
  }

  .footer-socials ul {
    gap: 9px;
  }
}

@media (max-width: 767px) {
  .center-item-576 {
    max-width: 567px;
    margin: 0 auto;
  }

  .sec-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sec-padding {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  footer .footer-socials {
    margin: 0 auto;
    width: fit-content;
  }

  .terms-policy {
    margin-top: 10px;
  }
  .copyright,
  .terms-policy {
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .footer-nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
