@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&display=swap");

html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body {
  font-size: 20px;
  font-family: "Lexend", "Inter", sans-serif;
  color: #1f1f39;
}

.subtitle {
  font-family: Inter;
  font-size: 20px;
  color: #666666;
  font-weight: medium;
  text-align: center;
  margin: 0 0.5rem;
}

.app_btn_mobile {
  display: none;
}

.subtitle_lexend {
  font-weight: normal;
  font-family: Lexend;
  color: #666666;
  font-size: 18px;
  text-align: center;
}

.mySwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.card {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 5rem;
  background: #fff;
  height: 500px;
  width: 800px;
  border: #fff;
}

.card-text {
  max-width: 30%;
}

.card-title {
  font-weight: bold;
}
.card-subtitle {
  font-weight: normal;
  color: #666666;
  font-size: 1rem;
  font-family: Inter;
}

.card img {
  height: 100%;
  width: 50%;
  object-fit: contain;
}

.image_container {
  flex: 1;
  height: 100%;
  width: 100%;
}

#container_relative {
  position: relative;
  display: flex;
}

.absolute_phone_image {
  width: 20%;
  height: auto;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 0%;
  z-index: 1000;
}

.why_us_container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 50px;
  /* height: 800px; */
  margin-left: auto;
  margin-right: auto;
  width: 63%;
}
.why_us_container .card_section {
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
}
.step {
  display: flex;
  justify-content: center;
}
.step p {
  background-color: #1b5e20;
  width: fit-content;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  margin-top: 1rem;
}

.why_us_container h3 {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.phone_screen_shot {
  margin-top: 0rem;
}
.phone_screen_shot img {
  display: block;
  width: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  height: 100%;
  margin-top: 1rem;
}

.second_section {
  margin-top: 200px;
  padding-top: 200px;
}

.footer_Zennifly {
  position: absolute;
  font-size: 10rem;
  font-weight: 800;
  left: 40%;
  z-index: auto;
  opacity: 0.03;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

.btn.btn-primary {
  background-color: #0e7dff;
}

.btn.btn-primary:hover {
  background-color: #005fcf;
}

.btn:focus,
.btn-close:focus {
  box-shadow: none;
}

.section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #1f1f39;
  margin-bottom: 18px;
}

.section-subtitle {
  font-size: 1em;
  color: #666666;
  text-align: center;
  line-height: 28px;
  font-family: Inter;
  font-weight: medium;
}

.title-top {
  font-size: 0.75em;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
}

.app-download {
  display: flex;
  gap: 45px;
  justify-content: center;
}

.app-download div {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s all;
}

.app-download div:hover {
  transform: scale(1.05);
}

.app-download div a {
  text-decoration: none;
}

.app-download div a span {
  margin-left: 15px;
}

.main-content {
  overflow-x: hidden;
}

input:focus {
  border: none;
  outline: none;
}

header {
  background-color: white;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: box-shadow 0.3s ease;
}

header.scrolled {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  z-index: 3;
  position: relative;
  font-weight: 800;
  color: #1b5e20;
}

header .logo a {
  font-size: 3rem;
  font-weight: 800;
}

.nav-mobile-menu {
  display: none;
}

.btn-sign-up {
  display: none;
}

.nav .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  color: #000000;
}

.nav-menu .nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #000000;
}

.nav-menu .nav-links li + li {
  margin-left: 50px;
  color: #000000;
}

.nav-menu .nav-links .nav-link {
  position: relative;
  padding: 10px 0;
  line-height: 21px;
  color: #000000;
}

.nav-menu .nav-links .nav-link.active:hover {
  border-width: 60%;
}

.nav-menu .nav-links .nav-link:after {
  content: "";
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.5s all;
}

.nav-menu .nav-links .nav-link.active:after,
.nav-menu .nav-links .nav-link:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

.nav .nav-button button.btn {
  color: #fff;
  padding: 12px 35px;
  border-radius: 500px;
  border: none;
}

.banner-section {
  background-color: white;
  position: relative;
}

.banner-section h1 {
  font-size: 4em;
  font-weight: 700;
  text-align: center;
  padding-top: 120px;
  color: #000000;
  letter-spacing: -3px;
  line-height: 1.1;
}

.banner-section p {
  margin-top: 20px;
  margin-bottom: 100px;
}

.hp-1 .banner-section .app-download {
  margin-bottom: 100px;
}

.whyus {
  margin-top: 100px;
  padding-top: 100px;
}

.whyus .working-content {
  background-color: #ffffff;
  border-radius: 25px;
  padding-top: 65px;
  position: relative;
}

.whyus .work-vector img.vector-1 {
  position: absolute;
  top: -13%;
  right: -10%;
}

.whyus .work-vector img.vector-2 {
  position: absolute;
  top: 66%;
  left: -8%;
}

.whyus .work-card {
  padding-bottom: 80px;
}

