* {
    box-sizing: border-box;
}

html,
body,
header,
nav,
main,
footer {
    margin: 0;
    padding: 0;
}

body,
p {
    line-height: 1.6;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    letter-spacing: -0.324px;
    font-size: 18px;
    color: #463351;
}

p {
    background-color: transparent;
}

a {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.taviraj-thin {
    font-family: "Taviraj", serif;
    font-weight: 100;
    font-style: normal;
}

.taviraj-extralight {
    font-family: "Taviraj", serif;
    font-weight: 200;
    font-style: normal;
}

.taviraj-light {
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-style: normal;
}

.taviraj-regular {
    font-family: "Taviraj", serif;
    font-weight: 400;
    font-style: normal;
}

.taviraj-medium {
    font-family: "Taviraj", serif;
    font-weight: 500;
    font-style: normal;
}

.taviraj-semibold {
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: normal;
}

.taviraj-bold {
    font-family: "Taviraj", serif;
    font-weight: 700;
    font-style: normal;
}

.taviraj-extrabold {
    font-family: "Taviraj", serif;
    font-weight: 800;
    font-style: normal;
}

.taviraj-black {
    font-family: "Taviraj", serif;
    font-weight: 900;
    font-style: normal;
}

.taviraj-thin-italic {
    font-family: "Taviraj", serif;
    font-weight: 100;
    font-style: italic;
}

.taviraj-extralight-italic {
    font-family: "Taviraj", serif;
    font-weight: 200;
    font-style: italic;
}

.taviraj-light-italic {
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-style: italic;
}

.taviraj-regular-italic {
    font-family: "Taviraj", serif;
    font-weight: 400;
    font-style: italic;
}

.taviraj-medium-italic {
    font-family: "Taviraj", serif;
    font-weight: 500;
    font-style: italic;
}

.taviraj-semibold-italic {
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: italic;
}

.taviraj-bold-italic {
    font-family: "Taviraj", serif;
    font-weight: 700;
    font-style: italic;
}

.taviraj-extrabold-italic {
    font-family: "Taviraj", serif;
    font-weight: 800;
    font-style: italic;
}

.taviraj-black-italic {
    font-family: "Taviraj", serif;
    font-weight: 900;
    font-style: italic;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'InaiMathi';
    src: url('../fonts/InaiMathi.eot');
    src: url('../fonts/InaiMathi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InaiMathi.woff2') format('woff2'),
        url('../fonts/InaiMathi.woff') format('woff'),
        url('../fonts/InaiMathi.ttf') format('truetype'),
        url('../fonts/InaiMathi.svg#InaiMathi') format('svg');
}

header,
footer {
    color: #fff;
}

main {
    padding: 1rem;
}

.gap-40 {
    gap: 40px;
}

.p-80 {
    padding: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.link-green {
    color: #48705B;
}

.btn {
    padding: 9px 16px !important;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014px;
    color: #1D4641;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
}

.btn-primary-yellow {
    background: #FF6;
    color: #805F01;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.252px;
}

.btn-primary-dark {
    background: #1D4641;
    color: #D4E9CA !important;
}

.btn-primary-white {
    background: #fff;
    color: #1D4641;
    border: 1px solid #fff;
}

.btn-white {
    background: #FFF;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background: #D4E9CA;
    color: #1D4641 !important;
    box-shadow: none;
}

.btn-secondary-dark {
    border: 1px solid #1D4641;
    color: #1D4641;
}

.btn-secondary-dark2 {
    border: 1px solid #48705B;
    color: #48705B;
}

.btn-secondary-white,
.btn-secondary-white:hover,
.btn-secondary-white:focus {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btns-gap {
    gap: 1rem;
}

.btn-rounded-small {
    padding: 3px 8px;
}

.br-small {
    border-radius: 8px;
}

.br-5xl {
    border-radius: 56px;
}

.br-200 {
    border-radius: 200px;
}

.text-center {
    text-align: center;
}

.text-inaimathi {
    font-family: 'InaiMathi', sans-serif;
}

.primary-dark-bg {
    background: #1D4641;
}

.neutral-highlight-bg {
    background: #F3F7FA;
}

.neutral-text-bg {
    background: #180026;
}

.secodary-bg {
    background: #D4E9CA;
}

.text-white {
    color: #ffffff;
}

.text-primary-dark {
    color: #1D4641 !important;
}

.text-secodary {
    color: #D4E9CA;
}

.text-dark {
    color: #463351;
}

.text-neutral {
    color: #180026;
}

.child-div {
    width: 50%;
    padding: 0 1rem;
}

.page-heading {
    margin: 40px 0;
    color: #1D4641;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: -0.052px;
}

section {
    padding: 56px 0;
}

.section-heading {
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -0.99px;
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1.5rem;
}

.section-heading2 {
    color: #180026;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.864px;
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 24px;
}

.section-heading3 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.612px;
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: normal;
}

.headline2 {
    color: #D4E9CA;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.035px;
}

header .navbar-brand {
    padding: 1rem 0;
}

.navbar .nav-link {
    color: #D4E9CA;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.288px;
    position: relative;
}

.secodary-bg .navbar .nav-link {
    color: #1D4641;
}

.navbar .nav-link.active:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 24px;
    background: #D4E9CA;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-light-bg .nav-link.active:after,
.secodary-bg .navbar .nav-link::after {
    background: #1D4641;
}

.navbar .navbar-toggler {
    padding: 0;
}

header.static-header .navbar .navbar-brand,
.offcanvas-title {
    display: flex;
    width: 64px;
    height: 64px;
    background-image: url('../images/ic_logo_bg.svg');
    padding: 7px;
}

header.static-header .navbar .nav-link {
    color: #1D4641;
}

header img {
    width: 64px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler img {
    width: 30px;
}

.primary-dark-bg .navbar-toggler img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(25%) saturate(205%) hue-rotate(58deg) brightness(111%) contrast(83%);
}

header.wailist-header .close-btn img {
    width: 24px;
}

.banner-section {
    min-height: 550px;
}

.banner-section .headline2 {
    margin: 2rem 0;
}

.banner-flex {
    gap: 64px;
}

.title {
    color: #D4E9CA;
    margin: 0;
    font-size: 55px;
    font-style: normal;
    line-height: 64px;
    margin-bottom: 24px;
    letter-spacing: -0.99px;
}

.title-description {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.324px;
}

.app-icons {
    gap: 1rem;
}

header.static-header .navbar {
    padding: 1rem 0;
}

header.wailist-header .navbar {
    padding: 1rem 0;
}

/* Custom Accordion */
.accordion-button::after {
    background-image: url('../images/ic_add.svg');
    transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/ic_minus.svg');
}

.faqs-accordion .accordion-button,
.faqs-accordion .accordion-item {
    background-color: transparent;
}

.faqs-accordion .accordion-item {
    border-color: #C0BAC4;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #C0BAC4;
}

.faqs-accordion .accordion-button {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 600;
}

.faqs-accordion .accordion-button:focus {
    box-shadow: none;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    color: #1D4641;
    box-shadow: none;
    padding-bottom: 0;
}

.faqs-accordion .accordion-body {
    padding: 1.5rem 0;
}

.faqs-accordion h2 {
    margin-bottom: 0 !important;
}

/* App */
.what-death-is-not img {
    max-width: 632px;
}

.what-death-is-not .d-flex {
    gap: 64px;
}

.what-death-is-not .headline1 {
    font-size: 4rem;
}

.what-death-is-not .child-div {
    padding: 0;
}

.what-death-is-not ul li:before {
    background-image: url('../images/ic_clear_fill.svg') !important;
}

.what-we-do ul li,
ul.ic_checkmark li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1rem;
}

.what-we-do ul li:before,
ul.ic_checkmark li:before {
    position: absolute;
    left: -35px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../images/ic_checkmark.svg');
    background-size: 100%;
    display: inline-block;
    content: "";
}

.what-we-do img {
    width: 100%;
    max-width: 630px;
}

.our-mission .content-div {
    border-radius: 56px;
    background: #D4E9CA;
    max-width: 1720px;
    width: 100%;
    margin: auto;
    padding: 120px 180px;
}

.our-mission .content-div h1 {
    margin: 48px 0 24px;
}

.our-mission .content-div p {
    color: #1D4641;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.empowering-global-change .primary-dark-bg {
    padding: 80px;
}

.empowering-global-change .headline1 {
    color: #85F199;
    font-size: 65px;
    margin: 0 !important;
}

.about-us-gaia-noun .content-div {
    background: #180026;
    width: 100%;
    margin: auto;
    padding: 80px;
}

.about-us-gaia-noun .content-div p {
    font-size: 20px;
    line-height: 28px;
}

/* Home Page */
.hero-section {
    background-image: url('../images/home/img_hero_app.webp');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 720px;
    background-size: contain;
    display: flex;
    align-items: center;
}

.we-exist .header-sec {
    max-width: 832px;
    margin: auto;
    margin-bottom: 40px;
}

/* Gaia CRM */
.gaia-organised-services .cus-card {
    border-radius: 48px;
    padding: 24px 32px;
    width: 408px;
}

.gaia-organised-services .cus-card p {
    color: #180026;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.576px;
}

.why-choose-us .cus-card p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #463351;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.324px;
}

