﻿/* Base CSS */

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000;
  font-family: 'Outfit';
  font-weight: bold;
}
body {
  color: #000;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", serif;
}


.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
	max-width: 1460px !important;
   padding: 0 20px;
}

.alert-warning, .alert-success, .alert-error {
  border-radius: 32px;
  padding: 16px 30px;
  font-size: 14px;
}

.legal-home-btn {
  font-size: 20px;
  display: none;
}

.hide-on-legal-page {
  display: none;
}

.show-on-legal-page {
  display: block;
}

/* header-area-start */

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .3s ease;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}

.hero-email-input:focus-visible, .hero-email-input input:focus-visible {
  outline: none !important;
}

.header-scrolled {
  padding: 10px 0;
  transition: all .3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header-scrolled .header-logo a {
  gap: 6px;
  font-size: 20px;
  transition: all .3s ease;
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  transition: all .3s;
  font-family: "Outfit";
}
.header-logo img {
  width: 45px;
   transition: all .3s;
}
.header-wedget {
  gap: 30px;
}
.header-language a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.dropdown-menu {
  margin-top: 5px !important;
}
.header-language a:after {
  display: none;
}
.header-language a span {
  color: #505D68;
}
.header-btn a {
  width: 162px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.theme-btn {
  border-radius: 24px;
  background: linear-gradient(270deg, #2DD9B6 19.17%, #22B9CF 86.28%);
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  position: relative;
}

/* header-area-end */


/* hero-area-start */

.hero {
  padding-bottom: 100px;
}

.info-p {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 25px;
  font-weight: 500;
}

.info-p div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.social-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E2EAF1;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(176, 180, 186, 0.25);
  width: 54px;
  height: 54px;
}

.social-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.info-p img {
  width: 20px;
  height: 20px;
}

.hero-content {
  width: 46.7%;
}
.hero-img {
  width: 53.3%;
}
.hero-text h1 {
  color: #36383a;
  font-size: 51px;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 15px;
}
.hero-text h1 span {
  color: #0FBCC0;
}
.hero-text p {
  color: #4b4b4b;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  max-width: 615px;
}

.info-p p {
  font-size: 18px;
}

.hero-subheadline {
  font-weight: 600 !important;
}

.hero-text {
  margin-bottom: 30px;
}
.hero-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin-bottom: 55px;
}.hero-brand a:nth-child(1) {
	max-width: 280px;
}
.hero-email-wrap label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 28px;
}
.hero-email-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-email-input {
  width: 69.4%;
  position: relative;
}
.hero-email-input input {
  width: 100%;
  border-radius: 32px;
  border: 1px solid #E2EAF1;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(176, 180, 186, 0.25);
  height: 64px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 28px;
  padding-right: 133px;
}

.hero-email-input button {
  width: 121px;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 51px;
  border: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-app {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-app a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E2EAF1;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(176, 180, 186, 0.25);
}
.hero-email-box {
  margin-bottom: 24px;
}
.hero-frogot a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E8E8E8;
}
.hero-frogot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-frogot a:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/* hero-area-end */


/* survey-area-start */

.survey {
  padding-top: 100px;
  padding-bottom: 205px;
  background-size: cover;
  background-position: center bottom;
  background-image: url('../image/survey-bg.png');
}
.section-title {
  text-align: center;
  margin-bottom: 100px;
}
.section-title span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 20px !important;
  position: relative;
  width: fit-content;
  margin: auto;
}
.section-title span span {
  margin: 0;
}
.section-title span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: #FFEE98;
  bottom: 0;
  left: 0;
}
.section-title span span:before {
  display: none;
}
.section-title h3 span:before {
  display: none;
}
.section-title h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  align-items: center;
  gap: 0 10px;
}
.survey-content h3 img {
  max-width: 40px;
}

.survey-title-imgs {
  padding-left: 20px;
  margin-bottom: 10px;
}
.survey-title-imgs img {
  margin-left: -20px;
  max-width: 60px;
}
.section-title h3 span {
	color: #0FBCC0;
	font-size: inherit;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.96px;
	display: inline-block;
	margin: 0 !important;
}

.section-title h3 p {
  display: block;
  width: 100%;
  margin: 0;
}
.titles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
.survey-wraper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.survey-content {
  width: 31.7%;
}

.survey-img {
  width: 49%;
}
.survey-content h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.survey-content p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 42px;
}
.survey-content a {
  width: 290px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.survey-wraper:last-child {
  margin: 0;
}
.survey-wraper:last-child .survey-content p {
  margin-bottom: 30px;
}

/* survey-area-end */

/* feature-area-start */

.feature {
  padding-top: 63px;
  padding-bottom: 144px;
}
.feature .section-title h3 {
  gap: 8px;
}
.section-title.mb-85 {
  margin-bottom: 85px;
}
.feature-wrap {
  height: 455px;
  border-radius: 25px;
  background-size: cover;
  background-position: center bottom;
  padding: 37px;
}
.feature-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 19px;
  color: #000000;
}
.feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.feature-btn a {
  width: 290px;
  height: 64px;
  border-radius: 80px;
  gap: 20px;
  align-items: center;
}
.theme-btn span {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 15px;
}
.feature-btn a i {
  padding-top: 3px;
}

