@charset "UTF-8";

[data-tooltip] {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
}

[data-tooltip]:after {
  background-color: #333333e6;
  border-radius: .3rem;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15rem;
  padding: 10px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  z-index: 1;
}

[data-tooltip].tooltip-top:before,
[data-tooltip]:after {
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  visibility: hidden;
}

[data-tooltip].tooltip-top:before {
  border: .3rem solid transparent;
  border-top-color: #333333e6;
  content: "";
  left: 50%;
  margin-left: -.3rem;
  top: 0;
}

[data-tooltip].tooltip-top:after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-bottom:before {
  border: .3rem solid transparent;
  border-bottom-color: #333333e6;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -.3rem;
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  visibility: hidden;
}

[data-tooltip].tooltip-bottom:after {
  left: 50%;
  top: 100%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-left:before {
  border: .3rem solid transparent;
  border-left-color: #333333e6;
  content: "";
  margin-top: -.3rem;
  opacity: 0;
  position: absolute;
  right: calc(110% - .3rem);
  top: .3rem;
  transition: opacity .2s;
  visibility: hidden;
}

[data-tooltip].tooltip-left:after {
  right: calc(110% + .3rem);
  top: -.3rem;
}

[data-tooltip].tooltip-right:before {
  border: .3rem solid transparent;
  border-right-color: #333333e6;
  content: "";
  left: calc(110% - .3rem);
  margin-top: -.3rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  top: .3rem;
  transition: opacity .2s;
  visibility: hidden;
}

[data-tooltip].tooltip-right:after {
  left: calc(110% + .3rem);
  top: -.3rem;
}

@media (max-width:767px) {
  [data-tooltip].tooltip-mobile:before {
    display: none;
  }

  [data-tooltip].tooltip-mobile:after {
    bottom: auto;
    font-size: 1rem;
    left: 50%;
    max-width: 20rem;
    position: fixed;
    text-align: left;
    top: 50%;
    transform: translate(-50%);
    white-space: normal;
  }
}

[data-tooltip]:hover:after,
[data-tooltip][class*=tooltip-]:hover:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width:767px) {
  [data-tooltip].hide-tooltip-mobile:after,
  [data-tooltip].hide-tooltip-mobile:before {
    display: none;
  }
}

#cta-bottom {
  background-image: url(../images/common/bg_5.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#cta {
  background-image: url(../images/common/cta_bg.webp);
}

@media (min-width:768px) {
  #cta .right-content {
    border-left: 3px solid hsla(0,0%,85%,.5);
  }
}

@media (max-width:767px) {
  #cta .right-content {
    border-top: 3px solid hsla(0,0%,85%,.5);
  }
}

@media screen and (min-width:768px) {
  #atf .wrap-text {
    width: 60%;
  }
}

#qcg-component #create-qr-steps {
  background-repeat: no-repeat;
  background-size: cover;
}

#qcg-component #create-qr-steps .line-top {
  left: 20%;
  top: -15px;
  width: 25%;
}

#qcg-component #create-qr-steps .line-bottom {
  right: 20%;
  top: 3.2rem;
  width: 22%;
}

#qcg-component #features {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 13rem;
}

@media (max-width:767px) {
  #qcg-component #features .experience-scanova.card {
    bottom: -9rem!important;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  #qcg-component #features .experience-scanova.card {
    bottom: -7rem!important;
  }
}

#qcg-component #features .experience-scanova.card {
  bottom: -9rem;
  left: 0;
  right: 0;
}

#qcg-component #use-case {
  padding-top: 2rem;
}

#qcg-component .grey-illustrations-bg {
  background-image: url(../images/common/bg_3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#qcg-component .black-illustrations-bg {
  background-image: url(../images/common/bg_5.webp);
}

#qcg-component #cta-generator,
#qcg-component #strategy,
#qcg-component #trending-qr,
#qcg-component .black-illustrations-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width:768px) {
  #qcg-component #cta-generator .right-content {
    border-left: 3px solid hsla(0,0%,85%,.5);
  }
}

