* {
    margin: 0px;
    padding: 0px;
    font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in;
}

li,
p {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

p {
    padding-bottom: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

input,
select,
textarea {
    width: 100%;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0;
}

section {
    overflow: hidden;
}

:root {
    --fs-80: 80px;
    --fs-72: 72px;
    --fs-66: 66px;
    --fs-42: 42px;
    --fs-32: 32px;
    --fs-24: 24px;
    --fs-54: 54px;
    --fs-20: 20px;
    --lh-72: 80px;

    --color-purple: #350042;
    --color-purple-2: #4a0f59;
    --color-black: #231f20;
    --color-yellow: #ffb640;
    --color-white: #fff;
}

/* HEADRE  */

.custom-header {
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 11;
    padding: 20px 0px;
    transition: 0.5s ease-in-out;
}

.custom-header.removeclass {
    top: -10%;
}

header.custom-header.added-class {
    top: -100%;
}

.grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0 0 0;
}

ul.links-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

.grid-last-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-main {
    max-width: 287px;
    width: 100%;
}

li.menu-item-has-children {
    position: relative;
}

/* li.menu-item-has-children::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 4px;
    background-repeat: no-repeat;
} */

ul.sub-menu {
    position: absolute;
    background: var(--color-white);
    top: 100%;
    width: 180px;
    left: 0;
    display: none;
    animation: submenu 0.5s linear;
    z-index: 11;
    padding: 10px;
}

@keyframes submenu {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 2%, 0 2%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

ul.links-header ul.sub-menu li a {
    color: var(--color-purple);
    display: block;
    padding: 5px 0px;
}

ul.links-header ul.sub-menu li a:hover {
    /* background-color: var(--color-yellow); */
    color: var(--color-yellow);
}

ul.links-header li a {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

ul.links-header li {
    font-size: initial;
}

header.custom-header.slideing-class {
    top: -100%;
}

.univesral-anchor a {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    border-radius: 1000px;
    padding: 19px 20px;
    border: 1.4px solid transparent;
}

.univesral-anchor.yellow a {
    color: var(--color-purple);
    background: var(--color-yellow);
    border-color: var(--color-yellow);
}

.univesral-anchor.yellow a:hover {
    background: var(--color-white);
    border-color: var(--color-white);
}

.univesral-anchor.white-border a {
    border-color: var(--color-white);
    color: var(--color-white);
}

.univesral-anchor.white-border a:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.menu-icon {
    max-width: 40px;
    width: 100%;
    display: none;
}

.margin-top {
    display: none;
}

/* HEADRE END */

/* HOME BANNER  */

section.homebanner-sec {
    /* min-height: 982px; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: #00000036;
    background-blend-mode: overlay;
    color: var(--color-white);
    width: 100%;
    transition: 1s linear;
    position: relative;
    /* z-index: 1; */
}

section.homebanner-sec.ModalHeader .home-container {
    opacity: 0;
}

.satck-cheaddar {
    max-width: 890px;
    width: 100%;
    margin-top: -117px;
}

.investportfolio-holder {
    min-height: 600px;
    max-width: 388px;
    width: 100%;
    border-radius: 48px 48px 0px 0px;
    border: 2.4px solid #fff;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-bottom: none;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.phone-image {
    position: absolute;
    inset: 0;
}

.grid-home-baner {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 30px;
    transition: 0.5s ease-in;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.eight-zero {
    font-size: var(--fs-80);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-72);
    letter-spacing: -1.6px;
    padding-bottom: 30px;
}

section.homebanner-sec .grid-last-header {
    padding-top: 40px;
}

.home-container {
    padding-top: 403px;
}

.six-six {
    font-size: var(--fs-66);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.porfolio-link a {
    color: var(--color-purple);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
    background: var(--color-white);
    padding: 15px 18px;
    border-radius: 55px;
}

.inside-portfolio {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 20px;
}

.iconmain {
    max-width: 90px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.inside-portfolio .porfolio-link {
    padding-top: 50px;
}

/* HOME BANNER END */

/* NEXT STEP MAIN SEC  */

.seven-two {
    font-size: var(--fs-72);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-72);
    letter-spacing: -1.44px;
    padding-bottom: 30px;
}

.step-container .seven-two {
    color: var(--color-purple);
}

.step-container {
    text-align: center;
}

.step-container .univesral-anchor {
    padding-top: 30px;
}

.univesral-anchor.yellow.purple a:hover {
    background: var(--color-purple);
    color: var(--color-yellow);
}

.univesral-anchor.yellow.purple a:hover .black-image {
    display: none;
}

.univesral-anchor.yellow.purple a:hover .yellow-image {
    display: inline-block;
}

.univesral-anchor.yellow.purple img {
    animation: opacity 0.3s ease-in;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.yellow-image {
    display: none;
}

.financial-holder {
    max-width: 340px;
    min-height: 450px;
    padding: 24px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    position: relative;
}

.image-overlay {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    z-index: -1;
}

.grid-financial .link-carad:nth-child(2) .financial-holder .image-overlay {
    /* top: -40%; */
    /* scale: 0.6; */
    opacity: 0;
    transition: 0.4s ease-out;
    /* width: 400px; */
}

section.nesxtsetp-sec.shownow
    .grid-financial
    .link-carad:nth-child(2)
    .financial-holder
    .image-overlay {
    top: 0;
    scale: 1;
    opacity: 1;
    width: 100%;
}
.grid-financial a {
    cursor: default;
}

.financial-holder {
    overflow: hidden;
}

.link-carad {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.grid-financial .link-carad:nth-child(2) .financial-holder {
    min-height: 490px;
    max-width: 370px;
}

.fredom-data {
    border-radius: 12px;
    border: 1.2px solid var(--color-white);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    backdrop-filter: blur(6px);
    text-align: center;
    padding: 10px;
}

.fredom-data p {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0px;
}

.share-icon {
    max-width: 48px;
    width: 100%;
}

.grid-financial {
    display: grid;
    align-items: center;
    gap: 25px;
    max-width: fit-content;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    width: 100%;
}

section.nesxtsetp-sec {
    padding: 90px 0px;
    opacity: 1;
    position: relative;
}

/* NEXT STEP MAIN SEC END */

/* MARKET VALUE MAIN SEC  */

.five-four {
    font-size: var(--fs-54);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.08px;
    padding-bottom: 30px;
}

section.marketvalue-sec {
    background: var(--color-purple);
    color: var(--color-white);
    padding: 80px 0px;
}

.marketvalue-sec .five-four {
    color: var(--color-yellow);
    transition: 0.3s ease-in;
    position: relative;
    top: 0;
    padding-bottom: 20px;
}

.market-holder:hover .five-four {
    top: -10px;
}

.grid-marketvalue {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 70px;
}

.market-holder {
    border-left: 2px solid var(--color-yellow);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.market-holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* MARKET VALUE MAIN SEC END */

/* REAL ESTATE MAIN SEC  */

.univesral-anchor.white-border.white-hover a .white-image {
    filter: invert(30) brightness(21.5);
    transition: 0.3s ease-in;
}

.univesral-anchor.white-border.white-hover a:hover .white-image {
    filter: none !important;
}

.realestate-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--color-white);
    padding: 75px 0px;
}

.realestate-sec .seven-two {
    color: var(--color-white);
}

.image-here {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

.bottom-buttomdata {
    margin-top: -140px;
    padding-bottom: 75px;
    /* display: flex
; */
}

.bottom-buttomdata .univesral-anchor {
    max-width: fit-content;
    margin: 0 auto;
}

.bottom-buttomdata .swiper-slide {
    max-width: fit-content;
}

.mySwiperbottom .swiper-wrapper {
    justify-content: center;
}

.swiper-slide-thumb-active .univesral-anchor.white-border a {
    background: var(--color-white);
    color: var(--color-black);
}

.grid-residential {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slider-content-main {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    border: 2.4px solid #9b9898;
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 18%) 0%,
        rgba(0, 0, 0, 0.36) 100%
    );
    margin-top: 65px;
    margin-bottom: 200px;
    min-height: 487px;
    padding: 24px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.residential-holder p {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding-top: 8px;
    padding-bottom: 0px;
    text-align: center;
}

.residential-holder img {
    max-width: 72px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.monthly-earnings {
    text-align: center;
}

.four-two {
    font-size: var(--fs-42);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.withdraw {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.witdrawbutton {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.wihdraw-payment a {
    color: var(--color-white);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: block;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.32);
    padding: 20px 10px;
}

section.homeslide-sec {
    overflow: hidden;
}

/* REAL ESTATE MAIN SEC END */

/* HOW TO GET STARTED SEC  */

section.getstarted-sec {
    background: var(--color-purple);
    color: var(--color-white);
    padding: 75px 0px;
}

section.getstarted-sec .seven-two {
    color: var(--color-white);
}

section.getstarted-sec P,
.step-data .two-four {
    color: #ffffffa6;
}

.step-holder {
    max-width: 430px;
    border-radius: 32px;
    background: var(--color-purple-2);
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.two-four {
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.three-two {
    font-size: var(--fs-32);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.step-holder p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.step-holder .three-two {
    padding-top: 10px;
    padding-bottom: 20px;
}

.gridget-started {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: fit-content;
    margin: 0 auto;
    padding: 70px 0px;
}

.gridget-started .step-holder:nth-child(2) {
    padding-bottom: 0px;
}

section.getstarted-sec .univesral-anchor {
    max-width: fit-content;
    margin: 0 auto;
}

.gridget-started .step-holder:nth-child(2) .iconstep {
    margin-bottom: -10px;
}

/* HOW TO GET STARTED SEC END */

/* ANIMATED MAIN HERE SEC  */

.inner-container {
    max-width: 385px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.parent-holders {
    max-width: 925px;
    /* background: red; */
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0px 70px 0px;
}

.images-data {
    position: absolute;
}

.images-data.data-1 {
    top: -8%;
    left: -21%;
}

.images-data.data-2 {
    top: -8%;
    left: 19%;
}

.images-data.data-3 {
    top: -3%;
    right: -19%;
}

.images-data.data-4 {
    top: 11%;
    left: -24%;
}

.images-data.data-5 {
    top: 9%;
    right: -46%;
}

.images-data.data-6 {
    top: 17%;
    left: -70%;
}

.images-data.data-7 {
    top: 24%;
    right: -15%;
}

.images-data.data-8 {
    bottom: 44%;
    left: -44%;
}

.images-data.data-9 {
    bottom: 49%;
    right: -64%;
}

.images-data.data-10 {
    bottom: 29%;
    left: -50%;
}

.images-data.data-11 {
    bottom: 25%;
    left: -20%;
}

.images-data.data-12 {
    bottom: 30%;
    right: -25%;
}

.images-data.data-13 {
    bottom: 19%;
    right: -70%;
}

.images-data.data-14 {
    bottom: 4%;
    right: -21%;
}

/* ANIMATED MAIN HERE SEC END */

.univesral-anchor.yellow.purple.purplemain a {
    background: var(--color-purple);
    color: var(--color-yellow);
    border-color: var(--color-purple);
}

.univesral-anchor.yellow.purple.purplemain a:hover {
    background: var(--color-white);
    color: var(--color-purple);
    border-color: var(--color-white);
}

.morethan-container {
    padding: 185px 0px;
    position: relative;
    z-index: 1;
    background: var(--color-yellow);
}

/* .morethan-container::after{
    position: absolute;
    content: "";
    background: var(--color-purple);
    inset: 0;
    z-index: -1;
    clip-path: circle(49.5% at 50% 50%);

} */

.parent-holders {
    transition: 1s linear;
    margin-bottom: 0px;
    position: relative;
}

.images-data {
    transition: 1s linear;
    margin-top: 0;
}

.outermore-than {
    max-width: 1400px;
    width: 100%;
    /* background: greenyellow; */
    margin: 0 auto;
    position: relative;
}

.outermore-than .iiner-morethan {
    max-width: 1000px;
    margin: 0 auto;
}

/* section.animatedmain-sec.animateddata */

/* BTM POSTION MAIN SEC  */

.image-btm {
    position: absolute;
}

.image-btm.btm-1 {
    top: -8%;
    left: 0%;
}

.image-btm.btm-2 {
    top: -11%;
    left: 24%;
}

.image-btm.btm-3 {
    top: -11%;
    left: 56%;
}

.image-btm.btm-4 {
    top: -13%;
    right: 27%;
}

.image-btm.btm-5 {
    top: -15%;
    right: 11%;
}

.image-btm.btm-6 {
    top: 27%;
    left: 0%;
}

.image-btm.btm-7 {
    top: 13%;
    right: 4%;
}

.image-btm.btm-8 {
    bottom: 18%;
    left: 0%;
}

.image-btm.btm-9 {
    bottom: -4%;
    left: 19%;
}

.image-btm.btm-10 {
    bottom: -16%;
    left: 35%;
}

.image-btm.btm-11 {
    bottom: -8%;
    right: 21%;
}

.image-btm.btm-12 {
    bottom: 0%;
    right: 8%;
}

.image-btm.btm-13 {
    position: absolute;
    right: 0;
    bottom: 30%;
}

/* BTM POSTION MAIN SEC END */

.inner-container {
    transition: 1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-screen {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
    display: none;
}

/* FOOTER  */

.footerlogo-side {
    max-width: 470px;
    width: 100%;
}

footer.custome-footer {
    background: var(--color-purple);
    color: var(--color-white);
    padding: 100px 0px 20px 0px;
    position: relative;
}

footer.custome-footer p {
    color: #ffffffa6;
}

.grid-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: var(--color-white);
    padding: 6px;
    border-radius: 12px;
}

.sbmt-btn {
    color: var(--Purple, #350042);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    border-radius: 6px;
    background: var(--Yellow, #ffb640);
    padding: 14px 11px;
    border: none;
}

.main-input input {
    border: none;
    padding-left: 10px;
}

.main-input input,
.main-input input::-webkit-input-placeholder {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.footerlogo-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.grid-quick-links {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    max-width: fit-content;
    margin-left: auto;
}

ul.footer-links li a {
    color: #ffffffa6;
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

ul.footer-links li a:hover {
    color: var(--color-white);
}

ul.footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
}

.quicklinks-holder .two-four {
    font-weight: 600;
}

ul.social-media {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

ul.social-media li {
    opacity: 0.4;
    transition: 0.5s ease-in;
}

ul.social-media li:hover {
    opacity: 1;
}

ul.social-media {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;

    /* padding-bottom: 30px; */
    /* margin-bottom: 30px;  */
}

.copy-rights {
    border-top: 2px solid #ffffff8f;
    border-bottom: 2px solid #ffffff8f;
    padding: 35px 0px;
    margin: 35px 0px;
}

.bootom-footer {
    padding-top: 120px;
}

.main-input {
    width: 100%;
}

.custome-footer .diclimaer .two-four {
    color: var(--color-white);
    font-size: var(--fs-20);
    padding-bottom: 20px;
}

.custome-footer .diclimaer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

/* FOOTER END */

/* SAHIL CSS  */

.outer-grid {
    display: none;
}

.images-data {
    z-index: 2;
}

.main-half-circle {
    position: absolute;
    width: 100%;
    z-index: 98;
    opacity: 1;
    top: -438px;
    top: 0;
    opacity: 0;
}

section.getstarted-sec {
    position: relative;
    z-index: 99;
}

.morethan-container {
    background-color: transparent;
}

section.animatedmain-sec .spancircle {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffb640;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* SAHIL CSS END */

.super-header {
    background: var(--color-black);
    color: var(--color-white);
    text-align: center;
}

.super-header p {
    padding: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

header.custom-header.onlyduumy {
    padding: 15px 0px;
}

.inside-portfolio p {
    font-size: 20px;
    line-height: 23px;
    text-align: start;
}

.grid-heress {
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    /* padding-top: 30px; */
    padding: 20px 0px;
}

.counter-holder {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
}

.counter-holder h3,
.counter-holder h4 {
    font-size: 20px;
}

.investportfolio-holder .porfolio-link {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 20px;
}

.lauch-text {
    font-size: 30px;
    font-weight: 700;
}

.bootm-para {
    padding-top: 30px;
}

.bootm-para p {
    font-size: 16px;
}

/* NEW CHANGES  */

.custom-header.inner-header {
    position: sticky;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    top: 0;
    z-index: 9999999;
}

header.custom-header.inner-header.slideing-class {
    top: 0;
}

.custom-header.inner-header {
    background: var(--color-white);
}

.custom-header.inner-header ul.links-header li a {
    color: var(--color-purple);
}

.custom-header.inner-header .univesral-anchor.white-border a {
    border: 1px solid var(--color-purple);
    /* border-radius: 40px; */
    color: var(--color-purple);
}

.custom-header.inner-header .univesral-anchor.white-border a:hover {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
}

.custom-header.inner-header ul.links-header li a:hover {
    color: var(--color-yellow);
}

/* NEW CHANGES END */

section.single-page-article-sec .six-six {
    color: var(--color-purple);
    font-weight: 600;
}

.holder-custome-join-data .univesral-anchor {
    padding-top: 40px;
}

.grid-faqsss .what-invest-cheaddar {
    max-width: fit-content;
    margin: 0 auto;
    /* display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); */
    /* column-count: 2; */
    column-gap: 150px;
    row-gap: 8px;
}

.common-quetion {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.common-quetion .five-four {
    color: var(--color-purple);
    padding-bottom: 0px;
}

section.mainfaq-sec {
    padding: 60px 0px;
    background: var(--Light-Gray-Background, #f5f5f5);
    background-position: center;
    background-repeat: no-repeat;
}

.grid-faqsss .how-do-invest-holder {
    max-width: fit-content;
}

.grid-faqsss {
    max-width: 1000px;
    margin: 0 auto;
}

.new-type-holder .four-two {
    font-weight: 600;
    color: var(--color-purple);
    padding-bottom: 30px;
}
.experience-holder p,
.experience-holder .five-four {
    color: #fff;
}
