:root {
    --primary-text: #770162;
    --default-black: #1A1A1A;
    --default-white: #FFF;
    --default-gray: #7A767E;

    --background-primary-gradient: linear-gradient(90deg, #EC0A51 -32.96%, #770162 108.24%);
    --background-secondary: #F9F9F9;
    --background-tertiary: #F5F5F7;

    --font-family-primary: "Moderat Bold";
    --font-family-secondary: "Inter";

    --fadding-overlay-background: linear-gradient(0deg, #F5F5F7 24.4%, rgba(245, 245, 245, 0.00) 100%);
}
@font-face {
    font-family: 'Moderat Bold';
    src: url('fonts/Moderate/Moderat-Bold.eot');
    src: local('Moderat Bold'), local('Moderat-Bold'),
    url('fonts/Moderate/Moderat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Moderate/Moderat-Bold.woff2') format('woff2'),
    url('fonts/Moderate/Moderat-Bold.woff') format('woff'),
    url('fonts/Moderate/Moderat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: var(--font-family-primary);
    margin: 0;
    padding: 0;
    background-color: var(--background-tertiary);
}

.wrapper {
    max-width: 1520px;
    margin: 0 auto;
    background-color: var(--background-tertiary);

}

.container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.navigation {
    position: relative;
    z-index: 1;
    border-radius: 48px;
    background: rgba(250, 250, 252, 0.10);
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    backdrop-filter: blur(22px);
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: absolute;
    top: 15px;
    width: 96%;
    max-width: 1520px;
    margin: 0 auto;
}

.navigation div.nav-item {
    flex-grow: 1;
    width: 33.333333333333%;

}

.navigation .menu-items a {
    color: var(--default-black);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: -0.32px;
    margin-left: 40px;
}

.header {
    position: relative;
    z-index: 0;
    background: url(../img/webp/header-top-right.webp) right 0px top 0px no-repeat, url(../img/webp/header-bottom-left.webp) left 0px bottom 0px no-repeat, url(../img/webp/header-bottom-right.webp) right -149px bottom -52px no-repeat;
    height: 809px;
    margin-bottom: 120px;
}

.header.inner-pages {
    height: 677px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: url(../img/webp/header-top-right.webp) right 0px top 0px no-repeat, url(../img/webp/header-bottom-left.webp) left 0px bottom 0px no-repeat;
    margin-bottom: 0px;
}

.logo-container {
    text-align: center;
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.buttons-container {
    display: flex;
    justify-content: flex-end;

}

.sm-btn-container {
    display: none;
}

.btn.btn-primary {
    display: flex;
    height: 48px;
    padding: 18px 36px;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    background-image: var(--background-primary-gradient);
    border: none;
    color: var(--default-white);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    cursor: pointer;
}

.display-flex {
    display: flex !important;
}

.header .banner-sections {
    width: 85%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 122px;
    padding-bottom: 146px;
    justify-content: space-between;


}

.header.inner-pages .banner-sections {
    width: 85%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 383px;
    padding-bottom: 237px;
    justify-content: space-between;


}

.header .banner-sections .section.text-box-container {
    width: 34%;
    display: flex;
    flex-direction: column;
    row-gap: 22px;

}

.header.inner-pages .banner-sections .section.text-box-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 22px;

}

.header .banner-sections .section.text-box-container h1, .header .banner-sections .section.text-box-container p {
    padding: 0px;
    margin: 0px;
}

.header .banner-sections .section.text-box-container .banner-text-heading {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-primary);
    font-size: 47.78px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.336px */
    letter-spacing: 0.478px;

    background: linear-gradient(101deg, #EC0A51 -44.21%, #770162 108.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header.inner-pages .banner-sections .section.text-box-container .banner-text-heading {
    text-align: center;
    font-family: var(--font-family-primary);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 47.78px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.478px;

    background: linear-gradient(101deg, #EC0A51 -44.21%, #770162 108.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.header .banner-sections .section.text-box-container .banner-text-description {
    color: var(--default-gray);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.header .banner-sections .section.section.mobile-container {
    /* width: 60%;*/
}

.header .banner-sections .section.section.mobile-container img {
    width: 100%;
}

.section .section-header .headings {
    max-width: 488px;
    margin: 0px auto;
}

.section .section-header .headings h2 {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-primary);
    font-size: 39.81px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 47.772px */
    text-align: center;
    background: linear-gradient(101deg, #EC0A51 -44.21%, #770162 108.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 0px;
}

.section .section-header .headings p {
    color: var(--default-gray);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;

}

.features-container {
    display: flex;
    padding: 120px 0px 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;

}

.features-container .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 450px;
    justify-content: space-around;
    width: 85%;

    flex-shrink: 0;
}

.features-container .feature.row-reverse {
    flex-direction: row-reverse;
}

.features-container .feature .feature-text-box {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-container .feature .feature-text-box h3 {
    color: var(--primary-text);

    font-feature-settings: 'liga' off, 'clig' off;
    /* h3 */
    font-family: var(--font-family-primary);
    font-size: 33.18px;
    font-style: normal;
    font-weight: 702;

}

.features-container .feature .feature-text-box p {
    color: var(--default-gray);

    font-feature-settings: 'liga' off, 'clig' off;
    /* body */
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.features-container .feature .feature-image-box img {
    width: 100%;
}

.other-feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    width: 80%;
    margin: 0px auto;
}

.other-feature-container .other-feature {
    display: flex;
    width: 396px;
    height: 341.83px;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.other-feature-icon {
    margin-bottom: 40px;
}

.other-feature-container .other-feature h3, .other-feature-container .other-feature p {
    margin-block: 0px;
    text-align: center;
}

.other-feature-container .other-feature h3 {
    color: var(--primary-text);
    font-feature-settings: 'liga' off, 'clig' off;
    /* h3 */
    font-family: var(--font-family-primary);
    font-size: 33.18px;
    font-style: normal;
    font-weight: 702;
    line-height: 120%; /* 39.816px */
}

.other-feature-container .other-feature p {
    color: var(--default-gray);

    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* body */
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.testimonials-container {
    width: 95%;
    margin: 0px auto;
    padding: 80px 0px;
    position: relative;
    max-height: 650px;
    overflow: hidden;
}

.overlay {
    position: relative;
    top: 0px;
    height: max-content;
}

.overlay:after {
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(0deg, #F9F9F9 24.4%, rgba(245, 245, 245, 0.00) 100%);
    position: absolute;
    height: 100%;
    top: 0px;
}

.testimonials-container .testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-auto-rows: max-content;
    gap: 30px;
    grid-auto-flow: dense;

}

.testimonials-container .testimonials .testimonial-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    border-radius: 32px;
    border: 2px solid var(--default-gray);
    background: var(--default-white);
    padding: 26px 26px 48.172px 26px;


}

.testimonials-container .testimonials .testimonial-box.tall {
    min-height: max-content;
    grid-row: span 2; /* Span two rows */
}

.testimonials-container .testimonials .testimonial-box .user-details {
    display: flex;
    flex-direction: row;

    align-items: center;
    gap: 16px;

    padding-block: 0px 15px;
    width: 100%;
}

.testimonials-container .testimonials .testimonial-box .user-details img.user-avatar {
    height: 56px;
    width: 56px;
    border-radius: 9999px;
}

.testimonials-container .testimonials .testimonial-box .user-details .user .rating {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.testimonials-container .testimonials .testimonial-box .user-details .user .user-name {
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px;
}

.testimonials-container .testimonials .testimonial-box .user-details .user .rating img {
    width: 20px;
    height: 20px
}

.testimonials-container .testimonials .testimonial-box .feedback-text {
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
}

.footer-container {
    display: flex;
    height: max-content;
    padding: 0px 16px 16px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}

.footer-container .footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 128px;
    padding: 48px 44px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--background-primary-gradient);
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    justify-content: space-around;
    color: var(--default-white);


}

.text-uppercase {
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;

}

.footer-container .footer .footer-block-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 33.3333333333333333%;
}

.footer-container .footer .footer-block-1 .btn-white {
    display: flex;
    height: 48px;
    padding: 18px 36px;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    background: #F9F9F9;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

    /* Body/Body 3/Semi Bold */

}

.footer-container .footer .footer-block-1 .btn-white span {
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    background: linear-gradient(90deg, #EC0A51 -32.96%, #770162 108.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-container .footer .footer-block-2 ul, .footer-container .footer .footer-block-3 ul {
    list-style: none;
    padding: 0px;
    font-family: var(--font-family-secondary);

}

.footer-container .footer .footer-block-2 ul li, .footer-container .footer .footer-block-3 ul li {
    list-style: none;
    margin: 8px 0px;

}

.footer-container .footer .footer-block-2 ul li a, .footer-container .footer .footer-block-3 ul li a {
    color: var(--default-white);
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.footer-contacts-section li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 95%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.footer-container .footer .footer-block-4 {
    flex: 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-container .footer .footer-block-4 .social-icons {
    display: flex;
    min-width: 193px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.footer-container .footer .footer-block-4 .copyright {
    color: #FFF;

    font-family: var(--font-family-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;

}
.popup.active{
    display: flex;
}

.popup-content {
    border-radius: 40px;
    background: #FFF;
    display: inline-flex;
    padding: 50px 75px;
    justify-content: center;
    align-items: center;
    height: max-content;
    width: 60%;
    position: relative;

}

.popup-content .close-popup-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: none;
    border: 1px solid crimson;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    color: crimson;
}

.popup-content .popup-content-body {
    display: flex;
    align-items: center;
    gap: 247px;
    /*width: 74%;*/
}

.popup-content .popup-content-body .app-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 52px;
}

.popup-content .popup-content-body .app-details .app-details-heading {
    color: var(--default-black);
    font-feature-settings: 'liga' off, 'clig' off;
    /* h1 */
    font-family: var(--font-family-primary);
    font-size: 47.78px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.336px */
    letter-spacing: 0.478px;
}

.popup-content .popup-content-body .app-details .app-details-description {
    color: var(--default-gray);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.faqs-outer-container{
    padding: 80px 0px;
}
.faqs-container{
    display: flex;
    max-width: 95%;
    width: 100%;
    padding: 80px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
}
.faqs-outer-container .section-header .headings h2{
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--default-black);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-primary);
    font-size: 39.81px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}
.faqs-outer-container .section-header .headings p{
    color: var(--default-gray);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* body */
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.faqs-container .faq-item{
    width: 80%;
    /*min-height: 122px;*/
    height: max-content;
    border-radius: 16px;
    background: var(--default-white);
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    row-gap: 13px;
    padding:32px 44px;
    justify-content: space-between;

}
.faqs-container .faq-item .faq-content{
    position: relative;
    width: 90%;
}
.faqs-container .faq-item .faq-content .faq-question{

    color: var(--default-black);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-block: 0.5em;
}
.faqs-container .faq-item .faq-content .faq-answer{
    display: none;
    color: var(--default-gray);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

.faqs-container .faq-item .faq-toggle img{
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}
.faqs-container .faq-item .faq-toggle .plus-icon{
    display: inline-block;
}
.faqs-container .faq-item .faq-toggle .mini-icon{
    display: none;
}
.faqs-container .faq-item.active .faq-toggle .plus-icon{
    display: none;
}
.faqs-container .faq-item.active .faq-toggle .mini-icon{
    display: inline-block;
}

.inner-page-box {
    background: #F9F9F9;
    padding: 80px 0px 30px 0px;
    margin-bottom: 80px;
}

.inner-page-container {
    display: flex;
    align-items: flex-start;
    gap: 108px;
    width: 85%;
    margin: 0px auto;
    background: #F9F9F9;
}

.inner-page-container .inner-page-content-area, .inner-page-container .inner-page-content-area {
    align-self: stretch;
}

.inner-page-container .heading {
    align-self: stretch;
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.inner-page-container .inner-page-content-area {
    width: 63%;
}

.inner-page-container .content-block, .inner-page-container .table-of-content {
    align-self: stretch;
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.inner-page-container .content-block h3{
    color: var(--default-black, #1A1A1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}

.inner-page-container .table-of-content .list {

    margin-block: 0px;
    padding-inline-start: 20px;
}

.inner-page-container .table-of-content .list li {
    text-decoration-line: underline;
    transition: all 0.3s ease-in-out;
}

.inner-page-container .table-of-content .list li a {
    text-decoration: none;
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
    transition: all 0.3s ease-in-out;
}

.inner-page-container .table-of-content .list li:hover a {
    font-weight: 500;
    background: linear-gradient(101deg, #EC0A51 -44.21%, #770162 108.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-content {
    display: inline-flex;
    align-items: center;
    gap: 40px;
}
.about-us-content .about-content h2,.about-us-content .about-content h3{
    color: var(--default-black, #1A1A1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin-bottom: 0px;
}
.about-us-content .about-content p {
    color: var(--default-black,);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    letter-spacing: -0.32px;
    margin-top: 0px;
}

.contact-us-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 135px;
    justify-content: space-between
}
.contact-us-content p{
    margin-block:0px;
    margin-bottom: 20px;
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-us-content .inner-content-heading{
    color: var(--default-black);
    font-family: var(--font-family-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.contact-us-content .contact-us-content-heading {
    color: var(--default-black);
    font-family: var(--font-family-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.contact-us-content .contact-us-column-1  a{
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line:none;
}

.contact-us-content .contact-us-column-1 .social-links p a{
    text-decoration-line: underline;
}
.contact-us-content .contact-us-column-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 50%;
}
.contact-us-content .form{
    flex: 1;
}
.contact-us-content .contact-us-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;

}
.contact-us-content .contact-us-form .input-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}
.contact-us-content .contact-us-form .input-group .input::placeholder {
    color: #B2B2B2;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contact-us-content .contact-us-form .input-group label {
    color: var(--default-black);

    font-family: var(--font-family-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-us-content .contact-us-form .input-group .input {
    width: 100%;
    height: 46px;
    background: #EAEAEA;
    padding:11px 16px;
    border: none;
    border-radius: 4px;
}
.contact-us-content .contact-us-form .input-group textarea.input{
    resize: none;
    height: 165px;
}
.contact-us-content .contact-us-content-description {
    color: var(--default-black);
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.inner-page-table-area{
    position: sticky;
    top:0px;
}
@media (max-width: 1370px) {
    .popup-content .popup-content-body .app-details {
        gap: 11.73px;
    }

    .popup-content .popup-content-body {
        gap: 130px;
    }

    .header .banner-sections .section.text-box-container {
        flex: 1;
    }

    .header {
        position: relative;
        z-index: 0;
        background: url(../img/webp/header-top-right.webp) right 0px top 0px no-repeat, url(../img/webp/header-bottom-left.webp) left 0px bottom 163px no-repeat, url(../img/webp/header-bottom-right.webp) right -237px bottom 70px no-repeat;
        height: 1000px;
        margin-bottom: -120px;

    }

    .header .banner-sections {
        width: 90%;
        padding-top: 163px;

    }

    .empty-div-separator {
        display: none;
    }

    .footer-container .footer {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .header.inner-pages {

        background: url(../img/webp/header-top-right.webp) right -111px top -28px no-repeat, url(../img/webp/header-bottom-left.webp) left -71px bottom 0px no-repeat;
        margin-bottom: 0px;
    }
    .header.inner-pages .banner-sections {
        width: 100%;
        padding-top: 258px;

    }
    .contact-us-content {
        display: flex;
        flex-direction: column;
    }
    .contact-us-content .contact-us-column-1 {
        width: 100%;
    }
    .contact-us-content .form {
        width: 100%;
    }
    .about-us-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }
    .about-us-content .about-image .about-img{
        width: 100%;
        height: auto;
    }
    .inner-page-table-area{
        display:none;
    }
    .inner-page-container .inner-page-content-area{
        width:100%;
    }
    .popup-content .popup-content-body {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 11.73px;
    }

    .header {
        margin-bottom: 60px;
    }

    .header .banner-sections {
        flex-wrap: wrap;
    }

    .menu-icon {
        display: inline-block;
    }

    .logo-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-container div {
        padding: 15px 0px;
        flex: 1;

    }

    .logo-container div:first-child {
        padding-left: 15px;
        flex: 0;
    }

    .buttons-container {
        display: none;
    }

    .sm-btn-container {
        display: block;
        width: 100%;

    }

    .sm-btn-container .btn.btn-primary {
        width: 100%;
    }

    .navigation {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;

    }

    .navigation div.nav-item {
        flex: 1;
        width: 100%;
    }

    .navigation .menu-items {
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        row-gap: 15px;
        padding-bottom: 15px;
    }

    .navigation .menu-items a {
        margin-left: 10px;
    }

    .header {
        background: url(../img/webp/header-top-right.webp) right -123px top 0px no-repeat;
    }

    .header .banner-sections {
        width: 100%;

    }

    .header .banner-sections .mobile-container {
        background: url(../img/webp/header-bottom-right.webp) right -149px bottom -52px no-repeat;
        background-size: 100% 100%;
    }

    .header .banner-sections .section {
        width: 100% !important;
        margin: 0px auto;
        align-items: center;
    }

    .features-container .feature {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        max-height: max-content;
        justify-content: space-between;
        width: 100%;
        flex-shrink: 0;
    }

    .features-container .feature .feature-image-box {
        /* align-self: flex-start;*/
    }

    .features-container .feature .feature-image-box img {
        width: 100%;
        height: 300px;
    }

    .features-container .feature .feature-text-box {
        width: 98%;
        text-align: center;
        margin: 0 auto;
    }

    .other-feature-container {
        flex-direction: column !important;
        align-items: center;

        padding-bottom: 60px;

    }

    .other-feature-container .other-feature {
        display: flex;
        width: 100%;
        height: max-content;
        padding: 40px 0px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .other-feature-icon {
        margin-bottom: 0px;
    }

    .header .banner-sections .section.text-box-container .banner-text-description, .header .banner-sections .section.text-box-container .banner-text-heading {
        width: 85%;
        margin: 0px auto;
    }

    .footer-container .footer {
        gap: 0px;
        row-gap: 30px;
    }

    .footer-container .footer .footer-block-1 {
        width: 100%;
    }

    .footer-container .footer .footer-block-3, .footer-container .footer .footer-block-2 {
        width: 50%;
    }
    .popup .popup-content {
        border-radius: 40px;
        background: #FFF;
        display: inline-flex;
        padding: 20px 15px;
        justify-content: center;
        align-items: center;
        height: max-content;
        width: 90%;
        position: relative;
    }

    .popup .popup-content .popup-content-body .app-details .app-details-heading {
        font-size: 35.03px;
    }
    .popup .popup-content .popup-content-body .app-qr-code{
        width: 172.48px;
        height: 172.48px;
    }
   /* .mobile-resize{
        width: 180px;
        height: 53px;
    }*/

}

@media (max-width: 480px) {
    .header {
        background: url(../img/webp/header-top-right.webp) right -176px top -44px no-repeat;
        height: max-content;
    }

    .header .banner-sections {
        padding-bottom: 0px;
    }

    .features-container {
        padding: 0px 0px 80px 0px;
    }

    .testimonials-container .testimonials {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .footer-container .footer {
        gap: 0px;
        column-gap: 0px;
        row-gap: 30px;
        padding: 48px 15px;
    }

    .footer-container .footer .footer-block-3, .footer-container .footer .footer-block-2 .footer-contacts-section li {
        word-break: break-all;
    }

    .footer-container .footer .footer-block-4 {
        flex-direction: column;
        flex: 0 0 100%;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .footer-container .footer .footer-block-4 .social-icons {
        justify-content: center;
    }

    .header .banner-sections .section.text-box-container .banner-text-heading {
        font-size: 34.78px;
    }

    .section .section-header .headings h2 {
        font-size: 30.81px;
    }

    .features-container .feature .feature-text-box h3, .other-feature-container .other-feature h3 {
        font-size: 27.81px;
    }
    .header .banner-sections .mobile-container {
        background: url(../img/webp/header-bottom-right.webp) right -73px bottom -52px no-repeat;
        background-size: 100% 100%;
    }
    .header .banner-sections .section.text-box-container .banner-text-description, .header .banner-sections .section.text-box-container .banner-text-heading {
        text-align: center;

    }
    .header .banner-sections .section.text-box-container div{
        text-align: center;
    }
    .section .section-header .headings {
        padding-inline: 15px;
    }
}

@media (max-width: 321px) {
    .header .banner-sections .section.text-box-container .banner-text-description, .header .banner-sections .section.text-box-container .banner-text-heading {
        width: 94%;
        text-align: center;

    }
    .header .banner-sections .section.text-box-container div{
        text-align: center;
    }
}
