/* --- [Stylesheet] ----
Header Area CSS
Welcome Area CSS
How it works Area CSS
Features Area CSS
Video Area CSS
Quote Area CSS
Testimonials Area CSS
Bottom Area CSS
Footer Area CSS
-------------------------- */

@import url("magnific-popup.2239303d6f05.css");
@import url("ionicons.min.20a5c5d5cc8c.css");

/* --------------------------
Header Area CSS
-------------------------- */

svg {
  position: absolute;
}

.header_area {
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  padding: 0 4%;
  position: relative;
  padding: 0;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.menu_area .navbar-brand {
  margin: auto;
  height: 100px;
}

.menu_area .navbar-brand > img {
  width: 100px;
  padding-top: 30px;
}

.menu_area {
  position: relative;
  z-index: 2;
}

.start-button {
  text-align: right;
}

/* --------------------------
Welcome Area CSS
-------------------------- */

.flex-container {
  display: flex;
  flex-direction: row;
}

.welcome_area {
  position: relative;
  z-index: 2;
}

.welcome-product .product-mobile {
  display: none;
}

.welcome-product .product-desktop {
  display: inline;
  width: 100%;
}

.welcome-product .product-desktop > img {
  width: 100%;
  padding: 0 40px;
}

.welcome-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 100px;
  max-width: 50%;
}

.welcome-heading > h2,
.welcome-heading > h2 > span.avoidwrap {
  font-family: Josefin Sans;
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-transform: capitalize;
}

.welcome-heading .title-s {
  font-size: 40px;
  line-height: 50px;
}

.welcome-heading .title-s-kw {
  color: #0b5c46;
  line-height: 50px;
  font-weight: 500;
}

.get-start-area {
  text-align: center;
  padding-top: 15px;
}

.get-start-area .view-exist-result {
  color: #111111;
  text-decoration: underline;
  text-align: center;
}

.welcome-heading {
  text-align: center;
  padding-top: 20px;
}

.welcome-value {
  width: 310px;
  margin: auto;
}