@media (max-width:767px) {
  #qcg-component #cta-generator .right-content {
    border-top: 3px solid hsla(0,0%,85%,.5);
  }
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .active {
  background: #fff;
  border-bottom: 1px solid #c0392b!important;
  color: #c0392b;
  transition: border-bottom .3s ease-in-out;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .active a {
  color: #c0392b;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .active a img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3064%) hue-rotate(335deg) brightness(94%) contrast(99%);
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .active .dropdown-menu img,
#qcg-component #qr-generator .qr-tool-menu-2-styling .active .view-more img {
  filter: none!important;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .view-more-wrapper:hover .view-more img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3064%) hue-rotate(335deg) brightness(94%) contrast(99%);
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .view-more-wrapper .dropdown-menu img {
  filter: none!important;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .menu-item:not(.active) {
  border-bottom: 1px solid #d8d8d8!important;
  transition: border-bottom .3s ease-in-out;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .menu-item:hover {
  border-bottom: 1px solid #4f4f4f!important;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .menu-item:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3064%) hue-rotate(335deg) brightness(94%) contrast(99%);
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .menu-item .dropdown-menu:hover {
  border-bottom: none!important;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .menu-item .dropdown-menu:hover img {
  filter: none!important;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .view-more-wrapper li {
  border-bottom: .5px solid #d8d8d8;
  cursor: pointer;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .view-more-wrapper li:last-child {
  border-bottom: none;
}

#qcg-component #qr-generator .qr-tool-menu-2-styling .popover-content {
  color: #121314;
  margin-top: 1rem;
  max-width: 230px;
  min-width: 146px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width:992px) {
  #qcg-component #qr-generator .qr-tool-menu-2-styling .tool-menu {
    overflow-x: auto;
  }

  #qcg-component #qr-generator .qr-tool-menu-2-styling .tool-menu .dropdown-menu {
    position: fixed!important;
  }
}

#qcg-component #qr-generator .qrTemplates .premiumIcon {
  right: 2px;
  top: 2px;
}

#qcg-component #qr-generator .qrTemplates .selectedTemplateTick {
  right: -8px;
  top: -5px;
}

#qcg-component #qr-generator .qrTemplates .template {
  border: .5px solid #d8d8d8;
}

#qcg-component #qr-generator .qrTemplates .template:hover {
  border: .5px solid #585858;
}

#qcg-component #qr-generator .qrTemplates .custom-border-primary {
  border: .5px solid #c0392b!important;
}

#qcg-component #qr-generator .qr-tool-menu-styling .active {
  background: #fff;
  border-bottom: 5px solid #c0392b!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 12px #00000026;
  color: #c0392b;
}

#qcg-component #qr-generator .qr-tool-menu-styling .active a {
  color: #c0392b;
}

@media (min-width:992px) {
  #qcg-component #qr-generator .qr-tool-menu-styling .menu-item {
    border-right: .5px solid #d8d8d8;
  }

  #qcg-component #qr-generator .qr-tool-menu-styling .menu-item:last-child {
    border-right: none;
  }
}

@media (max-width:991px) {
  #qcg-component #qr-generator .qr-tool-menu-styling .menu-item {
    border-bottom: .5px solid #d8d8d8;
    border-right: .5px solid #d8d8d8;
  }
}

#qcg-component #qr-generator .qr-tool-menu-styling .view-more-wrapper li {
  border-bottom: .5px solid #d8d8d8;
  cursor: pointer;
}

#qcg-component #qr-generator .qr-tool-menu-styling .view-more-wrapper li:last-child {
  border-bottom: none;
}

#qcg-component #qr-generator .qr-tool-menu-styling .view-more-wrapper .active-logo,
#qcg-component #qr-generator .qr-tool-menu-styling .view-more-wrapper .active-logo svg {
  height: 32px;
  width: 32px;
}

#qcg-component #qr-generator .qr-tool-menu-styling .popover-content {
  color: #121314;
  margin-top: 1rem;
  max-width: 230px;
  min-width: 146px;
  width: -moz-max-content;
  width: max-content;
}

#qcg-component #qr-generator .qr-tool-content-container .qr-enter-content {
  box-shadow: 0 2px 6px #00000026!important;
  min-height: 18.5rem;
}

