/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
#burger_animation {
  height: 600px;
}
#small-burger {
  display: none !important;
}
:root {
  /* Text Weight Scheme */
  --heavyWeight: 700;
  --midWeight: 400;
  --lightWeight: 200;

  /* Text Size Scheme */
  /* --largeText: 3rem;
  --midText: 1.8rem;
  --smallText: 1.1rem;
  --subText: 1rem; */

  --largeText: 3rem;
  --midText: 2.5rem;
  --smallText: 1.5rem;
  --subText: 1rem;

  /* Font Scheme */
  --mainFont: "Montserrat";
  --subFont: "Poppins";

  /* Font Color Scheme */
  --lightColor: #ffffff;
  --lightblueColor: #464f7a;
  --darkColor: #000000;

  /* Backgroud Color Scheme*/
  --btnBgColor: #002cff;
  --bgColor: #282626;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--mainFont);
  color: var(--lightColor);
  font-weight: var(--heavyWeight);
}
/* Navigation */
/* .navigation-info {
   background-color: #282626;
   padding: 0 5rem;
 } */

/* Gradients */
.gradients {
  position: absolute;
  z-index: 1 !important ;
}
.gradient-get-access {
  -webkit-transform: translateX(-8rem);
  -ms-transform: translateX(-8rem);
  transform: translateX(-8rem);
}
.gradient-top-corner {
  top: 0;
  right: 0;
  -webkit-transform: translate(-12rem, -20rem);
  -ms-transform: translate(8rem, -20rem);
  transform: translate(8rem, -20rem);
}
.gradient-mid-sector {
  top: 0;
  -webkit-transform: translate(4rem, -23rem);
  -ms-transform: translate(4rem, -23rem);
  transform: translate(4rem, -23rem);
}
.gradient-helper-sector {
  -webkit-transform: translate(-20rem, -14rem);
  -ms-transform: translate(-20rem, -14rem);
  transform: translate(-20rem, -14rem);
  height: 600px;
}
.gradient-glass-box {
  -webkit-transform: translate(24%, -3%);
  -ms-transform: translate(24%, -3%);
  transform: translate(24%, -3%);
}
.gradient-left {
  -webkit-transform: translate(-11rem, -25rem);
  -ms-transform: translate(-11rem, -25rem);
  transform: translate(-11rem, -25rem);
}
.gradient-flex-box-info {
  -webkit-transform: translate(10rem, 10rem);

  -ms-transform: translate(10rem, 10rem);

  transform: translate(10rem, 10rem);
}
.gradient-integration-sector {
  top: 0;
  -webkit-transform: translate(16rem, -14rem);
  -ms-transform: translate(16rem, -14rem);
  transform: translate(16rem, -14rem);
}
/* Main Styles */
main {
  background: var(--bgColor);
  overflow: hidden;
}
a {
  text-decoration: none;
}
.ph-2 {
  padding: 0rem 4rem;
}
section {
  padding: 0rem 8rem;
}
textarea:focus,
input:focus,
input:hover {
  outline: none;
}
.no-bold {
  /* font-weight: var(--lightWeight) !important; */
  font-weight: 100 !important;
}
.light-bold {
  font-weight: var(--lightWeight) !important;
}
.mid-bold {
  font-weight: var(--midWeight) !important;
}
.italics {
  font-style: italic;
}
.d-none {
  display: none !important;
}
.big-text {
  font-family: var(--mainFont);
  /* color:rgb(61,61,61); */
  /* font-weight: var(--heavyWeight); */
  color: var(--lightTextColor);
  font-size: var(--largeText);
  z-index: 10 !important;
}
.mid-text {
  font-family: var(--mainFont);
  /* color:rgb(61,61,61); */
  font-weight: var(--heavyWeight);
  color: var(--lightTextColor);
  font-size: var(--midText);
  z-index: 10 !important;
}
.small-text {
  font-family: var(--mainFont);
  /* color:rgb(61,61,61); */
  color: var(--lightTextColor);
  font-size: var(--smallText);
  z-index: 10 !important;
}
.sub-text {
  font-family: var(--mainFont);
  /* color:rgb(61,61,61); */
  color: var(--lightTextColor);
  font-size: var(--subText);
  z-index: 10 !important;
}
.text-align-left {
  text-align: left;
}
.sub-small-text {
  font-family: var(--subFont);
  /* color:rgb(61,61,61); */
  font-weight: var(--midWeight);
  color: var(--lightTextColor);
  font-size: var(--smallText);
  z-index: 10 !important;
}
.landing-sector {
  min-height: 80vh;

  background-size: cover;
}
.top-right-gradient {
  position: absolute;
  top: 0;
  right: 0;
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  min-height: 10vh;
  padding: 0rem 8rem;
}
.nav-links {
  color: var(--lightTextColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.nav-links li {
  padding-left: 10rem;
  font-size: 1.2rem;
}
.logo-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#logo {
  padding-right: 10px;
}
#logo-name {
  padding-top: 0.5rem;
}
.landing-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.landing-info {
  position: relative;
  width: 60%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.landing-image {
  z-index: 10 !important;
  width: 40%;
  display: flex;
  align-items: center;
}
.burger-image-container {
  position: relative;
}
.primary-btn {
  cursor: pointer;
  z-index: 10 !important;
  /* background: linear-gradient(128.07deg, #3FA5C5 -32.97%, #8E60D9 90.08%); */
  background: -o-linear-gradient(289.6deg, #69c8c9 1.04%, #25a9e0 187.95%);
  background: linear-gradient(160.4deg, #69c8c9 1.04%, #25a9e0 187.95%);
  padding: 1rem 1.6rem;
  border: none;
  border-radius: 25px;
  font-size: var(--smallText);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.primary-btn:hover {
  /* background: linear-gradient(138.49deg, #3F84C5 -27.76%, #C860D9 82.63%); */
  background: -o-linear-gradient(289.6deg, #69c8c9 1.04%, #61e025 187.29%);
  background: linear-gradient(160.4deg, #69c8c9 1.04%, #61e025 187.29%);
}
.mt-custom {
  margin-top: 6rem;
}
.mt-sector {
  margin-top: 6rem;
}
.bt-sector {
  margin-bottom: 2rem;
}
.mt-heading {
  margin-top: 2rem;
}
.mt-subHeading {
  margin-top: 1rem;
}
.bt-subHeading {
  margin-bottom: 1rem;
}
/* .image-container{
      position: relative;
  } */
.circular-dot {
  position: relative;
  top: 20;
  height: 30px;
  width: 30px;
  border: 3px solid var(--lightColor);
  border-style: dotted;
  border-radius: 3rem;
}

.intro {
  z-index: 100;
  background: var(--bgColor);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro-text {
  color: var(--lightColor);
  font-family: "Heebo", sans-serif;

  font-size: var(--midText);
}
.slider {
  z-index: 100;
  /* background: rgb(62, 62, 62); */
  background: var(--bgColor);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.hide {
  background: var(--bgColor);
  overflow: hidden;
}
.hide span {
  will-change: transform;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}
.animation-sector {
  padding: 0 !important;
}
.mid-sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.mid-section-info {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.animation-container {
  min-height: 50vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  overflow: hidden;
}
.ani-con {
  -webkit-transform: translate(-4%, 0%);
  -ms-transform: translate(-4%, 0%);
  transform: translate(-4%, 0%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.machine-image {
  z-index: 10;
  width: 60%;
}
.light-exposure {
  z-index: 10;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  left: 30%;
  max-width: 22%;
  -webkit-transform: translate(24%, -20%);
  -ms-transform: translate(24%, -20%);
  transform: translate(24%, -20%);
}
.food-carousal {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translateY(-26%);
  -ms-transform: translateY(-26%);
  transform: translateY(-26%);
  width: 100%;
}
.food-circle {
  z-index: 10;
  width: 800px;
  height: 800px;
  border: none;
  border-radius: 500%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}
food-slides {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.food-slide {
  width: 100%;
  height: 200px;
}
.fd {
  z-index: 100;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #fff; */
  background-blend-mode: multiply;
}
.fd1 {
  top: 10%;
  left: 11%;
  background-image: url(../assets/images/sesame_bun.png);
}
.fd2 {
  left: 50%;
  top: -2%;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  background-image: url(../assets/images/buritto.png);
  background-color: transparent;
}
.fd3 {
  top: 10%;
  right: 11%;
  background-image: url(../assets/images/sushi.png);
}
.fd4 {
  top: 50%;
  right: -6%;
  background-image: url(../assets/images/taco.png);
}
.fd5 {
  top: 80%;
  right: 11%;
  background-image: url(../assets/images/pizza.png);
}

.food-slide img {
  height: 200px;
}
.food-image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.food-navigation-auto {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 460px;
}

.food-data-info {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 6rem;
  background-color: var(--lightColor);
  border-radius: 0.2rem;
}

.box:before {
  content: "";
  background: -o-linear-gradient(135deg, #60efff 50%, #00ff87 100%);
  background: linear-gradient(-45deg, #60efff 50%, #00ff87 100%);
  position: absolute;
  height: 95px;
  width: 70vw;
  z-index: 10;
  will-change: transform;
  /* transform: translate3d(0px, 20px, 0) scale(0.95); */
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: var(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}

.food-data-info .input-heading {
  z-index: 20;
  padding: 1rem 2rem;
  padding-right: 1rem;
  background-color: var(--lightColor);
  color: var(--lightblueColor);
  font-size: var(--midText);
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.input-food-box {
  text-align: left;
  z-index: 20;
  width: 80vw;
  background-color: var(--lightColor);
  padding: 1rem 2rem;
  padding-left: 0rem;
  color: var(--lightblueColor);
  font-size: var(--smallText);
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border: none;
}

.food-data-info .label {
  z-index: 20;
  padding: 1rem 2rem;
  padding-right: 1rem;
  background-color: var(--lightColor);
  color: var(--lightblueColor);
  font-size: var(--midText);
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.input-food-box {
  z-index: 20;
  width: 80vw;
  background-color: var(--lightColor);
  padding: 1rem 2rem;
  padding-left: 0rem;
  color: var(--lightblueColor);
  font-size: var(--midText);
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border: none;
}
.vertical-dotted-line {
  z-index: 10 !important;
  padding-top: 4rem;
  border-left: 4px dotted var(--lightColor);
  height: 4rem;
  width: 1px;
}
.prediction-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  min-height: 400px;
}
.suitable-diets,
.contained-allegens,
.cusine-classifer {
  display: none;
}
.cusine-classifer {
  min-height: 100px;
}
.prediction-table-data {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
}
.cusine-table {
  min-height: 200px;
}
.glass-box {
  position: relative;
  overflow: hidden;
  padding: 2rem 3rem;
  background: var(--lightColor);
  min-height: 10vh;
  min-width: 30vw;
  background: -o-linear-gradient(
    left top,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.3)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(255, 255, 255, 0.45)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.3)
  );
  border-radius: 20px;
  border: 1px solid var(--lightColor);
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1em;
}
.grid-item {
  z-index: 10;
  background: -o-linear-gradient(
    left top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(255, 255, 255, 0.3)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem;

  text-align: center;
}
.prediction-table-data h3 {
  width: 100%;
}
.diet-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.diet-info .icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: var(--lightColor);
  border: none;
  margin-bottom: 1rem;
}
.end-sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-sector h2 {
  width: 100%;
}
.api-glass-box {
  position: relative;
}
.api-icons {
  z-index: 10 !important;
  position: absolute;
}
.api-info {
  position: relative;
}
.api-information-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.icon-1 {
  top: -25px;
  right: 30px;
  height: 150px;
}
.icon-2 {
  top: -25px;
  right: 30px;
  height: 100px;
}
.icon-3 {
  top: -55px;
  right: 10px;
  height: 150px;
}

.icon-4 {
  top: -35px;
  right: 10px;
  height: 120px;
}
.icon-5 {
  top: -50px;
  right: 30px;
  height: 150px;
}
.icon-6 {
  top: -40px;
  right: 30px;
  height: 150px;
}
.api-text-info {
  z-index: 10 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0rem 1.6rem;
  bottom: 1.5rem;
}
.api-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4em auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  row-gap: 4em;
}

.api-glass-box {
  background: var(--lightColor);
  min-height: 210px;
  max-width: 40vw;
  min-width: 35vw;
  background: -o-linear-gradient(
    left top,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.3)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(255, 255, 255, 0.45)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.3)
  );
  border-radius: 20px;
  border: 1px solid var(--lightColor);
}

.service-info {
  position: relative;
  background-image: url("../assets/bg/service_bg.png");
  background-color: #cccccc;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: 1;
  backdrop-filter: 1;
  background-position: center;
  border-radius: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-info .overlay {
  position: absolute;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}
.service-info-text {
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.our-service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-box-data {
  position: relative;
  width: 40%;
  height: 800px;
  background: -o-linear-gradient(
    132deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  background: -o-linear-gradient(
    318deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  background: linear-gradient(
    132deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.large-flex-box-data {
  padding: 15px 30px;
  position: relative;
  height: 600px;
  background: -o-linear-gradient(
    132deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  background: -o-linear-gradient(
    318deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  background: linear-gradient(
    132deg,
    rgb(180, 237, 255) 5.94%,
    rgba(185, 96, 217, 0.6) 150.08%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.helper-flex-container {
  min-height: 180px;
  padding: 0rem 1.6rem;
  background: -o-linear-gradient(
    304.13deg,
    #86e0e6 3.94%,
    rgba(190, 55, 237, 2.4) 147.08%
  );
  background: linear-gradient(
    145.87deg,
    #86e0e6 3.94%,
    rgba(190, 55, 237, 2.4) 147.08%
  );
  position: relative;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-radius: 23px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: center;
}
.helper-icon-container {
  position: absolute;
  background: white;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-52%, 15%);
  -ms-transform: translate(-52%, 15%);
  transform: translate(-52%, 15%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.helper-icon-container img {
  height: 120px;
}
.services-img {
  height: 400px;
}
.mobile-app-img {
  height: 550px;
}
.waitinglist-container {
  width: 50%;
  padding: 10px 50px;
}
.secondary-btn {
  cursor: pointer;
  z-index: 10 !important;
  text-decoration: none;
  background: none;
  padding: 1rem 1.6rem;
  border: 2px solid;
  border-radius: 25px;
  font-size: var(--smallText);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.secondary-btn:hover {
  border: 2px solid white;
  background: white;
  color: black;
}
footer {
  background: #464f7a;
  padding: 0rem 5rem 1rem;
}
.footer .helper-div {
  position: relative;
}
.integration-container {
  position: relative;
  min-height: 300px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#book-demo {
  width: 30%;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback-form {
  text-align: center;
}
.footer-subInformations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-description {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-country-info {
  width: 20%;
}
.footer-diets-info {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-food-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-food-details .sub-div {
  width: 30%;
}
.footer-profile {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.food-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.copyright {
  text-align: center;
}
.go-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background: #f12711; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: -o-linear-gradient(289.6deg, #69c8c9 1.04%, #25a9e0 187.95%);
  background: linear-gradient(160.4deg, #69c8c9 1.04%, #25a9e0 187.95%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0.6rem; /* Some padding */
  border-radius: 30px; /* Rounded corners */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.go-to-top:hover {
  background: -o-linear-gradient(289.6deg, #69c8c9 1.04%, #61e025 187.29%);
  background: linear-gradient(160.4deg, #69c8c9 1.04%, #61e025 187.29%);
  color: #fff;
  -webkit-transform: translateY(-0.6rem);
  -ms-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.footer-logo1 {
  height: 35px !important;
  padding-right: 6px;
}
/* Mobile Screen */
@media screen and (max-width: 767px) {
  :root {
    --largeText: 22px;
    --midText: 20px;
    --smallText: 16px;
    --subText: 12px;
  }

  .mt-heading,
  .mobile-mt {
    margin-top: 20px;
  }
  .mt-custom {
    margin-top: 0 !important;
  }
  .mobile-mt-custom {
    margin-top: 90px;
  }
  .mt-subHeading,
  .mobile-mtsub {
    margin-top: 10px;
  }
  nav,
  section,
  footer {
    padding: 0 40px;
  }
  .logo-div {
    height: 26px;
  }
  main {
    position: relative;
    overflow: hidden !important;
  }
  .landing-sector {
    min-height: 50vh !important;
  }
  .landing-page {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .landing-info {
    width: 100% !important;
    height: 400px !important;
  }
  .landing-image {
    width: 100% !important;
  }
  .burger_image {
    text-align: right;
    height: 300px !important;
  }
  .prediction-info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .prediction-table-data {
    width: 100% !important;
    min-height: 250px !important;
  }
  .food-data-info {
    width: 85vw;
  }
  .box:before {
    width: 85vw !important;
    height: 50px !important;
  }
  .input-heading,
  .input-food-box {
    padding: 10px 16px !important;
    font-size: var(--smallText) !important;
  }
  .input-food-box {
    padding-left: 0 !important;
  }
  .glass-box {
    min-height: 20px;
    min-width: 80vw;
  }
  .api-grid-container {
    -ms-grid-columns: auto !important;
    grid-template-columns: auto !important;
  }
  .api-glass-box {
    min-height: 130px;
    min-width: 80vw;
  }
  .icon-1,
  .icon-3 {
    height: 120px;
  }
  .icon-2 {
    right: 10px !important;
    height: 80px;
  }
  .icon-4,
  .icon-5 {
    height: 85px;
  }
  .icon-6 {
    right: 10px !important;
    height: 85px;
  }
  .service-info {
    height: 200px;
  }
  .service-info-text {
    margin: 8px 20px;
  }
  .sevice-sub-text {
    display: none;
  }
  .our-service-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .food-circle {
    top: -30px !important;
    left: 50% !important;
    will-change: transform;
    will-change: filter;
    -webkit-transform: translate(-52%, 40%);
    -ms-transform: translate(-52%, 40%);
    transform: translate(-52%, 40%);
  }
  .flex-box-data {
    width: 100%;
    height: 600px;
  }
  .mobile-app-img {
    height: 300px !important;
  }
  .waitinglist-container {
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .waiting-list-image {
    display: flex;
    justify-content: center;
  }
  .large-flex-box-data {
    flex-direction: column !important;
  }
  .services-img {
    height: 200px;
  }
  .mockup-design {
    width: 100%;
  }
  .helper-flex-container {
    min-height: 170px !important;
    width: 100%;
    padding: 8px 13px;
  }
  .helper-icon-container {
    height: 100px !important;
    width: 100px !important;
    -webkit-transform: translate(-54%, 33%);
    -ms-transform: translate(-54%, 33%);
    transform: translate(-54%, 33%);
  }
  .helper-icon-container img {
    height: 90px !important;
  }

  .secondary-btn,
  .primary-btn {
    padding: 10px 14px !important;
  }
  .glass-box {
    padding: 10px 16px !important;
  }
  .footer-top-padding {
    padding-top: 20px;
  }
  .footer-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-food-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .animation-container {
    min-height: 30vh !important;
  }
  #burger_animation {
    display: none !important;
  }
  #small-burger {
    display: block !important;
  }

  .ph-2 {
    padding: 0 14px;
  }
  .footer-logo1 {
    height: 15px !important;
  }
  .footer-logo2 {
    height: 17px !important;
  }
}

/* Tablet Screen */
@media screen and (min-width: 767px) and (max-width: 1400px) {
  :root {
    --largeText: 28px;
    --midText: 22px;
    --smallText: 18px;
    --subText: 16px;
  }
  nav,
  section,
  footer {
    padding: 0 60px;
  }

  .icon-1,
  .icon-3 {
    height: 100px;
  }
  .icon-2 {
    right: 10px !important;
    height: 70px;
  }
  .icon-4 {
    height: 75px;
  }
  .icon-5 {
    height: 75px;
  }
  .icon-6 {
    right: 10px !important;
    height: 75px;
  }
  .landing-sector {
    min-height: 40vh !important;
  }
  .landing-info {
    width: 100% !important;
    height: 40vh !important;
  }
  .animation-container {
    min-height: 30vh !important;
  }
  .service-info {
    height: 300px;
  }
  .footer-top-padding {
    padding-top: 40px;
  }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .flex-box-data {
    height: 600px;
  }

  .mockup-design {
    width: 100%;
  }
  .services-img {
    height: 200px;
  }
  .food-circle {
    top: 18% !important;
    left: 50% !important;
    -webkit-transform: translate(-52%, 40%);
    -ms-transform: translate(-52%, 40%);
    transform: translate(-52%, 40%);
  }
  .ph-2 {
    padding: 0 10px;
  }
}
@media screen and (min-width: 2200px) {
  :root {
    /* Text Size Scheme */
    /* --largeText: 3.5rem;
    --midText: 3rem;
    --smallText: 2.6rem;
    --subText: 1rem; */

    --largeText: 3rem;
    --midText: 2.5rem;
    --smallText: 1.5rem;
    --subText: 1rem;
  }
  #burger_animation {
    height: 1000px;
  }
  nav,
  section,
  footer {
    padding: 0 300px;
  }
  .logo-div {
    height: 60px;
  }

  .gradient-get-access {
    -webkit-transform: translateX(-20rem);
    -ms-transform: translateX(-20rem);
    transform: translateX(-20rem);
  }
  .gradient-top-corner {
    top: 0;
    right: 0;
    -webkit-transform: translate(19rem, -20rem);
    -ms-transform: translate(19rem, -20rem);
    transform: translate(19rem, -20rem);
  }
  .gradient-helper-sector {
    -webkit-transform: translate(-20rem, -14rem);
    -ms-transform: translate(-20rem, -14rem);
    transform: translate(-20rem, -14rem);
    height: 600px;
  }
  .gradient-glass-box {
    -webkit-transform: translate(30%, -3%);
    -ms-transform: translate(30%, -3%);
    transform: translate(30%, -3%);
    right: 0;
  }
  .gradient-left {
    -webkit-transform: translate(-20rem, -25rem);
    -ms-transform: translate(-20rem, -25rem);
    transform: translate(-20rem, -25rem);
  }
  .gradient-flex-box-info {
    -webkit-transform: translate(10rem, 10rem);

    -ms-transform: translate(10rem, 10rem);

    transform: translate(10rem, 10rem);
  }
  .gradient-integration-sector {
    top: 0;
    -webkit-transform: translate(16rem, -14rem);
    -ms-transform: translate(16rem, -14rem);
    transform: translate(16rem, -14rem);
  }
  .food-circle {
    top: 70% !important;
  }
  .light-exposure {
    -webkit-transform: translate(30%, -20%) !important;
    -ms-transform: translate(30%, -20%) !important;
    transform: translate(30%, -20%) !important;
  }
  .box:before {
    height: 5vh !important;
  }
  .api-glass-box {
    min-height: 240px !important;
  }
  .api-icons {
    height: 180px !important;
  }

  .api-text-info {
    bottom: 3rem !important;
    margin: 0rem 3, 5rem !important;
  }
  .flex-box-data {
    height: 1200px !important;
  }
  .integration-container {
    min-height: 400px !important;
  }
  .mt-sector {
    margin-top: 6rem !important;
  }
  .mt-heading {
    margin-top: 4.5rem !important;
  }
  .mt-subHeading {
    margin-top: 3rem !important;
  }
  .mt-custom {
    margin-top: 12rem !important;
  }
  .helper-flex-container {
    height: 330px !important;
    padding: 0rem 3rem 2rem 3.5rem;
  }
  .services-img {
    height: 600px !important;
  }
  .helper-icon-container {
    /* top: -28% !important; */
    height: 230px !important;
    width: 230px !important;
    left: 52%;
  }
  .helper-icon-container img {
    top: -45% !important;
    height: 230px !important;
  }
  .bt-subHeading {
    margin-bottom: 2rem;
  }
  .grid-item {
    height: 45px;
  }
}