.description-area {
  background: linear-gradient(0deg, #faf9f7, #faf9f7),
    linear-gradient(0deg, #faf6f3, #faf6f3);
}

.btn-shop-mobile {
  display: none;
}

.get-start-area-shop-mobile {
  display: none;
}

/* --------------------------
Value Prop CSS
-------------------------- */

.value-prop-description-content .emphasis {
  font-size: 45px;
  font-weight: 500;
  font-family: var(--primary-font);
}

.value-prop-description-content > h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.description-content-container {
  padding: 30px;
  margin: auto;
}

.description-img-container {
  padding: 30px;
  margin: auto;
}

/* --------------------------
How it works  Area CSS
-------------------------- */

.how-it-works-overall {
  max-width: 700px;
  margin: auto;
}

.single-how-it-works .h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-how-it-works {
  margin: 50px 0;
}

.single-how-it-works p {
  margin-bottom: 0;
}

.how-it-works-btn {
  margin-top: 20px;
}

.how-it-works-img img {
  width: 90%;
}

/* --------------------------
Science Area CSS
-------------------------- */

.science-area {
  margin: 50px auto 50px auto;
  /* background: linear-gradient(0deg, #FAF9F7, #FAF9F7), linear-gradient(0deg, #FAF6F3, #FAF6F3); */
  background-color: #fcf0de;
}
.science-img {
  width: 100%;
}

.science-heading > h3 {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 0 30px 0;
}

.science-description {
  font-size: 18px;
  padding: 0 0 20px 0;
}

.science-description-content {
  text-align: left;
  padding: 0 100px 0 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.science-description-content .science-heading h3 {
  text-align: left;
}

/* --------------------------
Features Area CSS
-------------------------- */

.single-feature {
  margin-bottom: 50px;
}

.single-feature > p {
  margin-bottom: 0;
}

.single-feature > h5 {
  font-size: 20px;
  color: #3d4246;
  font-weight: 500;
  font-family: var(--primary-font);
}

.single-feature > p {
  margin-top: 15px;
}

.single-feature-right {
  text-align: right;
}

.feature-description {
  width: 700px;
  margin: auto;
  text-align: center;
}

.feature-list {
  width: 700px;
  margin: 50px auto;
}

.feature-rect {
  width: 125px;
  height: 125px;
  border: 1px solid #8b8880;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.feature-content {
  transform: rotate(-45deg);
}

/* --------------------------
Video Area CSS
-------------------------- */

.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  height: 650px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #f1f4f8;
  z-index: 2;
  border-radius: 20px;
}

.video-area .video-play-btn a {
  width: 80px;
  height: 80px;
  background-color: #111111;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 80px;
  padding-left: 5px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-area .video-play-btn a:hover {
  background-color: #a2ce73;
  color: #fff;
}

/* --------------------------
In the media Area CSS
-------------------------- */

.inthemediapic {
  padding: 0;
}

.media-row {
  max-width: 1200px;
  margin: auto;
}
/* --------------------------
:: Testimonials Area CSS
-------------------------- */
.feedback-area .feedback-container {
}

.feedback-area .feedback-content {
  padding: 0 20px;
}

.feedback-area .feedback-star {
  padding: 15px;
}

.feedback-area .feedback-name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 50px;
}

.feedback-area .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback-area .slick-slide img {
  height: calc(60vh - 100px);
  width: auto;
  margin: 0 auto;
}

.feedback-area .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -999999999999999999999999px;
  border: 1px solid #111111;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5.5px;
  outline: none;
}

.feedback-area .slick-dots li.slick-active button {
  background-color: #111111;
  border-color: #111111;
}

.feedback-area .slick-arrow {
  position: absolute;
  width: 30px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #111111;
  display: block;
  line-height: 550%;
  left: 0;
  z-index: 90;
  cursor: pointer;
}

.feedback-area .slick-slide .client-feedback-text-quote > img {
  height: 28px;
  margin-bottom: 30px;
}

/* .feedback-area .client-feedback-text-content {
    font-size: 32px;
    font-family: Josefin Sans;
    padding-bottom: 20px;
    font-weight: 300;
} */

.btn-read-reviews {
  margin: 30px auto;
}

.feedback-area .slick-arrow.fa-angle-right {
  left: auto;
  right: 0;
  top: 0;
}

.awesome-feature-area {
  /* background: linear-gradient(0deg, #FAF9F7, #FAF9F7), linear-gradient(0deg, #FAF6F3, #FAF6F3); */
  background-color: #fcf0de !important;
}

.real-review-inner {
  margin: 0 5px;
  padding: 36px 26px;
}

.real-review-inner.last-row {
  border-bottom: none;
}

.profile-name-circle {
  width: 70px;
  height: 70px;
  background: #faf9f7;
  border-radius: 50%;
  position: absolute;
  margin: 15px 15px 15px 0;
}

.profile-name-initial {
  color: #ced3d0;
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  top: 13px;
  left: 14px;
}

.profile-content {
  margin-left: 85px;
  margin-top: 15px;
}

.profile-name {
  font-weight: 600;
}

.world-response-area b {
  font-weight: bold;
}

.world-response-area .world-response-content {
  text-align: center;
}

.bg-gradient {
  background: linear-gradient(0deg, #faf9f7, #faf9f7),
    linear-gradient(0deg, #faf6f3, #faf6f3);
}

/* --------------------------
Bottom Area CSS Start
-------------------------- */

.membership-description > p {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
}

.social-heading {
  padding: 30px 0;
}

@media (min-width: 1920px) {
  .welcome-content {
    width: 700px;
    padding: 100px 100px 0 100px;
  }
}

@media (min-width: 1400px) and (max-width: 1919px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .welcome-content {
    padding: 50px 50px 0 50px;
  }

  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-size: 40px;
  }

  .welcome-content {
    padding: 0 30px;
  }
  .welcome-product .product-desktop > img {
    padding: 0 0;
  }

  .video-area {
    height: 550px;
  }
  .app_screenshots_slides {
    padding: 0 4%;
  }
  .header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 7.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container {
    flex-direction: column;
  }

  .welcome-content {
    position: relative;
    padding: 0 50px 50px 50px;
    background-image: linear-gradient(to right, #e7e7e7, #f0f0f0, #ededed);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
  }

  .welcome-product {
    position: relative;
    top: 0;
    right: 0;
    padding: 4px 30px;
  }
  .welcome-product .product-desktop {
    display: none;
  }
  .welcome-product .product-mobile {
    display: inline;
    width: 100%;
  }
  .sign-up-button {
    margin-top: 30px;
    text-align: left;
  }
  .sign-up-button > a {
    margin-top: 4px;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 40px;
    min-width: 160px;
    line-height: 36px;
  }

  .welcome-heading {
    margin-bottom: 30px;
  }
  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-size: 40px;
    line-height: 52px;
  }

  .value-prop-description-content {
    padding-top: 100px;
  }

  .value-prop {
    padding-bottom: 100px;
  }

  .value-prop .value-prop-slogan {
    margin-left: 200px;
  }

  .single-how-it-works {
    padding: 30px 10px;
  }

  .science-area .science-description-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .science-img > img {
    width: 100%;
  }

  .media-row {
    max-width: 600px;
  }
  .section-heading > h2,
  .section-heading > h2 > span.avoidwrap {
    font-size: 30px;
    line-height: 52px;
  }
  .footer-text > p {
    margin-bottom: 30px;
  }
  .section-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .navbar .brand-btn {
    display: inline;
    margin: auto;
  }
  .navbar .brand-btn > img {
    height: 20px;
  }

  .navbar .home-btn {
    display: none;
  }

  .section_padding_100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .flex-container {
    flex-direction: column;
  }

  .menu_area .navbar-brand > img {
    width: 92px;
    padding-top: 13px;
  }

  .menu_area .navbar-brand {
    height: 60px;
  }

  .welcome-content {
    position: relative;
    padding: 20px 20px 50px 20px;
    width: 100%;
    background-image: linear-gradient(to right, #e7e7e7, #f0f0f0, #ededed);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
  }
  .welcome-product {
    position: relative;
    top: 0;
    right: 0;
    padding: 0px;
  }
  .welcome-product img {
    height: auto;
    width: 100%;
  }
  .welcome-value {
    width: 280px;
  }
  .welcome-product .product-desktop {
    display: none;
  }

  .welcome-product .product-mobile {
    display: inline;
  }

  .sign-up-button {
    margin-top: 30px;
    text-align: left;
  }

  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-size: 28px;
  }

  .welcome_area {
    padding-bottom: 0px;
  }

  .real-review-content:not(:last-child) .real-review-inner {
    border-bottom: 1px lightgray solid;
  }
  .feature-description {
    width: 100%;
  }

  .feature-list {
    width: 100%;
    margin: 0 auto;
  }

  .feature-rect {
    width: 80px;
    height: 80px;
    border: 1px solid #8b8880;
    box-sizing: border-box;
    transform: rotate(45deg);
  }

  .feedback-area {
    padding-top: 70px;
  }

  .feedback-area .star-icon {
    padding: 0px;
    height: 20px;
  }

  .feedback-area .client-feedback-text-content {
    font-size: 16px;
  }

  .feedback-area .feedback-name {
    padding: 30px;
  }

  .single-how-it-works {
    padding: 15px;
    margin: 20px 0;
  }

  .single-how-it-works .h4 {
    padding: 20px 0 0 0;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }

  .how-it-works-img {
    padding-left: 0;
    padding-right: 0;
  }
  .how-it-works-img img {
    width: 100%;
  }

  .science-area .science-description-content {
    padding: 30px;
    position: relative;
    text-align: center;
  }

  .science-area .science-description-content h3 {
    text-align: center;
  }

  .science-heading > h3 {
    padding: 10px 0;
  }
  .science-area {
    padding: 0 0 30px 0;
  }

  .science-heading > h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .science-description {
    font-size: 16px;
    padding: 25px 0;
  }

  .awesome-feature-area {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .awesome-feature-area .features-left {
    padding-bottom: 50px;
  }

  .awesome-feature-area .features-right {
    padding-top: 50px;
  }

  .how-it-works-img {
    width: 100%;
  }

  .single-feature-right {
    text-align: center;
  }
  .single-feature {
    text-align: center;
  }
  .video-area {
    border: 10px solid #fff;
    border-radius: 20px;
    height: 250px;
  }
  .video-area::after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
  }
  .quote_area {
    display: none;
  }

  .feedback-area .client-description > p {
    font-size: 16px;
  }

  .welcome-heading {
    margin-bottom: 0;
  }

  .get-start-area {
    text-align: center;
    padding-top: 5px;
  }

  .social-heading > h3 {
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .flex-container {
    flex-direction: column;
  }

  .welcome-content {
    position: relative;
    padding: 30px 20px;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .welcome-product {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 26px;
  }
  .welcome-product img {
    height: auto;
    width: 100%;
  }
  .welcome-product .product-desktop {
    display: none;
  }
  .welcome-product .product-mobile {
    display: inline;
  }
  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .welcome-heading {
    margin-bottom: 50px;
    text-align: center;
  }
  .welcome-heading .title-s {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
  }
  .get-start-area {
    text-align: center;
    padding-top: 5px;
  }
  .single-how-it-works {
    padding: 15px;
  }

  .how-it-works-img {
    width: 100%;
  }

  .science-heading > h3 {
    padding: 10px 0;
  }

  .science-heading > h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .science-description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .welcome-heading .title-s {
    font-size: 36px;
    line-height: 50px;
  }
  .get-start-area-v2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  .get-start-area-v2 > a {
    width: 100%;
    height: 60px;
    justify-content: center;
    display: flex !important;
    align-items: center;
  }
  .get-start-area-shop-mobile {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  .btn-shop-mobile,
  .btn-shop-mobile:active,
  .btn-shop-mobile:hover,
  .btn-shop-mobile:link {
    background-color: #0b5c46;
    color: #fff;
    display: inline-block;
    border: none;
    padding: 11px 20px 9px 20px;
    min-width: 120px;

    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    border-radius: 0;
    text-decoration: none;
  }
}

@media (max-width: 320px) {
  .flex-container {
    flex-direction: column;
  }

  .welcome-content {
    position: relative;
    padding: 20px 20px 50px 20px;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .welcome-product {
    position: relative;
    top: 0;
    right: 0;
  }
  .welcome-product img {
    height: auto;
    width: 100%;
  }

  .welcome-product .product-desktop {
    display: none;
  }
  .welcome-product .product-mobile {
    display: inline;
  }
  .welcome-heading > h2,
  .welcome-heading > h2 > span.avoidwrap {
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .get-start-area {
    text-align: center;
    padding-top: 5px;
  }
  .welcome-heading {
    text-align: center;
  }
  .welcome-heading .title-s {
    font-size: 28px;
    line-height: 30px;
  }
  .single-how-it-works {
    padding: 15px;
  }
  .how-it-works-img {
    width: 100%;
  }
  .science-heading > h3 {
    padding: 10px 0;
  }
  .science-heading > h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .science-description {
    font-size: 16px;
  }
}