#qcg-component #qr-generator .qr-tool-content-container .card-accordion {
  box-shadow: 0 2px 6px #00000026!important;
}

#qcg-component #qr-generator .qr-tool-content-variation-container .card-accordion,
#qcg-component #qr-generator .qr-tool-content-variation-container .qr-enter-content {
  background-color: #fafafa;
}

#qcg-component #qr-generator .qr-tool-content-variation-container .card-accordion .card-header:hover {
  background-color: #f6f4f4;
}

#qcg-component #qr-generator .qr-container {
  height: 18.5rem;
  width: 20rem;
}

@media screen and (max-width:767px) {
  #qcg-component #qr-generator .qr-container {
    height: 18rem;
    width: 18rem;
  }
}

#qcg-component #qr-generator .qr-container img {
  width: 16.5rem;
}

#qcg-component #qr-generator .qr-container .qr-overlay {
  filter: blur(2px);
  opacity: .2;
}

#qcg-component #qr-generator #qr-app .btn-app.active {
  border-color: #c0392b!important;
  color: #c0392b;
}

#qcg-component #qr-generator #qr-app .btn-app.active img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3064%) hue-rotate(335deg) brightness(94%) contrast(99%);
}

#qcg-component #qr-generator .dateTime {
  height: 0;
}

#qcg-component #qr-generator #qr-vCard .image-container {
  display: flex;
  height: 350px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
}

#qcg-component #qr-generator #qr-vCard .image-wrapper {
  flex: 0 0 calc(30% - 20px);
  overflow-y: auto;
}

@media (max-width:991px) {
  #qcg-component #qr-generator #qr-vCard .image-wrapper {
    flex: initial;
    min-width: 180px;
  }
}

#qcg-component #qr-generator #qr-vCard .template-img {
  display: block;
  height: auto;
  max-width: 100%;
}

#qcg-component #qr-generator #qr-vCard .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

#qcg-component #qr-generator #qr-vCard .hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#qcg-component .social-media-card {
  cursor: pointer;
  height: 45px;
  width: 45px;
}

#qcg-component #plans .cardContainer {
  padding: .6rem;
}

#qcg-component #toolModal .custom-modal-body {
  background-position: bottom;
  background-repeat: no-repeat;
}

#qcg-component #toolModal #toolModal-bannerImg {
  height: 460px;
}

#qcg-component #toolModal #toolModal-bannerImg img,
#qcg-component #toolModal #toolModal-bannerImg source {
  max-height: 460px;
}

#qcg-component #overlay {
  filter: blur(1px);
  opacity: .2;
}

#qcg-component #faq2 {
  background-color: #f2f2f2;
}

#qcg-component .form-label {
  font-size: 1.125rem;
  font-weight: 700;
}

#qcg-component .mob-icon-filter {
  filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3064%) hue-rotate(335deg) brightness(94%) contrast(99%);
}

#qcg-component .social-media-icon {
  border: .5px solid #d8d8d8;
  height: 48px;
  width: 48px;
}

#qcg-component .social-media-icon:active {
  border-color: #121314;
}

#qcg-component .social-media-icon img {
  max-height: 100%;
  max-width: 100%;
}

#qcg-component .box-shadow-none {
  box-shadow: none!important;
}

#qcg-component .is-invalid {
  border: 1px solid #dc3545!important;
}

#qcg-component .form-control.is-invalid:focus,
#qcg-component .is-invalid,
#qcg-component .is-invalid.focus {
  box-shadow: 0 0 0 3px #dc354533!important;
}

#qcg-component .form-control.is-invalid:focus {
  background-image: none!important;
  border-color: #dc3545!important;
}

#qcg-component .input-status-icon {
  pointer-events: none;
  z-index: 2;
}

#qcg-component #mobile-category-select {
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  padding: 10px;
}

#qcg-component .category-item.active,
.progress-container {
  background-color: #f0f0f0;
}

.progress-container {
  border-radius: 2px;
  overflow: hidden;
  width: 215px;
}

.progress-bar {
  background-color: #f87271;
  border-radius: 2px;
  color: #fff;
  height: 8px;
  line-height: 30px;
  text-align: center;
  width: 0;
}

