@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("../font/inter/inter.css");
@import url("../font/stylesheet.css");
* {
  padding: 0rem;
  border: 0rem;
  box-sizing: border-box;
}
html {
  font-size: clamp(12px, 10.4px + 0.4vw, 16px);
}
body {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-direction: column;
  min-height: 100dvh;
}
:root {
  /* Background White */
  --bg-color-rgb: 255, 255, 255;
  /* White */
  --white-color: 255, 255, 255;
  /* Text Black color */
  --text-rgb: 13, 13, 13;
  /* Black Color */
  --black-color: 13, 13, 13;
  /* Text Light Theme White */
  --text-lW-dB-rgb: 255, 255, 255;
  /* Off White Text Color */
  --text-off-white-rgb: 245, 245, 245;
  /* Top Form Label text color */
  --text-form-label: #9d9d9d;
  /* Top Form Input text color */
  --text-form-input: #323232;
  /* Testimonials Description text color */
  --text-testimonials: #161616;
  /* Blue Text */
  --text-blue: #50ceff;
  /* Border 1 */
  --box-border-1: 0.0625rem solid #f1f1f1;
  /* Backdrop blur effect */
  --glass-blur: blur(0.25rem);
  /* Light mode shadow */
  --glass-shadow: 0rem 0.25rem 1.375rem rgba(0, 0, 0, 0.07);
  /* Blue Box Linear Geadient */
  --blue-box-background-linear: linear-gradient(
    96.74deg,
    #37a5e9 7.29%,
    #0083d4 90.69%
  );
  /* Blue Box Shadows and Blurs */
  --blue-box-shadow: 0rem 0.6875rem 1rem 0rem #ffffff40 inset;
}
[data-theme="dark"] {
  /* Background Black */
  --bg-color-rgb: 0, 0, 0;
  /* Text White color */
  --text-rgb: 255, 255, 255;
  /* Text Dark Theme Black */
  --text-lw-dB-rgb: 19, 19, 19;
  /* Top Form Input text color */
  --text-form-input: #dadada;
  /* Testimonials Description text color */
  --text-testimonials: #f5f5f5;
  /* Border 1 */
  --box-border-1: 0.05rem solid #3c3c3c;
}
/* Common Start */
.fs10 {
  font-size: 0.625rem;
}
.fs12 {
  font-size: 0.75rem;
}
.fs14 {
  font-size: 0.875rem;
}
.fs16 {
  font-size: 1rem;
}
.fs18 {
  font-size: 1.125rem;
}
.fs20 {
  font-size: 1.25rem;
}
.fs22 {
  font-size: 1.375rem;
}
.fs24 {
  font-size: 1.5rem;
}
.fs28 {
  font-size: 1.75rem;
}
.fs32 {
  font-size: 2rem;
}
.fs35 {
  font-size: 2.1875rem;
}
.fs36 {
  font-size: 2.25rem;
}
.fs38 {
  font-size: 2.375rem;
}
.fs44 {
  font-size: 2.75rem;
}
.fs45 {
  font-size: 2.8125rem;
}
.fs50 {
  font-size: 3.125rem;
}
.fs67 {
  font-size: 4.1875rem;
}
.fs73 {
  font-size: 4.5625rem;
}
.fs80 {
  font-size: 5rem;
}
.fs60 {
  font-size: 3.75rem;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.lh120 {
  line-height: 120%;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.mb6 {
  margin-bottom: 0.375rem;
}
.mb12 {
  margin-bottom: 0.75rem;
}
.mb20 {
  margin-bottom: 1.25rem;
}
.mb28 {
  margin-bottom: 1.75rem;
}
.mb36 {
  margin-bottom: 2.25rem;
}
.impact_font {
  font-family: "Impact";
}
.lobster_two {
  font-family: "Lobster Two", sans-serif;
}
.workSans_font {
  font-family: "Work Sans", sans-serif;
}
.text-color {
  color: rgba(var(--text-rgb), 1);
}
.text-blue {
  color: var(--text-blue);
}
.text-blue_dark {
  color: #0083d4;
}
.text-offWhite {
  color: rgba(var(--text-off-white-rgb), 1);
}
.text-grey {
  color: rgba(var(--text-testimonials), 1);
}
.text-lightGrey {
  color: #b8b8b8;
}
.text-color80 {
  color: rgba(var(--text-rgb), 0.8);
}
.text-white80 {
  color: rgba(var(--white-color), 0.8) !important;
}
.pt189 {
  padding-top: 11.8125rem;
}
.opacity80 {
  opacity: 0.8;
}
.shadowDouble {
  box-shadow: 0px 8px 16px 0px #00000014, 0px 0px 4px 0px #0000000a;
}
.border_fade {
  border: 1px solid #0d0d0d1a;
}
.section_heading {
  font-family: "Impact";
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 120%;
  color: rgba(var(--text-rgb), 1);
}
.section_des {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: rgba(var(--text-rgb), 0.8);
}
.blue_btn {
  padding: 1.25rem 2.5rem;
  border-radius: 4.0625rem;
  background: var(--blue-box-background-linear);
  box-shadow: var(--blue-box-shadow);
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
/* Common End */
/* First Section Start */
header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
header.header.fixed-navbar {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 15px #ddd;
}
.first_section {
  background-image: url("../images/1.0Bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 11.8125rem;
}
.contantBanner {
  background-size: 100% 29.3125rem;
  background-position: top;
}
/* Nav Bar */
.nav_section {
  margin-block: 3.375rem 3rem;
}
.menu-item a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.menu-item:not(.contactUsBtn).current-menu-item a {
  color: var(--text-blue);
}
.menu-item:has(.sub-menu) {
  position: relative;
}
.menu-item:has(.sub-menu)>a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
}
.menu-item:has(.sub-menu)>a::after{
  content: '';
  display: inline-block;
  width: .875rem;
  height: .875rem;
  background: url(../images/down.svg) no-repeat center / contain;
}
ul.sub-menu {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  list-style-type: none;
  width: 80vw;
  max-width: 270px;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0 0 25px #ddddddad;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
ul.sub-menu.show {
  opacity: 1;
  pointer-events: all;
}
.sub-menu .menu-item a {
  padding: 0.8rem 1.5rem;
  display: block;
}
.sub-menu .menu-item a:hover {
  color: var(--text-blue);
}
header.header.fixed-navbar .nav_section {
  margin-block: 0;
}
.custom-logo-link {
  display: inline-block;
}
.contactUsBtn a,
.contactUsBtn:not(:has(a)) {
  background-color: transparent;
  padding: 0.9375rem 1.875rem;
  border-radius: 4.0625rem;
  box-shadow: 0rem 0.6875rem 1rem 0rem rgba(var(--white-color), 0.25) inset;
  border: 0.0625rem solid rgba(var(--text-rgb), 1);
  line-height: 1;
  display: inline-block;
}
/* Nav Bar End */
/* Hero Section Start */
.heading_text {
  line-height: 140%;
  margin-bottom: 0.375rem;
}
.hero_des {
  max-width: 32rem;
  width: 100%;
}
.cerSwiper {
  width: 100%;
  max-width: 33.6875rem;
}
.certificate_section {
  text-align: center;
  width: 100%;
}
.certificate_section img {
  width: 100%;
  aspect-ratio: 1.6/1;
  object-fit: cover;
  border-radius: 0.7969rem;
}
.certificate_section h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.form_box {
  width: 28rem;
  margin-bottom: 5.25rem;
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 0.625rem;
  background-color: rgba(var(--white-color), 0.8);
  border: var(--box-border-1);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  background-image: linear-gradient(
    179deg,
    rgba(105, 213, 255, 0.3) 15.54%,
    rgba(105, 213, 255, 0) 62.96%
  );
  background-size: 100% 9.4375rem;
  background-repeat: no-repeat;
  background-position: top;
}
.form_heading {
  width: 20.625rem;
}
.label_text {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 160%;
  color: var(--text-form-label);
}
.input_box {
  width: 100%;
  display: block;
  padding: 0.75rem 0.8125rem;
  background-color: #fff;
  border: 0.0594rem solid #edf1f3;
  border-radius: 0.625rem;
  box-shadow: 0rem 0.0594rem 0.1187rem 0rem #e4e5e73d;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--text-form-input);
  resize: none;
  line-height: 1;
  outline: none;
}
.cer-next img {
  transform: scale(-1);
}
/* Hero Section End */
/* First Section End */
/* Second Section Start */
.second_section {
  margin-block: 5.625rem;
}
.big_number_area {
  width: 100%;
  max-width: 57.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.big_number_area
  :is(.black_section_left, .blue_section_center, .black_section_right) {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.black_section_left {
  background: rgba(var(--black-color), 1);
  border: 0.0625rem solid rgba(var(--black-color), 1);
  box-shadow: 0rem 0.6875rem 1rem 0rem rgba(var(--white-color), 0.25), inset;
  padding: 1.5rem 0 1.75rem;
  border-radius: 2.5rem 0rem 0rem 2.5rem;
}
.blue_section_center {
  padding: 4.0625rem 0;
  border-radius: 4.0625rem;
  background: var(--blue-box-background-linear);
  border: 0.0625rem solid rgba(var(--black-color), 1);
  box-shadow: 0rem 0.6875rem 1rem 0rem rgba(var(--white-color), 0.25) inset;
}
.black_section_right {
  background: rgba(var(--black-color), 1);
  border: 0.0625rem solid rgba(var(--black-color), 1);
  box-shadow: 0rem 0.6875rem 1rem 0rem rgba(var(--white-color), 0.25) inset;
  padding: 1.5rem 0 1.75rem;
  border-radius: 0rem 2.5rem 2.5rem 0rem;
}
.big_number_area h2 {
  font-size: 3.75rem;
  line-height: 120%;
  font-family: "Impact";
  margin-bottom: 9px;
}
.big_number_area h4 {
  font-size: 2.375rem;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Impact";
}
.big_number_area h5 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0;
}
/* Second Section End */
/* Thired Section Start */
.thired_section {
  background: url("../images/3.0Bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 4.5rem;
}
.ideas_section {
  margin-top: 5.1875rem;
}
.ideas_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.625rem 1.75rem 1.6875rem 1.75rem;
  border: 0.0519rem solid #dbdbdb;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.ideas_box.active,
.ideas_box:hover {
  background: #00b3fa1a !important;
  /* border: .0625rem solid #00b3fa36 !important; */
}
.ideas_box.active::before,
.ideas_box:hover::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  width: 0.5625rem;
  /* height: 5.3125rem; */
  border-radius: 4.0625rem;
  background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
  box-shadow: 0rem 0.6875rem 1rem 0rem #ffffff40 inset;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card img {
  width: 100%;
  height: 13.375rem !important;
  height: auto;
  object-fit: cover;
}
.card_grid_title {
  position: absolute;
  height: 7.3125rem;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 0.75rem 0.625rem 1.5625rem;
  margin: 0rem;
  background: linear-gradient(
    193.39deg,
    rgba(0, 0, 0, 0) 40.44%,
    rgba(0, 0, 0, 0.8) 81.07%
  );
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: end;
}
/* Thired Section End */
/* Fivth Section Start */
.fivth_section {
  background-image: url("../images/5.0Bg.png");
  background-size: 100% calc(100% - 15rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 5.1875rem;
}
.fourth_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.875rem;
}
.free_Demo_section {
  min-height: 21.8125rem;
  border-radius: 1.25rem;
  background: #0c0c0e;
  border: 0.0625rem solid #373737;
  backdrop-filter: blur(0.25rem);
  position: relative;
  z-index: 0;
}
.readybg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-position: right;
  object-fit: contain;
  z-index: -1;
}
.diamond_image {
  position: absolute;
  top: -3.375rem;
  left: -1.6875rem;
  z-index: -6.1875rem;
}
.demo_left_section {
  padding: 4.125rem 0rem 4.125rem 3.0625rem;
}
.demo_des {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: rgba(var(--text-off-white-rgb), 0.8);
  margin-block: 0.875rem 3.0625rem;
}
/* Fourth Section End */
/* Accordian Style */
.accordion-container {
  width: 100%;
  margin-top: 2.25rem;
  border-radius: 1.875rem;
  overflow: hidden;
  background: rgba(var(--white-color), 0.6);
  border: 0.0625rem solid rgba(var(--black-color), 0.1);
  backdrop-filter: blur(0.25rem);
}
.accordion-item {
  border: none;
  border-bottom: 0.0625rem solid #0d0d0d14;
}
.accordion-button {
  font-weight: 600;
  font-size: 1rem;
  padding: 1.5625rem 1.75rem 1.5625rem 2.3125rem;
  border: none;
  transition: all 0.3s;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background-color: rgba(var(--white-color), 0.6);
  box-shadow: 0rem 0.6875rem 1rem 0rem #ffffff40 inset;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  box-shadow: none;
}
.accordion-body {
  padding: 0rem 1.75rem 1.25rem 2.3125rem;
}
.accordion-button:focus {
  box-shadow: none;
}
.fivth_right {
  width: 100%;
  margin-top: 2.25rem;
}
/* .accord_img_change:has(
    #Admindashboard.collapsed,
    #Merchantdashboard.collapsed,
    #Driverdashboard.collapsed,
    #Website.collapsed,
    #Nativecustomer.collapsed,
    #Nativedriver.collapsed
  )
  .change_img_area
  img.DashboardImg {
  display: block;
} */
.accord_img_change:has(#Admindashboard.collapsed)
  .change_img_area
  img.DashboardImg,
.accord_img_change:has(#Merchantdashboard.collapsed)
  .change_img_area
  img.MerchantdashboardImg,
.accord_img_change:has(#Driverdashboard.collapsed)
  .change_img_area
  img.DriverdashboardImg,
.accord_img_change:has(#Website.collapsed) .change_img_area img.WebsiteImg,
.accord_img_change:has(#Nativecustomer.collapsed)
  .change_img_area
  img.NativecustomerImg,
.accord_img_change:has(#Nativedriver.collapsed)
  .change_img_area
  img.NativedriverImg {
  display: none;
}
/* Fith Section End */
/* Sixth Section Start */
.sixth_section {
  padding: 5.625rem 0rem;
}
.card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 2.0625rem;
}
.card_section {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: #f5ffe6;
  border-radius: 0.625rem;
  z-index: 0;
}
.card_section:nth-child(2) {
  background: #fffee6;
}
.card_section:nth-child(3) {
  background: #ffeee6;
}
.card_section:nth-child(4) {
  background: #ffe6d0;
}
.card_section:nth-child(5) {
  background: #e6f3ff;
}
.card_section:nth-child(6) {
  background: #ffedb9;
}
.card_img {
  border-radius: 0.625rem;
  width: 100%;
  height: 11.9375rem;
  object-fit: contain;
  object-position: bottom;
}
/* Sixth Section End */
/* Seventh Section Start */
.seventh_section {
  background-image: url("../images/7.0Bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 4.25rem 9.375rem;
  position: relative;
}
.left_ball {
  position: absolute;
  top: 28.5rem;
  left: 0rem;
}
.right_ball {
  position: absolute;
  bottom: 18.6875rem;
  right: 0rem;
}
.flow_section {
  margin-top: 3.375rem;
}
/* Seventh Section End */
/* Eight Section Start */
.eigth_section {
  background-image: url("../images/8.0Bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 3rem;
}
.benifits_list {
  padding-block: 1.375rem;
}
.benifits_item {
  display: flex;
  gap: 1.5rem;
}
.note_box {
  height: fit-content;
  padding: 1rem;
  border-radius: 0.5313rem;
  background: #00000033;
  border: 0.0531rem solid #3c3c3c;
  backdrop-filter: blur(0.7425rem);
}
.note_box img {
  width: 2.25rem;
  height: 2.25rem;
}
/* Eight Section End */
/* Ninth Section */
.ninth_section {
  padding-block: 5.625rem;
}
.comparison_section {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.itech {
  width: 19.625rem;
  padding: 2.5625rem 3.4375rem 2.1875rem;
  background: #04222e;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
}
.column_title.other {
  width: 21.25rem;
  height: 6.4375rem !important;
}
.column_title.other h3 {
  font-size: 1.375rem;
}
.note_blue_box {
  height: fit-content;
  padding: 1rem;
  border-radius: 0.5313rem;
  background: #ffffff33;
  border: 0.0531rem solid #00a1e0;
  backdrop-filter: blur(0.7425rem);
}
.comparison_feature {
  display: flex;
  gap: 1.5625rem;
}
.comparison_row:first-child .feature {
  padding-top: 2rem;
  border-top-left-radius: 0.625rem;
}
.comparison_row:last-child .feature {
  padding-bottom: 4.5rem;
  border-bottom-left-radius: 0.625rem;
}
.feature {
  background: #50ceff0f;
  border-top: 0.0625rem solid #b9ebff;
  border-right: none;
  border-bottom: 0.0625rem solid #b9ebff;
  border-left: 0.0625rem solid #b9ebff;
  padding: 1.25rem 2.9375rem 1.25rem 2.9375rem;
}
.comparison_row:first-child .check_section {
  border-top: 0.0625rem solid #b9ebff;
}
.comparison_row:last-child .check_section {
  border-bottom: 0.0625rem solid #b9ebff;
}
.check_section {
  background: #092c3b;
}
.comparison_row:first-child .close_section {
  border-top-right-radius: 0.625rem;
}
.comparison_row:last-child .close_section {
  border-bottom-right-radius: 0.625rem;
}
.comparison_row:last-child .check_section {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.close_section {
  background: #50ceff0f;
  border-top: 0.0625rem solid #b9ebff;
  border-left: none;
  border-bottom: 0.0625rem solid #b9ebff;
  border-right: 0.0625rem solid #b9ebff;
}
.heading_title br {
  display: none;
}
.heading_title h2 {
  font-size: 2.25rem;
}
/* Ninth Section End */
/* Tenth Section Start */
.get_coding_faster_section {
  margin-block: 3.8125rem 8.3125rem;
}
.get_box {
  width: 13.125rem;
  flex-grow: 1;
}
.get_img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
}
.get_img:nth-child(1) {
  background: #9caf60;
}
.color1 {
  background: #00b3fa !important;
}
.color2 {
  background: #dea145 !important;
}
/* Tenth Section End */
/* Eleventh Section Start */
.eleventh_section,
.panleCtaBg {
  background: #012235 url("../images/11.0Bg.png") no-repeat bottom right / auto
    100%;
  border-radius: 1.25rem;
  margin-bottom: 9rem;
  padding: 3.375rem 0rem 4.875rem 3.0625rem;
}
.panleCtaBg {
  background-image: url(../images/planCta2.png);
}
.dimond_image {
  position: absolute;
  top: -2.6875rem;
  right: -1.5rem;
  z-index: -1;
}
/* Eleventh Section End */
/* Twelfth Section Start */
.twelfth_section {
  margin-bottom: 5.625rem;
}
.techSwiper {
  width: fit-content;
  overflow: auto;
}
.stack_box {
  max-width: 5.25rem;
  width: 100%;
  /* height: 5.25rem;
  border: .0625rem solid rgba(var(--text-rgb), 0.27); */
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4375rem;
}
.stack_box img {
  max-width: 100%;
}
.swiper-button-next img {
  transform: scale(-1);
}
.bottom-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.625rem;
}
.bottom-nav > div.swiper-button-disabled {
  cursor: auto;
}
.bottom-nav > div:not(.swiper-button-disabled) {
  filter: brightness(0) saturate(100%) invert(66%) sepia(47%) saturate(830%)
    hue-rotate(167deg) brightness(103%) contrast(101%);
  cursor: pointer;
}
.bottom-nav img {
  width: 3.375rem;
}
/* .cerSwiper .bottom-nav {
  justify-content: start;
} */
/* Twelfth Section End */
/* Thirteenth Section Start */
.thirteenth_section {
  background-image: url("../images/13.0Bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.125rem 0 0rem;
  position: relative;
}
#pricingSwiper {
  position: relative;
}
#pricingSwiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.pricing_section {
  margin-top: 2.5625rem;
  padding-bottom: 13.125rem;
}
#pricingSwiper .bottom-nav {
  position: absolute;
  bottom: 9.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  justify-content: start;
}
.thred_section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #6ad5ff33;
  border-radius: 50%;
}
.pricing-next {
  transform: scale(-1);
}
#pricingSwiper .swiper-slide {
  align-self: stretch;
  height: auto;
}
#pricingSwiper .swiper-slide .row {
  min-height: 39.8125rem;
  width: 100%;
}
#pricingSwiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: start;
  align-items: center;
}
#pricingSwiper .swiper-pagination span {
  flex-grow: 1;
  border-radius: 6.25rem;
  height: 0.625rem;
  display: block;
  background: #69d5ff;
}
#pricingSwiper .swiper-pagination span:not(.swiper-pagination-bullet-active) {
  opacity: 0.4;
}
.deviceImg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 95%;
  object-fit: contain;
  object-position: right bottom;
}
/* Thirteenth Section End */
/* Fourteenth Section Start */
.fourteenth_section {
  padding-block: 5.625rem;
}
.test_box {
  width: 100%;
  background: rgba(var(--white-color), 0.4);
  backdrop-filter: blur(0.25rem);
  box-shadow: 0rem 0.1875rem 0.75rem 0rem #00000012;
  border: 0.0625rem solid #f1f1f1;
  border-radius: 0.625rem;
  position: relative;
  padding: 4.8125rem 2.75rem 2rem 2.125rem;
  margin-top: 1.25rem;
}
.test_dot {
  position: absolute;
  top: 1.5rem;
  left: 2.0625rem;
}
.test-next img {
  transform: scale(-1);
}
.testSwiper {
  margin-top: 2rem;
  width: fit-content;
  overflow: auto;
}
/* Fourteenth Section End */
/* Fifteen Section Start */
.fifteen_section {
  background-image: url("../images/15.0Bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 3.5625rem 4.25rem;
}
/* Fifteen Section End */
/* Sixteenth Section (Footer) Start */
.sixteenth_section {
  background-color: #000000;
  border-top: 0.0625rem solid #005a7d;
  padding-block: 2.5rem;
}
.footer_des {
  max-width: 19rem;
}
.footer_input {
  width: 13.9375rem;
  background: #ffffff33;
  border: 0.0256rem solid #7b7b7b;
  border-radius: 0.25rem;
}
.footer_input:focus {
  outline: none;
}
footer {
  margin-top: auto;
}
/* Sixteenth Section (Footer) End */
/* First Section Start */
.cerWidth {
  width: fit-content !important;
  overflow: auto;
}
.cerSlide {
  margin-right: 0rem !important;
  width: fit-content !important;
}
/* First Section End */
/* modal style */

.label_control {
  font-size: 0.875rem;
  color: #656080;
  font-weight: 500;
  line-height: normal;
  margin-left: 1.125rem;
}
.input_control {
  margin-bottom: 0.75rem;
  background-color: #f4f3f8;
  border-radius: 1.875rem;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.9375rem;
  font-size: 0.875rem;
  color: #656080;
  width: 100%;
  min-height: 3.125rem;
  resize: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.input_control::placeholder {
  color: #656080;
}
select.input_control {
  background: #f4f3f8 url(../images/down.svg) no-repeat calc(100% - 1.5625rem)
    center / 0.9375rem;
  padding-right: 3.125rem;
}
textarea.input_control {
  height: 9.375rem;
}
.minHeight75vh {
  min-height: 75vh;
}
#requestModla .modal-dialog {
  max-width: 66.25rem;
  width: calc(100vw - 2.5rem);
}
.modalCloseBtn {
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--blue-box-background-linear);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.modal_letBg {
  background: var(--blue-box-background-linear);
  color: #fff;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
}
#testimonialSwiper .swiper-pagination-bullet {
  background: white;
}
#testimonialSwiper .test_box {
  margin-top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
/* \ modal style */
/* techTab style */
.techTab .nav-link {
  border-radius: 0.625rem;
  font-weight: 600;
  background: #e6e3e3cc;
  color: #000;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: left;
  margin-bottom: 10px;
  padding: 0.9375rem 1.25rem;
}
.techTab .nav-link.active {
  background: var(--blue-box-background-linear);
}
.tect_box {
  background: #fff;
  padding: 1.25rem 0.9375rem;
  border-radius: 0.9375rem;
  text-align: center;
  box-shadow: 0px 4px 20px 0px
    rgba(30.99999999999999, 97.00000000000001, 232, 0.23);
  min-height: 100%;
}
.tect_box img {
  max-width: 60px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  display: inline-block;
  margin-bottom: 0.9375rem;
}
.tect_box span {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  display: block;
}
/* \ techTab style */
/* thank you style */
.page-id-792 .mainHeading {
  text-align: center;
}
/* \ thank you style */
/* contact info */
.contactInfo {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.625rem;
  padding-bottom: 30px;
  position: relative;
}
.contactInfo::before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 2px dashed #c8c8c8;
  position: absolute;
  top: 0;
  left: 1.875rem;
}
.contactInfo:last-child::before {
  display: none;
}
.contactInfo_head {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #c8c8c8;
}
.contactInfo_head img {
  border: 1px solid #c8c8c8;
}
.contactInfo_body h6 {
  line-height: 159%;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d0d0dcc;
  margin-bottom: 0.625rem;
}
.contactInfo_body h5 {
  line-height: 1.875rem;
  font-size: 1.375rem;
  color: #303030;
  font-weight: 600;
  margin-bottom: 0;
}
/* \ contact info */
/* reachOut Card  */
.reachOutCard {
  border: 2px solid #f2f2f2;
  box-shadow: 0px 10px 30px 0px #f2f2f2;
  background: #ffffff01;
  border-radius: 1.875rem;
}
.reachOutCard:hover {
  border-color: #00b3fa;
  box-shadow: 0px 10px 30px 0px #00b3fa1f;
}
.reachOutCard_head {
  border: 2px solid #f2f2f2;
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
}
.reachOutCard_head img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0);
}
.reachOutCard:hover .reachOutCard_head img {
  filter: none;
}
.reachOutCard:hover .reachOutCard_body h4 {
  background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*\  reachOut Card  */
/* what we do style */
.whatWeDoBox {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  border-radius: 1.875rem;
  overflow: hidden;
}
.whatwedoImg::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 5.6875rem;
}
/* \ what we do style */
/* core section style */
.coreCard {
  box-shadow: 0px 8px 16px 0px #00000014, 0px 0px 4px 0px #0000000a;
  border: 2px solid #0d0d0d1a;
  background: #ffffff;
  padding: 2.75rem;
  border-radius: 1.875rem;
}
.coreCard:hover {
  box-shadow: 0px 10px 30px 0px #00b3fa1f;
  border: 2px solid #00b3fa;
}
.coreCardImg {
  width: 10rem;
  height: 10rem;
  position: relative;
}
.coreCardImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.625rem;
}
.coreCard_sm .coreCardImg {
  width: 5.625rem;
  height: 5.625rem;
}
.coreCard:hover .coreCardImg img:not(.coreHoveImg),
.coreCard:not(:hover) .coreCardImg img.coreHoveImg {
  opacity: 0;
}
.coreCard:hover h4 {
  background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* \ core section style */
/* client reviewed section */
.reviewVideocard_head {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/0.75;
}
.reviewVideocard_head p {
  width: 100%;
  height: 100%;
}
.reviewVideocard_head i {
  width: 3.75rem;
  height: 3.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 1.75rem;
  cursor: pointer;
}
.reviewVideocard_body {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 1.25rem;
}
.reviewedCard {
  aspect-ratio: 1/1;
  border-radius: 1.875rem;
  border: 1px solid #e6e6e6;
}
.reviewedCard img {
  max-height: 100%;
}
/* \ client reviewed section */
/* Food delivery page style */
.foodHeroLImg {
  bottom: 0;
  transform: translateY(40%);
  z-index: -1;
  width: 21%;
  max-width: 294px;
}
.foodHeroRImg {
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 11%;
  max-width: 158px;
}
.foodAppCard {
  padding: 2.8125rem 2.125rem;
  border-radius: 1.875rem;
}
.foodAppCard img {
  width: 4.625rem;
  height: 4.5rem;
  object-fit: contain;
  display: block;
  margin-bottom: 4.0625rem;
}
.foodTabsBg {
  background: url("../images/blackBlueBg.png") no-repeat top left / cover;
}
.foodTabs .nav-link {
  color: rgba(var(--white-color), 1);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.75rem;
  opacity: 0.8;
  position: relative;
  min-width: 12.5rem;
}
.foodTabs .nav-link::before {
  content: "";
  background: var(--text-blue);
  width: 100%;
  height: 0.625rem;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.foodTabs .nav-link.active {
  background: transparent;
  opacity: 1;
}
.foodTabs .nav-link.active::before {
  opacity: 1;
}
.tab_v_progressLeft {
  padding-right: 0.625rem;
}
.tab_v_progressRight {
  padding-left: 0.625rem;
}
.tab_v_progressLeft_item {
  padding-top: 4.125rem;
  border-right: 2px solid #fff;
  position: relative;
  padding-right: 1.75rem;
}
.tab_v_progressRight .tab_v_progressLeft_item {
  border-left: 2px solid #fff;
  border-right: none;
  padding-left: 1.75rem;
  padding-right: 0;
}

.tab_v_progressLeft_item::before {
  content: "";
  background: var(--text-blue);
  border: 5px solid #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  position: absolute;
  top: 4.375rem;
  right: 0;
  transform: translateX(50%);
  z-index: 2;
}
.tab_v_progressRight .tab_v_progressLeft_item::before {
  left: 0;
  transform: translateX(-50%);
}
.tab_v_progressLeft_item h4 {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Impact";
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.tab_v_progressLeft_item p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0;
  padding-bottom: 15px;
}
.foodGlowMobi_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.foodServicesCard {
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 2.25rem;
}
.foodServicesCard_img {
  aspect-ratio: 1/0.6;
}
.foodServicesCard_body {
  padding: 1.875rem 2.125rem;
}
.foodSolutionsBox {
  background: var(--solutionBg);
  padding: 2.75rem;
  border-radius: 1.25rem;
  margin: 100px 0;
}
.foodSolutionsBox:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.foodSoluMobiImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: calc(100% + 200px);
}
.foodSoluTable {
  border: 1px solid #262626;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.foodSoluTable table {
  border-collapse: collapse;
  width: 100%;
}
.foodSoluTable td {
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 1.875rem 0;
  text-align: center;
  width: calc(100% / 3);
  vertical-align: baseline;
}
.foodSoluTable tr td:first-child {
  border-left: none;
}
.foodSoluTable tr:last-child td {
  border-bottom: 0;
}
.foodSoluTable td img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.stepsBg {
  background-color: #f3fbfd;
  border-radius: 1.25rem;
  padding: 4.25rem 2.75rem 4.25rem 3.3125rem;
}
.stepItem {
  padding-left: 8.4375rem;
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 0.5625rem;
}
.stepItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 100%;
  border: 1.3125rem solid #e5ecee;
  background: var(--text-blue);
  box-shadow: 0 0 0 6px #00000008;
  z-index: 1;
}
.stepItem::after {
  content: "";
  position: absolute;
  top: 5.9375rem;
  left: calc(4.6875rem / 2);
  width: 2px;
  height: calc(100% - 8rem);
  background: linear-gradient(180deg, #50ceff 0%, #ffffff 124.57%);
  border-radius: 10px;
  z-index: 1;
}
.stepItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  &::after {
    display: none;
  }
}
.stepItemImg {
  aspect-ratio: 1/0.4;
  display: block;
}
.darkBlueCard {
  background: #021c2d;
  border: 2px solid #000000;
  padding: 2rem;
  border-radius: 0.625rem;
}
/* \ Food delivery page style */