.why-choose-us img {
    width: 224px;
    margin: auto;
}

.gaia-organised-services .cus-card2 {
    padding: 40px 32px;
    border-radius: 48px;
    color: #180026;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.648px;
}

.mx-600 {
    max-width: 600px;
}

/* Funerals Live */
.client-testimonals {
    padding: 80px 0;
}

.client-testimonals p.desc {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.504px;
    margin-bottom: 2rem;
}

.our-packages img {
    margin-bottom: 24px;
}

.our-packages h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 38px;
    letter-spacing: -0.024px;
    margin-bottom: 8px;
}

.our-packages p {
    margin-bottom: 40px;
}

/* Privacy Policy */
.privacy-policy .title {
    margin-top: 88px;
}

.privacy-policy .heading {
    margin-top: 1rem;
    color: #48705B;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.612px;
    font-family: "Taviraj", serif;
    margin-bottom: 1rem;
}

.privacy-policy ol ol {
    list-style-type: none;
    padding-left: 0;
}

.privacy-policy ol ol li,
.privacy-policy ol ul li,
.privacy-policy p {
    margin-bottom: 1.5rem;
}

.privacy-policy ol ul li {
    list-style-type: none !important;
    position: relative;
    padding-left: 10px;
}

.privacy-policy ol ul {
    padding-left: 18px;
}

