/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap'); */

@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
}
.cookie-consent,
.cookie-settings {
  position: fixed;
  bottom: 8px;
  left: 0px;
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #ccc;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid;
  padding: 18px 24px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  width: 100%;
  max-width: 98%;
  right: 0;
  margin: 0 auto;
  background: #0b0f0f;
  /* background: #ffffff; */
  color: #fff;
  border-radius: 5px;
  border-color: #48454e;
}
.cookie-consent {
  align-items: center;
}

.cookie-consent p {
  margin-bottom: 0px;
}
.cookie-settings {
  display: flex;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 1s ease;
  max-height: 100%;

  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  max-width: 100%;
  /* background: #ffffff; */
  top: 50%;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 999999999;
  color: #ffff;
  width: 100%;
  max-width: 50%;
  padding: 30px 32px;
  bottom: auto;
  box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cookie-settings .accordion {
  background: #0b0f0f;
}
.cookie-settings .accordion .card-body,
.cookie-settings .accordion .card-header {
  background-color: #0b0f0f; /* Light green example */
}

.cookie-settings .accordion .card-body {
  color: #d0d0d0;
  border-color: #474444;
  background-color: #2a2a2a;
}

.accordion .card {
  margin: 10px 0px;
  border-bottom: 1px solid rgb(0 0 0 / 0.125) !important;
  border-radius: 0.25rem !important;
}

.cookie-settings h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 20px;
}
.cookie-consent button,
.cookie-settings button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  padding: 7px 20px;
  font-weight: 500;
  margin: 0 8px 0 0;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.5px;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.cookie-consent button:hover,
.cookie-settings button:hover {
  background-color: #fff;
  color: #000;
}
.cookie-consent button#customize {
  margin-right: 0px;
}
/* new code */
.cookie-settings .card-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
}
.cookie-settings .close {
  position: absolute;
  top: -8px;
  right: 10px;
  transition: all 200ms;
  font-size: 34px;
  font-weight: normal;
  text-decoration: none;
  color: #ff5c3a;
  opacity: 1;
  text-shadow: none;
}
.cookie-settings .close:hover {
  color: #fff !important;
}
.cookie-settings .card-header h5 {
  margin: 0px 0px 0px 5px;
  font-size: 17px;
}

.ac_swich .arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}

.ac_left .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.ac_left .arrow.rotate {
  transform: rotate(180deg);
}
.ac_swich .collapsed .arrow {
  transform: rotate(0deg);
}

.ac_swich .arrow.rotate {
  transform: rotate(180deg);
}
.ac_swich {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ac_swich .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0;
}

.ac_swich .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ac_swich .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(160, 160, 160);
  transition: 0.4s;
  border-radius: 34px;
}

.ac_swich .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.ac_swich input:checked + .slider {
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
}

.ac_swich input:checked + .slider:before {
  transform: translateX(26px);
}
/* end of new code */
.fullBg {
  background-color: #090b0b;
}
.lightGrayTxt {
  color: #b3b3b3;
}
a.navbar-brand img {
  width: 100%;
  max-width: 117px;
}

.blogDetailsInner strong,
.blogDetailsInner h3 strong,
.blogDetailsInner strong,
.blogDetailsInner p span {
  color: #fff !important;
}
body {
  font-family: "Lexend", sans-serif;
}
.success1 {
  display: flex;
  width: 278px;
  margin: auto;
  align-items: start;
  margin-top: 25px;
  border-top: 5px solid #2d832d;
  background-color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  justify-content: space-between;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9;
}
.success1 .close {
  font-weight: 500;
  background: none;
  border: none;
  font-size: 18px;
  border-radius: 36px;
  padding: 0px;
  color: #000;
  outline: none;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}