@keyframes fill {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (min-width:992px) {
  .progress-container {
    width: 200px;
  }
}

.loaderQRPreview {
  animation: spin 2s linear infinite;
  border: 6px solid #c0392b;
  border-radius: 50%;
  border-top-color: #121314;
  height: 38px;
  position: absolute;
  width: 38px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes animate {
  0% {
    opacity: 1;
    transform: translate(0) rotate(0) scale(.91) skew(0);
  }

  4% {
    transform: translate(0) rotate(0) scale(.91);
  }

  14% {
    transform: translate(0) rotate(0) scale(.93);
  }

  18% {
    transform: translate(0) rotate(0) scale(.94);
  }

  22% {
    animation-timing-function: cubic-bezier(.67,.66,.34,.33);
    transform: translate(0) rotate(0) scale(.96);
  }

  26% {
    transform: translate(0) rotate(0) scale(.97);
  }

  30% {
    transform: translate(0) rotate(0) scale(.99);
  }

  34% {
    animation-timing-function: cubic-bezier(.65,.71,.32,.38);
    transform: translate(0) rotate(0) scale(1.01);
  }

  40% {
    animation-timing-function: cubic-bezier(.64,.74,.31,.41);
    transform: translate(0) rotate(0) scale(1.02);
  }

  46% {
    animation-timing-function: cubic-bezier(.6,.91,.23,.63);
    transform: translate(0) rotate(0) scale(1.03);
  }

  50% {
    transform: translate(0) rotate(0) scale(1.03);
  }

  54% {
    transform: translate(0) rotate(0) scale(1.03);
  }

  58% {
    animation-timing-function: cubic-bezier(.69,.6,.35,.27);
    transform: translate(0) rotate(0) scale(1.03);
  }

  64% {
    transform: translate(0) rotate(0) scale(1.01);
  }

  68% {
    transform: translate(0) rotate(0) scale(1);
  }

  72% {
    animation-timing-function: cubic-bezier(.67,.66,.34,.33);
    transform: translate(0) rotate(0) scale(.98);
  }

  76% {
    animation-timing-function: cubic-bezier(.66,.68,.33,.35);
    transform: translate(0) rotate(0) scale(.97);
  }

  82% {
    animation-timing-function: cubic-bezier(.65,.71,.32,.38);
    transform: translate(0) rotate(0) scale(.94);
  }

  88% {
    animation-timing-function: cubic-bezier(.65,.73,.31,.4);
    transform: translate(0) rotate(0) scale(.92);
  }

  94% {
    animation-timing-function: cubic-bezier(.63,.8,.28,.48);
    transform: translate(0) rotate(0) scale(.91);
  }

  to {
    animation-timing-function: cubic-bezier(.63,.8,.28,.48);
    transform: translate(0) rotate(0) scale(.91);
  }
}

#searchBtn:hover .proIcon,
#uploadAudioBtn:hover .proIcon,
#uploadDocBtn:hover .proIcon,
#uploadImgBtn:hover .proIcon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7498%) hue-rotate(258deg) brightness(100%) contrast(112%)!important;
}

.splide .splide__arrow {
  background: #f2f2f2!important;
  height: 4em!important;
  top: 46%!important;
  width: 4em!important;
}

.splide .splide__arrow svg {
  fill: #121314!important;
}

.splide .splide__pagination__page.is-active {
  background: #c0392b!important;
  transform: none!important;
}

.splide .splide__pagination__page {
  background: #979797!important;
  height: 12px!important;
  opacity: 1!important;
  width: 12px!important;
}

@media screen and (max-width:575px) {
  .splide .splide__arrow {
    height: 2.5em!important;
    width: 2.5em!important;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-usage .splide__arrows .splide__arrow {
    top: 104%!important;
  }

  #slider-usage .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-usage .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-usage .card {
  height: 100%;
}

#use-cases .splide .bgImage {
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 100%;
}

#use-cases .use-case-menu .active {
  background: #fff;
  box-shadow: 0 2px 12px #00000026;
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-testimonial .splide__arrows .splide__arrow {
    top: 105%!important;
  }

  #slider-testimonial .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-testimonial .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

@media screen and (min-width:576px) {
  #slider-brands.splide .splide__track {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-brands.splide .card {
    height: 65px!important;
    width: 125px!important;
  }

  #slider-brands.splide .card picture {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #slider-brands.splide .card picture img {
    max-width: 80%;
  }

  #slider-brands.splide .splide__arrows .splide__arrow {
    top: 100%!important;
  }

  #slider-brands.splide .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-brands.splide .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-brands.splide .card {
  border: .25px solid #d8d8d8;
  height: 88px;
  width: 214px;
}

