:root {
  --poppins: "poppins";

  --black: #000;
  --black333: #333;
  --white: #fff;
  /* --primary: #0f6196; */
  --primary: #ff8300;
  --seccondary: #f37021;
  --666: #666;
  --e7e9ed: #e7e9ed;
  --E6DEED: #e6deed;
  --835CA5: #835ca5;
  --0E0F0F: #0e0f0f;
  --0C0D0D: #0c0d0d;

  --radius-12: 12px;
  --radius-16: 16px;

  --sm: 14px;
  --base: 16px;
  --lg: 18px;
  --xl: 20px;
  --font22: 22px;
  --xxl: 24px;
  --2xl: 28px;

  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
}

body {
  font-family: var(--poppins);
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.main-site {
  padding: 79px 0 0;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: all ease-in-out 200ms;
}

header.header.scroll {
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header .navbar {
  padding: 5px 0;
  min-height: 79px;
}

.navbar-brand {
  max-width: 118px;
  width: 100%;
  padding: 0;
}

.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 12px;
}

.header .navbar-nav .nav-link {
  padding: 0 18px;
  color: var(--black);
  font-size: var(--sm);
  font-weight: var(--fw-500);
  line-height: 20px;
}

.contact-btn {
  color: var(--white);
  text-align: center;
  font-family: var(--poppins);
  font-size: var(--sm);
  font-weight: var(--fw-500);
  line-height: normal;
  border-radius: var(--radius-12);
  border: 1px solid var(--primary);
  padding: 16px 24px;
  transition: all ease-in-out 200ms;
  background: var(--primary);
}

.contact-btn:hover {
  background: var(--black);
  color: var(--white);
}
.hero-section {
  background: url("../images/herobg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 128px 0 60px;
  margin-top: -79px;
  position: relative;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 112px;
  left: 3.2%;
  width: 38px;
  height: 38px;
  background: url("../images/polygon_right.svg");
  background-size: contain;
  background-position: center;
  animation: animName 6s linear infinite;
  filter: brightness(0) saturate(100%) invert(50%) sepia(19%) saturate(3471%)
    hue-rotate(348deg) brightness(99%) contrast(92%);
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 4%;
  width: 21px;
  height: 21px;
  background: url("../images/polygon_left.svg");
  background-size: contain;
  background-position: center;
  animation: animName2 6s linear infinite;
  filter: brightness(0) saturate(100%) invert(50%) sepia(19%) saturate(3471%)
    hue-rotate(348deg) brightness(99%) contrast(92%);
}

@keyframes animName2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.hero-text h1 {
  color: var(--black);
  font-size: 56px;
  font-weight: var(--fw-700);
  line-height: 80px;
  max-width: 600px;
}

.hero-text h1 strong {
  font-weight: var(--fw-700);
  color: var(--seccondary);
}

.hero-text h1 strong img {
  position: relative;
  top: -4px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.herovideo-main {
  position: relative;
}

.herocircle3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  /* filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(928%)
    hue-rotate(174deg) brightness(92%) contrast(92%); */
}

.herocirlce2 {
  width: 492px;
  height: 492px;
  border-radius: 492px;
  border: 1.5px solid rgb(243 112 33 / 40%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: circleRotateReverse 7s infinite linear;
  /* animation: unset; */
}

.stargradient {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-35deg);
  -webkit-transform: translate(-50%, 50%) rotate(-35deg);
  position: absolute;
  /* filter: brightness(0) saturate(100%) invert(25%) sepia(39%) saturate(2609%) hue-rotate(180deg) brightness(99%) contrast(88%); */
  width: 30px;
}

.stargradient2 {
  right: 50%;
  -webkit-transform: translate(-50%, 55%);
  position: absolute;
  bottom: 100%;
  transform: translate(-50%, 55%) scale(0.6);
  /* filter: brightness(0) saturate(100%) invert(25%) sepia(39%) saturate(2609%) hue-rotate(180deg) brightness(99%) contrast(88%); */
  width: 56px;
}

.herocirlce1 {
  width: 592px;
  height: 592px;
  border-radius: 492px;
  border: 1.5px solid rgb(243 112 33 / 20%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: circleRotate 7s infinite linear;
  /* animation: unset; */
}

.stargradient3 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  position: absolute;
  margin: auto;
  top: 0;
  width: 30px;
}

/* .stargradient3_small {
  right: 0;
  -webkit-transform: translate(-50%, 55%);
  position: absolute;
  bottom: 0;
  transform: translate(53%, 55%) scale(0.6);
  top: 00;
  margin: auto;
  width: 55px;
} */

.stargradient3_small {
  right: unset;
  -webkit-transform: translate(-50%, 55%);
  position: absolute;
  bottom: 0;
  transform: translate(250%, -0%) scale(0.6);
  top: 00;
  margin: 0;
  width: 55px;
  left: 0;
}

@keyframes circleRotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-video-box {
  text-align: center;
  max-width: 314px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-video-box video {
  border-radius: 52px;
  width: 100%;
}

.hero-video-box img {
  width: 100%;
}

.hero-text p {
  color: var(--666);
  font-size: var(--xl);
  font-weight: var(--fw-500);
  line-height: 30px;
  max-width: 493px;
  margin: 18px 0 0;
}

.btn_store_group {
  margin: 60px 0 0;
  column-gap: 16px;
  row-gap: 10px;
}

.latest-ai-features {
  padding: 92px 0 100px;
  position: relative;
}

.latest-ai-features::after {
  content: "";
  position: absolute;
  bottom: 112px;
  left: 4.5%;
  width: 38px;
  height: 38px;
  background: url(../images/polygon_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: animName 6s linear infinite;
}

.latest-ai-features::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 4.5%;
  width: 29px;
  height: 29px;
  background: url(../images/polygon_right.svg);
  background-size: contain;
  background-position: center;
  animation: animName2 6s linear infinite;
  background-repeat: no-repeat;
}

.vidoe-shape-set::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/aiafterbg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1120px;
  width: 100%;
  margin: 10px auto 0;
  z-index: 1;
}

.vidoe-shape-set::before {
  content: "";
  position: absolute;
  width: 729px;
  height: 257px;
  border-radius: 42px;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(50px);
  z-index: 2;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cmn-heading h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 130.435% */
}

.vid-aifbox {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  border: 11px solid #000;
  background: #000;
  z-index: 3;
}
.vid-aifbox video {
  width: 100%;
  border-radius: 24px;
}

.vid-aifbox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 24px; */
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1px);
  z-index: 3;
  opacity: 1;
  transition: all ease-in-out 100ms;
}