.toastMessage {
  top: 70px;
  right: -280px;
  position: fixed;
  animation: slideIn 0.5s ease-out forwards;
}
.toastMessage {
  right: 5px;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
/*--start header--*/
.um_header {
  background: #090b0ba3 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 19px 0px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

.um_header .navbar-toggler {
  padding: 0px;
  background-color: #dcdcdc57;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  outline: none;
}
.um_header .navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.um_header .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 0px 20px;
  position: relative;
  transition: all 0.5s ease;
  font-weight: 300;
  display: inline-block;
}

.um_header .navbar-nav .nav-link:hover:before {
  content: "";
  position: absolute;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  width: 100%;
  bottom: -1px;
  border-radius: 7px;
}
.nav-item {
  position: relative;
}

a.nav-link.active::before {
  content: "";
  position: absolute;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  width: 100%;
  bottom: 0;
  border-radius: 7px;
}
.nav-item.active .nav-link {
  position: relative;
}

.nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  width: 100%;
  bottom: 0;
  border-radius: 7px;
}

.getStartBtn {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 9px 18px;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  border-radius: 6px;
  outline: none !important;
  line-height: normal;
  color: #fff;
  display: inline-block;
}
.getStartBtn a {
  color: #fff;
  text-decoration: none;
}
.getStartBtn:hover::before {
  background-position: right;
}
.getStartBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: linear-gradient(
    90deg,
    #010103 1%,
    #121f4d 21%,
    #fb4243 50%,
    #121f4d 80%
  );
  background-size: 250%;
  background-position: left;
  transition: all 0.5s ease;
}

.getStartBtn::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  border-radius: inherit;
  background-image: linear-gradient(90deg, #fe8f00 10.35%, #fe0100 92.29%);
}
/*--start banner css--*/

.banner_right img {
  animation: moveBottomIcon 3s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
}

@keyframes moveBottomIcon {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.um_banner {
  background-image: url("../images/um_banner_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 141px 0px 116px;
}

.banner_left {
  color: #fff;
}

.banner_left h1 {
  padding: 22px 20px;
  position: relative;
  isolation: isolate;
  background-image: radial-gradient(
      circle closest-side,
      #ff4794 calc(100% - 0.5px),
      transparent 100%
    ),
    radial-gradient(
      circle closest-side,
      #ffa800 calc(100% - 0.5px),
      transparent 100%
    ),
    radial-gradient(
      circle closest-side,
      red calc(100% - 0.5px),
      transparent 100%
    ),
    radial-gradient(
      circle closest-side,
      #f87c16 calc(100% - 0.5px),
      transparent 100%
    );
  background-position: 0 0, 100% 0, 0 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 2px, 2px 4px;
  margin-bottom: 20px;
}
.banner_left h1::before,
.banner_left h1::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: #fff;
}

.banner_left h1::after {
  bottom: 0;
  inset-block-start: auto;
}
.banner_left h1 .heroSpan::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  background-color: #fff;
}
.banner_left h1 .heroSpan::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  background-color: #fff;
}