#slider-brands.splide img,
#slider-brands.splide picture {
  margin: auto;
}

#slider-brands.splide .splide__pagination {
  bottom: -1.5em;
}

@media screen and (min-width:576px) {
  #slider-blogs.splide .splide__track {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  #slider-blogs.splide .splide__arrows .splide__arrow {
    top: 100%!important;
  }

  #slider-blogs.splide .splide__arrows .splide__arrow--prev {
    left: 38%!important;
  }

  #slider-blogs.splide .splide__arrows .splide__arrow--next {
    right: 38%!important;
  }
}

#slider-blogs.splide .splide__pagination {
  bottom: -1.5em;
}

.hover-light:hover {
  box-shadow: 0 0 8px #fff7!important;
  color: #c0392b!important;
}

.hover-light:hover svg {
  fill: #c0392b!important;
}

:root {
  --bs-modal-header-border-width: 1px;
  --bs-modal-header-border-color: #dee2e6;
}

.custom-accordion-container .accordion-item {
  background-color: #f2f2f2;
  border-bottom: 2px solid hsla(0,0%,85%,.5)!important;
  cursor: pointer;
  transition: .3s ease;
}

.custom-accordion-container .accordion-item.active {
  background-color: #f2f2f2;
  border-top: 2px solid #121314!important;
}

.custom-accordion-container .accordion-item.active .accordion-header {
  background-color: #f2f2f2;
}

.custom-accordion-container .accordion-item.active .accordion-header .header {
  color: #c0392b;
}

.custom-accordion-container .accordion-item.active .accordion-header {
  padding: 4rem 2rem 0;
}

.custom-accordion-container .accordion-item.active .accordion-header .icon:before {
  background-color: #c0392b;
  color: #fff;
  content: "×";
  font-size: 2rem;
  transition: transform .6s ease;
}

.custom-accordion-container .accordion-item.active .accordion-content {
  margin: 1rem 2rem 4rem!important;
  transition: .3s ease;
}

@media screen and (max-width:575px) {
  .custom-accordion-container .accordion-item.active .accordion-header {
    padding: 2rem 1rem 0;
  }

  .custom-accordion-container .accordion-item.active .accordion-content {
    margin: 1rem 1rem 2rem!important;
  }
}

.custom-accordion-container .accordion-header {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 4rem 2rem;
  transition: .3s ease;
  width: 100%;
}

.custom-accordion-container .accordion-header .header {
  font-weight: 700;
}

.custom-accordion-container .accordion-header:hover {
  background-color: #f2f2f2;
}

.custom-accordion-container .accordion-content {
  background-color: #f2f2f2;
  max-height: 0;
  overflow: hidden;
  transition: .3s ease;
}

.custom-accordion-container .accordion-header .icon:before {
  background-color: #121314;
  border-radius: 50%;
  color: #fff;
  content: "+";
  font-size: 2rem;
  padding: .2rem .8rem;
  transform: rotate(45deg);
}

@media screen and (max-width:575px) {
  .custom-accordion-container .accordion-header {
    padding: 2rem;
  }

  .custom-accordion-container .accordion-header .icon:before {
    font-size: 1.5rem!important;
    padding: 0 .5rem!important;
  }
}

.custom-accordion-container-2 .accordion-item {
  border-top: .5px solid #d8d8d8;
  cursor: pointer;
  padding: 1.5rem 1rem;
}

.custom-accordion-container-2 .accordion-item:last-child {
  border-bottom: .5px solid #d8d8d8;
}

.custom-accordion-container-2 .accordion-item.active .accordion__question {
  color: #c0392b;
}

.custom-accordion-container-2 .accordion-item:hover {
  background-color: #e9e8e8;
}

