/*** Font Family ***/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Poppins", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #F8ECDC;
    font-family: "Poppins", sans-serif;
    color: #525252;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

a {
    text-decoration: none;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

h1 {
    color: #0F172A;
}

h2 {
    position: relative;
    font-size: 48px;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 20px;
}

h3 {
    position: relative;
    font-size: 24px;
    color: #0F172A;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    color: #244035;
    margin-bottom: 20px;
}

.btn-default {
    background: #3B574C;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0.78px solid #3B574C;
    text-decoration: none;
    text-align: center;
    border-radius: 7835.47px;
    padding: 12px 30px;
}

.btn-default:hover,
.btn-default:focus {
    background: transparent;
    color: #3B574C;
}

.border-btn {
    background: transparent;
    display: inline-block;
    position: relative;
    color: #3B574C;
    font-size: 14px;
    font-weight: 700;
    border: 0.78px solid #3B574C;
    text-decoration: none;
    text-align: center;
    border-radius: 7835.47px;
    padding: 12px 30px;
}

.border-btn:hover,
.border-btn:focus {
    background: #3B574C;
    color: #fff;
}

/*** Header ***/
.main-header {
    background: #436759;
    position: absolute;
    padding: 10px 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.main-header .container {
    max-width: 100%;
    padding: 0 30px;
}

.main-header.sticky {
    background: #436759;
    position: sticky;
    top: 0;
    padding: 15px 0 15px;
}

.main-menu {
    position: relative;
    margin-left: auto;
    margin-right: 40px;
    z-index: 2;
}

body.language-de .main-menu {
    margin-right: 10px;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 0 40px;
}

body.language-de .main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 0 12px;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: inherit;
    line-height: inherit;
}

body.language-de .main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
}

.main-menu .primary-navigation>div>.menu-wrapper li {
    margin: 0 20px;
}

.main-menu .primary-navigation a {
    font-size: 18px;
    color: #0F172A;
    font-weight: 400;
    padding: 0 !important;
}

.main-menu .primary-navigation a:hover,
.main-menu .primary-navigation a:focus {
    text-decoration: none;
    color: #22A24E;
}

.header-btn {
    display: flex;
    gap: 16px;
}
body.language-de .header-btn {
    gap: 10px;
}
.header-btn .language-switcher {
    margin-left: 10px;
    color: var(--white-color);
}
.wpm-switcher-dropdown>li {
    background: #ffffff url(../images/down-arrow.png) no-repeat center right 15px;
    display: inline-block;
    position: relative;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    border: 0.8px solid #D0D5DD;
    text-align: center;
    border-radius: 86px;
    padding: 10px 45px 10px 25px;
}
.wpm-switcher-dropdown a img, 
.wpm-switcher-dropdown span img, 
.wpm-switcher-list li a img, 
.wpm-switcher-list li>span img {
    margin-top: -3px;
}
.wpm-switcher-dropdown a {
    display: flex;
    align-items: center;
}
.wpm-switcher-dropdown a,
.wpm-switcher-list li a,
.wpm-switcher-list li>span {
    background: none;
    color: var(--black-color);
    width: auto !important;
    height: auto !important;
    text-decoration: none;
}

.wpm-switcher-dropdown a:hover,
.wpm-switcher-list li a:hover,
.wpm-switcher-list li.active a,
.wpm-switcher-list li.active>span,
.wpm-switcher-list li>span:hover {
    background: none;
    color: var(--black-color);
}
.wpm-switcher-dropdown .wpm-language-dropdown {
    background-color: #fff;
    border-radius: 86px;
    right: 0;
}
.wpm-switcher-dropdown .wpm-language-dropdown>li {
    padding: 10px 25px 10px 25px;
}