.privacy-policy .sub-heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.018px;
}

.privacy-policy ul li::before {
    position: absolute;
    left: -22px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url('../images/ic_oval.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
}

/* About us */
.about-us-banner {
    background-color: #D4E9CA;
    min-height: 95vh;
    padding-top: 0;
    background-color: #d2e3c8;
    background-image: url("../images/about-us-illustration.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-us-banner .aboutus-banner-illustration {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.about-us-banner .child-div {
    max-width: 720px;
    margin: auto;
    text-align: center;
}

.about-us-banner h1 {
    color: #1D4641;
    padding-top: 100px;
}

.about-us-banner p {
    color: #180026;
}

.letter-from-founder .d-flex {
    gap: 128px;
}

.letter-from-founder .child-div {
    width: 60%;
}

.letter-from-founder .child-div img {
    margin-top: 24px;
    margin-bottom: 8px;
}

.letter-from-founder .image-section {
    max-width: 568px;
    text-align: right;
    width: 40%;
}

.letter-from-founder .image-section img {
    width: 100%;
}

.what-we-value .neutral-highlight-bg {
    padding: 80px 48px;
}

.what-we-value h3 {
    font-size: 20px;
    color: #180026;
}

.our-team h3 {
    font-size: 30px;
}

.our-team .team-child-div {
    width: 320px;
}

.our-team .image-details {
    gap: 1rem;
}

.our-team .image-details h2,
.our-team .image-details p {
    margin: 0;
}

.our-team .image-details p {
    font-size: 20px;
}

.our-team .image-details img {
    margin: auto;
}

.about-us-gaia-noun .content-div p.para1 {
    font-size: 24px;
}

/* Join Waitlist Page */
.join-waitlist-page .form-container {
    max-width: 480px;
    margin: 0 auto 22px auto;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--Greyscale-100, #DFE1E7);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}

.join-waitlist-page .form-header-section {
    text-align: center;
    margin-bottom: 40px;
}

.join-waitlist-page .form-header-section .form-title {
    color: #1D4641;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.504px;
    margin-bottom: 10px;
}

.join-waitlist-page .form-header-section .form-subtitle {
    color: #807388;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.288px;
}

.join-waitlist-page .form-group {
    position: relative;
    margin-bottom: 25px;
}

.join-waitlist-page .form-group input,
.join-waitlist-page .form-group textarea {
    width: 100%;
    padding: 14px 14px 14px 40px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border: 2px solid #3b2b4a;
    border-radius: 12px;
    outline: none;
    background: transparent;
}

.join-waitlist-page .form-text-area textarea {
    padding-left: 10px;
}

.join-waitlist-page .form-group textarea {
    resize: none;
    height: 100px;
}

.join-waitlist-page .form-group label {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 6px;
    transition: 0.2s ease all;
    pointer-events: none;
    color: var(--Neutral-Muted, #807388);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.288px;
}

.join-waitlist-page .form-text-area label {
    left: 10px;
    top: 24px;
}

.join-waitlist-page .form-group input:focus+label,
.join-waitlist-page .form-group input:not(:placeholder-shown)+label,
.join-waitlist-page .form-group textarea:focus+label,
.join-waitlist-page .form-group textarea:not(:placeholder-shown)+label {
    top: 0px;
    left: 16px;
    font-size: 12px;
    color: #180026;
}

.join-waitlist-page .form-group .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
}

.join-waitlist-page small {
    color: red;
    display: none;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    left: 5px;
    bottom: -20px;
    font-family: "Poppins", sans-serif;
}

.join-waitlist-page .asterick-sym {
    color: red;
}

.join-waitlist-page .btn-submit {
    background: #1D4641;
    border: none;
    padding: 12px 16px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #D4E9CA;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.324px;
    margin-top: 10px;
    margin-bottom: 16px;

}

.join-waitlist-page .btn-submit:disabled {
    background: #1D4641;
    opacity: 0.5;
    cursor: not-allowed;
}

.join-waitlist-page .form-footer {
    color: #180026;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.216px;
}

.join-waitlist-page .form-footer a {
    color: #48705B;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.216px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.join-waitlist-body {
    background-color: #D4E9CA;
}

.join-waitlist-page .get-help-btn {
    border-radius: 8px;
    border: 1px solid #48705B;
    background: #FFF;
    padding: 4px 8px;
    color: #48705B;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.252px;
}

.join-waitlist-page .join-waitlist-footer {
    background-color: transparent;
    color: #180026;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.011px;
    margin-top: 0;
    padding: 24px;
}

.about-us-footer {
    margin-top: 0;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1060;
}

#successModal .modal-content {
    max-width: 344px;
    width: 100%;
}

.modal.custom-modal {
    padding-top: 0;
}

.custom-modal .modal-content {
    padding: 0;
}

.modal h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 1rem;
    color: #180026;
    line-height: 28px;
    letter-spacing: -0.36px;
}

/* Modal Content */
.modal-content {
    background-color: #FFF;
    margin: auto;
    padding: 2rem;
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.20);
}

