@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Almarai", Sans-serif;
}

.main-sec {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;

}

body, html {
    overflow-x: hidden;
    width: 100%;
}

/* ------------------------ Navbar ------------------------- */
.navbar {
    height: auto;
    padding: 20px 0 38px;
    height: 46px;
    z-index: 5;
}

.navbar img {
    width: 34px;
}

.navbar ul {
    width: 80%;
    text-align: center;
    display: flex;
    padding-right: 5.5%;
    justify-content: flex-end;
}

.navbar ul li {
    list-style: none;
    float: left;
    padding: 13px 20px;
    padding-left: 48px;
    padding-right: 48px;
}

.navbar ul li a {
    color: #000000;
    font-family: "Almarai", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    outline: none;
}

.navbar ul li a:hover {
    color: #2B38BA;
}

@media screen and (max-width: 1024px) {
    .navbar img {
        width: 28px;
    }

    .navbar ul li {
        padding-left: 24px;
        padding-right: 24px;
    }

    .navbar ul li a {
        font-size: 12px;
    }
}

.nav-menu,
.open-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar {
        height: auto;
        padding: 11px 0;
        background-color: #fff;
    }

    .navbar ul {
        display: none;
        position: absolute;
        background: #ffffff;
        top: 51px;
        left: 0;
        width: 100%;
        flex-direction: column;
        border-radius: 0 0px 24px 24px;
        border: 1px solid #D9D9D9;
        z-index: 100;
    }

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

    .mb-menu-hide {
        display: none !important;
    }

    .nav-menu svg {

        height: 20px;
        fill: #000;
    }

    .nav-menu {
        display: block;
    }
}

