@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Parkinsans", sans-serif !important;
  background: #f3f3f3;
  font-size: 14px !important;
}

a {
    text-decoration: none !important;
}

.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  width: 1170px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.qr-banner {
  width: 100%;
  padding: 150px 0 70px;
}

.qr-banner-head {
  font-weight: 700;
  font-size: 54px;
  color: #1a0d0d;
}

.qr-banner-head span {
  font-weight: 700;
  font-size: 54px;
  color: #043ea5;
}

.qr-banner-txt {
  font-weight: 600;
  font-size: 28px;
  color: #1a0d0d;
}

.banner-btn {
  text-decoration: none !important;
  border-radius: 7.83px;
  padding: 7.76px 20.46px;
  box-shadow: 0px 2.82px 6.35px 0px #00133321, 0px 11.29px 11.29px 0px #0013331c,
    0px 26.1px 15.52px 0px #00133312, 0px 45.85px 18.34px 0px #00133305,
    0px 71.95px 19.75px 0px #00133300;
  color: #ffffff;
  cursor: pointer;
}

.service-btn {
  border: 1px solid #1654c2;
  background: transparent;
  color: #1654c2;
}

.get-started-btn {
  background: #1654c3;
}

.get-started-btn:hover{
    color: #ffffff !important;
}

.qr-banner-img {
  width: 517px;
  height: 407px;
}

.qr-learn-more {
  background: #043ea5;
  padding: 50px 0;
}

.qr-learn-more-txt {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}

.qr-learn-sub {
  font-weight: 500;
  font-size: 15.29px;
  color: #ffffff;
}

.qr-learn-sub:hover{
    color: #ffffff !important;
}

.qr-support {
  background: #e9effc;
  padding: 40px 0;
  overflow: hidden;
}

.marquee-wrapper {
  display: flex;
  width: max-content;
  /* animation: scroll-left 25s linear infinite; */
}

/* .qr-support[dir="rtl"] .marquee-wrapper {
  animation: scroll-right 25s linear infinite;
} */

.qr-support-txt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 40px;
  white-space: nowrap;
}

.qr-support[dir="rtl"] .qr-support-txt {
  flex-direction: row-reverse;
  margin-left: 40px;
  margin-right: 0;
}

.qr-support-txt span {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

.qr-create {
  font-weight: 600;
  font-size: 49.09px;
  color: #000000;
}

.qr-create-parent {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.3s ease;
  border: 0.98px solid #e9effc;
  border-radius: 14px;
  border-width: 0.98px;
  min-height: 100%;
}

.qr-create-parent:hover {
  transform: scale(1.03);
}

.qr-how-generate {
  width: 340px;
  height: 190px;
}

.qr-create-txt {
  font-weight: 500;
  font-size: 22px;
  color: #505050;
}

.qr-create-box {
  background: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 15.71px;
  border-bottom-right-radius: 15.71px;
  border-width: 0.98px;
}

.qr-create-head {
  font-weight: 500;
  font-size: 13.67px;
  color: #000000;
}

.qr-create-desc {
  font-weight: 400;
  font-size: 15.71px;
  color: #505050;
}

.qr-benefits-img {
  width: 300px;
  height: 420px;
}

.qr-benefits-left-head {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #161c2d;
}

.qr-benefits-left-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #505050;
}

.qr-benefits-desc {
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -1.2px;
}

.qr-service-parent {
  height: 100%;
  border: 0.74px solid #ebebeb;
  border-bottom-left-radius: 11.77px;
  border-bottom-right-radius: 11.77px;
  border-width: 0.98px;
}

.qr-services-head {
  font-weight: 600;
  font-size: 36px;
  color: #1a0d0d;
  max-width: 51%;
}

.qr-cards-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* gap: 20px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.qr-cards-wrapper::-webkit-scrollbar {
  display: none;
}

.qr-services-box {
  background: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 11.77px;
  border-bottom-right-radius: 11.77px;
  border-width: 0.98px;
  padding-bottom: 5px;
}

.qr-services-box-head {
  font-size: 13.24px;
}

.qr-services-desc {
  font-size: 12px;
}

.qr-feature-banner {
  background: url(../../images/qrcode/feature-banner.png) no-repeat center center;
  background-size: auto;
  background-size: cover;
  width: 100%;
  padding: 50px 0 50px;
}

.qr-feature {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
}

.qr-feature-txt {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

.qr-fetaures-img {
  width: 280px;
  height: 250px;
}

.qr-scan {
  border: 1px solid #3269c8;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  border-radius: 4px;
  padding: 5px 8px;
}

.qr-scan-head {
  font-weight: 600;
  font-size: 36px;
  width: 80%;
}

.qr-scan-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
  width: 80%;
}

.qr-scan-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #1654c2;
}

.qr-scan-img {
  height: 427px;
}

.qr-ft-banner {
  background: url(../../images/qrcode/ft-banner.png) no-repeat center center;
  background-size: auto;
  background-size: cover;
  width: 100%;
  padding: 50px 0 50px;
  border-radius: 27.28px;
}

.qr-ft-head {
  font-weight: 700;
  font-size: 17.13px;
  letter-spacing: 2.57px;
  text-align: center;
  text-transform: uppercase;
  color: #f2f2f2;
}

.qr-ft-txt {
  font-weight: 800;
  font-size: 36.95px;
  color: #e8e8f1;
  width: 73%;
}

