* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.container {
  max-width: 85%;
}

.open-sans {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", serif !important;
  font-weight: 600;
}
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a,
a:hover {
  text-decoration: none;
}
button.callback.btn {
  border: 1px solid green;
  border-radius: 12px;
  padding: 12px;
  min-width: max-content;
  font-weight: 500;
}
.hero-section {
  background-color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
}

.subscribe-form {
  display: block;
  text-align: center;
  width: 450px;
  margin: 0;
  position: relative;
}

.subscribe-form .form_input {
  background-color: #fff;
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  float: left;
  width: 100%;
  outline: none;
  border: 0.5px solid #40b649;
  border-radius: 30px;
  padding-right: 110px;
}

.subscribe-form .submit {
  position: absolute;
  right: 5px;
  top: 0;
  height: 60px;
  width: 100px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #40b649;
}

.subscribe-form .submit {
  position: absolute;
  right: 5px;
  top: 0;
  height: 60px;
  width: 100px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #40b649;
}

button {
  border: none;
  background: none;
}

.hero-inner {
  position: relative;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: sans-serif;
  font-size: 18px;
  color: #777373;
}

h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
  color: #222;
  letter-spacing: -1px;
  font-family: "Open Sans", serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", serif !important;
}
p,
li,
a,
ul,
div,
strong,
span {
  font-family: sans-serif;
}
.hero-content h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  button.navbar-toggler{
    max-width: 60px;
  }
  body,
  p {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 30px !important;
  }

  .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-moc {
    right: -8px;
  }
}

.hero-moc {
  background-image: url(banners/mandi-app.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 400px;
  height: 600px;
  vertical-align: middle;
  top: -200px;
  right: 50px;
  animation-name: mock-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: mock-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@keyframes mock-animation {
  0% {
    /* -webkit-transform: translateY(-20px); */
    transform: translateY(0);
    /* transform: translateY(-20px); */
  }

  50% {
    /* -webkit-transform: translateY(-10px); */
    /* transform: translateY(-10px); */
    transform: translateY(1.2);
  }

  100% {
    /* -webkit-transform: translateY(-20px); */
    /* transform: translateY(-20px); */
    transform: translateY(1.5);
  }
}

.hero-section:before {
  background-image: url(hero-wave.png);
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -65px;
  top: -160px;
  z-index: -1;
  max-width: 700px;
}

@media (max-width: 992px) {
  .hero-section:before {
    top: -308px;
  }

  .hero-moc {
    display: none;
  }
}

.hero-btn {
  display: flex;
  gap: 5px;
}

@media (max-width: 520px) {
  .hero-section {
    height: 100vh;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section:before{
    display: none;
  }
  .subscribe-form {
    width: 100%;
  }

  .hero-btn {
    display: flex;
    gap: 5px;
  }
}

.subscribe-wrap {
  display: block;
  text-align: center;
  margin-top: 25px;
}

/* header  */

li.nav-item a {
  font-size: 18px;
  font-family: "Open Sans", serif !important;
  font-weight: 600;
}

nav.navbar {
  background: #fff;
  z-index: 999;
}

ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5%;
}
.contact-form {
  margin-top: 12px;
}
.main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  font-family: var(--main-font);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

input.contact-inputs {
  width: 100%;
  min-height: 60px;
  background: #f4f4f4;
  border-radius: 10px;
  border: 0;
  font-family: var(--main-font);
}
button.callback.btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0;
}
.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
.call-sec i.fa {
  font-size: 16px;
  background: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: var(--charcoal);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  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;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 16px;
}
.con-fav {
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.call-sec h6 {
  font-size: 24px;
  color: var(--charcoal);
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.call-sec {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 12px 0;
}
.con-fav a {
  color: #777;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

section.banner:after {
  content: "";
  position: absolute;
  background: #00000075;
  height: 400px;
  width: 100%;
}

/* cta section  */

section.join-cta {
  padding: 48px 0;
}
.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -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;
  margin: 0;
  padding-top: 0;
  height: 100%;
}
.cta-content h4 {
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 600;
  line-height: 150%;
}
.cta-content h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 16px;
  color: #212121;
}
form.career-form {
  width: 100%;
  padding: 16px 0;
  margin: 0;
}
.carrer-form-control {
  font-size: 16px;
  min-height: 60px;
  border: 0;
  color: #C1B8B8;
  width: 100%;
  font-weight: 400;
  line-height: 25px;

  padding: 0 10px;
  margin: 10px 0;
  background-color: #f4f4f4;
}

.carrer-form-control {
  font-size: 16px;
  min-height: 60px;
  border: 0;
  color: #C1B8B8;
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--main-font);
  padding: 0 10px;
  margin: 10px 0;
  background-color: #f4f4f4;
}

section.banner::after {
  content: '';
  background: #00000078;
  height: 400px;
  width: 100%;
  position: absolute;
}



.bounceup {
  animation: bounceup 1s infinite ease-in-out;
}
@keyframes bounceup {
  0%, 100% {
      /* transform: translateY(0); */
      transform: scale(0);
      transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  50% {
      /* transform: translateY(-10px); */
      transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateY(1.1);
  }
}