/*** Banner ***/
.banner-area {
    background: linear-gradient(180deg, #3B574C 0%, #528672 39.97%, #DBD5C6 85.35%, #F7EBDB 100%);
    position: relative;
    width: 100%;
    min-height: 918px;
    z-index: 1;
}
.banner-content {
    position: absolute;
    top: 132px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.tagline {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #032017;
    border-radius: 9999px;
    padding: 6px 16px;
    margin-bottom: 24px;
}
.banner-box {
    background: #F8ECDC;
    position: relative;
    display: block;
    max-width: 535px;
    height: 535px;
    border-radius: 50%;
    box-shadow: 0px 20.02px 40.05px 0px #0000000D;
    box-shadow: 0px 2.5px 20.02px 0px #3B574C1A inset;
    padding: 40px 70px 20px;
    margin: 0 auto 30px;
}
.banner-image {
    margin-bottom: 16px;
}
.banner-box h1 {
    font-size: 26px;
    color: #3B574C;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.apps-area {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

/*** Content Area ***/
.content-area {
    display: block;
}
.heading-div {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 50px;
}
.heading-div h2 {
    font-size: 32px;
}
/*** Welcome tab Area ***/
.welcome-tab-area {
    display: block;
    padding: 70px 0;
}
.tab-row {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.tab-row:last-child {
    margin-bottom: 0;
}
.tab-images {
    display: flex;
    gap: 45px;
    flex-shrink: 0;
}
.tab-images img {
    box-shadow: 0px 26.77px 27.93px 0px #0000006B;
    border-radius: 30px;
}
.tab-text {
    font-size: 14.11px;
    font-weight: 500;
    line-height: 21.94px;
}
.tab-text h2 {
    font-weight: 500;
}
.counter-area {
    display: block;
    padding: 60px 0;
}
.counter {
    border-right: 1px solid #3B574C;
}
.counter-area .row .col:last-child .counter {
    border-right: 0;
}
.counter-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-title {
    font-size: 24px;
    color: #244035;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.counter-row span {
    font-size: 24px;
    color: #244035;
    font-weight: 600;
}
.count-text {
    font-size: 14px;
    font-weight: 500;
    color: #424845;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.community-area {
    display: block;
    padding: 60px 0;
}
.community-tab {
    background: #FFFFFF;
    font-size: 16px;
    color: #424845;
    border-radius: 32px;
    padding: 32px 38px;
    margin-bottom: 24px;
}
.community-tab:hover {
    background: #3B574C;
    color: #fff;
}
.community-tab.large {
    height: 100%;
    padding: 50px;
}
.community-area .col-md-7 {
    margin-bottom: 24px;
}
.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-left: 10px;
}
.symbol-group .symbol {
    background: #3B574C;
    position: relative;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #121212;
    margin-left: -10px;
    transition: all 0.3s ease;
    z-index: 0;
}
.symbol-group .symbol.active {
    border: 2px solid #FFF8F2
}
.symbol.symbol-48 img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol.symbol-circle .symbol-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community-tab h3 {
    font-size: 20px;
    color: #244035;
    font-weight: 700;
    margin-bottom: 15px;
}
.community-tab:hover h3 {
    color: #fff;
}
.community-tab h3 span {
    background: #244035;
    display: table;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    padding: 5px 12px;
    margin-bottom: 15px;
}
.community-tab p {
    margin-bottom: 0;
}
.community-tab .icon {
    background: rgba(59, 87, 76, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    margin-bottom: 24px;
}
.community-tab:hover .icon {
    background: rgba(255, 255, 255, 0.1);
}
.community-tab:hover .icon img {
    filter: brightness(0) invert(1);
}
.community-tab-row {
    display: flex;
    gap: 24px;
    align-items: center;
}
.community-tab-row .icon {
    flex-shrink: 0;
}
/*** Features Tab Area ***/
.features-area {
    background: linear-gradient(180deg, #3B574C -23.55%, #528672 25.83%, #DBD5C6 81.9%, #F7EBDB 100%);
    padding: 60px 0;
}
.features-area .heading-div {
    color: #fff;
}
.features-area .heading-div h2 {
    color: #fff;
}
.features-row {
    display: flex;
    justify-content: space-between;
}
.feature-tab {
    background: #F4F3F1;
    max-width: 532px;
    border-radius: 40px;
    border: 1px solid #C1C8C333;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 40px;
}
.feature-tab h4 {
    color: #244035;
    margin-bottom: 5px;
}
.feature-tab ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-tab ul::before {
    background: rgba(193, 200, 195, 0.3);
    position: absolute;
    content: "";
    width: 1px;
    height: 448px;
    top: 17px;
    left: 16px;
}
.feature-tab ul li { 
    position: relative;
    display: block;
    font-size: 14px;
    color: #424845;
    line-height: 20px;
    opacity: 0.65;
    padding-left: 55px;
    margin-bottom: 30px;
}
.feature-tab ul li.active {
    opacity: 1;
}
.feature-tab ul li:last-child {
    margin-bottom: 0;
}
.feature-tab ul li::before {
    background: #CAEADB url(../images/tick-sign-green.svg) no-repeat center;
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    left: 0;
    border-radius: 9999px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.feature-tab ul li.active::before {
    background: #244035 url(../images/tick-sign-white.svg) no-repeat center;
    box-shadow: 0px 4px 6px -1px #0000001A;
    box-shadow: 0px 0px 0px 4px #2440351A;
}
.features-right img {
    height: 720px;
}
.features-area .apps-logo {
    display: flex;
    justify-content: end;
    gap: 16px;
    padding-right: 70px;
}

/*** Works Tab Area ***/
.works-area {
    background: linear-gradient(0deg, #476F5F 0%, #528672 39.97%, #DBD5C6 85.35%, #F7EBDB 100%);
    padding: 60px 0 55px;
}
.White-tabs-area {
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.White-tabs-area::before {
    background: #92ACA2;
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.White-tab {
    background: #FAF9F7;
    position: relative;
    display: block;
    height: 100%;
    font-size: 14px;
    color: #424845;
    line-height: 20px;
    border: 1px solid #3B574C;
    border-radius: 52px;
    box-shadow: 0px 0px 32.9px 0px #E7DECF9E;
    padding: 24px 30px;
}
.White-tab .icon {
    background: rgba(36, 64, 53, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    margin-bottom: 20px;
}
.White-tab h4 {
    margin-bottom: 8px;
}
.White-tab p {
    margin-bottom: 0;
}
.green-tab-had {
    max-width: 650px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto 32px;
}
.green-tabs-area {
    position: relative;
    display: block;
    margin-bottom: 22px;
}
.green-tabs-area .col-md-4 {
    margin-bottom: 24px;
}
.green-tab {
    background: rgba(0, 0, 0, 0.19);
    display: block;
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 52px;
    padding: 32px;
}
.green-tab .icon {
    margin-bottom: 20px; 
}
.green-tab h4 {
    color: #fff;
    margin-bottom: 8px;
}
.works-area .apps-area {
    justify-content: start;
}
/*** Testimonial Area ***/
.testimonial-area {
    display: block;
    padding: 60px 0 40px;
}
.testimonials-tab {
    background: #fff;
    display: block;
    font-size: 20.21px;
    font-weight: 400;
    font-style: Italic;
    color: #1B1C1A;
    border-radius: 26.95px;
    box-shadow: 0px 16.84px 33.69px 0px #0000000A;
    backdrop-filter: blur(16.84471893310547px);
    padding: 40px 40px 10px;
    margin: 0 10px;
}
.testimonials-tab:last-child {
    margin-bottom: 0;
}
.testimonial-rating {
    display: block;
    margin-bottom: 26px;
}
.testimonials-tab .content {
    min-height: 220px;
}
.testimonial-row {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 0.84px solid #3B574C;
    padding-top: 26px;
}
.testimonial-image img {
    width: 47px !important;
    height: 47px !important;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-title h4 {
    font-size: 13.48px;
    color: #1B1C1A;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-rating {
    margin-left: auto;
}
.testimonials-tab .tick-icon {
    margin-left: auto;
}
.testimonial-area .slick-prev, .testimonial-area .slick-next {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; 
    top: inherit;
    bottom: -90px;
    width: 40px;
    height: 40px;
    border: 0.84px solid #3B574C;
    padding: 0;
    border-radius: 50%;
}
.testimonial-area .slick-prev::before, .testimonial-area .slick-next::before {
    display: none;
}
.testimonial-area .slick-prev {
    background: transparent url(../images/prev-arrow.svg) no-repeat center !important;
    left: 0;
}
.testimonial-area .slick-prev:hover {
    background: #3B574C url(../images/prev-arrow-white.svg) no-repeat center !important;
    left: 0;
}
.testimonial-area .slick-next {
    background: transparent url(../images/next-arrow.svg) no-repeat center !important;
    left: 55px;
}
.testimonial-area .slick-next:hover {
    background: #3B574C url(../images/next-arrow-white.svg) no-repeat center !important;
    left: 55px;
}
.testimonial-bottom {
    text-align: right;
    padding-right: 10px;
    padding-top: 30px;
}
.testimonial-bottom .apps-logo {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: end;
}

/*** Faqs Area ***/
.faqs-area {
    display: block;
    padding: 60px 0;
}

.ewd-ufaq-faq-list {
    padding: 0 15%;
}

.faqs-area .ewd-ufaq-faq-div {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.faqs-area .ewd-ufaq-faq-title a {
    background: #FFFFFF;
    position: relative;
    display: block;
    border-radius: 32px;
    box-shadow: 0px 0px 42px 0px #B899703D;
    padding: 30px 35px; 
}
.faqs-area .ewd-ufaq-post-active .ewd-ufaq-faq-title a {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 32px 32px 0 0;
}
.faqs-area div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    display: none;
}

.faqs-area .ewd-ufaq-faq-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0px !important;
}

.faqs-area .ewd-ufaq-faq-title a::after {
    position: absolute;
    display: block;
    right: 30px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus-sign.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
    transform: translateY(-50%);
}

.faqs-area .ewd-ufaq-post-active .ewd-ufaq-faq-title a::after {
    background-image: url(../images/cross-icon.png);
}

.faqs-area .ewd-ufaq-faq-body {
    background-color: #ffff;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    border-radius: 0 0 32px 32px;
    padding: 0px 35px 30px;
}
/*** contact-area ***/
.contact-area {
    display: block;
    padding: 60px 0 50px;
}
.contact-info {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 608px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 50px 48px 55px;
}
.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}
.contact-info h2 span {
    background: rgba(36, 64, 53, 0.3);
    display: table;
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 9999px;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    margin-bottom: 10px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info ul li.phone {
    background: url(../images/phone-icon.png) no-repeat 0 5px;
}
.contact-info ul li.email {
    background: url(../images/email-icon.png) no-repeat 0 5px;
}
.contact-info ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.contact-info ul li a:hover {
    text-decoration: underline;
}
.contact-form {
    display: block;
    padding-left: 25px;
}
.contact-form .heading-div {
    max-width: inherit;
    text-align: start;
    margin: 0 auto 20px;
}
.contact-form .heading-div h2 {
    margin-bottom: 10px;
}
.contact-form .wpcf7 {
    display: block;
    border-bottom: 1px solid #C1C8C3;
    margin-bottom: 30px;
}
.contact-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #424845;
}
.contact-form .form-control {
    background: #F4F3F1;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #C1C8C3;
    border-radius: 16px;
    padding: 14px 16px;
}
.contact-form textarea.form-control {
    height: 122px;
}
.contact-form .btn-default {
    background: #3B574C !important;
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border: 0.78px solid #3B574C !important;
    text-decoration: none;
    text-align: center;
    border-radius: 7835.47px;
    padding: 12px 30px;
}
.contact-form .btn-default:hover,
.contact-form .btn-default:focus {
    background: transparent !important;
    color: #3B574C !important;
	outline: none !important;
}
.contact-div h4 {
    font-size: 14px;
    font-weight: 600;
}
.contact-div ul.socials {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}
.contact-div ul.socials li a {
    background: #3B574C;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
/*** apps-area ***/
.apps-box-area {
    display: block;
    padding: 90px 0 100px;
}
.apps-box {
    background: #3B574C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #FFF;
    min-height: 460px;
    border-radius: 84px;
    box-shadow: 0px 0px 23.2px 0px #30504385;
    padding: 50px 45px 40px;
}
.apps-box h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 20px;
}
.apps-box .content {
    padding-right: 20%;
}
.apps-box .apps-logo {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 50px;
}
.apps-box .apps-logo img {
    width: 170px;
}
.apps-box .images {
    flex-shrink: 0;
}
/*** Footer ***/
.footer {
    background: #3B574C;
    display: block;
}

.footer-main {
    display: block;
    padding: 40px 0 24px;
}
.footer-left {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-right: 30px;
}
.footer-left #media_image-5 {
    margin-bottom: 20px;
}
.footer-left #media_image-7 img {
    width: auto !important;
    height: auto !important;
}
.footer-left #block-11 {
    margin-bottom: 24px;
}
.footer-left .wp-block-image {
    text-align: left;
}
.footer-left #block-26 {
    margin-bottom: 40px;
}
.footer-left #block-27, .footer-left #block-28 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.footer-left #block-27 img, .footer-left #block-28 img {
    max-width: 115px;
}
.footer-links {
    display: flex;
    gap: 80px;
}
.footer-links h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.menu-footer-nav-container {
    margin-top: 30px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.footer-links ul li a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
    color: #F8ECDC;
}
.footer-bottom {
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 40px; 
}
.footer-bottom .wp-block-image {
    margin: 0;
}
.socials-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socials-links ul {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}
.socials-links ul li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
/*======================================
*            Media Queries Comment      *
======================================*/
@media (max-width: 1599.98px) {

}

@media (max-width: 1499.98px) {
.apps-box .content {
    padding-right: 7%;
}
}

@media (max-width: 1199.98px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 0 25px;
}
}
@media (max-width: 1099.98px) {
h2 {
    font-size: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
}
.White-tab {
    padding: 24px 20px;
}
.White-tab .icon {
    width: 50px;
    height: 50px;
}
.testimonials-tab {
    font-size: 16px;
}
.testimonials-tab .content {
    min-height: 190px;
}
.ewd-ufaq-faq-list {
    padding: 0 10%;
}
.apps-box .content {
    padding-right: 0;
}
.apps-box h2 {
    font-size: 34px;
}
.footer-links {
    gap: 40px;
}
.footer-links ul li {
    font-size: 13px;
}
}
@media (max-width: 991.98px) {
h2 {
    font-size: 34px;
}
.main-menu {
    margin-right: 20px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 0 15px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}
.header-btn {
    gap: 10px;
}
.header-btn img {
    max-width: 90px;
}
.banner-content {
    top: 172px;
}
.apps-box .images img {
    max-width: 480px;
}
.heading-div h2 {
    font-size: 30px;
}
.contact-info h2 {
    font-size: 30px;
}
.tab-images {
    gap: 30px;
}
.community-tab {
    font-size: 15px;
}
.feature-tab ul li {
    font-size: 13px;
}
}

@media (max-width: 768.98px) {
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 30px;
}
body.language-de .main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 16px 0;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 16px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: #FFF;
    border-radius: 12px;
    padding: 10px 16px !important;
    box-shadow: 0px 0px 10px 0px #00000026;
}
.welcome-tab-area {
    padding: 0;
}
.tab-row {
    display: block;
}
.tab-images {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 50px;
}
.tab-text {
    margin-bottom: 40px;
}
.community-area {
    padding: 20px 0 60px;
}
.features-row {
    flex-direction: column-reverse;
}
.feature-tab {
    max-width: 100%;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.features-right {
    text-align: center;
}
.features-right img {
    height: auto;
}
.features-area .apps-logo {
    justify-content: center;
    padding-right: 0;
}
.White-tabs-area .row .col {
    flex: inherit;
}
.White-tabs-area::before {
    width: 2px;
    height: 100%;
    top: 50%;
    left: 50%;
    right: inherit;
}
.White-tab {
    height: auto;
    padding: 24px;
    margin-bottom: 30px;
}
.White-tabs-area .row .col:last-child .White-tab {
    margin-bottom: 0;
}
.works-area .apps-area {
    justify-content: center;
}
.testimonials-tab .content {
    padding-bottom: 15px;
}
.ewd-ufaq-faq-list {
    padding: 0 10%;
}
.faqs-area {
    display: block;
    padding: 30px 0 0;
}
.contact-info {
    height: 470px;
    padding: 50px 38px 55px;
}
.contact-form {
    padding-left: 0;
    padding-top: 30px;
}
.apps-box {
    background: #3B574C;
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #FFF;
    min-height: 460px;
    border-radius: 84px;
    padding: 50px 45px 40px;
}
.apps-box .content {
    padding-right: 0;
    margin-bottom: 30px;
}
.apps-box .apps-logo {
    padding-top: 10px;
}
.apps-box .images {
    text-align: center;
}
.footer-left #block-11 {
    margin-bottom: 5px;
}
.footer-left #block-12 {
    margin-bottom: 20px;
}
.footer-links {
    display: block;
    margin-bottom: 30px;
}
.menu-footer-nav-container {
    margin-top: 0;
}
.apps-box-area {
    padding: 20px 0 30px;
}
.footer-left {
    margin-bottom: 30px;
}
.faqs-area .ewd-ufaq-faq-title h4 {
    font-size: 17px;
}
.works-area {
    padding: 0 0 55px;
}
.wpm-switcher-dropdown>li {
    font-size: 15px;
    padding: 3px 45px 3px 20px;
}
}
@media (max-width: 699.98px) {
.banner-area {
    min-height: 800px;
}
.banner-content {
    top: 172px;
}
.tagline {
    font-size: 15px;
    margin-bottom: 14px;
}
.banner-box {
    max-width: 365px;
    height: 365px;
    padding: 20px 40px 10px;
    margin: 0 auto 15px;
}
.banner-image img {
    height: 200px;
}
.banner-box h1 {
    font-size: 19px;
}
}