.custom-accordion-container-2 .accordion__header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.custom-accordion-container-2 .accordion__header svg {
  flex-shrink: 0;
}

.custom-accordion-container-2 .accordion__answer {
  padding: 1rem 0;
}

.custom-accordion-container-2 .accordion__content {
  height: 0;
  overflow: hidden;
  transition: .4s ease-in-out;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (max-width:575px) {
  .button-block {
    width: 100%;
  }
}

.hvr-grow {
  transition: all .2s ease-in-out;
}

.hvr-grow:hover {
  transform: scale(1.04);
}

@media (min-width:576px) {
  .w-sm-85 {
    width: 85%;
  }
}

@media (min-width:768px) {
  .w-md-50 {
    width: 50%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-65 {
    width: 65%;
  }

  .w-md-75 {
    width: 75%;
  }

  .w-md-85 {
    width: 85%;
  }

  .w-md-48 {
    width: 48%;
  }

  .w-md-90 {
    width: 90%;
  }

  .w-md-30 {
    width: 30%;
  }
}

@media (min-width:992px) {
  .w-lg-80 {
    width: 80%;
  }

  .w-lg-50 {
    width: 50%;
  }

  .w-lg-60 {
    width: 60%;
  }
}

@media (min-width:1200px) {
  .w-xl-75 {
    width: 75%;
  }
}

@media (min-width:992px) {
  .w-lg-75 {
    width: 75%;
  }
}

.box-shadow-1 {
  box-shadow: 0 2px 6px #00000026!important;
}

.flex-basis-0 {
  flex-basis: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 3px #6d626333!important;
}

.popover-container {
  display: inline-block;
  position: relative;
}

.popover-trigger {
  cursor: pointer;
}

.popover-primary svg:hover path {
  fill: #121314;
}

.popover-content {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 5px #0000001a;
  display: none;
  position: absolute;
  white-space: normal;
  width: 300px;
  z-index: 4;
}

.popover-arrow {
  background: #fff;
  display: none;
  height: 12px;
  position: absolute;
  rotate: 45deg;
  width: 12px;
  z-index: 10;
}

.popover-arrow.right {
  box-shadow: 1px -1px 2px #0000001a;
  left: -18px;
  top: 0;
}

.popover-arrow.left {
  box-shadow: -1px 2px 2px #0000001a;
  right: -18px;
  top: 0;
}

.popover-container:hover .popover-arrow,
.popover-container:hover .popover-content {
  display: block;
}

#atf {
  background-image: url(../images/pages/home/atf-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#atf .atf-container {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

#atf .box-circle {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  margin: auto auto .25rem;
  text-align: center;
  width: 4.5rem;
}

#atf .element {
  position: absolute;
  text-align: center;
}

#atf .element.active svg path {
  fill: #c0392b;
}

#atf .left-content {
  flex: 1;
}

#atf .right-content {
  min-height: 40rem;
  width: 50rem;
}

#atf .right-content .element:first-child {
  left: 4%;
  top: 22%;
}

#atf .right-content .element:nth-child(2) {
  left: -7%;
  top: 43%;
}

#atf .right-content .element:nth-child(3) {
  left: -12%;
  top: 64%;
}

#atf .right-content .element:nth-child(4) {
  left: -8%;
  top: 84%;
}

#atf .right-content .element:nth-child(5) {
  right: 23%;
  top: 22%;
}

#atf .right-content .element:nth-child(6) {
  right: 11%;
  top: 43%;
}

#atf .right-content .element:nth-child(7) {
  right: 4%;
  top: 64%;
}

#atf .right-content .element:nth-child(8) {
  right: 4%;
  top: 84%;
}