.modal-content p {
    font-size: 14px;
    color: #180026;
    line-height: 20px;
    letter-spacing: -0.252px;
}

.modal-footer {
    padding: 0;
    padding-top: 24px;
    border: 0;
}

.modal-footer a,
.modal-footer button {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.288px;
    margin: 0;
}

.close {
    margin-left: 1rem;
}

/* The Close Button */
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.btn-link {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.013px;
    text-decoration: none;
}

.demo-box {
    padding: 64px 80px;
    border-radius: 16px;
    border: 2px solid #1D4641;
    background: #FFF;
    margin-top: -45px;
}

.demo-box .btn {
    border: 1px solid #1D4641;
}

footer {
    padding: 80px 0;
    font-size: 12px;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.013px;
    margin-top: 100px;
    color: #FFF;
}

footer p,
footer a,
footer .btn-link {
    font-size: 12px;
}

footer .btn-link:hover,
footer .btn-link:focus {
    color: #FFF;
}

@media (max-width: 1199px) {
    .hero-section {
        max-height: 480px;
        min-height: auto;
    }

    .title {
        font-size: 38px;
        line-height: 41px;
    }
}


@media (max-width: 1024px) {
    .headline1 {
        font-size: 3.063rem;
        line-height: 58px;
    }

    .how-to-invest {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .our-mission .content-div {
        padding: 60px 80px;
    }

    .what-we-do {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .banner-section .content-section {
        width: 50%;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 48px;
    }
}

@media (max-width: 991px) {

    .navbar .offcanvas-body .navbar-nav .nav-item {
        justify-content: center;
        text-align: center;
    }

    .navbar .nav-link.active:after {
        background: #1D4641;
    }

    .navbar .nav-link {
        color: #1D4641;
    }

    .headline1 {
        font-size: 2.875rem;
    }

    .section-heading {
        font-size: 34px;
        line-height: 41px;
    }

    .section-heading2 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-section {
        padding-top: 60px;
    }

    .about-us-banner {
        padding: 0px;
        min-height: 75vh;
    }

    .about-us-banner h1 {
        padding-top: 0;
    }

    .child-div {
        width: 100%;
    }

    .banner-flex {
        flex-direction: column;
    }

    .how-to-invest .vectors {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .how-to-invest .vectors .vectors-child {
        width: 48%;
    }

    .banner-flex .image-section img {
        margin-top: 56px;
    }

    .what-we-do .d-flex {
        flex-direction: column;
        gap: 3rem;
    }

    .what-we-do .first-child {
        order: 2;
    }

    .what-we-do .second-child {
        order: 1;
    }

    .what-death-is-not .child-one {
        order: 2;
    }

    .letter-from-founder .d-flex {
        gap: 0;
        flex-direction: column;
    }

    .letter-from-founder .child-div {
        width: 100%;
        min-width: 100%;
    }

    .letter-from-founder .image-section {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .what-we-value,
    .leadership-team {
        padding: 64px 1rem;
    }

    .what-we-value .content-div .d-flex,
    .leadership-team .parent-flex {
        flex-direction: column;
    }

    .what-we-value .neutral-highlight-bg {
        padding: 56px 24px;
    }

    .what-we-value h3 {
        font-size: 22px;
    }

    .our-team .section-heading {
        font-size: 55px;
    }

    .empowering-global-change .headline1 {
        line-height: 41px;
        font-size: 34px;
        letter-spacing: -0.612px;
    }

    .empowering-global-change img {
        width: 40px;
        margin: auto;
        margin-bottom: 40px;
    }

    .demo-box {
        padding: 32px 24px;
        text-align: center;
    }

    .demo-box .section-heading3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .demo-box .btn {
        display: inline-block;
    }

    .hero-section {
        min-height: 1140px !important;
        background-position: bottom right;
        background-size: contain;
        align-items: flex-start;
    }

    .home-page .secodary-bg {
        padding: 56px 24px;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .our-packages .btn {
        width: 135px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.026px;
    }

    .navbar .offcanvas {
        background-color: #fff;
    }

    header.static-header .navbar {
        padding: 1.5rem 0;
    }

    .page-heading {
        font-size: 45px;
        margin-top: 20px;
    }

    .headline1,
    .what-death-is-not .headline1 {
        font-size: 1.875rem;
        line-height: 38px;
    }

    .child-div {
        padding: 0;
    }

    .banner-section .content-section {
        min-width: 100%;
    }

    .app-icons img {
        width: 135px;
    }

    .how-to-invest h2 {
        font-size: 30px;
    }

    .how-to-invest .vectors .vectors-child {
        width: 100%;
    }

    .our-mission .content-div,
    .about-us-gaia-noun .content-div {
        padding: 56px 24px;
        border-radius: 40px;
    }

    .empowering-global-change .content-div {
        flex-direction: column;
    }

    .empowering-global-change img {
        max-width: 40px;
        margin: auto;
    }

    .empowering-global-change .content-div .headline1 {
        order: 2;
    }

    .empowering-global-change .primary-dark-bg {
        padding: 56px 24px;
    }

    .empowering-global-change .d-flex {
        gap: 40px;
    }

    .home-page .secodary-bg img {
        margin: auto;
    }

    .about-us-banner {
        min-height: 710px;
    }

    .about-us-banner h1 {
        padding-top: 48px;
    }

    .letter-from-founder {
        padding: 60px 0;
    }

    .btn-link {
        font-weight: 500;
    }

    .privacy-policy .heading {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    footer {
        font-weight: 400;
    }

    footer .copyright-flex {
        flex-direction: row;
        align-items: center;
    }

    .copyright-flex {
        width: 100%;
    }

    .join-waitlist-page footer .d-flex {
        flex-direction: row;
        gap: 8px !important;
    }
}

@media (max-width:540px) {
    .p-80 {
        padding: 56px 24px;
    }

    .gaia-organised-services .cus-card {
        max-width: 408px;
        width: 100%;
    }

    .hero-section {
        min-height: 860px !important;
    }

    .banner-section .btn {
        width: 100%;
    }

    .modal-content {
        max-width: 280px;
        padding: 1.5rem;
    }
}