@media (max-width: 576.98px) {
.banner-area {
    min-height: 700px;
}
.heading-div {
    font-size: 14px;
}
.heading-div h2 {
    font-size: 24px;
}
.White-tabs-area {
    margin-bottom: 40px;
}
.testimonial-area {
    padding: 40px 0 40px;
}
.ewd-ufaq-faq-list {
    padding: 0 0;
}
.faqs-area .ewd-ufaq-faq-title a {
    padding: 24px;
}
.faqs-area .ewd-ufaq-faq-title h4 {
    font-size: 14px;
}
.contact-info {
    font-size: 14px;
}
.contact-info h2 {
    font-size: 22px;
}
.contact-info h2 br {
    display: none;
}
.apps-box h2 {
    font-size: 30px;
}
.apps-box .images img {
    max-width: 100%;
}
.main-menu {
    position: absolute;
    right: 0;
}
.header-btn .widget_media_image {
    display: none;
}
.header-btn {
    margin-right: 55px;
}
.header-btn .wpm-switcher-dropdown>li {
    background: #ffffff url(../images/down-arrow.png) no-repeat center right 5px;
    font-size: 13px;
    padding: 3px 30px 3px 13px;
}
.main-header .container {
    padding: 0 15px;
}
.contact-info {
    display: none;
}
.apps-box-area {
    display: none;
}
}
@media (max-width: 499.98px) {
.banner-box h1 {
    margin-bottom: 10px;
}
.banner-content br {
    display: none;
}
.banner-btn {
    gap: 10px;
    margin-bottom: 10px;
}
.tab-images img {
    max-width: 100px;
    object-fit: cover;
}
.tab-images img {
    border-radius: 10px;
}
.apps-box {
    min-height: inherit;
    border-radius: 24px;
    padding: 30px 45px 10px;
}
.main-menu .primary-navigation {
    position: initial;
}
}
@media (max-width: 475.98px) {
.banner-btn .btn-default, .banner-btn .border-btn {
    font-size: 14px;
    padding: 9px 20px;
}
.tagline {
    font-size: 13px;
    padding: 5px 12px;
}
.counter-area {
    display: block;
    padding: 40px 0;
}
.count-text {
    font-size: 10px;
}
.footer-left {
    font-size: 15px;
    padding-right: 0;
}
.community-tab {
    background: #3B574C;
    font-size: 14px;
    color: #fff;
}
.community-tab h3 {
    font-size: 18px;
    color: #fff;
}
.community-tab .icon {
    background: rgba(255, 255, 255, 0.1);
}
.community-tab .icon img {
    filter: brightness(0) invert(1);
}
.community-tab {
    padding: 30px;
}
.community-tab.large {
    padding: 30px;
}
.testimonial-bottom {
    text-align: center;
    padding-right: 0;
    padding-top: 90px;
}
.testimonial-bottom a {
    width: 100%;
}
.testimonial-bottom img {
    width: 100%;
}
.testimonial-bottom .apps-logo {
    justify-content: center;
}
.testimonial-area .slick-prev {
    left: 39%;
}
.testimonial-area .slick-next {
    right: 39%;
    left: inherit;
}
.works-area .apps-area a {
    width: 100%;
}
.works-area .apps-area img {
    width: 100%;
}
.features-area .apps-logo a {
    width: 100%;
}
.features-area .apps-logo img {
    width: 100%;
}
}
@media (max-width: 375.98px) {
h2 {
    font-size: 24px;
}
.banner-btn .btn-default, .banner-btn .border-btn {
    font-size: 13px;
    padding: 7px 15px;
}
.counter-area {
    display: block;
}
.counter-area .col {
    flex: inherit;
}
.counter {
    border-right: 0;
    border-bottom: 1px solid #3B574C;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tab-images {
    display: block;
}
.tab-images img {
    max-width: 100px;
    margin-bottom: 25px;
}
}