@media screen and (min-width:992px) and (max-width:1300px) {
  #atf .right-content {
    margin: 2rem auto 6rem;
    max-width: 30rem;
    min-height: 20rem;
    width: 100%;
  }

  #atf .right-content .element:first-child {
    left: 0;
    top: 25%;
  }

  #atf .right-content .element:nth-child(2) {
    left: -7%;
    top: 50%;
  }

  #atf .right-content .element:nth-child(3) {
    left: -12%;
    top: 75%;
  }

  #atf .right-content .element:nth-child(4) {
    left: -8%;
    top: 100%;
  }

  #atf .right-content .element:nth-child(5) {
    right: 23%;
    top: 25%;
  }

  #atf .right-content .element:nth-child(6) {
    right: 11%;
    top: 50%;
  }

  #atf .right-content .element:nth-child(7) {
    right: 4%;
    top: 75%;
  }

  #atf .right-content .element:nth-child(8) {
    right: 4%;
    top: 100%;
  }

  #atf .right-content .icon-label {
    font-size: 12px;
  }

  #atf .box-circle {
    height: 3.5rem;
    width: 3.5rem;
  }

  #atf .element svg {
    width: 2rem;
  }

  #atf .hand-mobile {
    margin-bottom: -6rem;
  }

  #atf .hand-mobile img {
    max-width: 25rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

@media screen and (min-width:575px) and (max-width:991px) {
  #atf .right-content {
    margin: 2rem auto 6rem;
    max-width: 30rem;
    min-height: 18rem;
    width: 100%;
  }

  #atf .right-content .element:first-child {
    left: 25%;
    top: 0;
  }

  #atf .right-content .element:nth-child(2) {
    left: 3%;
    top: 25%;
  }

  #atf .right-content .element:nth-child(3) {
    left: 0;
    top: 60%;
  }

  #atf .right-content .element:nth-child(4) {
    bottom: -22%;
    left: 6%;
    top: auto;
  }

  #atf .right-content .element:nth-child(5) {
    right: 33%;
    top: 0;
  }

  #atf .right-content .element:nth-child(6) {
    right: 10%;
    top: 22%;
  }

  #atf .right-content .element:nth-child(7) {
    right: 1%;
    top: 55%;
  }

  #atf .right-content .element:nth-child(8) {
    bottom: -18%;
    right: 3%;
    top: auto;
  }

  #atf .right-content .icon-label {
    font-size: 12px;
  }

  #atf .box-circle {
    height: 3.5rem;
    width: 3.5rem;
  }

  #atf .element svg {
    width: 2rem;
  }

  #atf .hand-mobile {
    margin-bottom: -6rem;
  }

  #atf .hand-mobile img {
    margin-left: 2rem;
    max-width: 18rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

@media screen and (max-width:575px) {
  #atf .right-content {
    margin: 2rem auto 6rem;
    max-width: 22rem;
    min-height: 13rem;
    width: 100%;
  }

  #atf .right-content .element:first-child {
    left: 25%;
    top: 0;
  }

  #atf .right-content .element:nth-child(2) {
    left: 3%;
    top: 25%;
  }

  #atf .right-content .element:nth-child(3) {
    left: 0;
    top: 60%;
  }

  #atf .right-content .element:nth-child(4) {
    bottom: -28%;
    left: 6%;
    top: auto;
  }

  #atf .right-content .element:nth-child(5) {
    right: 33%;
    top: 0;
  }

  #atf .right-content .element:nth-child(6) {
    right: 10%;
    top: 20%;
  }

  #atf .right-content .element:nth-child(7) {
    right: 1%;
    top: 56%;
  }

  #atf .right-content .element:nth-child(8) {
    bottom: -26%;
    right: -1%;
    top: auto;
  }

  #atf .right-content .icon-label {
    font-size: 11px;
  }

  #atf .box-circle {
    height: 2.7rem;
    width: 2.7rem;
  }

  #atf .element svg {
    width: 1.5rem;
  }

  #atf .hand-mobile {
    margin-bottom: -6rem;
  }

  #atf .hand-mobile img {
    margin-left: 2rem;
    max-width: 13rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

#use-cases {
  top: 68px;
}

#use-cases .custom-font {
  font-size: .9rem;
}

@media screen and (max-width:767px) {
  #use-cases .custom-font {
    font-size: .65rem;
  }
}

#use-cases .splide .card {
  border: none;
  box-shadow: 0 2px 10px #00000026;
}

#use-cases .splide .img-container {
  background-image: url(../images/pages/home/bg_use_case_restaurant.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#use-cases .use-case-menu {
  background: #fff;
  box-shadow: 0 2px 12px #00000026;
}

