@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,400;0,500;1,300&display=swap");

@font-face {
  font-family: Nexa-B;
  src: url("../assets/fonts/Nexa\ Bold.otf");
}
@font-face {
  font-family: Nexa-L;
  src: url("../assets/fonts/Nexa\ Light.otf");
}
@font-face {
  font-family: Nexa-EL;
  src: url("../assets/fonts/Nexa-ExtraLight.ttf");
}
@font-face {
  font-family: Nexa-H;
  src: url("../assets/fonts/Nexa-Heavy.ttf");
}
.nunitoFont{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
}
body{
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
}
.navbar {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  font-family: "Inter", sans-serif;
}
.navbar .logo-kinder {
  width: 150px;
  object-fit: contain;
}
.letsconnect.custom-circles {
  position: relative;
}
.blog-inner-wrapper .newsleter_error-msg {
  color: #dc3545;
  font-size: 14px;
}
.letsconnect.custom-circles::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14%;
  background-color: #fed047;
  width: 440px;
  height: 440px;
  border-radius: 50%;
}

.letsconnect.custom-circles::after {
  content: "";
  position: absolute;
  bottom: 55%;
  right: 8%;
  background-color: #6bded7;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.navbar .main-menu .nav-item .nav-link {
  padding-right: 1.2rem;
  padding-left: 0.9rem;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 300;
}
.navbar .main-menu .nav-item .dropdown-menu img {
  max-width: 15px;
}
.navbar .main-menu .nav-item .dropdown-menu a {
  font-size: 13px;
}
.navbar .main-menu .nav-item {
  padding-right: 1.2rem;
}
.navbar .main-menu .blog-red {
  color: #f06a7c;
}
.navbar .main-menu .blog-red::after {
  content: "";
  width: 50px;
  padding: 1px;
  height: 2px;
  background-color: #f06a7c;
  display: flex;
  margin: 0px -8px !important;
}

.navbar .main-menu .profile button {
  border: none;
  background-color: #685ebe;
  border-radius: 25px;
  padding: 6px 17px;
  color: #fff;
}

.kinder-banner {
  padding: 40px;
  background-image: url("../images/left-banner.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: left;
  background-size: 600px;
}
.kinder-banner .content-inside {
  padding: 100px 0px;
}
.kinder-banner .content-inside .play-store img {
  margin-right: 20px;
}
.kinder-banner .content-inside h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 50px;
}
.kinder-banner .content-inside h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  line-height: 2;
}