.banner_left h1 .heroSpan {
  display: block;
  min-height: 130px;
}
.banner_left p {
  font-weight: 200;
  font-size: 17px;
}
.banner_sceener {
  border-radius: 6px;
  width: 100%;
  max-width: 70%;
  background: rgb(1, 1, 3);
  background: linear-gradient(
    90deg,
    rgba(1, 1, 3, 1) 0%,
    rgba(18, 31, 77, 1) 35%,
    rgba(251, 66, 67, 1) 100%
  );
  margin-top: 30px;
}
.bannerAppLink {
  margin-top: 30px;
}
.bannerAppLink ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 81%;
}
.bannerAppLink ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.bannerAppLink ul li a img {
  display: block;
  margin: 0 auto 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 41px;
  object-fit: contain;
}
.bannerAppLink ul li a img:hover {
  transform: scale(1.2);
}
.bannerAppLink ul li a span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.qrCode img {
  width: 100%;
  max-width: 65px;
}
.banner_sceener .media-body p {
  font-size: 12px;
  color: #fff;
}
.banner_sceener .media-body {
  padding: 8px 13px;
}
.banner_sceener .media-body strong {
  font-size: 17px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.qrCode {
  background-color: #fff;
  padding: 8px 13px;
  border-radius: 6px 0px 0px 6px;
}

.um_separateVocalsBox {
  background: #191c1d;
  color: #fff;
  padding: 32px 27px;
  border-radius: 12px;
  margin-top: 25px;
}

.um_separateVocals a {
  display: none !important;
}
/*--end banner css--*/

/*-- start Separate Vocals --*/
.sectionPadding {
  padding: 60px 0px;
}

.um_desktopVersion {
  background-image: url("../images/desktopVersion_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 72px 0px 94px;
  background-position: center;
  border-bottom: 1px solid #393c3d;
}

.um_sectionHeading h2 {
  font-size: 30px;
  margin-bottom: 14px;
  width: 100%;
  max-width: 51%;
  margin: 0 auto;
}

.um_sectionHeading p {
  font-size: 14px;
  font-weight: 200;
  width: 100%;
  max-width: 60%;
  margin: 14px auto 0px;
}

.desktopVersionInner {
  background-image: url("../images/desktopVersionBox.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-color: #191c1d;
  padding: 50px 30px;
  border-radius: 12px;
  background-position: center;
  margin-top: 40px;
}
.desktopVersionInner .media-body h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.desktopVersionInner .media-body p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 300;
  padding-right: 25px;
}
.desktopVersionInner .media {
  margin-bottom: 30px;
}
/*--start why choose css--*/
.whyChoose {
  background-image: url("../images/whyChoose_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.whyChooseCard .cardContent h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 15px;
}
.whyChooseCard .cardContent p {
  color: #878989;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-weight: 300;
  line-height: 26px;
}
.whyChooseCard {
  border: 1px solid #48454e;
  border-radius: 10px;
  padding: 29px 13px;
  text-align: center;
  background: #0b0f0f;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.whyChooseCard:hover {
  transform: translateY(-10px) !important;
}

.whyChooseCard .cardIcon {
  margin-bottom: 25px;
}
.separate_Remove {
  background: transparent linear-gradient(180deg, #0d0d0c 0%, #090b0b 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #191c1d;
  border-radius: 20px;
  padding: 90px 70px 65px 45px;
  margin-top: 90px;
}
.separate_Remove.separate_Remove_about {
  background: #191c1d;
}

.separateTxt ul {
  list-style: none;
  flex-wrap: wrap;
}

.separateTxt ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
}
.separateTxt ul li {
  padding-right: 20px;
}
.separateTxt ul li span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.separateTxt p {
  font-size: 13px;
  margin-bottom: 18px;
}

.separateTxt h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.aiProsessImg img {
  width: 100%;
  max-width: 90%;
}
.aiProsessImg {
  text-align: center;
}
/*-- Start People Saying--*/

.peopleSay {
  background-image: url("../images/new_final.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
}

.clientSay .item {
  padding: 30px 20px;
  border: 1px solid #48454ed1;
  border-radius: 10px;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #393c3dbd 0%, #0000009c 100%)
    0% 0% no-repeat padding-box;
  opacity: 1;
}

.clientSay .item p {
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clientSay .item .media-body h1 {
  font-size: 14px;
  font-weight: 300;
}
.clientSay .owl-carousel .owl-item .media img {
  max-width: 44px;
}

.clientSay .owl-carousel .owl-item .media {
  margin-top: 30px;
}

.clientSay .owl-theme .owl-dots .owl-dot:hover span {
  /* background-image: linear-gradient(to right, #fe8f00, #ff7a00, #ff6100, #ff4300, #fe0100);
    border: none; */
  background: transparent;
  border: 1px solid #393c3d;
}
.clientSay .owl-theme .owl-dots .owl-dot.active span {
  background-image: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  border: none;
}
/* .clientSay .owl-theme .owl-dots .owl-dot.active span, 
.clientSay .owl-theme .owl-dots .owl-dot:active span { */
/* background-image: linear-gradient(to right, #fe8f00, #ff7a00, #ff6100, #ff4300, #fe0100);
    border: none; */
/* background: transparent;
    border: 1px solid #393C3D; */
/* } */

.clientSay .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.cookies-content-bg {
  background: #000000ab;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
}

.clientSay .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #393c3d;
}

.clientSay .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

/*--start footer css--*/
.um_footer {
  background-image: url(../images/footerBg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.um_footerInner {
  padding: 44px 41px 0px;
  border-top: 1px solid #393c3d;
}

.footerCol_Left,
.footerRight {
  padding-bottom: 55px;
}

.footerMenuArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 29px;
}
.blogDetailsInner a {
  text-decoration: none;
  color: #694ce7 !important;

  transition: all 0.5s ease;
  display: inline-block;
  margin: 1px 0px;
}
.blogDetailsInner a:hover {
  background: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.footerMenuArea ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.5s ease;
}
.footerMenuArea ul li a:hover {
  background: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.footerMenuArea ul {
  margin-right: 30px;
}

.form-outline.emailnews {
  border-radius: 7px;
  background: transparent linear-gradient(90deg, #fe8f00 0%, #fe0100 100%) 0% 0%
    no-repeat padding-box;
  padding: 1px;
}

.newslettermail label {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 5px;
}
.form-outline.emailnews input {
  background-color: #070a0a !important;
  border-radius: 6px 6px 6px 6px;
  width: 100%;
  max-width: 100%;
  border: none;
  font-size: 13px;
  padding: 11px 15px;
  color: #fff;
  outline: none;
  height: 47px;
}
.popUpLodingIcon {
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}
.edzippWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #0000007d;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.loderC91 {
  border: 5px solid #121f4d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border: 5px solid #121f4d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: rotate 2.5s linear infinite;
}

.loderC92 {
  width: 80px;
  height: 80px;
  border: 5px solid #fb4243;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  animation: rotate2 2.5s linear infinite;
  width: 80px;
  height: 80px;
  border: 5px solid #fb4243;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  animation: rotate2 2.5s linear infinite;
  position: absolute;
  border-radius: 50%;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0%,
  100% {
    transform: rotate(0deg);
  }
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
.popUpLodingIcon img {
  width: 100%;
  max-width: 35px;
  margin-bottom: -3px;
}
.blogDetailsImg img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

.newsletteBtn {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border-radius: 0px 7px 7px 0px;
  background: transparent linear-gradient(287deg, #fe0100 0%, #fe0100 100%) 0%
    0% no-repeat padding-box;
  height: 100%;
  border: none;
  outline: none !important;
  padding: 0px 7px;
  width: 48px;
  height: 48px;
}

.um_social {
  margin-top: 38px;
  text-align: left;
  width: 100%;
  max-width: 386px;
  margin-left: auto;
}

.footerBottom {
  padding: 22px 0px;
  background: #090b0b1f 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 25px #cfcfcf30;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.footer_logo {
  margin-bottom: 12px;
}
.um_footerInner .banner_sceener {
  margin-top: 14px;
  max-width: 85%;
}
.newslettermail {
  width: 100%;
  max-width: 386px;
  margin-left: auto;
}
.footer_txt p {
  margin-bottom: 15px;
}

.f_BottomRight ul li a,
.f_BottomLeft p,
.footer_txt p {
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
}
.f_BottomRight ul li a {
  transition: all 0.5s ease;
}

.f_BottomRight ul li a:hover {
  background: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.um_social ul li a img {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.um_social ul li a img:hover {
  transform: scale(1.2);
}
.footerRobort img {
  animation: tilt-shaking 1s linear infinite;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*--start responsive--*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner_left h1 {
    font-size: 38px;
  }
  .banner_left p {
    font-size: 15px;
  }
  .banner_sceener {
    max-width: 80%;
  }
  .um_banner {
    padding: 125px 0px 40px;
  }
  .sectionPadding {
    padding: 52px 0px;
  }
  .um_header {
    padding: 15px 0px;
  }
  .um_desktopVersion {
    padding: 62px 0px 84px;
  }
  .desktopVersionInner {
    padding: 46px 20px;
  }
  .whyChooseCard .cardContent h3 {
    font-size: 16px;
  }
  .whyChooseCard .cardContent p {
    font-size: 12px;
    line-height: 22px;
  }
  .separate_Remove {
    margin-top: 80px;
  }
  .separate_Remove {
    padding: 80px 60px 55px 35px;
    margin-top: 80px;
  }
  .um_sectionHeading h2 {
    max-width: 80%;
  }
  .um_sectionHeading p {
    max-width: 67%;
  }
  .footerMenuArea {
    flex-direction: column;
    align-items: end;
  }
  .footerMenuArea ul {
    margin-right: 0px;
  }
  .footerCol_Left,
  .footerRight {
    padding-bottom: 48px;
  }
  .f_BottomRight ul li a,
  .f_BottomLeft p,
  .footer_txt p {
    font-size: 12px;
  }
  .newslettermail label {
    font-size: 12px;
  }
  .um_footerInner .banner_sceener {
    max-width: 88%;
  }
  .bannerAppLink ul {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: start;
  }
  .bannerAppLink ul li a span {
    font-size: 12px;
  }
  .cookie-settings {
    max-width: 80%;
    padding: 26px 22px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .um_header .navbar-nav {
    text-align: center;
  }
  .sectionPadding {
    padding: 50px 0px;
  }
  .um_header {
    padding: 15px 0px;
  }
  .um_desktopVersion {
    padding: 62px 0px 84px;
  }
  .um_header .form-inline {
    justify-content: center;
    margin-top: 15px;
  }
  .um_header .navbar-nav .nav-item {
    margin: 15px 0px 0px;
  }
  .banner_sceener {
    max-width: 100%;
  }
  .banner_left p {
    font-size: 14px;
  }
  .banner_sceener .media-body strong {
    font-size: 16px;
  }
  .banner_left h1 {
    font-size: 29px;
  }
  .um_banner {
    padding: 110px 0px 30px;
  }
  .um_sectionHeading h2,
  .um_sectionHeading p {
    max-width: 91%;
  }
  .um_sectionHeading h2 {
    font-size: 28px;
  }
  .instrumentalMusic {
    margin-bottom: 30px;
  }
  .desktopVersionInner {
    background-size: 100% 100%;
    padding: 50px 30px 40px;
  }
  .whyChooseCard {
    padding: 30px 20px;
    width: 100%;
    max-width: 83%;
    margin: 0 auto 20px;
  }
  .separateTxt h3 {
    font-size: 27px;
  }
  .separateTxt ul {
    flex-direction: column;
  }
  .separateTxt ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(
      to right,
      #fe8f00,
      #ff7a00,
      #ff6100,
      #ff4300,
      #fe0100
    );
  }
  .separate_Remove {
    margin-top: 60px;
    padding: 50px 40px 45px 25px;
  }
  .peopleSay {
    padding: 60px 0px;
  }
  .separateTxt p {
    font-size: 12px;
  }
  .separateTxt ul li span {
    font-size: 13px;
  }
  .footerRobort img {
    width: 100%;
    max-width: 30%;
  }
  .footerCol_Left,
  .footerRight {
    padding-bottom: 45px;
  }
  .um_footerInner {
    padding: 40px 50px 0px;
  }
  .footer_txt p {
    text-align: center;
  }

  .footer_logo {
    text-align: center;
  }
  .um_social {
    text-align: center;
    max-width: 100%;
  }
  .footerMenuArea {
    justify-content: center;
  }
  .newslettermail {
    max-width: 80%;
    margin: 0 auto;
  }
  .um_footerInner .banner_sceener {
    max-width: 85%;
    margin: 14px auto 0px;
  }
  .footerRobort {
    text-align: center;
  }
  .bannerAppLink ul {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: start;
  }
  .bannerAppLink ul li a span {
    font-size: 12px;
  }
  .cookie-settings {
    max-width: 90%;
    padding: 26px 20px;
  }
}

@media (max-width: 767.98px) {
  .um_header .navbar-nav {
    text-align: center;
  }
  .bannerAppLink ul li a {
    margin-bottom: 8px;
  }
  .um_header {
    padding: 15px 0px;
  }
  .um_header .form-inline {
    justify-content: center;
    margin-top: 15px;
  }
  .um_header .navbar-nav .nav-item {
    margin: 15px 0px 0px;
  }
  .banner_right {
    text-align: center;
  }
  .banner_sceener .media-body strong {
    font-size: 15px;
  }
  .banner_right img {
    max-width: 90%;
    margin-bottom: 25px;
  }
  .banner_left h1 {
    text-align: center;
    font-size: 34px;
    /* min-height: 170px; */
  }
  .banner_left p {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
  }
  .banner_sceener {
    max-width: 85%;
    margin: 30px auto 0px;
  }
  .um_banner {
    padding: 125px 0px 50px;
    background-size: cover;
  }
  .um_sectionHeading h2,
  .um_sectionHeading p {
    max-width: 98%;
  }
  .um_sectionHeading h2 {
    font-size: 24px;
  }

  .sectionPadding {
    padding: 40px 0px;
  }
  .instrumentalMusic {
    margin-bottom: 30px;
  }
  .um_desktopVersion {
    padding: 50px 0px 70px;
    background-size: cover;
  }
  .desktopVersionInner {
    padding: 35px 20px;
  }
  .whyChooseCard {
    margin-bottom: 20px;
  }
  .separate_Remove {
    margin-top: 60px;
    padding: 60px 50px 55px 30px;
  }
  .separateTxt h3 {
    font-size: 26px;
  }

  .separateTxt ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(
      to right,
      #fe8f00,
      #ff7a00,
      #ff6100,
      #ff4300,
      #fe0100
    );
  }
  .aiProsessImg img {
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
  .peopleSay {
    background-size: cover;
  }
  .um_footerInner {
    padding: 40px 20px 0px;
  }

  .footer_logo {
    text-align: center;
  }
  .footer_txt p {
    text-align: center;
  }

  .footerMenuArea {
    flex-direction: column;
  }
  .footerRobort img {
    width: 100%;
    max-width: 40%;
  }
  .footerRobort {
    text-align: center;
  }
  .footerBottom {
    backdrop-filter: none;
  }
  .footerCol_Left,
  .footerRight {
    padding-bottom: 48px;
  }
  .footerMenuArea ul {
    margin-right: 0px;
  }
  .newslettermail {
    max-width: 100%;
  }
  .newslettermail label {
    text-align: center;
  }

  .um_social {
    margin-top: 35px;
    text-align: center;
    max-width: 100%;
  }
  .f_BottomRight ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .desktopVersionInner {
    background-size: 100% 100%;
  }
  .separateTxt ul {
    flex-direction: column;
  }
  .bannerAppLink ul {
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
  .bannerAppLink ul li a span {
    font-size: 11px;
  }
  .clientSay .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px;
    border-radius: 50%;
  }
  .clientSay .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
  .f_BottomRight ul li a {
    padding: 16px 0px;
  }
  .mobileSpeedContainer {
    height: auto;
    min-height: 802px;
  }
  .banner_inner {
    min-height: 802px;
  }
  .banner_inner {
    min-height: 802px;
  }
  .mobileSpeedCol {
    min-height: 415px;
    height: auto;
  }
  .um_banner {
    min-height: 958px;
  }
  .mobileSpeedRightCol {
    min-height: 378px;
    height: auto;
  }
  .cookie-settings {
    max-width: 98%;
    padding: 35px 20px;
  }

  .cookieSettingBtn {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* getstartbtn code new */
@media (max-width: 768px) {
  .getStartBtn {
    padding: 14px 20px; /* Increase tap area */
    min-width: 48px;
    min-height: 48px;
    font-size: 16px;
    margin: 12px 0; /* Ensure spacing from nearby elements */
  }
}