.fade-left {
  opacity: 0;
  transform: translateX(60px) scale(0.95);
  filter: blur(4px);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.fade-left.in-view {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

.fade-left.in-view:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.qr-fetaures-head {
  font-weight: 500;
  font-size: 19px;
  color: #ffffff;
}

.qr-fetaures-txt {
  font-weight: 400;
  font-size: 14.62px;
  max-width: 280px;
  color: #ffffff;
}

.qr-features-box {
  margin-top: 80px;
}

.qr-scroll-top {
  scroll-padding-top: 150px;
}

/* Media Query */
@media (min-width: 360px) and (max-width: 575px) {
  .container {
    width: 100% !important;
  }
  .qr-banner-head,
  .qr-banner-head span {
    font-size: 25px;
  }
  .qr-learn-more-txt {
    font-size: 15px;
  }
  .qr-banner-txt {
    font-size: 20px;
  }
  .qr-banner-img {
    height: 250px;
    width: 300px;
  }
  .qr-create {
    font-size: 25px;
  }
  .qr-create-txt {
    font-size: 20px;
  }
  .qr-benefits-left-head {
    font-size: 28px;
  }
  .qr-benefits-desc {
    font-size: 21px;
  }
  .qr-benefits-left-txt {
    font-size: 13px;
  }
  .qr-services-head {
    font-size: 18px;
    max-width: 80%;
  }
  .qr-how-generate,
  .qr-create-box {
    width: 330px;
  }
  .qr-feature {
    font-size: 25px;
  }
  .qr-feature-txt {
    font-size: 16px;
  }
  .qr-scan-head {
    font-size: 26px;
    width: 100%;
  }
  .qr-scan-txt {
    font-size: 14px;
    width: 100%;
  }
  .qr-scan-img {
    height: 253px;
  }
  .qr-ft-txt {
    font-size: 15.95px;
  }
  .qr-ft-txt {
    font-size: 18.95px;
    line-height: 34.93px;
    width: 100%;
  }
  .qr-features-box-sm {
    margin-top: 30px;
  }
  .qr-features-box {
    margin-top: 30px;
  }

  .qr-cards-wrapper {
    gap: 0;
  }

  .marquee-wrapper {
    display: block;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .qr-banner-head,
  .qr-banner-head span,
  .qr-create {
    font-size: 36px;
  }
  .qr-learn-more-txt {
    font-size: 21px;
  }
  .qr-create-txt {
    font-size: 17px;
  }
  .qr-benefits-left-head,
  .qr-benefits-desc {
    font-size: 22px;
  }
  .qr-benefits-left-txt {
    font-size: 14px;
  }
  .qr-how-generate {
    width: 510px;
  }
  .qr-create-box {
    margin-bottom: 30px;
  }
  .qr-services-head {
    font-size: 26px;
    max-width: 70%;
  }
  .qr-scan-img {
    height: 391px;
  }
  .qr-ft-txt {
    font-size: 15.95px;
  }
  .qr-feature {
    font-size: 39px;
  }
  .qr-scan-txt,
  .qr-scan-head {
    width: 100%;
  }
  .qr-features-box-sm {
    margin-top: 30px;
  }
  .qr-features-box {
    margin-top: 30px;
  }
  .marquee-wrapper {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .qr-banner-head,
  .qr-banner-head span,
  .qr-create {
    font-size: 33px;
  }

  .qr-learn-more-txt {
    font-size: 17px;
  }

  .qr-create-box {
    padding: 20px 10px;
  }

  .qr-create-txt {
    font-size: 21px;
  }
  .qr-how-generate {
    width: 214px;
  }
  .qr-create-head {
    font-size: 12.67px;
  }
  .qr-create-desc {
    font-size: 12.71px;
  }
  .qr-services-head {
    font-size: 21px;
    max-width: 43%;
  }
  .qr-scan-head {
    font-size: 25px;
  }
  .qr-scan-img {
    height: 267px;
  }
  .qr-scan-txt {
    font-size: 12px;
  }
  .qr-ft-txt {
    font-size: 21.95px;
  }
  .qr-benefits-left-head {
    font-size: 26px;
  }
  .qr-benefits-desc {
    font-size: 20px;
  }
  .qr-feature {
    font-size: 31px;
  }
  .qr-scan-head,
  .qr-scan-txt {
    width: 100%;
  }

  .marquee-wrapper {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .qr-banner-head {
    font-size: 38px;
  }
  .qr-banner-head span {
    font-size: 43px;
  }
  .qr-banner-img {
    width: 450px;
  }
  .qr-learn-more-txt {
    font-size: 23px;
  }
  .qr-create {
    font-size: 37.09px;
  }
  .qr-create-head {
    font-size: 14.67px;
  }
  .qr-create-desc {
    font-size: 11.71px;
  }
  .qr-benefits-desc {
    font-size: 21px;
  }
  .qr-how-generate {
    width: 294px;
  }
  .qr-benefits-left-head {
    font-size: 25px;
  }
  .qr-benefits-left-txt {
    font-size: 13px;
  }
  .qr-service-img {
    width: 232px;
  }
  .qr-scan-img {
    height: 350px;
  }
  .qr-ft-txt {
    font-size: 29.95px;
  }
  .qr-scan-head,
  .qr-scan-txt {
    width: 90%;
  }
  .qr-services-head {
    font-size: 30px;
  }

  .marquee-wrapper {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .qr-banner-head {
    font-size: 46px;
  }
  .qr-scan-head,
  .qr-scan-txt {
    width: 90%;
  }
  .qr-ft-txt {
    font-size: 35.95px;
  }
  .qr-ft-banner {
    padding: 50px 0 20px;
  }
}

@media (max-width: 1440px) {
}