/* feature-area-end */

.form-control:focus {
  border-color: #3DD9CF;
  box-shadow: 0 0 0 .25rem rgba(61, 217, 207, 0.25);
}

/* review-area-start */

.review .section-title {
  margin-bottom: 40px;
}
.review-top {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.review-top p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #EAEBEB;
}
.review-top p:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}



.review {
  background: linear-gradient(180deg, #FFF 0.1%, #F3F8F8 84.81%);
  padding-bottom: 160px;
  padding-left: 100px;
  padding-right: 100px;
}
.review-wrap {
  border-radius: 30px;
  border: 1px solid #E2F4F3;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(191, 197, 209, 0.20);
  padding: 35px;
}
.review-content img {
  width: auto !important;
}
.review-content img {
  margin-bottom: 30px;
}
.review-content p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  height: 119px;
  margin-bottom: 25px;
}
.review-content span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.review-content {
  margin-bottom: 20px;
}
.review-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ster {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ster a {
  color: #F9CC28;
  display: block;
}

.owl-nav button {
  width: 60px;
  height: 60px;
  box-shadow: 0px 4px 20px 0px rgba(191, 197, 209, 0.20);
  border-radius: 50%;
  background: #fff !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -85px;
}
.owl-nav button.owl-next {
  left: auto;
  right: -85px;
}
.owl-dots {
  display: none;
}

/* review-area-end */


/* faq-area-satrt */

.app {
  background: linear-gradient(90deg, #59CCBF 0%, #69CBBE 100%);
}
.app-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 616px;
  position: relative;
}
.app-content {
  max-width: 575px;
}
.app-img {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 69%;
}
.app-arrow {
  position: absolute;
  top: 135px;
}
.app-content h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  margin-bottom: 28px;
}
.app-content h3 span {
  display: block;
  color: white;
}
.app-content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.app-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.faq {
  padding-top: 144px;
  padding-bottom: 146px;
}
.faq .section-title {
  margin-bottom: 60px;
}
.faq p {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  margin-top: 19px;
}
.faq-wrap {
  max-width: 939px;
  margin: auto;
}
.faq-wrap button {
  border-radius: 15px !important;
  border: 1px solid #E2EAF1;
  background: linear-gradient(0deg, #F7F9F9 0%, #F7F9F9 100%), #FFF;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  height: 70px;
  padding: 0 30px;
  box-shadow: none !important;
}
.faq-wrap h2 {
  border: 0 !important;
}
.accordion-item {
  border: 0;
  margin-bottom: 10px;
}
.faq-wrap button[aria-expanded="true"] {
  border-radius: 15px;
  border: 2px solid #0CCFC3;
  background: #FFF;
  box-shadow: 0px 5px 20px 5px rgba(168, 171, 187, 0.20) !important;;
}
.accordion-body {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border: 2px solid #0CCFC3;
  border-radius: 12px;
  margin-top: 10px;
}

/* faq-area-end */


/* footer-area-start */

.footer {
  padding: 230px 0 120px 0;
  background-size: cover;
  background-position: center top;
}
.footer-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.footer-content {
  max-width: 572px;
}
.footer-content a {
  margin-bottom: 60px;
  display: block;
}
.footer-content h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 28px;
}
.footer-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.footer-btns a {
  width: 290px;
  height: 64px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 80px;
}
.footer-btns a i {
  position: absolute;
  right: 26px;
}
.footer-copy {
	background: #2D2D2D;
	padding: 32px 0;
	display: flex;
	align-items: center;
}

.footer-copy-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-copy-text p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.fooeter-copy-menu li {
  display: inline-block;
  margin-left: 15px;
}
.fooeter-copy-menu li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.9;
}
/* footer-area-end */










.touch-link {
  display: inline-block;
  padding: 10px;       /* mehr Fl├Ąche */
  margin: -10px;      /* gleicht Layout aus */
  line-height: 1.5;
  touch-action: manipulation;
}


/* pop up css */

.form__popup .hide__password {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  left: auto;
}
.form__popup .modal__form {
  width: 50%;
}
.form__popup .modal__form .single__input input {
  width: 100%;
}
.form__popup .modal-body {
	padding: 0;
	overflow: hidden;
}
.form__popup .modal-header {
	border: none;
	position: absolute;
	right: 30px;
	z-index: 9;
	padding: 25px;
    margin: -25px;
	top: 30px;
}

.form__popup .modal-header button {
  font-size: 14px;
  color: #000;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.form__popup .modal-dialog {
	max-width: 1400px;
}
.form__popup .modal-content {
	border-radius: 20px;
	border: none;
	overflow: hidden;
}
.form__popup .modal__image img {
	width: 100%;
}

.form__title .title__logo h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin: 0;
}
.form__title-heading {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  margin-bottom: 36px;
}
.title__logo {
  gap: 18px;
  margin-bottom: 50px;
}

