/* hero sectio start */
body, html {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* overflow-x: hidden!important; */
}

.ofz {
    overflow-x: hidden!important;
}

.bg__primary {
    background-color: #0D57BA;
}

.bg__secondary {
    background-color: #F1AC30;
}

.bg__light {
    background-color: #f4f9ff;
}

.bg__light__trans {
    background-color: #f4f9ffe3;
}

.sfw__bold {
    font-weight: 900;
}

.tc__primary {
    color: #00217b;
}



.bg__footer {
    background-color: rgba(5, 20, 57, 1);
}

.footer__category__title {
    color: #838BA2;
    font-size: 14px;
    text-transform: uppercase;
}

.footer__link {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.footerMotivation {
    position: absolute;
    opacity: 0.02;
    color: white;
    font-size: 64px;
    bottom: -10%;
    left: 25%;
    margin: 0 auto;
}

.br__40 {
    border-radius: 40px;
}

.text__primary {
    color: #0D57BA;
}

.text__secondary {
    color: #F1AC30;
}

.icon__2x {
    font-size: 24px;
}

.section__padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

iframe {
    border-radius: 12px!important;
}

.vjs-poster {
    border-radius: 12px;
}

p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 140%;
    font-size: 16px;
}


.hero__title {
    font-size: 52px;
    letter-spacing: -3px;
}

.hero__section img {
    border-radius: 24px;
}

/* order = 3 2 1 4 somehow drunk coders attacked */

.moneyfloat1 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 13%;
    left: 35%;
}

.moneyfloat2 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 30px;
    left: 15%;
}

.moneyfloat3 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 0px;
    left: 10px;
}

.moneyfloat4 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 60%;
    left: 40%;
}

.section__description {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 140%;
    font-size: 18px;
}

/* hero section end */

/* navbar start */
.navbar__section {
    padding: 16px 60px;
    border-bottom: 1px solid #EBEBEB;
    background-color: white!important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.syndify__navbar {
    background-color: transparent;
}

.logo {
    width: 80px;
}

.nav-link  {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
/* navbar end */

/* buttons start */
.sy__button {
    padding: 12px 24px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    border-radius: 12px;
    border: 2px solid transparent;
    color: white;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.sy__button:hover {
    border: 2px solid #0D57BA;
    color: #0D57BA;
    background-color: transparent;
}

.sy__button__light {
    padding: 12px 24px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    border-radius: 12px;
    border: 2px solid #0D57BA;
    color: #0D57BA;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    background:transparent;
}

.sy__button__light:hover {
    background-color: #0D57BA;
    color: white!important;
}
/* buttons end */

/* logos slider start */
@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }

  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }

  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(249,247,241));
  }

  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(249,247,241));
  }

  .logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
  }

  .logos:hover .logo_items {
    animation-play-state: paused;
  }

  .logo_items img{
    height: 40px;
    filter: grayscale(1);
    padding: 0px 24px;
  }

.partners__slider {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.partners__section__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 140%;
    /* color: black; */
    font-size: 20px;
}
/* logos slider end */

/* belief start */
.section__badge {
    color: #0d57ba;
    font-size: 14px;
    padding: 4px;
    font-family: "Inter", sans-serif;
    /* text-transform: capitalize; */
    border-radius: 12px;
    font-weight: 500;
}

.section__title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -3px;
    color: black;
}

.backdrop__shine {
    background-color: rgba(222, 182, 95, .9);
    border-radius: 360px;
    bottom: 74px;
    filter: blur(100px);
    flex: 0 0 auto;
    overflow: hidden;
    position: absolute;
    left:auto;
    top: 74px;
    width: 800px;
    z-index: 0;
}
/* belief end */

/* help section start */
.help__card {
    padding: 24px 24px;
    border-radius: 16px;
    transition: all 100ms ease-in;
}

.help__card:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.help__card h3 {
    font-size: 24px;
    color: #00217b;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 31.2px;
}

.help__card p {
    color: #00217b;
}
/* help section end */

/* track record section start*/
.counter__text {
    font-weight: 700;
    font-size: 52px;
}

.counter__description {
    font-size: 24px;
    font-weight: 500;
}
/* track record section end */

/* investments card start */
.investment__card {
    padding: 32px 32px;
    border-radius: 12px;
    color: #00217b;
}

.investment__title {
    font-size: 28px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

.investment__description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #00217b;
}



.subinv__title {
    font-weight: 700;
    font-size: 24px;
}
/* investments card end */

/* investments step start */
.investment__step__card {
    padding: 24px;
    border-radius: 12px;
}

.investment__step__card__low {
    padding: 24px;
    border-radius: 12px;
}

.investment__step__bg {
    background-color: #072059;
    width: 60px;
    height: 60px;
    border-radius: 16px;
}