.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  margin: auto;
  z-index: 4;
  display: block;
  opacity: 1;
}

.play-btn img {
  width: 100px;
}

.vid-aifbox.playing .play-btn {
  opacity: 0;
}

.vid-aifbox.playing::after {
  opacity: 0;
}

.inner-feat-heading h3 {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.inner-feat-heading .para {
  color: #666;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 14px 0 0;
  max-width: 492px;
}

.features {
  padding: 0 0 80px;
  position: relative;
}

.features::after {
  content: "";
  position: absolute;
  top: -10%;
  right: 0;
  height: 274px;
  width: 137px;
  background: url(../images/clipcirclehalf.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  z-index: 1;
  display: none;
}

.features-column {
  row-gap: 100px;
}

.food-photo-masterpiece {
  padding: 100px 0;
  background: url("../images/fodsmbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.foodms-heading h3 {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.foodms-heading p {
  color: #666;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 20px 0 0;
  padding-right: 10px;
}

.right-custom-part {
  position: relative;
  /* border: 1px solid red; */
  min-height: 510px;
}

.feature-col-video {
  border-radius: 42px;
  background: #fff;
  box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 10px;
}

.feature-col-video img {
  border-radius: 32px;
  width: 100%;
}

.feature-col-video video {
  width: 100%;
  border-radius: 32px;
}

.grub-hub {
  max-width: 28%;
  width: 100%;
  position: absolute;
  right: 0;
  padding-top: 5%;
  -webkit-animation: float 4s infinite linear;
  animation: grub 4s infinite linear;
}

@keyframes grub {
  from {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
}

.uber {
  max-width: 58%;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-animation: float 16.8s infinite linear;
  animation: uber 5s infinite linear;
}

@keyframes uber {
  from {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
  to {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
}

.chownow {
  max-width: 46%;
  position: absolute;
  width: 100%;
  right: 0;
  padding-top: 21%;
  animation: uber 5s infinite linear;
}

@keyframes chownow {
  from {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
  to {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
}

.clover {
  max-width: 25%;
  left: 32%;
  position: absolute;
  top: 0;
  padding-top: 23%;
  width: 100%;
  animation: clover 5s infinite linear;
}

@keyframes clover {
  from {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
}

.postmates {
  right: 0;
  max-width: 160px;
  position: absolute;
  width: 100%;
  top: 44%;
  animation: doordash 5s infinite linear;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.cttoast {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 40%;
  width: 100%;
  animation: cttoast 5s infinite linear;
}

@-webkit-keyframes cttoast {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.square {
  position: absolute;
  padding-bottom: 11%;
  max-width: 56%;
  width: 100%;
  left: 0;
  text-align: right;
  bottom: 0;
  animation: square 5s infinite linear;
}

@keyframes square {
  0% {
    transform: translatey(-20px);
  }
  50% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(-20px);
  }
}

.doordash {
  position: absolute;
  bottom: 0;
  max-width: 35%;
  text-align: right;
  width: 100%;
  padding-bottom: 10%;
  animation: doordash 5s infinite linear;
}

@keyframes doordash {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.menusnap-editing {
  padding: 80px 0;
}

.menusnap-gradient {
  padding: 48px 46px 0 30px;
  border-radius: 32px;
  background: linear-gradient(283.29deg, #ffeee3 0%, #fff4ed 100%);
}

.finder-heading h5 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px; /* 122.222% */
  margin: 0 0 12px;
}
.finder-heading p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  max-width: 600px;
  opacity: 70%;
}

.finder-heading h5 span {
  color: #0f6196;
}

.getapp-txt {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.iphone-cut {
  position: relative;
  text-align: center;
}

.halfcircle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 63%;
  border-radius: 30rem 30rem 0 0;
  background: var(--primary);
  /* background: #2774ae; */
}

.iphone-img {
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

.pricing-sec {
  padding: 0px 0 90px;
}

.pricing-list {
  text-align: center;
}

.pricing-list ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pricing-list li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.pricing-list li img {
  width: 20px;
}
.pricing-list li span {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.pricing-list li:not(:last-child) {
  margin-bottom: 20px;
}

/* .plan-box {
  border-radius: 24px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 22px 16px 18px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
} */

.plan-box {
  border-radius: 24px;
  border: none;
  background: #fff;
  padding: 22px 16px 18px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.02),
    0px 8px 14px 0px rgba(0, 0, 0, 0.02), 0px 0px 12px 0px rgba(0, 0, 0, 0.03);
  align-items: start;
  /* border: 1px solid #ebebeb; */
  cursor: pointer;
  transition: all ease-in-out 200ms;
}

.plan-box:hover {
  box-shadow: 0px 18px 32px 0px rgba(255, 131, 0, 0.04),
    0px 6px 14px 0px rgba(255, 131, 0, 0.05),
    0px 0px 12px 0px rgba(255, 131, 0, 0.03);
}

.planbox-gradient {
  position: relative;
  transition: all;
}

.plan-box h4 {
  color: var(--black);
  font-size: 14px;
  font-weight: var(--fw-500);
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.plan-box h3 {
  color: var(--black);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto 0 18px;
}

.plan-box h3 sub {
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  bottom: 0;
}

.trial-tag {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  border-radius: 40px;
  background: rgba(232, 232, 232, 0.5);
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pricing-row {
  margin: 40px 0 0;
}

.gift-circle {
  width: 25.714px;
  height: 25.714px;
  flex-shrink: 0;
  border-radius: 57.857px;
  opacity: 0.9;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-tag {
  border-radius: 73.929px 91px 0px 73.929px;
  background: linear-gradient(90deg, #ffbe0b -42.56%, #ff006e 95.18%);
  padding: 6px 9px 6px 6px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.save-tag .sv-txt {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 5px;
}

.gift-circle > span {
  width: 50px;
  height: 50px;
  transform: scale(3);
  position: relative;
  top: -5px;
}

.pricing-row > .row {
  row-gap: 16px;
  justify-content: center;
}

.plan-box .yrl-plan {
  width: calc(100% - 50%);
}

.plan-box h3 {
  font-size: 26px;
  line-height: normal;
  margin: auto 0 18px;
}

.footer {
  padding: 50px 0;
  background: var(--0E0F0F);
  position: relative;
}

.foot-links {
  display: flex;
  align-items: center;
  gap: 10px 24px;
  flex-wrap: wrap;
}

.foot-links a {
  color: #fff;
  font-family: Poppins;
  font-size: var(--sm);
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: normal;
  text-decoration: none;
}

.copyright-txt {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.footer-logo {
  margin-bottom: 26px;
}

.foot-links {
  margin-bottom: 29px;
}

.opacity-footer-txt {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: 200px; /* 166.667% */
  opacity: 0.07;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.footer .row {
  z-index: 2;
  position: relative;
}

/* floating shadows */

.uber img {
  box-shadow: 12px 12px 30px 0px rgba(7, 194, 107, 0.25);
  border-radius: 50%;
}

.grub-hub img {
  filter: drop-shadow(12px 12px 30px rgba(255, 128, 0, 0.25));
  border-radius: 50%;
}

.chownow img {
  filter: drop-shadow(12px 12px 30px rgba(253, 79, 87, 0.25));
  border-radius: 50%;
}
.clover img {
  box-shadow: 12px 12px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.postmates img {
  box-shadow: 12px 12px 30px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.square img {
  filter: drop-shadow(12px 12px 30px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
}

.cttoast img {
  box-shadow: 12px 12px 30px 0px rgba(255, 76, 0, 0.25);
  border-radius: 50%;
}

.doordash img {
  box-shadow: 12px 12px 30px 0px rgba(255, 48, 8, 0.25);
  border-radius: 50%;
}

.inner-page {
  padding: 70px 0;
}

.inner-page .main-title {
  font-size: 40px;
  font-weight: 700;
}

.inner-page p {
  color: #333;
  line-height: 32px;
  font-size: 18px;
}

.max-w-100 {
  max-width: 100% !important;
}

.inner-pages-site .hero-section::before,
.inner-pages-site .hero-section::after {
  display: none;
}

.inner-page ul {
  padding: 0 0 0 15px;
  list-style: none;
}

.inner-page ul li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}

/* .inner-page ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  margin: auto 0;
  bottom: 4px;
} */
.inner-page ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  margin: auto 0;
  bottom: inherit;
}

.inner-talkwith {
  border-radius: var(--radius-16);
  border: 1px solid var(--e7e9ed);
  background: var(--white);
  box-shadow: 0 0 20px #00000014;
  padding: 30px;
}

.contact-cmn-heading h3 {
  color: var(--black);
  font-size: var(--xxl);
  font-weight: var(--fw-600);
  line-height: 120%;
}

.contact-cmn-heading p {
  color: var(--black333);
  font-size: var(--base);
  font-weight: var(--fw-400);
  line-height: 169%;
  margin: 10px 0 0;
}

.callbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 60px;
  height: 60px;
  background: #fdebe1;
  border-radius: var(--radius-16);
}

.callbox .custom-icon {
  color: var(--835CA5);
  font-size: var(--30);
}

.calltext h4 {
  color: var(--black333);
  font-size: var(--sm);
  font-weight: var(--fw-400);
  line-height: 120%;
  margin: 0 0 7px;
}

.callbox svg path {
  fill: #ec503c;
  stroke: #ec503c;
}

.calltext p {
  color: var(--black);
  font-size: var(--base);
  font-weight: var(--fw-500);
  line-height: 120%;
}

.callbox-column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 22px 0 0;
}

.contact-form {
  row-gap: 30px;
  padding-left: 30px;
}

label.error {
  margin-top: 5px;
  font-size: 14px;
}

.custom-country-picker .intl-tel-input {
  width: 100%;
}

.swal2-container {
  z-index: 9999999999999;
}

.diff-color-bg {
  background: linear-gradient(283deg, #fff6ed 0%, #fff0f7 100%);
  color: #ff2222;
}

.custom-table th,
.custom-table td {
  font-size: 16px;
  line-height: 24px;
}

.last-h6-heading {
  font-size: 20px;
  font-weight: 500;
}

.underline-heading {
  position: relative;
  display: inline-block;
  flex-direction: column;
}

.hero-text h1 .underline-heading img {
  max-width: 150px;
  width: 100%;
  animation: inherit;
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cmn-heading p {
  color: var(--666);
}

.footer .btn_store_group img {
  max-width: 135px;
  width: 100%;
}

.mission-sec {
  padding: 80px 0;
  background: linear-gradient(98.39deg, #fff9f5 0%, #fffbf9 100%);
}

.mission-box {
  background: #ffffff;
  box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
}

.mission-box img {
  max-width: 120px;
  width: 100%;
  margin: 0 0 18px;
}

.mission-box h5 {
  font-size: 36px;
  line-height: 46px;
  color: var(--0C0D0D);
  font-weight: var(--fw-700);
  text-transform: capitalize;
  padding: 0 0 21px;
  margin: 0 0 20px;
  position: relative;
}

.mission-box h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 4px;
  background: var(--seccondary);
  border-radius: 10px;
  margin: 0 auto;
}
.mission-box p {
  font-size: var(--lg);
  line-height: 27px;
  font-weight: var(--fw-400);
  color: var(--666);
}

.mission-sec .row {
  row-gap: 25px;
}

.mission-box {
  height: 100%;
}

.comming-soon {
  font-size: 32px;
  text-align: center;
  min-height: calc(100vh - 685px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* media query  */
/*  /////////////// */
/*  //// */
/*  /////////// */
/* media query  */

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .vidoe-shape-set::before {
    -webkit-backdrop-filter: blur(50px);
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .herovideo-main {
    min-width: 610px;
  }

  .hero-text {
    min-width: 589px;
  }
}
@media only screen and (min-width: 992px) {
  .mission-sec .row {
    --bs-gutter-x: 34px;
  }

  .herovideo-main {
    min-width: 592px;
  }
}

@media only screen and (max-width: 1399px) {
  .right-custom-part {
    min-height: 560px;
  }

  .doordash {
    max-width: 28%;
  }

  .square {
    max-width: 54%;
    padding-bottom: 15%;
  }

  .clover {
    max-width: 37%;
    left: 0;
    position: absolute;
    top: 0;
    padding-top: 28%;
    width: 100%;
    text-align: right;
  }
  .uber {
    max-width: 70%;
  }

  .chownow {
    max-width: 54%;
    padding-top: 23%;
  }

  .herocirlce1 {
    width: 552px;
    height: 552px;
  }

  .herocirlce2 {
    width: 462px;
    height: 462px;
  }

  .herocircle3 {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1199px) {
  .vid-aifbox {
    max-width: 705px;
  }

  .vidoe-shape-set::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 87px;
    border-radius: 42px;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(50px);
    z-index: 2;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .features-column > .row:nth-of-type(even) .inner-feat-heading {
    padding-right: 25px;
  }

  .features-column {
    row-gap: 50px;
  }

  .chownow {
    transform: scale(0.8);
  }

  .chownow {
    max-width: 65%;
    padding-top: 30%;
  }

  .square {
    max-width: 54%;
    padding-bottom: 10%;
  }

  .cttoast {
    max-width: 43%;
  }

  .clover {
    max-width: 30%;
  }

  .hero-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-text h1 strong img {
    width: 35px;
  }

  .hero-video-box {
    max-width: 285px;
  }

  .herocirlce1 {
    width: 500px;
    height: 500px;
  }

  .herocirlce2 {
    width: 422px;
    height: 422px;
  }

  .herocircle3 {
    max-width: 340px;
  }

  .halfcircle {
    height: 46%;
  }

  .mission-box img {
    max-width: 90px;
    margin: 0 0 10px;
  }

  .mission-box h5 {
    padding: 0 0 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .hero-text h1 .underline-heading img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-feat-heading h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .foodms-heading h3 {
    font-size: 26px;
    line-height: 35px;
  }

  .foodms-heading p {
    margin: 15px 0 0;
    padding: 0;
  }

  .finder-heading h5 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px;
  }

  .btn_store_group {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    box-shadow: 0 0 5px #0000003d;
    border-radius: 10px;
  }
  .navbar-collapse ul {
    padding: 15px 15px;
  }

  .header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .header .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #d9cdcd;
  }

  .header .navbar-nav .nav-link {
    padding: 10px 0px;
  }

  .header .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0;
  }

  .header .navbar-nav .nav-item:last-child .nav-link {
    padding-bottom: 0;
  }

  .header .navbar {
    padding: 8px 0;
    min-height: 60px;
  }

  .contact-btn {
    padding: 12px 14px;
  }

  .latest-ai-features {
    padding: 45px 0 60px;
  }

  .cmn-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .main-site {
    padding: 60px 0 0;
  }

  .vidoe-shape-set::after {
    max-width: 100%;
    width: calc(100% - 16px);
  }

  .play-btn img {
    width: 80px;
  }

  .features-column > .row:nth-of-type(even) .inner-feat-heading {
    padding-right: 8px;
  }

  .features-column {
    row-gap: 30px;
  }

  .inner-feat-heading h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .features {
    padding: 0 0 45px;
  }

  .food-photo-masterpiece {
    padding: 45px 0;
  }

  .foodms-heading p {
    margin: 10px 0 0;
    padding: 0;
  }

  .foodms-heading h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .clover {
    max-width: 40%;
    left: 0;
    position: absolute;
    top: 0;
    padding-top: 24%;
    width: 100%;
    text-align: right;
  }

  .chownow {
    max-width: 53%;
    padding-top: 23%;
  }

  .menusnap-editing {
    padding: 45px 0;
  }

  .menusnap-gradient > .row {
    flex-direction: column-reverse;
  }

  .finder-heading h5 br {
    display: none;
  }

  .finder-heading {
    text-align: center;
  }

  .finder-heading p {
    max-width: 100%;
  }

  .pricing-sec {
    padding: 0px 0 45px;
  }

  .pricing-list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .features::after {
    width: 70px;
  }

  .herocirlce1 {
    width: 550px;
    height: 550px;
  }

  .herocirlce2 {
    width: 452px;
    height: 452px;
  }

  .hero-text {
    text-align: center;
  }

  .hero-text h1,
  .hero-text p {
    max-width: 100%;
  }

  .btn_store_group {
    margin: 25px 0 0;
    justify-content: center;
  }

  .hero-section {
    padding-top: 90px;
  }

  .halfcircle {
    height: 60%;
  }

  .inner-page {
    padding: 40px 0;
  }

  .mission-sec {
    padding: 45px 0;
  }

  .hero-text h1 .underline-heading img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    max-width: 120px;
  }

  .latest-ai-features {
    padding: 40px 0 60px;
  }

  .cmn-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .vid-aifbox {
    max-width: 650px;
  }

  .play-btn img {
    width: 65px;
  }

  .features-column > .row:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .features-column {
    row-gap: 20px;
  }

  .inner-feat-heading h3 br {
    display: none;
  }

  .inner-feat-heading {
    text-align: center;
  }

  .inner-feat-heading .para {
    margin: 10px 0 0;
    font-size: var(--base);
    line-height: 26px;
  }

  .inner-feat-heading h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .features {
    padding: 0 0 30px;
  }

  .features-column {
    row-gap: 30px;
  }

  .food-photo-masterpiece {
    padding: 30px 0 0;
  }

  .foodms-heading {
    text-align: center;
  }

  .foodms-heading h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .foodms-heading p {
    font-size: 16px;
    line-height: 25px;
  }

  .chownow {
    max-width: 67%;
    padding-top: 34%;
  }

  .clover {
    max-width: 30%;
    padding-top: 34%;
  }

  .postmates {
    top: 39%;
  }

  .menusnap-editing {
    padding: 30px 0;
  }

  .pricing-sec {
    padding: 0px 0 30px;
  }

  .pricing-row {
    margin: 25px 0 0;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 18px;
  }

  .foot-links {
    margin-bottom: 20px;
    justify-content: center;
    gap: 10px 17px;
  }

  .copyright-txt {
    text-align: center;
  }

  .hero-section::after,
  .hero-section::before,
  .latest-ai-features::after,
  .latest-ai-features::before {
    display: none;
  }

  .opacity-footer-txt {
    font-size: 80px;
  }

  .hero-section .container {
    max-width: 100%;
  }

  .hero-video-box {
    max-width: 255px;
  }

  .hero-text h1 {
    font-size: 26px;
    line-height: 36px;
    padding: 0 15px;
  }

  .hero-text p {
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-text h1 strong img {
    width: 25px;
  }

  .herocirlce1 {
    width: 480px;
    height: 480px;
  }

  .herocirlce2 {
    width: 412px;
    height: 412px;
  }

  .hero-video-box video {
    border-radius: 32px;
  }

  .hero-section {
    padding-bottom: 30px;
  }

  .inner-page {
    padding: 30px 0;
  }

  .inner-page h4 {
    font-size: 20px;
  }

  .inner-page h5 {
    font-size: 18px;
  }

  .inner-page p,
  .inner-page ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-page h2 {
    font-size: 24px;
  }

  .custom-table th,
  .custom-table td {
    font-size: 15px;
    line-height: 22px;
    min-width: 250px;
  }

  .last-h6-heading {
    font-size: 17px;
    font-weight: 500;
  }

  .mission-box {
    padding: 15px 20px 20px;
  }

  .mission-box img {
    max-width: 70px;
    margin: 0 0 10px;
  }

  .mission-box h5 {
    padding: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .mission-box h5::after {
    width: 35px;
  }

  .mission-box p {
    font-size: var(--base);
    line-height: 24px;
  }

  .hero-text h1 .underline-heading img {
    max-width: 60px;
    bottom: -2px;
  }

  .feature-col-video img {
    border-radius: 20px;
  }

}

@media only screen and (max-width: 576px) {
  .navbar-brand {
    max-width: 105px;
  }

  .contact-btn {
    padding: 11px 14px;
  }

  .latest-ai-features {
    padding: 25px 0 40px;
  }

  .cmn-heading h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .vid-aifbox {
    border-width: 5px;
    max-width: 95%;
    border-radius: 16px;
  }

  .vid-aifbox::after,
  .vid-aifbox video {
    border-radius: 12px;
  }

  .play-btn img {
    width: 45px;
  }

  .vidoe-shape-set::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 87px;
    border-radius: 42px;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(50px);
    z-index: 2;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .features {
    padding: 30px 0 30px;
  }

  .features-column {
    row-gap: 25px;
  }

  .inner-feat-heading h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 0;
  }

  .inner-feat-heading .para {
    margin: 6px 0 0;
  }

  .foodms-heading h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .foodms-heading p {
    margin: 6px 0 0;
  }

  .header .navbar-nav .nav-link {
    font-size: 15px;
    padding: 13px 0px;
  }

  .cmn-circle {
    position: static;
    padding: 0;
    width: 50%;
    max-width: inherit;
    text-align: center;
  }

  .right-custom-part {
    min-height: 560px;
    position: static;
    display: flex;
    flex-wrap: wrap-reverse;
    row-gap: 21px;
    align-items: center;
  }

  .postmates {
    order: 1;
  }

  .uber {
    order: 2;
  }

  .menusnap-gradient {
    padding: 25px 15px 0;
    border-radius: 15px;
    overflow: hidden;
  }

  .menusnap-gradient .btn_store_group img {
    width: 160px;
  }

  .finder-heading h5 {
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 10px;
  }

  .finder-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .plan-box h4 {
    margin: 0 0 10px;
  }

  .plan-box {
    padding: 18px 16px;
    border-radius: 12px;
  }

  .plan-box h3 {
    font-size: 20px;
    line-height: normal;
    margin: auto 0 8px;
  }

  .save-tag {
    border-radius: 73.929px 46px 0px 73.929px;
  }

  .pricing-list li span {
    font-size: var(--base);
    line-height: 21px;
    text-align: left;
  }

  .opacity-footer-txt {
    font-size: 60px;
  }

  .feature-col-video {
    width: 94%;
    margin: 0 auto;
    padding: 7px;
    border-radius: 24px;
  }

  .feature-col-video video {
    border-radius: 20px;
  }

  .herocircle3 {
    max-width: 300px;
  }

  .herocirlce2 {
    width: 360px;
    height: 360px;
  }

  .herocirlce1 {
    width: 430px;
    height: 430px;
  }

  .hero-section .btn_store_group img {
    max-width: 150px;
  }

  .hero-text h1 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 5px;
  }

  .hero-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .btn_store_group {
    margin: 18px 0 0;
  }

  .herovideo-main {
    min-height: 449px;
  }

  .inner-pages-site .hero-section {
    padding-top: 100px;
  }

  .inner-page {
    padding: 25px 0;
  }

  .inner-page h4 {
    font-size: 18px;
  }

  .inner-page h5 {
    font-size: 16px;
  }

  .inner-pages-site .hero-text h1 {
    font-size: 22px;
    line-height: 24px;
    padding: 0 5px;
  }

  .mission-sec {
    padding: 30px 0;
  }

  .mission-box img {
    max-width: 70px;
    margin: 0 0 10px;
  }

  .halfcircle {
    height: 40%;
  }
}

@media only screen and (max-width: 510px) {
  .custom-price-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .finder-heading h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
  }

  .opacity-footer-txt {
    font-size: 70px;
  }

  .cmn-circle img {
    transform: scale(0.8);
  }

  .right-custom-part {
    row-gap: 4px;
  }
  .hero-video-box {
    max-width: 220px;
    margin: 15px auto 0;
  }

  .herocircle3 {
    max-width: 270px;
  }

  .herocirlce2 {
    width: 330px;
    height: 330px;
  }

  .herocirlce1 {
    width: 390px;
    height: 390px;
  }

  .footer .btn_store img {
    max-width: 158px;
  }

  .herovideo-main {
    min-height: 400px;
  }

  .inner-page p,
  .inner-page ul li,
  .inner-page a {
    font-size: 15px;
    line-height: 25px;
  }

  .inner-page h4 {
    font-size: 16px;
    line-height: normal;
  }

  .inner-page h2 {
    font-size: 20px;
    line-height: normal;
  }

  .inner-pages-site .hero-text h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .iphone-img {
    max-width: 215px;
    width: 100%;
  }

  .footer .btn_store img {
    max-width: 128px;
}

}
@media only screen and (max-width: 410px) {
  .herocirlce1 {
    width: 320px;
    height: 330px;
  }

  .herocirlce2 {
    width: 280px;
    height: 280px;
  }

  .herocircle3 {
    max-width: 230px;
  }

  .hero-video-box {
    max-width: 190px;
  }

  .stargradient {
    width: 22px;
  }

  .stargradient2,
  .stargradient3_small {
    width: 34px;
  }
  .stargradient3_small {
    transform: translate(206%, -0%) scale(0.6);
  }

  .hero-section .btn_store_group img {
    max-width: 130px;
  }

  .menusnap-gradient .btn_store_group img {
    width: 120px;
  }
}

@media only screen and (max-width: 375px) {
  .menusnap-gradient .btn_store_group img {
    width: 130px;
  }

  .hero-text h1 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 5px;
  }

  .herocirlce1 {
    width: 320px;
    height: 330px;
  }

  .herocirlce2 {
    width: 280px;
    height: 280px;
  }

  .herocircle3 {
    max-width: 230px;
  }

  .hero-video-box {
    max-width: 190px;
  }
}