/* ------------------------ Hero Section ------------------------- */
.hero-section {
    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section .container {
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    margin-top: 144px;
}

.hero-video {
    width: 100%;
    height: auto;
    z-index: 1;
    /* position: absolute; */
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.investment-hero .hero-content {
    
    justify-content: center;
    height: 100%;
}

.heading-title {
    font-family: "Almarai", Sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.6em;
    color: #050717;
}

.heading-title2 {
    font-family: "Almarai", Sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.6em;
    color: #050717;
}

.w-90 {
    width: 95% !important;
}

.hero-content p {
    line-height: 1.9em;
    color: #595862;
    width: 620px;
    font-size: 18px;
}

.hero-content .p2 {
    margin-top: 48px;
}

.hero-content .qr-img {
    height: 103px;
    margin-top: 32px;
}

.hero-content .img-2 {
    height: 41px;
    margin-top: 24px;

}

.app-store-img {
    display: none;
}

.hero-video2 {
    display: none;
}

@media screen and (max-width: 1050px) {
    .heading-title {
        font-size: 30px;
        line-height: 49px;
        text-align: center;
    }

    .hero-content {
        justify-content: center;
        align-items: center;
    }

    .hero-content p {
        text-align: center;
        font-size: 15px;
        width: 550px;
    }

    .hero-video {
        margin-top: 168px;
        width: 90%;
        position: relative;
        left: -10%;
    }

    .hero-section .container {
        justify-content: center;
        align-items: flex-start;
        margin-top: 70px;
    }

    .hero-content .qr-img {
        display: none;
    }

    .hero-content .p2 {
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .hero-content .img-2 {
        height: 32px;
        margin-top: 0px;

    }

    .app-store-img {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 14px;

    }

    .app-store-img img {
        height: 36px;
    }
}


@media screen and (max-width: 768px) {
    .hero-section .container {
        margin-top: 30px;
    }
}

@media screen and (max-width: 720px) {
    .hero-section {
        flex-direction: column-reverse;
    }

    .hero-section h1 {
        font-size: 30px;
        line-height: 49px;
    }

    .hero-section p {
        font-size: 14px;
    }

    .hero-section .container {
        position: relative;
    }

    .hero-video {
        display: none;
    }

    .hero-video2 {
        border: none;
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        margin-top: 0;
    }

    .hero-content p {
        width: 80%;
    }
}

@media screen and (max-width: 411px) {
    .app-store-img {
        margin-top: 0;
    }

    .hero-content .p2 {
        margin-top: 20px;
    }

    .hero-video2 {
        border-top: 1px solid #dcd9d9;
        margin-top: 25px;
    }
}

/* ------------------------ Finance Governor ------------------------- */
.finance-governor {
    padding: 80px 0;
}

.finance-governor .h-title {
    margin-bottom: 50px;
}

.main-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.f-card {
    position: relative;
    border-radius: 24px !important;
    padding-top: 64px;
    padding-bottom: 38px;
    padding-left: 44px;
    padding-right: 44px;
    overflow: hidden;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.f-card .bg-1 {
    background-image: linear-gradient(146deg, #0E80E7 52%, #3646E8 100%);
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.f-card .bg-2 {
    opacity: 0.2;
    background-image: linear-gradient(258deg, #41AEB3 0%, #55BB95 100%);
}

.f-card .bg-3 {
    opacity: 0.05;
}

.h-title {
    font-family: "Almarai", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #050717;
    line-height: 1.3em;
    position: relative;
}

.sub-heading {
    font-family: "Almarai", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #050717;
}

.f-card .img-container {
    margin: 48px auto 0;
    width: 72%;
    position: relative;
}

.f-card p {
    font-family: "Almarai", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    color: #2A3834;
    width: 90%;
    position: relative;
    margin-bottom: 0;
}

.f-card p.gray {
    color: #595862;
}

@media screen and (max-width: 1024px) {
    .finance-governor {
        padding: 60px 0;
    }

    .f-card p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .finance-governor .container {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .f-card .img-container {
        margin: 38px auto 0;
        width: 100%;
    }

    .f-card {
        position: relative;
        border-radius: 20px 48px;
        padding-top: 34px;
    }
}

@media (min-width: 768px) {

    .finance-governor .container,
    .footer .container,
    .portfolios-sec .container,
    .brand .container,
    .my-team .container,
    .funds-managed .container,
    .start-invest .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (min-width: 576px) {
    .finance-governor .container {
        max-width: 100%;
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .f-card p {
        font-size: 14px;
        line-height: 1.9em;
        text-align: center;
    }

    .f-card h2 {
        text-align: center;
        margin-bottom: 24px;
    }

    .finance-governor .row {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .f-card {
        justify-content: center;
        align-items: center;
    }

}

/* ------------------------ Chart Calculator ------------------------- */
.chart-calculator {
    padding: 80px 0;
    background-color: #050717;
}

.chart-calculator h1.h-title {
    color: #fff;
    padding-bottom: 80px;
}

.chart-calculator button,
.chart2-block button {
    outline: none;
    text-decoration: none;
    border: none;
}

@media (max-width: 767px) {
    .chart-block .calculation-col {
        flex-direction: column;
        align-items: center;
        margin-bottom: 14px;
    }

    .mobile-label {
        color: white;
        font-family: 'Almarai', sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .chart-block .calculation-col .input-col-main {
        width: 100%;
        justify-content: center;
    }

    /* Shorten the chart on mobile devices */
    #myChart {
        height: 300px !important;
    }
}

/* ------------------------ Our Team ------------------------- */
.our-team {
    text-align: center;

}

.para {
    width: 50%;
    text-align: center;
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #595862;
    padding: 32px 0 80px;
    margin: 0 auto;
}

.team-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-card img {
    width: 68%;
    margin-bottom: 16px;
}

.team-card h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #050717;
}

.team-card p {
    font-family: "Almarai", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #595862;
}

/* ----------------------------- */
@media screen and (max-width: 1024px) {
    .team-card img {
        width: 100%;
    }

    .team-card h2 {
        font-size: 16px;
    }

    .team-card p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .team-card img {
        width: 60%;
    }

    .team-card h2 {
        font-size: 14px;
    }

    .team-card p {
        font-size: 12px;
    }
}

@media screen and (max-width: 411px) {
    .team-card img {
        width: 80%;
    }
}

/* ------------------------ An investment journey ------------------------- */
.investment-journey {
    background-color: #050717;
}

.investment-journey h1 {
    margin-bottom: 80px;
}

.inv-journey-card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: #fff;
    gap: 20px;
}

.inv-journey-card img {
    width: 68%;
    margin-bottom: 16px;
}

.inv-journey-card h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
}

.inv-journey-card p {
    text-align: right;
    font-family: "Almarai", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 70%;
}

@media screen and (max-width: 1024px) {
    .inv-journey-card h2 {
        font-size: 18px;
        width: 100%;
    }

    .inv-journey-card p {
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .investment-journey h1 {
        margin-bottom: 38px;
    }

    .investment-journey .row .col-6 {
        padding: 7.5px;
    }

    .inv-journey-card {
        height: 100%;
        border-radius: 20px;
        padding: 10px 15px;
        background-color: #17192A;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .inv-journey-card h2 {
        font-size: 14px;
        text-align: center;

    }

    .inv-journey-card p {
        font-size: 11px;
        text-align: center;
    }
}

@media screen and (max-width: 411px) {
    .investment-journey {
        padding: 60px 10px;
    }

    .inv-journey-card h2 {
        margin: 14px 0px 10px 0px;
    }

}

/* ------------------------ FAQ ------------------------- */
.faq {
    background-color: #E7F2FD;
}

.faq2 {
    background-color: #EEF8F4;
}

.faq h1 {
    margin-bottom: 50px;
}

.faq .accordion {
    width: 84%;
    margin: 0 auto;
}

.white-faq .accordion-item {
    border: none;
    background: #CFE6FA;
    outline: none;
    box-shadow: none;
}

.white-faq .accordion-button {
    background: #CFE6FA;
    padding: 20px 40px 20px 68px;
    box-shadow: none;
    color: #050717;
    font-family: "Almarai", Sans-serif;
    cursor: pointer;
    font-weight: 600;
        text-align: right;
    display: flex
;
    justify-content: flex-end;
}

.faq2 .white-faq .accordion-button {
    background: #CCEBDF;
}

.white-faq .accordion-body {
    background-color: #D8EDFF;
    color: #050717;
    font-family: "Almarai", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    text-align: right;
}

.faq2 .white-faq .accordion-body {
    background-color: #DCF3EB;
}

.white-faq .accordion-button::after {
    position: absolute;
    left: 40px;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1024px) {
    .faq {
        padding: 60px 0px;
    }

    .faq h1 {
        margin-bottom: 60px;
    }

    .faq .accordion {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .faq h1 {
        margin-bottom: 48px;
    }

    .white-faq .accordion-button {
        font-size: 12px;
        padding: 20px 20px 20px 40px;
    }

    .white-faq .accordion-body {
        font-size: 11px;
    }

    .white-faq .accordion-button::after {
        left: 18px;
    }
}

/* ------------------------ Start your investment journey ------------------------- */
.start-journey {
    padding: 60px 0 80px;
    background-image: linear-gradient(104.2deg, #004DDD -76.14%, #041C54 102.85%);
}

.start-journey2 {
    background-image: linear-gradient(317.36deg, #41AEB3 19.18%, #55BB95 77.29%);
}

.start-journey .sj-img {
    width: 73%;
}

.sj-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

}

.sj-content .qr-img {
    height: 103px;
    margin-top: 24px;
}

.sj-counter {
    width: 70%;
    margin: 60px auto 0;
}

.count-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.count-card h1 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 500;
}

.count-card h2 {
    color: #FFFFFF;
    font-family: "Almarai", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.5;
    line-height: 1;
}


.count-card h1 svg {
    height: 38px;
    margin-top: -8px;
    margin-left: -12px;
}

.start-journey .app-store-img {
    display: none;
}

@media screen and (max-width: 1024px) {
    .start-journey {
        padding: 60px 0;
    }

    .sj-counter {
        width: 100%;
        margin: 24px auto 0;
    }

}

@media screen and (max-width: 767px) {

    .sj-content,
    .start-journey .col-lg-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sj-content .qr-img {
        display: none;
    }

    .start-journey .sj-c-row {
        flex-direction: column-reverse;
    }

    .start-journey .app-store-img {
        display: flex;
        margin-top: 22px;
    }

    .start-journey .sj-img {
        width: 83%;
    }

    .count-card {
        padding: 12px 12px;
    }

    .count-card h1 {
        font-size: 40px;
    }
}

/* ------------------------ Footer ------------------------- */
.footer {
    padding: 80px 0;
    background-image: linear-gradient(91.09deg, #003C9A -88.81%, #04003C 43.28%);
}

.footer-bg {
    background-color: #002926;
    background-image: none;
}

.footer .f-logo {
    height: 38px;
}

.footer ul li {
    list-style: none;
}

.footer h1 {
    font-family: "Almarai", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
}

.mb-20 {
    margin-bottom: 20px;
}

.f-content {
    padding-top: 48px;
}

.f-content .qr-img {
    height: 101px;
}

.f-content .app-store-img {
    display: none;
}

.f-content h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3em;
    text-align: right;
}

.f-content ul li {
    padding: 10px 0;
    text-align: right;
}

.f-content ul li a {
    font-family: "Almarai", Sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
    outline: none;
}

.footer .social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .social ul li {
    margin-inline: calc(150px / 2);
    float: left;
}

.footer .social ul li a svg {
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    height: 24px;
    fill: #fff;

}

.sub-footer-content {
    padding-top: 40px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
}

.sub-footer-content h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.sub-footer-content p {
    font-family: "Almarai", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.mb-f-menu,
.mb-f-arrow {
    display: none;
}

/* ----------------------------- */
@media screen and (max-width: 1024px) {
    .h-title {
        font-size: 30px;
    }

    .sub-heading {
        font-size: 20px;
    }

    .para {
        padding: 32px 0 60px;
        font-size: 16px;
        width: 80%;
    }

    .f-content .qr-img {
        display: none;
    }

    .f-content .app-store-img {
        display: flex;
    }

    .f-content .app-store-img img {
        height: 50px;
    }

    .footer {
        padding: 60px 0;
    }

    .mb-20 {
        margin-bottom: 0;
    }

    .footer .f-logo {
        height: 30px;
    }

    .footer h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .mb-f-menu,
    .mb-f-arrow {
        display: block;
    }

    .h-title {
        font-size: 22px;
        line-height: 30px;
    }

    .sub-heading {
        font-size: 18px;
    }

    .para {
        padding: 19px 0 48px;
    }

    .footer .mb-20 h1,
    .f-content h2,
    .mb-list {
        display: none;
    }

    .mb-menu-list {
        padding: 24px 0;
        border-bottom: 1px solid #ADADAD;
    }

    .mb-menu-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        font-size: 15px;
        padding: 5px;
    }

    .mb-menu-list li a .mb-f-arrow {
        height: 20px;
        fill: #fff;
    }

    .footer .social ul li {
        margin-inline: calc(50px / 2);
    }

    .sub-footer-content h2 {
        font-size: 15px;
    }

    .sub-footer-content p {
        font-size: 10px;
        margin-bottom: 0;
    }
}


/* ------------------------ Investment Hero ------------------------- */
.investment-hero {
    min-height: 92vh;
}

.investment-hero .container {
    margin-top: 0px;
}
.investment-video{
    width: 90% !important;
}
@media screen and (max-width: 1024px) {
    .investment-hero {
        padding: 60px 0;
        min-height: auto;
    }

    .investment-hero p {
        text-align: right;
    }

    .investment-hero h1 {
        font-size: 35px;
        line-height: 49px;
    }

    .investment-hero .app-store-img {
        justify-content: flex-end;
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .investment-hero {
        padding: 30px 0 40px;
    }

    .investment-hero h1 {
        text-align: center;
        font-size: 30px;
        line-height: 49px;
    }

    .investment-hero p {
        text-align: center;
        font-size: 14px;
    }

    .investment-hero .app-store-img {
        justify-content: center;
        width: 100%;
    }

    .investment-hero .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .saving-video {
        width: 83%;
    }

}

/* ------------------------ investment portfolios  ------------------------- */
.portfolios-sec {
    padding: 80px 0;
    background-color: #010D17;
}

.portfolios-sec h1 {
    padding-bottom: 50px;
}

.port-card {
    background-color: transparent;
    background-image: linear-gradient(152deg, #004DDD 0%, #010D17 47%);
    border: 1px solid #404040;
    border-radius: 24px;
    padding: 60px 100px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    color: #fff;
    text-align: right;
}

.port-card h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.port-card p {
    text-align: right;
    font-family: "Almarai", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    width: 90%;
}

.port-card-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.port-card h3 {
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.3em;
}

.port-card h4 {
    width: 22%;
    font-family: "Almarai", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
}

.port-row {
    margin-top: 50px;
}

.port-row .col-lg-4 {
    padding: 0 15px;
}

.port-card2 {
    padding: 60px 40px 30px;
}

.port-card2 h3 {
    font-size: 70px;
}

.port-card2 h4 {
    font-size: 25px;
    width: 52%;
}

@media screen and (max-width: 1024px) {
    .portfolios-sec {
        padding: 60px 0;
    }

    .port-card {
        padding: 60px 30px;
    }

    .port-card h4 {
        width: auto;
    }

    .port-card h3 {
        font-size: 50px;
    }

    .port-row {
        margin-top: 20px;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {

    .port-card {
        padding: 48px 20px;
        gap: 0;
    }

    .port-card h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .port-card p {
        font-size: 12px;
        line-height: 1.9em;
        width: 100%;
    }

    .port-card h4 {
        width: 22%;
        font-size: 15px;
    }

    .port-card h3 {
        font-size: 54px;
    }

    .port-row {
        margin-top: 20px;
        gap: 20px;
    }

    .portfolios-sec .para {
        text-align: center !important;
        font-size: 12px;
        line-height: 1.9em;
        width: 100% !important;
    }
}

@media screen and (max-width: 411px) {
    .port-card h4 {
        width: 32%;
    }

}

/* ------------------------ Components of Abyan wallets ------------------------- */
.wallets-sec {
    padding: 80px 0;
}

.wallets-sec h1 {
    padding-bottom: 50px;
}

.wallets-sec .w-img {
    width: 70%;
}

.wallets-sec .brand-list {
    width: 83%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.wallets-sec .brand-list img {
    height: 23px;
    width: auto;
}

.w-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.w-content h2 {
    text-align: right;
    font-family: "Almarai", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #050717;
}

.w-content p {
    text-align: right;
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #595862;
    width: 80%;
    margin-bottom: 34px;
}

.w-content .img1 {
    width: 35%;
}

.w-content .img2 {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .wallets-sec {
        padding: 60px 0;
    }

    .wallets-sec h1 {
        font-size: 35px;
    }

    .w-content h2 {
        font-size: 30px;
    }

    .w-content p {
        font-size: 16px;
        width: 100%;
    }

    .wallets-sec .brand-list img {
        height: 13px;
    }

    .w-content .img2 {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .wallets-sec h1 {
        font-size: 22px;
        line-height: 30px;


    }

    .wallet-row {
        flex-direction: column-reverse;
    }

    .wallets-sec .brand-list {
        display: none;
    }

    .w-content h2 {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .w-content p {
        text-align: center;
        font-size: 14px;
        line-height: 1.9em;
        margin-bottom: 0;
    }

    .w-content .img1 {
        margin: 24px 0 44px;
    }

    .w-content .img2 {
        margin: 34px 0 0;
    }
}

/* ------------------------ Invest in your children's future ------------------------- */
.invest-sec {
    background-image: url(../images/Image-Website.webp);
    background-position: center center;
    background-size: cover;
    min-height: 800px;
    padding: 80px 0;
    text-align: center;
}

@media screen and (max-width: 411px) {
    .invest-sec {
        min-height: 600px;
        padding: 60px 0;
        background-position: -213px 0px;
    }
}


/* ------------------------ Start my investment ------------------------- */
.start-invest {
    background-color: #F7F7F7;
    padding: 80px 0;
}

.start-invest .s-invest-row {
    padding: 50px 200px 60px;
}

.s-invest-row img {
    width: 70%;
}

.s-invest-row h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #050717;
    padding-bottom: 14px;
    margin: 0;
}

.s-invest-row p {
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #595862;
    /* width: 300px; */
    margin: 0;
    padding-bottom: 34px;
}

.s-invest-col-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}

.s-invest-img-end {
    display: flex;
    justify-content: flex-end;
}

.s-invest-img-end img {
    margin-right: -34px;
}

@media screen and (max-width: 1024px) {
    .start-invest {
        padding: 60px 0;
    }

    .start-invest .s-invest-row {
        padding: 30px 0px 15px;
    }

    .s-invest-row h2 {
        font-size: 24px;
    }

    .s-invest-row p {
        font-size: 16px;
    }
}
@media screen and (max-width: 668px) {
    .sin-row-reverse{
        flex-direction: column-reverse;
    }
    .s-invest-row h2 {
        font-size: 18px;
        text-align: center;
    }

    .s-invest-row p {
        width: 80%;
        text-align: center;
        font-size: 14px;
        line-height: 1.9em;
        padding-bottom: 15px;
    }
    .s-invest-col-end{
        justify-content: center;
        align-items: center;
    }
    .s-invest-row .col-lg-6{
        display: flex;
        justify-content: center;
    }
    .s-invest-row img{
        width: 57%;
        align-self: center;
    }
}

/* ------------------------ About Hero ------------------------- */
.about-hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.about-hero-section .video-hosted {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav2 ul li a {
    color: #fff;
}

.about-hero-section h1 {
    font-family: "Almarai", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 100px;
    color: #FFFFFF;
}

.about-hero-section p {
    text-align: center;
    font-family: "Almarai", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

.about-hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 88%;
}

@media screen and (max-width: 1024px) {
    .about-hero-section {
        height: 500px;
    }

    .about-hero-section h1 {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 0;
        padding-top: 12px;
    }

    .about-hero-section p {
        margin-bottom: 0;
        font-size: 20px;
    }

    /* width: 100% !important; */
    /* height: auto !important; */
    .about-hero-section .navbar {
        background-color: transparent !important;
    }

    .about-hero-section .navbar .nav-menu svg {
        fill: #fff;
    }

}

@media screen and (max-width: 768px) {
    .about-hero-section {
        height: 450px;
    }

    .about-hero-section h1 {
        font-size: 22px;
        line-height: 43px;
        width: 73%;

    }

    .about-hero-section p {
        text-align: center;
        font-size: 16px;
    }

    .about-hero-section .video-hosted {
        width: 100%;
        height: 100%;

    }

    .about-hero-section .nav2 ul li a {
        color: #000;
    }

}

/* ------------------------ My Team ------------------------- */
.my-team {
    padding: 80px 0;
}

.my-team .col-lg-4 {
    padding: 20px;
}

.my-team .t-member-card {
    width: 100%;
    overflow: hidden;
    background-color: #F7F7F7;
    border-radius: 24px;
    text-align: center;
    height: 100%;
}

.my-team .t-member-card img {
    width: 100%;
    height: auto;
}

.my-team .t-member-card h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding-top: 20px;
}

.my-team .t-member-card p {
    text-align: center;
    font-family: "Almarai", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    padding: 8px 0 20px;
    margin-bottom: 1.6em;
}

.my-team .row {
    width: 90%;
    margin: 50px auto 0;
}

@media (max-width: 1024px) {
    .my-team {
        padding: 60px 0;
    }

    .my-team .row {
        width: 100%;
        justify-content: center;
    }

    .my-team .container {
        padding: 0 20px;
    }

    .my-team .t-member-card h2 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .my-team .col-lg-4 {
        padding: 8px;
    }

    .my-team .t-member-card {
        border-radius: 15px;
    }

    .my-team .t-member-card h2 {
        font-size: 14px;
    }

    .my-team .t-member-card p {
        font-size: 10px;
        padding: 8px 0 8px;
    }
}

/* ------------------------ Brand ------------------------- */
.brand {
    padding: 80px 0;
    background-color: #E7F2FD;
}

.brand h1 {
    padding-bottom: 50px;
}

/* ------------------------ Scroll Top ------------------------- */

#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #ffffff;
    border-radius: 2px;
    content: "";
    outline: inherit;
}

@media (min-width: 769px) {
    #ast-scroll-top {
        content: "769";
    }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
}

.ast-scroll-to-top-right {
    right: 30px;
    bottom: 30px;
}

.ast-scroll-to-top-left {
    left: 30px;
    bottom: 30px;
}

#ast-scroll-top {
    color: #ffffff;
    background-color: #000a2c;
    font-size: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
}

#ast-scroll-top:hover {
    background-color: #fff;
}
#ast-scroll-top:hover svg{
    fill: #000a2c !important;
}

@media (max-width: 921px) {
    #ast-scroll-top .ast-icon.icon-arrow svg {
        width: 1em;
    }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
    height: .6em;
    fill: #fff;
}

/* ------------------------ investment Hero Section ------------------------- */
.s-v-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.saving-video {
    width: 73%;
    height: auto;
    aspect-ratio: 1;
}

.saving-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* ------------------------ Safe savings in money market funds ------------------------- */
.safe-invest-sec {
    position: relative;
    background-image: linear-gradient(69deg, #C0F1CB 24%, #76FFF7 100%);
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;

}

.safe-invest-sec::before {
    content: '';
    background-color: #0000009E;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    /* z-index: -1; */
}

.safe-invest-sec img {
    position: relative;
    width: 55%;
    z-index: 1;
}


@media screen and (max-width: 1024px) {
    .safe-invest-sec {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .safe-invest-sec p {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 20px 0 34px !important;
        color: #2A3834;
    }

    .safe-invest-sec img {
        width: 90%;
    }
}

/* ------------------------ Calculate your savings returns! ------------------------- */
.calculate-savings {
    background-color: #09130F;
    padding: 80px 0 40px;
}
.calculate-savings h1{
    margin-bottom: 50px;
}

/* ------------------------ How are your funds managed------------------------- */
.funds-managed {
    padding: 80px 0;
}

.funds-managed h1 {
    margin-bottom: 50px;
}

.funds-card {
    height: 100%;
    background-color: #EEF8F4;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: background .3s, border .3s, box-shadow .3s, transform .4s;
}

.funds-card:hover {
    transform: perspective(0.8px) rotate(0deg) rotateX(0deg) rotateY(0deg) translate(0px) translateX(0px) translateY(-14.9857px) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);
}

.funds-card img {
    width: 90%;
    height: 200px;
    object-fit: contain;
    object-position: center center;
    /* margin-bottom: 40px; */
}

.funds-card h2 {
    font-family: "Almarai", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #11251E;
    text-align: center;
}

.funds-card .point {
    height: 38px;
    width: 38px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 6px 13px 6px 12px;
    border-radius: 50px 50px 50px 50px;
}

.funds-card .p2-img {
    width: 75%;
    height: 200px;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .funds-managed {
        padding: 60px 0;
    }

    .funds-managed .col-lg-3 {
        margin-bottom: 20px;
    }

    .funds-managed .funds-card img {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .funds-managed .row {
        flex-direction: column-reverse;
        padding: 0 10px;
        gap: 20px;
    }

    .funds-card {
        min-height: 400px;
        justify-content: center;
        align-items: center;
    }

    .funds-card img {
        width: 70%;
        margin-bottom: 0;
    }

    .funds-managed .col-lg-3 {
        margin-bottom: 0px;
    }

    .funds-managed .row .col-lg-3:nth-child(4) img,
    .funds-managed .row .col-lg-3:nth-child(2) img {
        width: 70% !important;
    }

    .funds-managed .row .col-lg-3:nth-child(3) img {
        width: 50% !important;
    }

    .funds-managed .row .col-lg-3:nth-child(1) img {
        width: 60% !important;
    }
}

/* ------------------------ Image Slider ------------------------- */

.build-credit-slider-item {
    width: 211.667px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}




.img-slider {
    color: white;
    font-family: helvetica;
    text-transform: uppercase;
    overflow-x: hidden;
}

.img-slider div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.img-slider div .news-message {
    display: flex;
    /* flex-shrink: 0;
    height: 50px; */
    align-items: center;
    justify-content: center;
    animation: slide-left 6s linear infinite;

}

.img-slider div .news-message p {
    font-size: 2.5em;
    font-weight: 100;
    padding-left: 0.5em;
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.divider-dote {
    font-size: 71px;
    margin: 60px 33px 0;
}

@media (max-width: 769px) {
    .build-credit-slider-item {
        width: 130px;
    }

    .build-credit-slider-item img {
        height: auto !important;
        width: 100px !important;
    }
}

@media (max-width: 411px) {
    .build-credit-slider-item {
        width: 100px !important;
    }

    .build-credit-slider-item img {
        height: auto !important;
        width: 70px !important;
    }
}

/* ------------------------ Button ------------------------- */
.btn-blue{
    /* height: 57px; */
    background-color: #0039A7;
    color: #fff;
    padding: 16px 50px;
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 40px;
    margin-top: 28px;
}