.investment__step__bg__low {
    background-color: #072059;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    position: absolute;
    top: -10%;
    left: -1%;
}

.card__icon {
    max-width: 64px;
}

.investment__step__icon {
    font-size: 24px;
    color: white;
}



.investment__step__title {
    font-size: 20px;
    color: #0d57ba;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 0px;
    margin-left: 8px;
}
/* investments step end */

.want_to_invest_section .container {
    padding: 24px;
    border-radius: 24px;
}

.moneyfloatCTA1 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 60%;
    left: 5%;
    filter:blur(0.5px);
}

.moneyfloatCTA2 {
    width: 80px;
    /* filter:blur(px); */
    position: absolute;
    top: 10%;
    left: 80%;
    filter:blur(0.5px);
}

.footer__container {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    min-height: 40vh;
}


.bg-gradient-blur-wrapper {
    width: 100%;
    max-width: 44%;
    min-height: 74%;
    opacity: .3;
    filter: blur(100px);
    position: absolute;
    z-index: -1!important;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(8.2512deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: transform;
    animation: rotater 55s infinite;
}

@keyframes rotater {
    from {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(8.2512deg) skew(0deg, 0deg);
    }
    to {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(980.2512deg) skew(0deg, 0deg);
    }
}

.bg-gradient-blur-wrapper.home-hero-1 {
    top: 200px;
    left: -209px;
}

.bg-gradient-blur-wrapper.home-hero-2 {
    top: 200px;
    right: -209px;
}

/* .ofxh {
    overflow: hidden!important;
} */



.bg-gradient-blur-circle-3 {
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    background-color: #0D57BA;
    border-radius: 1000000px;
    position: absolute;
    top: 0;
    right: 0;
}

.bg-gradient-blur-circle-2 {
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    background-color: #F1AC30;
    border-radius: 1000000px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bg-gradient-blur-circle-1 {
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    background-color: #0D57BA;
    border-radius: 1000000px;
    position: absolute;
}

#sticky__container {
    position: sticky;
    top: 20px; /* Adjust based on the desired offset from the top */
    align-self: flex-start; /* Keeps it aligned to the top of its column */
}

.swiper-button-prev {
    display: none;
}

.swiper-button-next {
    display: none;
}


.team__card img {
    border-radius: 16px;
}

.nav-link {
    color: #0D57BA!important;
}

.active {
    color: #00217B!important;
}

.mainHeroImage {
    position: absolute;
    right:0;top: -5%;
    max-width:700px;
    width:100%;
    height:auto;
    z-index:-1;
}

.sideAnim {
    position:absolute;
    left:10%;
    top:14%;
    max-width:600px;
    z-index:-2;
}

.gradient__bg {
    position: absolute;
    z-index: -1;
    width: 110%;
    bottom: 7%;
    z-index: -1;
}

@media (max-width: 740px) {
    .mainHeroImage {
        position: absolute;
        right:0;
        top: 50%;
        opacity: 0.5;
        max-width:300px;
        z-index:-1;
    }

    .sideAnim {
        position:relative;
        display: block;
        left: -10%;
        max-width:400px;
    }
}

@media (min-width:1200px) and (max-width: 1320px) {

    .sideAnim {
        position:absolute;
        left:2vw;
        top:14%;
        max-width:600px;
        width:100%;
        z-index:-2;
        transform: rotateZ(-10deg);
    }

    .gradient__bg {
        position: absolute;
        z-index: -1;
        width: 110%;
        bottom: 28%;
        z-index: -1;
    }


  }

  @media (min-width:1321px) and (max-width: 1440px) {

    .sideAnim {
        position:absolute;
        left:2vw;
        top:14%;
        max-width:600px;
        width:100%;
        z-index:-2;
        transform: rotateZ(-7deg);
    }

    .gradient__bg {
        position: absolute;
        z-index: -1;
        width: 110%;
        bottom: 20%;
        z-index: -1;
    }


  }

  @media (min-width:1441px) and (max-width: 1600px) {

    .sideAnim {
        position:absolute;
        left:2vw;
        top:14%;
        max-width:600px;
        width:100%;
        z-index:-2;
        transform: rotateZ(-8deg);
    }

    .gradient__bg {
        position: absolute;
        z-index: -1;
        width: 110%;
        bottom: 22%;
        z-index: -1;
    }


  }

  @media (min-width:1640px) {

    .sideAnim {
        position:absolute;
        left:12vw;
        top:14%;
        max-width:600px;
        width:100%;
        z-index:-2;
        transform: rotateZ(-3deg);
    }

    .gradient__bg {
        position: absolute;
        z-index: -1;
        width: 110%;
        bottom: 3%;
        z-index: -1;
    }


  }

  .bg__gradient__down__light {
    background-image: linear-gradient(to bottom, rgba(51, 94, 234, 0), rgba(51, 94, 234, 0.07) 100%);
  }