.blog-content-wrapper {
  padding: 50px 0;
  background-image: url("/images/blog-background.png");
  background-repeat: no-repeat;
  width: 100%;
  background-position: right;
  background-size: 1400px;
}
.blog-content-wrapper .blog-box {
  margin-bottom: 50px;
}
.blog-content-wrapper .blog-box .main-img {
  position: relative;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
.blog-content-wrapper .blog-box .date-box {
  background-color: #fff;
  top: 10px;
  height: 45px;
  width: 45px;
  right: 27px;
  border-radius: 25px;
  position: absolute;
  margin-bottom: 2px;
  font-family: "Inter", sans-serif;
}
.blog-content-wrapper .blog-box .date-box span {
  display: block;
}
.blog-content-wrapper .blog-box .date-box .date {
  color: #685ebe;
  font-weight: 300;
  font-size: 13px;
  border-bottom: solid 1px #685ebe;
  border-block-end-width: 1px;
}
.blog-content-wrapper .blog-box .date-box .month {
  color: #685ebe;
  font-weight: 500;
  font-size: 13px;
}
.blog-content-wrapper .box-content {
  padding: 0px 10px;
}

.blog-content-wrapper .box-content h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.blog-content-wrapper .box-content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.blog-content-wrapper .box-content button {
  float: right;
  border: none;
  background-color: #685ebe;
  border-radius: 25px;
  padding: 4px 18px;
  color: #fff;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}
.list_custom {
  cursor: pointer;
}

.blog-content-wrapper .right-set .form-set {
  background-color: #ebeff4;
  padding: 10px 30px;
  width: 250px;
  text-align: center;
  margin-bottom: 40px;
}
.blog-content-wrapper .right-set .form-set h3 {
  color: #685ebe;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  margin: 20px 0px;
}
.blog-content-wrapper .right-set .form-set .form-group .form-control {
  border: none;
  padding: 20px;
  margin-top: 15px;
}
.blog-content-wrapper .right-set .form-set button {
  border: none;
  background-color: #685ebe;
  border-radius: 25px;
  padding: 4px 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}
.footer-banner {
  background-image: url("../images/footer-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  height: 280px;
  position: relative;
  margin-bottom: 20px;
  padding: 80px 350px;
}
.footer-banner h3 {
  color: #ffff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  line-height: 1.6;
}
.footer-banner button {
  border: none;
  background-color: #ffff;
  border-radius: 25px;
  padding: 10px 18px;
  color: #6969ab;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  margin-left: 100px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.footer-banner .arrow-img {
  width: 20px;
  margin-left: 20px;
  object-fit: contain;
}
/* .footer{
    padding: 50px 0px;
} */
.footer .logo {
  width: 200px;
}
.footer .social {
  margin-top: 36px;
}
.footer ul {
  list-style: none;
  margin-block-start: 0em !important;
  padding-inline-start: 0px !important;
}
.footer ul li {
  margin-right: 20px;
}
.footer ul li a {
  font-weight: 300px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #404040;
  line-height: 1.5;
}
.footer h6 {
  font-weight: 300px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #000;
}
.footer .app-play img {
  margin-right: 15px;
  margin-top: 10px;
}
.footer .footer-links .form-group label {
  color: #404040;
  font-weight: 300px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}
.footer .footer-links .form-group input {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0px;
  padding: 10px 30px;
}
.footer .footer-links .form-group a {
  background-color: #685ebe;

  padding: 6px 10px;
}
.footer .footer-links .form-group .light-arrow {
  width: 20px;
  object-fit: contain;
}
.copy-and-privacy .copy {
  float: left;
}
.copy-and-privacy .privacy {
  float: right;
}
.copy-and-privacy p {
  color: #404040;
  font-weight: 300px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

/* inner page style starts */
.main-head {
  padding-top: 50px;
  padding-bottom: 30px;
}
.main-head h1 {
  color: #685ebe;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.main-head ul {
  list-style: none;
  margin-block-start: 0em !important;
  padding-inline-start: 0px !important;
}
.main-head ul li {
  margin-right: 20px;
}
.blog-inner-wrapper .right-set {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.blog-inner-wrapper .right-set .form-set {
  background-color: #ebeff4;
  padding: 10px 30px;
  width: 300px;

  text-align: center;
  margin-bottom: 40px;
}
.blog-inner-wrapper .right-set .form-set h3 {
  color: #685ebe;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  margin: 20px 0px;
}
.blog-inner-wrapper .right-set .form-set .form-group .form-control {
  border: none;
  padding: 20px;
  margin-top: 15px;
}
.blog-inner-wrapper .right-set .form-set button {
  border: none;
  background-color: #685ebe;
  border-radius: 25px;
  padding: 4px 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.blog-inner-wrapper .blog-img {
  position: relative;
}

.blog-inner-wrapper .details-image {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  max-height: 455px;
  object-position: top;
}
.blog-inner-wrapper .date-box {
  background-color: #fff;
  top: 37px;
  height: 45px;
  width: 45px;
  left: 82%;
  border-radius: 25px;
  position: absolute;
  margin-bottom: 2px;
  font-family: "Inter", sans-serif;
}
.blog-inner-wrapper .date-box span {
  display: block;
}
.blog-inner-wrapper .date-box .date {
  color: #685ebe;
  font-weight: 300;
  font-size: 13px;
  border-bottom: solid 1px #685ebe;
  border-block-end-width: 1px;
}
.blog-inner-wrapper .date-box .month {
  color: #685ebe;
  font-weight: 500;
  font-size: 13px;
}
.blog-inner-wrapper .text-content-inner {
  padding: 20px 0px;
}
.blog-inner-wrapper .text-content-inner h5 {
  margin: 20px 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #404040;
}
.blog-inner-wrapper .text-content-inner p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #404040;
  line-height: 1.8;
  margin-top: 7px;
}
.related-post h3 {
  color: #685ebe;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 50px;
}
.related-post .outer-box .text h5 {
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #404040;
}
.related-post .outer-box .text h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #808080;
}
.related-post .outer-box img {
  width: 60px;
  object-fit: contain;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .kinder-banner .content-inside {
    padding: 30px 0px;
  }
  .kinder-banner {
    padding: 10px;
  }
  .kinder-banner .content-inside .play-store img {
    margin-top: 20px;
  }
  .kinder-banner .right-img {
    margin-top: 10px;
  }
  .blog-content-wrapper .box-content br {
    display: none;
  }
  .blog-content-wrapper .blog-box .date-box {
    right: 28px;
  }
  .blog-content-wrapper .box-content {
    margin-top: 30px;
  }

  .blog-content-wrapper .right-set .form-set {
    padding: 20px;
    width: 100%;
  }

  .blog-inner-wrapper .right-set .form-set {
    padding: 20px;
    width: 100%;
  }
  .footer-banner {
    background-position: unset;
    padding: 50px 0px;
  }
  .footer-banner button {
    margin-left: 0px;
  }
  .footer .footer-links {
    margin-top: 30px;
  }
  .copy-and-privacy .privacy {
    float: left;
  }
  .footer .social {
    margin-top: 20px;
  }
  .footer .footer-links .form-group a {
    padding: 4px 8px;
    height: 38px;
  }
  .footer {
    padding: 30px 0px;
  }
  .main-head br {
    display: none;
  }
  .related-post .outer-box {
    margin-top: 10px;
  }
  .related-post h3 {
    margin-bottom: 10px;
  }
}

/* ks single page landing page css */

.kinderstepLandingSection {
  font-family: Nexa-B;
  width: 100%;
  overflow: hidden;
}

.kinderstepLandingSection img {
  max-width: 100%;
}

.heroSection {
  position: relative;
}

.heroSection .heroMainImage {
  position: absolute;
  top: -190px;
  width: 1000px;
  right: -335px;
}
.heroSection .heroMainImagetwo {
  position: absolute;
  top: -130px;
  width: 800px;
  right: -300px;
}

.heroSection .heroMainImage img {
  max-width: 100%;
}
.heroSection .heroMainImagetwo img {
  max-width: 100%;
}

.newpageWrapper .logoWrapper {
  max-width: 200px;
  margin-left: -30px;
}
.newpageWrapper .logoWrapper img {
  max-width: 100%;
}
.newpageWrapper h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}
.vheadTxt {
  color: #685ebe;
  margin: 0;
}

.vheadTxt .vheadSpan {
  color: #6bded7;
}

.gheadTxt {
  color: #6bded7;
  margin: 0;
}
.trackTxt {
  margin-bottom: 230px;
}

.trackTxt h2 {
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  font-size: 25px;
}
.trackTxt h1 {
  color: #6969ab;
  font-weight: 500;
  font-size: 30px;
}
.trackTxt h4 {
  margin-top: 30px;
  max-width: 425px;
}

.versionFooterNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  padding: 0;
  font-family: Nexa-B;
}
.versionFooterNav li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.versionFooterNav li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  font-family: Nexa-L, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.versionFooterNav li a:hover {
  color: #6bded7;
}

.versionNavFooter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Nexa-B, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.versionNavFooter p {
  color: #fff;
  margin: 0;
  
}

.newpageWrapper .appstores {
  padding: 0;
  margin-block: 50px;
}
.newpageWrapper .appstores a:first-child {
  padding-left: 0px !important;
 
}
.newpageWrapper .appstores a:last-child {
  padding-left: 30px;
  margin-block: 50px;
}

.footerNav {
  background-color: #efedfa;
  padding-block: 160px 0px;
  position: relative;
}
.footerNav h4 {
  color: #877db9;
}
.footerwrapper {
  position: relative;
}
.footerwrapper .logoWrapper {
  position: absolute;
  width: 200px;
  left: -13px;
  top: -152px;
}
.logoWrapper img {
  width: 100%;
}

@media only screen and (max-width: 993px) {
  .heroSection .heroMainImage {
    width: 800px;
    top: -110px;
  }
  .trackTxt {
    margin-bottom: 50px;
  }
  .versionFooterNav {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .newpageWrapper .appstores a:last-child {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .heroSection .heroMainImage {
    display: none;
  }
  .newpageWrapper .appstores a:last-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .versionFooterNav {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .newpageWrapper .appstores {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; */
  }
  .newpageWrapper .appstores a:last-child {
    padding-left: 0px;
  }
}

.featureSection {
  background-color: #dcf3ff;
  width: 100%;
  padding-block: 60px;
  text-align: center;
}

.featureSection h1 {
  text-transform: uppercase;
  color: #877cb9;
  font-weight: 700;
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.featureSection h1::after {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #f16474;
  position: absolute;
  left: -55%;
  top: 50%;
  transform: translateY(-50%);
}
.featureSection h1::before {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #f16474;
  position: absolute;
  right: -60%;
  bottom: 10px;
}
.featureSection h4 {
  font-size: 26px;
  margin-top: 20px;
}
.featureSection h6 {
  font-size: 20px;
  margin-top: 20px;
  max-width: 700px;
  margin-inline: auto;
}
.featureImageWrapper {
  max-width: 750px;
  margin-inline: auto;
}
.featureImageWrapper img {
  max-width: 100%;
}

.aboutSection {
  background-color: #fafafd;
  padding-block: 40px;
}

.aboutSection h1 {
  text-transform: uppercase;
  max-width: 300px;
  position: relative;
}
.aboutSec1 h1::before {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #877db9;
  position: absolute;
  z-index: 100;
  right: -77px;
  top: 15px;
}
.aboutSec1 h1::after {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #877db9;
  position: absolute;
  z-index: 100;
  right: -120px;
  top: -10px;
}
.aboutSec2 h1::before {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #59c5be;
  position: absolute;
  z-index: 100;
  left: -77px;
  bottom: 15px;
}
.aboutSec2 h1::after {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #59c5be;
  position: absolute;
  z-index: 100;
  left: -120px;
  bottom: 40px;
}
.aboutSection img {
  max-width: 100%;
}
.aboutSection p {
  max-width: 340px;
}

.whySection {
  background-color: #fffbec;
  padding-block: 40px;
}
.whySection h1 {
  color: #877cb9;
  position: relative;
  width: max-content;
  margin-inline: auto;
}
.whySection h1::before {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffc211;
  position: absolute;
  z-index: 10;
  left: -140px;
  bottom: 0px;
}
.whySection h1::after {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffc211;
  position: absolute;
  z-index: 10;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
}
.whySection p {
  margin: 0px;
  line-height: 1;
  font-size: 18px;
}

.imageWrapper {
  max-width: 550px;
  margin: 0 auto;
}
.imageWrapper img {
  max-width: 100%;
}
.stepSection {
  background-color: #fafafd;
}
.stepSection h1 {
  text-transform: uppercase;
  color: #59c5be;
  position: relative;
  width: max-content;
  margin-inline: auto;
}
.stepSection h1::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 10px;
  background-color: #f16474;
  border-radius: 10px;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
}
.stepSection h1::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 10px;
  background-color: #f16474;
  border-radius: 10px;
  right: -120px;
  top: 10px;
  
}
.stepSection h1 span {
  color: #685ebe;
}

.cardDiv {
  width: 255px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}
.cardDiv p {
  font-size: 12px;
  max-width: 180px;
}

.cardDiv .cardImageWrapper {
  max-width: 60%;
}
.cardImageWrapper img {
  max-width: 100%;
}
.trackingSection {
  background-color: #efedfa;
  padding-block: 40px;
}
.trackingSection h1 {
  color: #877db9;
  position: relative;
}
.trackingSection h1::before {
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffc211;
  position: absolute;
  bottom: -7px;
}

.trackingSection img {
  max-width: 100%;
}
.trackingImageWrapper {
  max-width: 425px;
}

.questionSection {
  padding-block: 30px;
  background-color: #fafafd;
}

.questionSection h1 {
  position: relative;
  color: #877db9;
  position: relative;
}
.questionSection h1 {
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0px !important;
}
.accordion-item {
  padding: 10px;
  border-radius: 15px !important;
  box-shadow: 0px 0px 9px #ded7d7;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button {
  background-color: none !important;
}
.accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}
.accordion-button::after {
  background-image: url("../assets/images/accordImage.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.reviewSection {
  background-color: #dcf3ff;
}
.carousel-inner {
  overflow: visible !important;
}
.carouselCard {
  max-width: 800px;
  margin-inline: auto;
  background: #fff;
  padding: 30px 98px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 4px #d7d5d5;
  margin-top: 50px;
  position: relative;
}
.carouselCard::before {
  content: "";
  width: 150px;
  aspect-ratio: 1;

  position: absolute;
  left: 50%;
  top: -88px;
  transform: translateX(-50%);
  background-image: url(../assets/images/quoteIcon.png);
  background-size: 150px;
  background-repeat: no-repeat;
  z-index: 100;
}
.carousel-control-next-icon {
  background-image: url("../assets/images/next-icon.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("../assets/images/prev-icon.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel-item .profileDiv {
  width: 50px;
}
.appDownloadWrapper {
  background-color: #877db9;
}
.appDownloadWrapper h1 {
  max-width: 300px;
  margin-left: 120px;
}
.appDownloadWrapper .appstores {
  padding: 0;
}
.appDownloadWrapper .appstores svg {
  width: 250px;
  height: 80px;
}

@media screen and (max-width: 1199px) {
  .appDownloadWrapper .appstores svg {
    width: revert-layer;
  }
}
@media screen and (max-width: 992px) {
  .heroSection .heroMainImagetwo {
    top: -85px;
    right: -350px;
  }
  .featureSection h1::after {
    left: -85%;
    width: 80px;
  }
  .featureSection h1::before {
    right: -80%;
    width: 80px;
  }
  .appDownloadWrapper h1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .heroSection .heroMainImagetwo {
    display: none;
  }
  .aboutSection img {
    display: none;
  }
  .trackingImageWrapper {
    display: none;
  }
  .carouselCard {
    padding: 30px 40px;
  }
  .reviewSection h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 578px) {
  .whySection h1::after {
    display: none;
  }
  .whySection h1::before {
    display: none;
  }
  .appDownloadWrapper {
    text-align: center;
  }

  .appDownloadWrapper h1 {
    max-width: max-content;
    margin: 0 auto;
  }
}

.mainTxtDiv {
  font-family: Nexa-H, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.Nexa_h {
  font-family: Nexa-H, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 46px;
}
.Nexa_l {
  font-family: Nexa-L, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
