@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Gambetta-Regular';
  src: url('../fonts/Gambetta-Regular.woff') format('woff'),
       url('../fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-Medium';
  src: url('../fonts/Gambetta-Medium.woff') format('woff'),
       url('../fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

html,
body {font-family: "Satoshi-Medium", sans-serif;}
.font-archivo, .font h5, h6, p, span, ul li {font-family: "Archivo", serif;}
button, input, optgroup, select, textarea {font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;}
h4 {font-size: 2.28rem;}
h2 {font-size: 3.56rem;}
h3 {font-size: 2.92rem;}
h5 {font-size: 1.64rem;}
h1, h3, h4, h5, h6, p {line-height: 150%;font-weight: 300;}
h6 {font-size: 1rem;}
ul:not(.browser-default) {padding-left: 0;list-style-type: none;}
.header-navbar {background-color: #FFFFFF;position: relative;padding: 18px 10px;}
.header-navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {display: none;}
.header-navbar .navbar-nav .nav-item .nav-link {margin: 0 0.5rem;color: #4A4C56;font-weight: 500;background: transparent;border-radius: 12px;padding: 6px 16px;transition: all .1s linear;}
.header-navbar .navbar-nav .nav-item .nav-link:hover {color: #5835F3;}
.header-navbar .navbar-nav .nav-item .nav-link.active {color: #5835F3;background: #6E55FF10;}
.header-navbar .navbar-nav .dropdown-menu {background-color: #1f1f1f;}
.header-navbar .navbar-nav .dropdown-menu .dropdown-item {color: #ffffff;}
.header-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {background-color: #050505;}
.header-navbar .navbar-toggler {background-color: #ffffff; border: 0; padding: 0;}
.container {max-width: 85%;}
@keyframes infiniteLoop {
  0% {
      transform: translate3d(0, 0, 0);
  }.
  100% {
      transform: translate3d(calc(-100px * 10), 0, 0);
  }
}
/* Custom styling for slider */
.slick-slide img {margin: auto;}
.slick-slide .slick-active .img {transform: scale(1.5);}
.hero-sec {background:url('../images/home/ai-img.png');background-size: cover;position: relative;padding-top: 50px;padding-bottom: 0px;overflow: hidden;}
.hero-sub-head {font-weight: 400;color: #fff;font-size: 18px;margin-bottom: 1.65rem !important;line-height: 150%;display: flex;align-items: center;gap: 5px;}
.hero-head {font-weight: 600; font-style: italic; color: #fff;line-height: 150%;font-size: 3.369rem;margin-bottom: 100px;font-family: Satoshi-Medium, sans-serif;}
.hero-head span {font-family: Gambetta-Regular, sans-serif;}
section {padding: 2rem 0 4rem; scroll-margin-top: 100px;}
@media (min-width: 1541px) {
  .hero-sec {height: 850px; position: relative;}
  .hero-sec .container, .hero-sec .container .row {height: 100%;}
  .hero-right-side-img {position: absolute; right: 0; top: 50px; min-height: 750px;}
  .hero-head {margin-bottom: 13rem;}
}
.busi-ser-content {color: #000;background:url('../images/home/service-bg.png');padding: 6rem 0 4rem;}
.service-head-main {font-size: 52px !important;color: #000 !important;line-height: 110% !important;font-family: Satohi-Medium, sans-serif;}
.feat-head-main {font-size: 48px !important;}
.service-head-main span {font-family: Gambetta-Medium, sans-serif;color: #5835F3;font-style: italic;}
.heading {position: relative;margin-bottom: 25px;}
.center, .center-align {text-align: center;}
.form-group {display: flex;justify-content: space-between;}
label {font-family: Satoshi-Regular, sans-serif;font-size: 1rem;}
form {
  padding: 56px;
  background: url('../images/home/form-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

input:not([type]), input[type=date]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=email]:not(.browser-default), input[type=number]:not(.browser-default), input[type=password]:not(.browser-default), input[type=search]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=text]:not(.browser-default), input[type=time]:not(.browser-default), input[type=url]:not(.browser-default), textarea.materialize-textarea {
  border-radius: 0.75rem;
  border-bottom-color: #C1B6EB;
  outline: 0;
  padding: 15px 20px !important;
  height: auto;
  width: 85%;
  color: #1D2939;
  font-size: 1rem;
  margin: 0 0 20px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
}

textarea {
  border-radius: 0.75rem !important;
  border-bottom-color: #C1B6EB !important;
  outline: 0;
  padding: 15px 20px !important;
  color: #1D2939;
  font-size: 1rem;
  margin: 0 0 20px;
  box-shadow: none;
  transition: all .3s;
  resize: none;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
  opacity: 1;
}

::-webkit-scrollbar-track {
  background: #c5c5c5;
  border: 0 solid #fff;
}
.industry-slider::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #232529;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: #6460FE;
  border: 0 solid #fff;
}
.industry-slider::-webkit-scrollbar-thumb {
  background-color: #6460FE;
  border-radius: 50px;
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.service-sub-head {
  font-size: 18px;
  color: #53556F;
  margin-right: 15%;
}
.feat-sub-head {
  font-size: 16px;
  margin-right: 0;
}

.feat-subhead {
  font-size: 18px;
  color: #5835F3;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-family: "DM Sans", serif;
}

.process-dark-heads h3, .service-col-main h3 {
  font-weight: 300;
  font-style: 34px;
  margin: 1.9466666667rem 0 1.168rem;
}
a {
  text-decoration: none;
  color: #039be5;
  -webkit-tap-highlight-color: transparent;
}
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.625rem 1.5em;
  text-decoration: none;
  text-align: center;
  background-position: 100%;
  background-size: 400%;
  transition: background .3s ease-in-out;
  border-radius: 0.5rem;
}
.fourth-dynamo {
  border-color: #5129FF;
  color: #fff;
  background-image: linear-gradient(45deg, #5129FF 50%, transparent 0);
}
.btn-dynamo {
  background-color: transparent;
  border: 1px solid #D2D2D5;  
  color: #1D1F2C;
  cursor: pointer;
  margin-inline: 0.5rem;
}
.fourth-dynamo:hover {
  background-position: -3px 0;
  border-color: #D2D2D5;
}
.fourth-dynamo-two {
  border-color: #D2D2D5;
  color: #fff;
  background-image: linear-gradient(45deg, white 50%, transparent 0);
}
.btn-dynamo-two {
  background-color: #5129FF;
  border: 1px solid #5129FF;
  color: #ffffff;
  margin-inline: 0.5rem;
  box-shadow: inset -4px -2px 4px rgba(215, 208, 255, 0.5),inset 0 4px 4px rgba(215, 208, 255, 0.18);
}
.btn-dynamo-three {
  background-color: #FFFFFF;
  border: 2px solid #D2D2D5;
  color: #5138EE;
  margin-inline: 0.5rem;
  box-shadow: inset -4px -2px 4px rgba(215, 208, 255, 0.5),inset 0 4px 4px rgba(215, 208, 255, 0.18);
  padding: 15px 24px;
}
.fourth-dynamo-two:hover {
  background-position: 0 0;
  border-color: #D2D2D5;
}
.btn-dynamo:focus, .btn-dynamo:hover {
  color: #fff;
  outline: 0;
}
.contactless-head {
  font-family: Satohi-Medium, sans-serif;
  font-size: 18px;
  line-height: 140%;
  margin-block: 1rem;
}
.contactless-para {
  font-size: 1rem;
  line-height: 160%;
  color: #4A4C56;
  margin-bottom: 0;
}
.solution-sec {
  padding-block: 100px;
}
.solution-row-main {
  background: url('../images/home/solution-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  border-radius: 32px;
}
.solution-box {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DBD3FF;
}
.solution-box .solution-head {
  color: #242744;
  font-family: Satohi-medium, sans-serif;
  font-size: 24px;
  line-height: 150%;
}
.solution-para {
  color: #53556F;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}
.solution-special-box {
  background:url('../images/home/solution-special-img.png');
  background-repeat: no-repeat;
  height: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 16px;
  padding: 100px 24px;
}
.solution-special-box img {
  position: absolute;
  z-index: -1;
}
.solution-special-box h5 {
  color: #ffffff;
}
.solution-special-box h4 {
  color: #ffffff;
  font-size: 46px;
  margin-bottom: 90px;
}
.solution-special-box h4 span {
  font-family: Gambetta-Medium, sans-serif;
}
.how-work-sec {
  text-align: center;
  background:url('../images/home/brush.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 7rem;
  background-position-y: bottom;
}
.how-work-sec .video-box {
  max-width: 75%;
  margin: auto;
  border-radius: 40px;
  background: #F6F6FF;
  padding: 18px;
}
@media (max-width: 767px) {
  .how-work-sec .video-box {
    max-width: 100%;
  }
  .how-work-sec {
    background-size: auto;
  }
}
.how-work-sec .video-box iframe {
  width: 100%;
  min-height: 557px;
  border-radius: 30px;
}
.how-work-sec h4 {
  font-size: 50px;
  color: #1D1F2C;
  font-family: Satohi-medium, sans-serif;
  margin-bottom: 48px;
}
.how-work-sec h4 span {
  font-family: Gambetta-Medium, sans-serif;
  font-style: italic;
  color: #5835F3;
}

.brand-sec {
  background: #F7F6FF;
  padding: 60px 0 37px;
  position: relative;
}
.brand-sec .short-logo {
  position: absolute;
  top: -30%;
}
.brand-sec h4 {
  margin: 0;
  font-size: 20px;
}

.brandsCarousel {
  max-width: 1180px;
  max-height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.brandsCarousel::before,
.brandsCarousel::after {
  content: "";
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, rgba(247, 246, 255, 1) 0%, rgba(250, 250, 240, 0) 100%);
  position: absolute;
  z-index: 2;
}

.brandsCarousel::before {
  top: 0;
  left: 0;
}

.brandsCarousel::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}

.carouselTrack {
  width: calc(100px * 20);
  animation: infiniteLoop 10s linear infinite;
  animation-fill-mode: forwards;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 72px;
}
.brandLogo {
  width: 200px;
  height: 50px;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.brand-col-main {
  position: absolute;
  right: 0;
  top: 40%;
}

.intuitive-sec {
  background: url('../images/home/intuitive-bg.png');
  background-repeat: no-repeat;
  /* margin: 20px 0; */
  padding-block: 76px;
}
.pricing-sec {
  background-image: none;
  background-color: #F8F8FF;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.pricing-sec .price-row {
  padding: 16px;
  border-radius: 18px;
}
.pricing-sec h4 {
  margin-bottom: 14px;
}
.pricing-sec h6 {
  color: #5835F3;
  margin: 0;
  margin-bottom: 2rem;
  font-family: Satoshi-Medium, sans-serif;
}
.pricing-sec .plan-box {
  min-height: 292px;
  padding: 24px 16px;
  border: 1px solid #E5EFFF;
  border-radius: 12px;
  width: 240px;
}
@media (min-width: 1541px) {
  .pricing-sec .plan-box {width: 19%;}
  .container {max-width: 80%;}
  .pricing-sec .plan-box {padding: 24px 24px;}
}
.pricing-sec .plan-box:hover {
  background: url('../images/home/card.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-sec .plan-box .title-sub-title h5 {
  font-size: 26px;
  font-family: Satohi-Medium, sans-serif;
  text-align: left;
}
.pricing-sec .plan-box:hover .title-sub-title h5,.pricing-sec .plan-box:hover .title-sub-title h6,.pricing-sec .plan-box:hover .title-sub-title h6 span,.pricing-sec .plan-box:hover .price-box h4,.pricing-sec .plan-box:hover .price-box h4 span {
  color: #ffffff;
}

.pricing-sec .plan-box .title-sub-title h6 {
  color: #4A4C56;
  font-weight: 500;
  text-align: left;
  min-height: 80px;
  margin-bottom: 0;
}
.pricing-sec .plan-box .title-sub-title h6 span {
  color: #5835F3;
}
.pricing-sec .plan-box .price-box h4 {
  font-size: 36px;
  text-align: left;
}
.pricing-sec .plan-box .price-box h4 span {
  color: #777980;
  font-style: normal;
  font-family: "Archivo", serif;
  font-size: 18px;
  display: inline-block;
  transform: translateY(-5px);
}
.btn-get {
  background-color: #FBF7FF;
  border: 1px solid #E5EFFF;
  padding: 12px 32px;
  /* border-radius: 8px; */
  color: #5835F3;
  box-shadow: none;
  /* font-size: 16px; */
  /* font-weight: 500; */
  /* transition: all .3s linear; */
}
.btn-get:hover {
  background-color: #5835F3;
  background-image: linear-gradient(45deg, #5835f3 50%, transparent 0);
  box-shadow: inset -4px -2px 4px rgba(215, 208, 255, 0.5),inset 0 4px 4px rgba(215, 208, 255, 0.18);
  border-color: #5835F3;
  color: #E5EFFF;
}
.pricing-sec .plan-box .price-box .btn-get {
  margin: auto;
  border: 0;
  width: 100%;
  justify-content: center;
  border: 1px solid #E5EFFF;
}

.plan-feat {
  margin-top: 42px;
  padding: 0;
}
.plan-feat .plan-feat-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satohi-Medium, sans-serif;
}
.plan-feat .plan-feat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
.plan-feat .plan-feat-list .plan-feat-list-item {
  width: 33%;
  position: relative;
  left: 30px;
}
.plan-feat .plan-feat-list .plan-feat-list-item:nth-last-child(4),.plan-feat .plan-feat-list .plan-feat-list-item:last-child {
  width: 18%;
}
.plan-feat .plan-feat-list .plan-feat-list-item::before {
  content: url('../images/home/check-box.svg');
  position: absolute;
  left: -30px;
}

.subscription {
  margin-top: 32px;
}
.subscription .subscription-head {
  font-size: 24px;
  color: #091725;
  font-family: Satohi-Medium, sans-serif;
  margin-bottom: 24px;
}
.subscription .subscription-box {
  border: 1px solid #E5EFFF;
  background: #fff;
  border-radius: 12px;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.subscription .subscription-box .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  margin-bottom: .125rem;
  text-align: left;
}
.subscription .subscription-box .form-check .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-block: 10%;
  margin-left: -2.25em;
}
.subscription .subscription-box .form-check .form-check-input:checked {
  background-color: #5835F3;
  border-color: #5835F3;
}
.form-check-input:focus {
  border-color: #5835f3;
  outline: 0;
  box-shadow: 0 0 0 .25rem #5835f330;
}
.subscription .subscription-box .form-check label {
  display: inline-block;
  font-size: 20px;
  color: #091725;
  font-family: Satohi-medium, sans-serif;
  line-height: 180%;
}
.subscription .subscription-box .form-check span {
  display: block;
  font-size: 18px;
  line-height: 150%;
  color: #09172596;
}
.subscription-price h5 {
  font-size: 24px;
  font-family: Satoshi-bold,sans-serif;
  color: #5835F3;
  margin-top: 0;
}
.subscription-price h6 {
  color: #091725;
  margin: 0;
}
.subscription-price {
  margin-right: 74px;
}
.contact-head {
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -2px;
  margin-bottom: 76px;
}
.contact-head span {
  font-style: italic;
  color: #5835F3;
  display: block;
}

.contact-box-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-box-main .address-box {
  padding: 24px;
  border: 1px solid #6734FF30;
  border-radius: 24px;
}
.contact-box-main .address-head {
  margin-top: 0;
  font-size: 20px;
  line-height: 100%;
  font-family: Satohi-Medium, sans-serif;
  color: #1D1F2C;
  margin-bottom: 18px;
}
.contact-box-main .address-box .location {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-box-main .address-box .location img {
  width: 40px;
  padding: 2px;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.contact-box-main .address-box .location p {
  margin: 0;
  font-family: Satohi-Medium, sans-serif;
  font-size: 15px;
  line-height: 160%;
  display: block;
  width: 30%;
  color: #4A4C56;
}

.industry-slider::-webkit-scrollbar {
  height: 15px;
}
.sub-ser-pads-one {
  margin-top: 0px !important;
  padding: 0;
  background-repeat: no-repeat;
}
.trago-new-heads-up-two {
  display: flex;
  /* flex-flow: wrap column; */
  gap: 27px;
}
.trago-box {
  background: #ffffff50;
  backdrop-filter: blur(21px);
  border: 1px solid #fff;
  padding: 32px;
  border-radius: 16px;
}
.trago-box img {
  width: 60px;
  height: 60px;
}
.trago-box-head h4 {
  font-size: 24px;
  line-height: 150%;
  font-family: Satoshi-Medium, sans-serif;
  margin-top: 24px;
  margin-bottom: 12px;
}
.trago-box-head p {
    font-weight: 300;
    font-size: 18px;
    color: #434664;
    margin-bottom: 0;
}

.contact-sec {
  padding-top: 72px;
  padding-bottom: 100px;
}
.newsletter-sec {
  padding: 0;
}
.newsletter-sec .newsletter-bg-img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  /* max-height: 350px; */
  border-radius: 30px;
}
.newsletter-sec .newsletter-side-img {
  position: absolute;
  top: -48%;
  right: 0%;
  z-index: 2;
  width: 60%;
}
.newsletter-cont-col {
  z-index: 1;
  transform: translate(15%, 80%);
}
.newsletter-head {
  font-size: 46px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 130%;
}
.newsletter-head span {
  font-style: italic;
  font-family: Gambetta-Medium, sans-serif;
}
.newsletter-field {
  display: flex;
  align-items: center;
  position: relative;
}
.newsletter-field input.form-control {
  margin: 0;
}
.newsletter-field .btn.btn-dynamo-two.fourth-dynamo-two {
  transform: translateX(-115%);
}

.footer-for-new {
  background-color: #171717;
  background: url('../images/home/footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20rem 15px 1px;
  margin-bottom: 0;
}
.ftr-desc {
  font-family: Satoshi-Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #F5FBFF;
  font-weight: 100;
  margin-top: 13px;
  max-width: 50%;
}

.footer-ultrado h6 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  font-family: "Archivo", serif;
  color: #F5FBFF;
}
.footer-ultrado p {
  color: #D4E5F6;
  font-size: 16px;
}
.footer-ultrado p a, .footer-ultrado-new p a {
  color: #D4E5F6;
}
.dropdown-toggle::after {
  transform: translateY(2px);
}
.footer-ultrado h6 a:hover {
  color: #ffffff;
}
.footer-ultrado p a:hover, .footer-ultrado-new p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.ftr-social {
  display: flex;
  gap: 10px;
}
.lower-panel-footer {
  text-align: center;
}

.footer-new-social-links {
  margin-top: 18px !important;
}
.footer-new-social-links li a {
  vertical-align: middle;
}
.icon-para-footer-text {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
}
.icon-para-footer-text-new a {
  font-size: 14px;
  font-family: Satoshi-Regular, sans-serif;
  color: #D4E5F6;
}
.nopadding {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .container {max-width: 100%;}
  .header-navbar .navbar-collapse {
    position: absolute;
    top: 60px;
    background: #ffffff;
    width: 0;
    height: 93vh !important;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s linear;
  }
  .header-navbar .navbar-nav {margin-top: 2rem; gap: 1.5rem;}
  .header-navbar .navbar-collapse.show {
    width: 100%;
  }
  .header-navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
  }
  .hero-sec {
    background-position: bottom center;
    padding-bottom: 66px;
  }
  .hero-sec .row {
    flex-direction: column-reverse;
  }
  .hero-sec img {
    max-width: 100%;
    transform: translateX(24px);
  }
  .hero-head {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .hero-sub-head {
    margin: 1.46rem 0 0 !important;
    padding: 0px;
    font-size: 18px;
    width: 100%;
  }
  .busi-ser-content {
    padding: 4rem 0 4rem;
  }
  .service-head-main {
    font-size: 28px !important;
    line-height: 140% !important;
  }
  .service-sub-head {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .service-sub-head:last-child {
    margin-bottom: 0;
  }
  .busi-ser-content .service-sub-head:last-child {
    margin-bottom: 48px;
  }
  .heading {margin-bottom: 16px;}
  .feat-sec {
    padding-block: 0;
  }
  .solution-sec {
    padding-block: 64px;
  }
  .solution-row-main {margin-inline: 0;padding-block: 12px;}
  .solution-special-box {padding-block: 70px;}
  .solution-row-main .solution-col-main:first-child {
    order: 2;
    margin-block: 24px;
  }
  .solution-row-main .solution-col-main:nth-child(2) {
    order: 1;
  }
  .solution-row-main .solution-col-main:nth-child(3) {
    order: 3;
  }
  .solution-row-main .solution-col-main:nth-child(4) {
    order: 4;
    margin-block: 24px;
  }
  .solution-row-main .solution-col-main:nth-child(5) {
    order: 5;
  }
  .solution-special-box h5 {font-size: 20px;}
  .solution-special-box h4 {font-size: 42px;line-height: 130%; margin-bottom: 70px;}
  .how-work-sec {padding-top: 0;}
  .how-work-sec h4 {font-size: 32px; line-height: 130%; margin-bottom: 32px;}
  .brand-col-main {position: static; margin-top: 32px;}
  .brandsCarousel {max-height: 100%;}
  .carouselTrack {
    width: 100%;
    animation: none;
    gap: 13px;
    flex-wrap: wrap;
  }
  .brandLogo {
    width: auto;
    height: auto;
  }
  .brandsCarousel::before,.brandsCarousel::after {display: none;}
  .brand-sec h4 {text-align: center;}
  .brand-sec .short-logo {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .feat-sec.intuitive-sec {
    padding-block: 44px;
    background: none;
  }
  .how-work-sec.pricing-sec {
    padding-block: 64px;
  }
  .how-work-sec.pricing-sec h4 {
    margin-bottom: 14px;
  }
  .pricing-sec .plan-box {
    width: 100%;
    /* max-width: 303px; */
    margin: auto;
    text-align: left;
  }
  .price-box {margin-top: 3.5rem;}
  .pricing-sec .plan-box .price-box .btn-get {
    width: 100%;
    justify-content: center;
  }
  .plan-feat .plan-feat-list {
    flex-direction: column;
  }
  .plan-feat .plan-feat-list .plan-feat-list-item,.plan-feat .plan-feat-list .plan-feat-list-item:nth-last-child(4), .plan-feat .plan-feat-list .plan-feat-list-item:last-child {
    width: 90%;
  }
  .subscription .subscription-box {
    flex-direction: column;
    padding: 16px 12px;
  }
  .subscription-price {
    margin-right: 0;
    text-align: left;
    margin-left: 40px;
  }
  .subscription .subscription-box .form-check {
    margin-bottom: 1.25rem;
  }
  .subscription .subscription-box .form-check .form-check-input[type="checkbox"] {
    margin-block: 4%;
  }
  .contact-sec {
    padding-block: 60px;
  }
  .contact-head {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .contact-box-main .address-box .location p {
    width: 60%;
  }
  .contact-box-main {
    margin-bottom: 32px;
  }
  form {
    padding: 24px 12px;
  }
  .pricing-sec h6 {
    margin-bottom: 32px;
  }
  .btn.btn-dynamo-two.fourth-dynamo-two {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .newsletter-sec .newsletter-bg-img {
    max-height: unset;
  }
  .newsletter-cont-col {
    transform: none;
  }
  .newsletter-head {
    font-size: 32px;
    margin-bottom: 0;
    padding: 32px 0px 40px;
  }
  input:not([type]), input[type=date]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=email]:not(.browser-default), input[type=number]:not(.browser-default), input[type=password]:not(.browser-default), input[type=search]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=text]:not(.browser-default), input[type=time]:not(.browser-default), input[type=url]:not(.browser-default), textarea.materialize-textarea {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .newsletter-field {
    padding-inline: 12px;
  }
  .newsletter-field .btn.btn-dynamo-two.fourth-dynamo-two {
    transform: none;
    position: absolute;
    right: 10px;
    width: auto;
  }
  .newsletter-sec .newsletter-side-img {
    position: static;
    width: auto;
    margin-top: 25px;
    max-width: 230px;
  }
  .newsletter-sec {
    background: url('../images/home/newsletter-container-mob.svg');
    border-radius: 24px;
    margin-inline: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-inline: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    position: relative;
  }
  .footer-for-new {
    margin-top: -17rem;
  }
  .ftr-desc {
    font-family: Satoshi-Light, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #F5FBFF;
    font-weight: 100;
    margin-top: 13px;
    max-width: 100%;
  }
  .nav-item .btn {
    width: 88% !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }
  .trago-new-heads-up-two {
    flex-flow: wrap column;
  }
  .trago-box {
    background: #ffffff80;
    backdrop-filter: blur(21px);
  }
  .pricing-sec .price-row {
    border-radius: 0;
  }
  .form-group {
    gap: 20px;
  }
  .ftr-logo {
    max-width: 126px;
  }
  .footer-ultrado {
    margin-block: 2rem;
  }
  .footer-ultrado h6 {
    font-size: 20px;
  }
  .lower-panel-footer {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .icon-para-footer-text-new {
    font-weight: 200;
    margin-bottom: 1rem;
  }
  .icon-para-footer-text-new a {
    color: #ffffff;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../images/home/remove.svg');
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-head {font-size: 2.369rem;margin-bottom: 20px;}
  .busi-ser-content {padding: 3rem 0 2rem;}
  .service-head-main,.feat-head-main,.how-work-sec h4,.contact-head {font-size: 38px !important;}
  .solution-sec {padding-block: 0px;}
  .solution-box .solution-head,.solution-special-box h5 {font-size: 16px;}
  .solution-special-box h4 {font-size: 28px;margin-bottom: 50px;}
  .btn-get {padding: 12px 16px;font-size: 14px;}
  .solution-box {justify-content: flex-end;}
  .how-work-sec h4 {margin-block: 16px;}
  .brandsCarousel {max-width: 66vw}
  .carouselTrack {width: calc(75px* 20);gap: 40px;}
  .brandLogo {width: 150px;}
  .intuitive-sec {padding-block: 40px;}
  .pricing-sec {padding-top: 3rem;padding-bottom: 2rem;}
  .pricing-sec .plan-box {width: 300px;}
  .plan-feat .plan-feat-list .plan-feat-list-item,.plan-feat .plan-feat-list .plan-feat-list-item:nth-last-child(4), .plan-feat .plan-feat-list .plan-feat-list-item:last-child {
    width: 47%;
  }
  .subscription .subscription-box .form-check label {font-size: 18px;}
  .subscription .subscription-box .form-check span {font-size: 14px;}
  .subscription-price h5 {font-size: 20px;}
  .contact-sec {padding-top: 64px;padding-bottom: 50px;}
  .contact-head {margin-bottom: 35px;}
  .newsletter-head {font-size: 24px;margin-bottom: 12px;}
  .newsletter-cont-col {transform: translate(10%, 55%);}
  .newsletter-field .btn.btn-dynamo-two.fourth-dynamo-two {position: absolute;right: 20px;transform: none;}
  .footer-for-new {padding: 20% 15px 1px;}
  .ftr-logo {max-width: 130px;}
  .ftr-desc {max-width: 80%;}
  .footer-ultrado h6 {font-size: 18px;}
  .footer-ultrado p {font-size: 14px;}
  .icon-para-footer-text-new,.icon-para-footer-text-new a,.footer-new-social-links .btn {font-size: 12px;}
  .footer-new-social-links {align-items: center;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-nav .nav-item .nav-link {margin: 0 0.25rem;border-radius: 7px;padding: 6px 8px;font-size: 12px;}
  .header-navbar .navbar-nav .btn-dynamo,.header-navbar .navbar-nav .btn-dynamo-two {margin-inline: 0.25rem;font-size: 12px;}
  .navbar-brand {max-width: 120px;}
  .brandsCarousel {max-width: 77vw;}
  .carouselTrack {width: calc(85px* 20);}
  .pricing-sec .plan-box {width: 250px;}
  form {padding: 26px;}
  .newsletter-cont-col {transform: translate(10%, 80%);}
  .newsletter-field .btn.btn-dynamo-two.fourth-dynamo-two {right: 30px;}
}
@media (min-width: 1199px) and (max-width: 1499px) {
  .header-navbar .navbar-nav .nav-item .nav-link {margin: 0 0.5rem;border-radius: 7px;padding: 6px 10px;font-size: 14px;}
  .header-navbar .navbar-nav .btn-dynamo,.header-navbar .navbar-nav .btn-dynamo-two {margin-inline: 0.5rem;font-size: 14px;}
  .navbar-brand {max-width: 120px;}
  .hero-head {font-size: 2.369rem;margin-bottom: 50px;}
  .busi-ser-content {padding: 3rem 0 2rem;}
  .service-head-main,.feat-head-main,.how-work-sec h4,.contact-head {font-size: 42px !important;}
  .solution-sec {padding-block: 50px;}
  .solution-box .solution-head,.solution-special-box h5 {font-size: 20px;}
  .solution-special-box h4 {font-size: 38px;margin-bottom: 80px;}
  .btn-get {padding: 12px 24px;font-size: 14px;}
  .brandsCarousel {max-width: 78vw;}
  .carouselTrack {width: calc(85px* 20);gap: 40px;}
  .brandLogo {width: 150px;}
  .pricing-sec {padding-top: 3rem;padding-bottom: 2rem;}
  .pricing-sec .plan-box {width: 318px;}
  .plan-feat .plan-feat-list .plan-feat-list-item,.plan-feat .plan-feat-list .plan-feat-list-item:nth-last-child(4), .plan-feat .plan-feat-list .plan-feat-list-item:last-child {
    width: 30%;
  }
  .subscription .subscription-box .form-check label {font-size: 18px;}
  .subscription .subscription-box .form-check span {font-size: 14px;}
  .subscription-price h5 {font-size: 20px;}
  form {padding: 26px;}
  .contact-sec {padding-top: 64px;padding-bottom: 50px;}
  .newsletter-head {font-size: 32px;margin-bottom: 25px;}
  .newsletter-field .btn.btn-dynamo-two.fourth-dynamo-two {position: absolute;right: 40px;transform: none;}
  .newsletter-cont-col {transform: translate(10%, 80%);}
  .footer-for-new {padding: 20% 15px 1px;}
  .ftr-logo {max-width: 130px;}
  .ftr-desc {max-width: 80%;}
  .footer-ultrado h6 {font-size: 18px;}
  .footer-ultrado p {font-size: 14px;}
  .icon-para-footer-text-new,.icon-para-footer-text-new a,.footer-new-social-links .btn {font-size: 12px;}
  .footer-new-social-links {align-items: center;}
}
@media (min-width: 1740px) {
  .newsletter-sec .newsletter-side-img {top: -60%;width: 430px;}
  .newsletter-cont-col {transform: translate(15%, 110%);}
  .footer-for-new {padding-top: 25%;}
  .brandsCarousel {max-width: 78vw;}
}