.single__input input {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 32px;
  border: 1px solid #D9D9D9;
  height: 60px;
  padding: 10px 30px;
}
form .single__input:last-child {
  margin: 0;
}
.single__input {
  margin-bottom: 15px;
}
.single__input input:focus {
  outline: none;
  border: 2px solid #0CCFC3;
  box-shadow: none;
}

form .single__input:nth-child(2) {
  margin-bottom: 30px;
}

form .single__input:nth-child(2) {
  margin-bottom: 30px;
}
.single__checkbox label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.single__checkbox label a {
  color: #0FBCC0;
  text-decoration: underline;
}
.single__checkbox {
  gap: 10px;
}
.single__checkbox input {
	margin-top: 5px;
}
.form__submit button {
  width: 100%;
  background: linear-gradient(270deg, #2DD9B6 19.17%, #22B9CF 86.28%);
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  height: 64px;
  position: relative;
  margin-top: 79px;
}
.form__submit button svg {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.form__submit span {
  margin-top: 28px;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: normal;
}
.form__submit a {
  color: #0FBCC0;
  font-weight: 700;
}
#exampleModal2 .modal__image img {
	border-radius: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.modal__image {
	width: 50%;
}
.form__container{
  width: 420px;
  margin: auto;
}

/* pop up css */






/* code pop up css here */

.form__popup.code__popup .modal-dialog {
	max-width: 650px;
}
.form__popup.code__popup .modal__form {
	width: 100%;
}
.form__popup.code__popup .form__container {
	width: 100%;
	margin: auto;
}
.modal__code {
	padding: 102px 40px;
}
.modal__code .form__submit button {
	margin-top: 20px;
}
#exampleModal3 .modal-header button {
	border: 1px solid #D9D9D9;
	color: #000;
}
.bg-lime {
	background: linear-gradient(214deg, #9AEFBD 13.91%, #C6F2D7 85.99%);
}
#exampleModal4 .modal__form {
	width: 100%;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0px 10px 15px 0px rgba(91, 93, 97, 0.15);
	padding: 0 15px;
	padding-bottom: 65px;
	position: relative;
}
.form__content {
	padding: 0 20px;
}
#exampleModal4 .title__logo img {
	margin-top: -26px;
}
.pop-web {
	position: absolute;
	bottom: 0;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

.pop__question {
  width: 96px;
  position: absolute;
  top: 110px;
  left: -20px;
}
.pop__whatsapp {
  position: absolute;
  top: 36px;
  left: 100px;
}
.single__input label {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 14px;
  color: #777;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.single__input input:focus {
  border-color: #0CCFC3;
  outline: none;
}
.single__input input:focus + label,
.single__input input:not(:placeholder-shown) + label {
  top: -6px;
  font-size: 12px;
  color: #0CCFC3;
  background-color: #ffffff;
  padding: 0 10px;
  border-radius: 4px;
  left: 20px;
}
/* code pop up css here */




.theme-btn:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(270deg, #2DD9B6 19.17%, #22B9CF 86.28%);
  height: 100%;
  width: 100%;
  border-radius: 80px;
  left: 0;
  top: 0;
  transition: .3s;
}
.theme-btn:after {
  background: linear-gradient(270deg, #22B9CF 19.17%, #2DD9B6 86.28%);
  transition: .3s;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 80px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s;
}
.theme-btn:hover:before {
  opacity: 0;
}
.theme-btn:hover::after {
  opacity: 1;
}




.ss {
  position: absolute;
  max-width: 96px;
  top: 0;
}
.survey {
  position: relative;
}
.sh1 {
  left: 21%;
  top: 4%;
}
.sh2 {
  max-width: 60px;
  top: 9%;
  right: 24%;
}
.ss.sh4 {
  max-width: 108px;
  right: 10%;
  top: 38%;
}
.ss.sh3 {
  right: 46%;
  top: 36%;
  max-width: 57px;
}
.ss.sh6 {
  bottom: 23%;
  top: auto;
  right: 50%;
  max-width: 54px;
}
.sh7 {
  right: 27%;
  top: auto;
  bottom: 33%;
  max-width: 60px;
}.faq-wrap button[aria-expanded="true"].accordion-button::after {
	filter: invert(79%) sepia(93%) saturate(485%) hue-rotate(102deg) brightness(84%) contrast(91%);
}
.hero-brand a:nth-child(2) {
  max-width: 105px;
}
.hero-brand a:nth-child(3) {
  max-width: 93px;
}
.single__checkbox label {
   gap: 14px;
}
.checkbox {
   width: 20px;
   height: 20px;
   border: 1px solid #D9D9D9;
   font-size: 14px;
   transition: all .3s;
}
.single__checkbox label {
   cursor: pointer;
}
.single__checkbox input:checked ~ label .checkbox {
   background-color: #0FBCC0;
   border-color: #0FBCC0;
}

.modal__code .title__logo {
  margin-bottom: 30px;
}

.modal__code .form__title-heading {
  font-size: 28px;
  margin-bottom: 20px;
}


/* Legals */

.legals {
  flex: 1;
}

.legals-wrapper {
  margin: 20px auto;
}