#use-cases .use-case-menu .active {
  border-bottom: 5px solid #c0392b!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #c0392b;
}

#use-cases .use-case-menu .active svg {
  fill: #c0392b;
}

#use-cases .use-case-menu .active p {
  color: #c0392b;
}

#use-cases .use-case-menu a {
  height: 100%;
}

@media (min-width:992px) {
  #use-cases .use-case-menu li {
    border-right: .5px solid #d8d8d8;
  }

  #use-cases .use-case-menu li:last-child {
    border-right: none;
  }
}

@media (max-width:991px) {
  #use-cases .use-case-menu li {
    border-bottom: .5px solid #d8d8d8;
    border-right: .5px solid #d8d8d8;
  }
}

#cta {
  background-color: #c0392b;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-shadow-top-inverse {
  box-shadow: inset 0 2px 15px #00000026;
}

.bg-translucent {
  background-color: #0000001a;
}

.max-w-500px {
  max-width: 500px;
}

.custom-arrow .carousel-control-next-icon,
.custom-arrow .carousel-control-prev-icon {
  display: none!important;
}

.custom-arrow {
  height: 50px;
  position: absolute;
  top: 105%;
  width: 50px;
}

.custom-arrow:after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}

.custom-prev {
  left: calc(50% - 50px);
  transform: rotate(-45deg);
}

.custom-next {
  right: calc(50% - 50px);
  transform: rotate(135deg);
}

.customer-review-img {
  border-radius: 50%;
  box-shadow: 0 0 3px #aaa;
  height: 60px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translate(-50%);
  width: 60px;
}

.custom-arrow-2 .carousel-control-next-icon,
.custom-arrow-2 .carousel-control-prev-icon {
  display: none!important;
}

.custom-arrow-2 {
  background-color: #fff;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  top: 45%;
  width: 50px;
}

.custom-arrow-2:after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

.custom-prev-2 {
  left: 2%;
  transform: rotate(-45deg);
}

.custom-next-2 {
  right: 2%;
  transform: rotate(135deg);
}

.arrow-left:after,
.arrow-right:after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 25px;
  margin: 30px auto;
  width: 25px;
}

.arrow-right,
.long-arrow-right {
  transform: rotate(135deg);
}

.slider .active {
  background: #fff!important;
  border-bottom: 5px solid #c0392b!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 -2px 12px #00000026;
  color: #c0392b;
  z-index: 9;
}

.slider .active svg {
  fill: #c0392b;
}

.slider .active p {
  color: #c0392b;
}

.slider a {
  height: 100%;
}

#create-steps {
  background-image: url(../images/common/bg_3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#create-steps .line-top {
  left: 20%;
  top: -15px;
  width: 25%;
}

#create-steps .line-bottom {
  right: 20%;
  top: 3.2rem;
  width: 22%;
}

.grey-illustrations-bg {
  background-image: url(../images/common/bg_3.webp);
}

.black-illustrations-bg,
.grey-illustrations-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.black-illustrations-bg {
  background-image: url(../images/common/bg_5.webp);
}

.circle {
  border: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.bg-grey {
  background: #c8c8c8!important;
}

@media screen and (max-width:767px) {
  .slider-sm-arrows {
    bottom: 40px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 150px;
  }
}

@media screen and (min-width:767px) {
  .position-md-absolute {
    position: absolute;
  }
}

.hover-effect:hover h6 {
  background-color: #c0392b!important;
  color: #fff!important;
}

.max-w-245px {
  max-width: 245px!important;
}

.overlay {
  background: #000000b3;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(.975);
  transition: .5s ease;
  z-index: 10;
}

.overlay-container:hover .overlay {
  opacity: 1;
}

.beta-tag {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: small;
  padding: 0 8px;
  position: absolute;
  right: -52px;
}

#multiple-design-options .options-card .card {
  min-height: 242px;
}

#multiple-design-options .options-card:hover .text-container {
  background-color: #c0392b;
  color: #fff;
}

.marquee_container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.marquee_wrapper {
  animation: marquee 30s linear infinite;
  display: inline-flex;
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-50%,0,0);
  }
}