.whyus .work-card .work-img {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whyus h6 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.whyus .work-card.in-touch,
.whyus .work-card.review {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 12px;
  padding: 0px 75px 70px 130px;
}

.whyus .work-card.setup,
.whyus .work-card.demo {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
  padding: 0px 60px 70px 100px;
}

.whyus .work-center {
  width: 430px;
  height: 430px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* .whyus .work-center-img {
  position: absolute;
  top: 20%;
  left: 55%;
  transform: translateX(-50%);
} */

.whyus .how-footer {
  text-align: center;
  margin-top: 25px;
  border-bottom: 1px solid rgba(31, 31, 57, 0.1);
  padding-bottom: 20px;
}

.whyus .how-footer h6 {
  margin-bottom: 10px;
}

.whyus .work-card.setup .steps-para,
.whyus .work-card.demo .steps-para {
  padding-right: 10px;
  color: white;
}

.whyus .subtitle {
  font-size: 1rem;
  text-align: left;
}

.whyus p {
  font-family: Inter;
  font-size: 20px;
  color: #666666;
  font-weight: medium;
  text-align: center;
}

.faq {
  padding-top: 100px;
  background-color: white;
}

.faq-content-wrap {
  padding: 0 100px;
}

.faq .section-title {
  margin-bottom: 100px;
}

.faq .qa-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 25px;
  border-bottom: 1px solid rgba(31, 31, 57, 0.1);
}

.faq .qa-content .question {
  width: 375px;
  font-size: 1em;
  color: #1f1f39;
  font-weight: 700;
}

.faq .qa-content .answer {
  max-width: 365px;
  font-size: 0.7em;
  color: rgba(31, 31, 57, 0.5);
  line-height: 18px;
  position: relative;
  padding-right: 40px;
}

.faq .qa-content .answer::before {
  content: "";
  background: no-repeat url(../images/ans-vector.png);
  position: absolute;
  top: 4px;
  left: -70px;
  width: 37px;
  height: 20px;
  display: block;
}

.faq .qa-content:last-child {
  border-bottom: none;
}

.try-zennifly {
  padding-top: 200px;
  position: relative;
  background-color: white;
}

.try-zennifly .try-vectors img.vector-1 {
  position: absolute;
  top: -30%;
  right: -4%;
}

.try-zennifly .try-vectors img.vector-2 {
  position: absolute;
  top: -3%;
  left: 9%;
}

.try-zennifly .try-vectors img.vector-3 {
  position: absolute;
  top: 40%;
  left: -17%;
}

.try-zennifly .try-vectors img.vector-4 {
  position: absolute;
  top: 60%;
  right: -3%;
}

.try-zennifly .try-content {
  background-color: white;
  padding: 90px 90px 100px 100px;
  border-radius: 25px;
}

.try-zennifly .try-content .section-title {
  text-align: left;
}

.try-zennifly .try-content .section-subtitle {
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: left;
  color: #666666;
}

.try-zennifly .try-content .app-download {
  justify-content: space-between;
  width: 94%;
}

.try-zennifly .try-zennifly-img {
  position: absolute;
  top: -17%;
  right: 12%;
}

.subscribe-input {
  padding-top: 240px;
  background-color: #1f1f39;
  text-align: center;
  position: relative;
}

.subscribe-input .bottom-vector img {
  position: absolute;
  top: 10%;
  left: 17%;
}

.subscribe-input .section-title {
  color: white;
}

.subscribe-input .section-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 50px;
}

.subscribe-input .input-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 150px;
}

.subscribe-input .input-container input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 430px;
  background-color: transparent;
  padding: 25px 30px;
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-input .input-container button {
  width: 215px;
  background-color: #fff0e9;
  border-radius: 20px;
  border: none;
  padding: 25px 75px;
  color: #1f1f39;
  font-weight: 700;
  margin-left: 48px;
  transition: 0.3s all;
}

.subscribe-input .input-container button:hover {
  transform: scale(1.05);
}

.footer {
  margin-top: 6rem;
  padding-top: 150px;
  background-color: #1b5e20;
  color: #fff;
  padding-bottom: 200px;
  position: relative;
}

.footer .footer-start {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1em;
}

.footer .footer-start img {
  margin-bottom: 20px;
}

.footer .footer-start div {
  margin-bottom: 14px;
}

.footer .footer-start div a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer .footer-start div a:hover {
  color: #fff;
}

.footer h5 {
  margin-bottom: 25px;
  font-weight: 500;
}

.footer ul li {
  list-style: none;
  line-height: 44px;
}

.footer ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .footer-socials h6 {
  margin: 24px 0;
  font-size: 0.75em;
}

.footer .footer-socials .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 27px;
}

.footer .footer-socials .social-icon a i {
  color: #fff;
}

.footer .footer-socials .social-icon a i:hover {
  color: #0e7dff;
}

.footer .footer-socials .app-download div a span {
  font-size: 0.75em;
  font-weight: 700;
  margin-left: 0;
}
.copywrite {
  font-size: x-small;
  background-color: #1b5e20;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin: 0;
}
