a {
    color: var(--text-color);
}
/* .vibrant-title{
    color: var(--secondary-color)
} */
/* Top Notice */

.text-muted {
    color: var(--text-muted-color) !important;
}

.top-notice {
    position: relative;
    width: 100%;
    font-size: 14px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

    .top-notice a {
        font-weight: bold;
        text-decoration: underline;
        color: var(--white-color);
    }

/* Navbar */

.split-login-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm-split-login-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.split-login-section::before {
    content: '';
    position: absolute;
    right: 130%; /* Positioning from the right */
    top: 50%; /* Center vertically */
    transform: translate(135%, -50%); /* Shift the semi-circle from the right */
    width: 180px;
    height: 62px;
    background-color: transparent;
    border-radius: 100%;
    background: linear-gradient(90deg, var(--shadow-color), var(--secondary-color));
    border-radius: 30px 0 0 30px;
    margin-right: 30px;
    z-index: 1;
}

.sm-split-login-section::before {
    content: '';
    position: absolute;
    right: 130%; /* Positioning from the right */
    top: 50%; /* Center vertically */
    transform: translate(135%, -50%); /* Shift the semi-circle from the right */
    width: 180px;
    height: 50px;
    background-color: transparent;
    border-radius: 100%;
    background: linear-gradient(90deg, var(--shadow-color), var(--secondary-color));
    border-radius: 30px 0 0 30px;
    margin-right: 30px;
    z-index: 1;
}

.split-login-section .btn {
    position: relative;
    z-index: 2;
    font-size: 14px !important;
    font-weight: normal;
    display: flex;
    gap: 20px;
}

.sm-split-login-section .btn {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    gap: 20px;
}


.btn-primary {
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.btn-secondary {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: var(--white-color);
}

.btn-primary:hover {
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    background-color: var(--secondary-color);
    transform: scale(1.05);
}

.btn-secondary:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: var(--white-color);
    transform: scale(1.05);
}

.btn-outline-secondary {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: var(--white-color);
}

    .btn-outline-secondary:hover {
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
        background-color: var(--white-color);
        transform: scale(1.05);
    }


.banner {
    /* background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); */
    position: relative;
    width: 100%; /* Full width */
    height: 600px; /* Allow height to adjust automatically */
    overflow: hidden; /* Hide overflow if the image/video aspect ratio doesn't match the viewport */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 27px;
}

.banner-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

    .banner-overlay img,
    .banner-overlay video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }


.carousel-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: var(--white-color);
}


.banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10% !important;
    left: 50%;
    color: var(--white-color) !important;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.banner .owl-carousel .owl-dot, #hero-section .owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--white-color) !important;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s;
}

    .banner .owl-carousel .owl-dot.active {
        opacity: 1;
        background-color: var(--white-color);
    }


.banner .carousel-caption .content-box p {
    max-width: 100%;
}

.owl-prev, .owl-next {
    display: none;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--white-color);
}

    .bg-primary p {
        color: var(--white-color) !important;
    }

.bg-light {
    background-color: var(--secondary-color) !important;
}

.statistics-header {
    margin-bottom: 100px
}

.statistics-card,
.opportunities-section,
.faq-section {
    z-index: 1;
    position: relative;
}

.background-1 {
    position: absolute;
    top: 5%;
    left: 65%;
    transform: translateX(-65%);
    width: 100%;
    height: 100%;
    background-image: url('../../assets/media/images/statistics.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.background-2 {
    position: absolute;
    top: 370%;
    left: 153%;
    transform: translateX(-65%);
    width: 100%;
    height: 100%;
    background-image: url('../../assets/media/images/grey-vector.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.background-3 {
    position: absolute;
    top: 371%;
    left: 147%;
    transform: translateX(-65%);
    width: 100%;
    height: 100%;
    background-image: url('../../assets/media/images/grey-vector-left.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.background-4 {
    position: absolute;
    top: 279%;
    left: 52%;
    transform: translateX(-65%);
    width: 100%;
    height: 100%;
    background-image: url('../../assets/media/images/statistics.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.statistics .stat-card {
    background-color: var(--white-color) !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid var(--gray-color);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
}

.stat-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    min-height: 150px;
}

    .stat-card img {
        margin-top: 25px
    }

.stat-card-2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 150px;
    gap: 16px;
}

.content-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px
}

.content-card-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.content-card h6 {
    margin: 0 0 4px 0;
    font-size: 0.875rem;
    color: var(--text-muted-color);
}

.content-card p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
}


.text-center {
    text-align: center;
}

.title-border {
    width: 150px;
    height: 5px;
    background: linear-gradient(to right, var(--secondary-color), var(--text-aqua-color));
    border-radius: 8px;
}

    .title-border .mx-auto {
        margin: 0 auto;
    }

.statistics .stat-card-2 {
    position: relative;
    border-radius: 8px;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    color: var(--secondary-color) !important;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .statistics .stat-card-2::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 5px;
        background: linear-gradient(to right, var(--secondary-color), var(--text-aqua-color));
        -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        pointer-events: none;
    }

    .statistics .stat-card-2 .icon-container img {
        transition: filter 0.3s ease-in-out;
    }

    .statistics .stat-card-2:hover .icon-container img {
        filter: brightness(0) invert(1);
    }

    .statistics .stat-card-2:hover .apply-icon {
        content: url("../../assets/media/svg/Apply-white.svg");
    }


    .statistics .stat-card-2:hover {
        background: linear-gradient(to right, var(--secondary-color), var(--text-aqua-color));
        color: white !important;
    }

        .statistics .stat-card-2:hover .text-bold-primary {
            color: white !important;
        }

.text-bold-primary {
    color: var(--secondary-color) !important;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.stat-card h6 {
    font-size: 14px;
    margin: 0;
}

.stat-card .display-6 {
    font-size: 22px;
    margin: 0;
}

.statistics .stat-card:hover {
    transform: translateY(-5px);
}

.statistics h6 {
    color: var(--white-color);
    font-weight: bold;
}

.statistics p,
.statistics p a {
    color: var(--text-color);
}

/* Opportunities Section */
.opportunities {
    background-color: var(--white-color);
    color: var(--text-color);
    ;
}

.card-title {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none !important;
}

    .card-title:hover {
        color: var(--secondary-color);
        text-decoration: none !important;
    }

.bg-secondary {
    background-color: var(--dark-blue-color) !important;
    color: var(--white-color) !important;
}

.bg-aqua {
    background-color: var(--aqua-color) !important;
    color: var(--text-grey-color) !important;
}

.bg-light-aqua {
    background-color: var(--light-aqua-color) !important;
    color: var(--white-color) !important;
}

.badge-white {
    border: 1px solid var(--text-muted-color);
    color: var(--text-grey-color) !important;
}

.raised-tag {
    font-size: 18px !important;
    color: var(--black-color) !important;
}

.opportunities p {
    color: var(--text-muted-color);
    font-size: 13px
}

.progress-bar {
    background: linear-gradient(to right, var(--secondary-color), var(--text-aqua-color));
    color: var(--white-color);
    border-radius: 8px;
}

.opportunities .card {
    background-color: var(--white-color) !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 24px 0;
    border: 1px solid var(--gray-color);
    border-radius: 4px;
    flex-direction: column;
    height: 100%;
}


.card-body {
    width: 100%
}

.opportunities .card:hover {
    transform: translateY(-5px);
}

/* Connect Section */
.connect-section {
    background: url('/assets/media/images/banner-bottom.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    height: 300px;
    margin-bottom: 50px;
    position: relative;
    border-radius: 8px;
    margin: 50px;
}



.image-placeholder {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    z-index: 3;
}

    .image-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        z-index: 3;
        opacity: 0.13;
    }

    .image-placeholder::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--secondary-color-rgb), var(--text-aqua-color));
        position: relative;
        z-index: 1;
        pointer-events: none;
        border-radius: 8px;
        opacity: 1;
    }


.connect-section h2 {
    color: var(--white-color);
}

.connect-section .text-center {
    position: relative;
    top: 30%;
}

/* FAQ Section */
.faq {
    background-color: var(--white-color);
    color: var(--text-color);
    padding: 2rem 1rem;
}

.faq-page-content {
    margin: 70px
}

    .faq-page-content .tab-content {
        margin-top: 40px
    }

.faq .nav-item .nav-link {
    color: var(--text-color);
}

.nav-item {
    margin-right: 15px;
}

.faq .nav-item {
    margin-right: 0 !important;
    border-bottom: 1px solid var(--gray-color);
}

.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-tabs {
    border: none !important;
}

.faq .nav-tabs .nav-link {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--text-muted-color);
    border: none !important;
    background: transparent;
}

    .faq .nav-tabs .nav-link.active {
        color: var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }


.faq .accordion-item {
    border: none;
}

.faq .accordion-button {
    background-color: var(--light-gray-color);
    font-size: 16px;
    color: var(--text-color);
    border: 1px solid var(--gray-color);
    margin-bottom: 10px;
    border-radius: 8px !important;
}

    .faq .accordion-button:focus {
        box-shadow: none;
        border-bottom: none;
    }

    .faq .accordion-button[aria-expanded="true"] {
        color: var(--text-color);
        border: 1px solid var(--light-gray-color);
        background-color: var(--white-color);
        border-bottom: none;
        margin-bottom: -20px;
        border-radius: 8px 10px 0 0 !important;
        font-weight: bold;
    }

.faq .accordion-body {
    font-size: 14px;
    color: var(--text-color);
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    border-radius: 0 0 10px 10px;
    border-top: none !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq .accordion-body:focus {
    box-shadow: none;
    border-top: none;
}

.collapsed {
    color: var(--text-color);
    font-weight: bold;
}

.crowdfunding {
    height: 800px
}

    .crowdfunding .title-muted,
    .opportunities .title-muted,
    .statistics .title-muted {
        font-size: 16px;
        font-weight: 600;
    }

.section-title {
    font-size: 24px;
}



.left-content {
    top: 52%;
    position: relative
}

.opportunity-background {
    position: absolute;
    top: 110px;
    left: 85%;
    transform: translateX(-72%);
    width: 100%;
    height: 100%;
    background-image: url('../../assets/media/images/gradient-background.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

html[dir=rtl] .opportunity-background {
    left: 75%;
}

.cards-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
}

.card-custom {
    position: absolute;
    border-radius: 8px;
    background-color: white;
    width: 45%;
    text-align: center;
    z-index: 1;
}

    .card-custom img {
        width: 120px;
        height: 120px;
    }

.top-left {
    top: 100px;
    left: 14%;
    width: 240px;
    height: 272px;
    font-weight: 16px;
}

.top-right {
    top: 0;
    right: 0;
    width: 240px;
    height: 272px;
    font-weight: 16px;
}

.bottom-left {
    bottom: -270px;
    left: 14%;
    width: 240px;
    height: 272px;
    font-weight: 16px;
}

.bottom-right {
    bottom: -170px;
    right: 0;
    width: 240px;
    height: 272px;
    font-weight: 16px;
}

html[dir=rtl] .top-left, html[dir=rtl] .bottom-left {
    left: 5%;
}

html[dir=rtl] .top-right, html[dir=rtl] .bottom-right {
    right: 60px;
}


.empower-section {
    position: relative;
    background: var(--secondary-color-rgb);
    width: 100%;
    height: 350px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px
}

    .empower-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/assets/media/images/banner-empower.png');
        backdrop-filter: blur(10px);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        align-items: center;
        justify-content: flex-start;
        z-index: 1;
    }

.empower-container {
    position: relative;
    z-index: 2;
    text-align: flex-start;
}

.text-content {
    padding: 10px;
}

    .text-content h1 {
        font-size: 32px;
        margin: 0;
        line-height: 1.5;
        font-weight: bold;
    }

        .text-content h1 span {
            color: var(--text-aqua-color);
        }


/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 50px 0 20px 0;
}

    footer a {
        color: var(--white-color);
        text-decoration: none;
        font-size: 14px;
    }

    footer h5 {
        color: var(--white-color);
        font-size: 16px;
        margin-bottom: 20px;
    }

    footer p,
    footer ul li {
        color: var(--white-color);
        font-size: 14px;
        margin-bottom: 10px;
    }

.copyright-footer {
    border-top: 1px solid var(--text-muted-color);
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: var(--white-color);
    margin-top: 10px;
    height: 20px;
}

.list-unstyled li a {
    color: var(--white-color) !important;
}

.connect-item {
    padding-right: 25px;
    padding-left: 25px;
}

.split-border-item {
    border-right: 1px solid var(--border-color);
    padding-right: 5px;
    padding-left: 5px;
}

.split-border {
    border-right: 1px solid var(--border-color);
}

.footer-text {
    font-weight: bold;
    color: var(--white-color) !important;
    margin-bottom: 20px;
}

/* Cookie Alert */
.cookie-alert {
    color: var(--text-color);
    ;
    background-color: var(--gray-color);
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Bottom Notice */

.bottom-notice {
    position: relative;
    font-size: 14px;
    background-color: var(--gray-color);
    color: var(--text-color);
    ;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

.btn-close {
    margin-right: 10px;
}

.btn-outline-linked {
    position: relative;
    color: var(--secondary-color);
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.btn-linked {
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 3px solid var(--secondary-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

    .btn-linked .arrow {
        margin-left: 8px;
        font-size: 1.2em;
        transition: transform 0.3s ease;
    }

/* Navbar */

.search-section {
    position: relative;
}

.search-container {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 100px);
    z-index: 10;
    transition: all 0.3s ease-in-out;
    background-color: var(--white-color);
    border-radius: 4px;
    padding: 5px;
    margin-left: 25px;
}

    .search-container .search-input {
        width: 100%;
        border: none;
        outline: none;
        padding: 5px 10px;
        font-size: 1rem;
        box-shadow: none;
    }

        .search-container .search-input:focus {
            outline: none;
            border: none;
            box-shadow: none;
        }

.search-section .dropdown-menu {
    min-width: 300px;
    border-radius: 8px;
    left: 50%;
    top: 140%;
    transform: translateX(-50%); /* Adjust alignment */
}

.search-input {
    border: 1px solid var(--gray-color);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    width: 100%;
}

.search-toggle:focus {
    border: none
}

.btn-not-outline {
    color: (--text-color);
}

    .btn-not-outline:hover {
        border: none;
    }

.logo, img {
    width: auto;
    object-fit: contain;
}

.login-section {
    height: 100%;
    text-align: center;
}

.login-text {
    color: var(--white-color) !important;
    font-size: 13px;
    font-weight: normal;
    margin-right: 30px;
    width: 75px;
    text-align: start;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sm-login-text {
    color: var(--white-color) !important;
    font-size: 11px;
    font-weight: bold;
    margin-right: 30px;
    width: 75px;
}

.login-register-section {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 8px;
}

.sm-login-register-section {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 8px;
    height: 50px;
}


.navbar-brand img {
    max-height: 65px;
}

.navbar-nav .nav-link {
    font-size: 15px;
    color: var(--text-color);
    padding: 0 12px;
    font-weight: bold;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:active {
        color: var(--text-color) !important;
    }

.show {
    color: var(--text-color) !important;
}

.navbar-toggler {
    border-color: var(--border-color);
}

.dropdown-menu {
    padding: 8px 0;
    min-width: 270px;
}

.dropdown-item {
    display: flex;
    color: var(--text-color);
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    font-size: 14px;
}

    .dropdown-item:hover {
        background-color: var(--secondary-color);
        color: var(--white-color);
        border-radius: 8px;
        padding-left: 18px;
    }

.navbar-nav .nav-link:hover {
    font-weight: bold;
    color: var(--text-color);
}

.btn {
    padding: 8px 16px;
    margin: 4px;
}

.navbar .btn {
    font-size: 13px;
    padding: 8px 20px;
    font-weight: bold;
}

.language-switch a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .language-switch a:hover,
    .language-switch a:focus {
        color: var(--primary-color);
    }

    .language-switch a:active {
        transform: scale(0.95);
        color: var(--primary-color);
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

/* Vertical Sidebar */
.vertical-sidebar {
    position: fixed;
    right: 0;
    padding: var(--sidebar-padding);
    width: var(--sidebar-width);
    height: var(--sidebar-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    z-index: 1000;
    transition: width var(--sidebar-transition), padding var(--sidebar-transition), height var(--sidebar-transition);
}

/* Primary and Secondary Sidebar Styles */
.vertical-sidebar-primary,
.vertical-sidebar-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    top: 30%;
}

.vertical-sidebar-secondary,
.vertical-sidebar-secondary {
    background-color: var(--secondary-color);
    color: var(--white-color);
    top: 57%;
}

.vertical-link {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    margin-bottom: 20px;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all var(--sidebar-transition);
}

/* Icon Styling */
.sidebar-icon {
    width: 20px;
    height: 20px;
    transition: transform var(--sidebar-transition);
}

.vertical-sidebar:hover .sidebar-icon {
    transform: scale(1.1);
}

.vertical-sidebar-minimized {
    position: fixed;
    right: 0;
    padding: 10px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 8px 0 0 10px;
    z-index: 1000;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

#sidebar-primary-minimized {
    top: 30%;
    background-color: var(--primary-color);
}

.horizontal-sidebar-secondary-minimized {
    top: 40%;
    background-color: var(--secondary-color);
    border: 1px solid var(--gray-color);
}

.vertical-link-minimized .sidebar-icon {
    width: 20px;
    height: 20px;
}

.horizontal-sidebar {
    position: fixed;
    top: 35%;
    left: 89%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
    border-radius: 8px 0 0 8px;
    padding: 10px 20px;
    gap: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    width: auto;
    z-index: 2;
}

    .horizontal-sidebar a {
        text-decoration: none;
        color: var(--text-color);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .horizontal-sidebar span {
        color: var(--text-color);
    }

.sidebar-icon {
    width: 24px;
    height: 24px;
}

.sidebar-text {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color);
    white-space: nowrap;
}

.horizontal-sidebar-secondary {
    top: 43%;
    left: 89%;
}

.sidebar-primary-small {
    left: 97.3% !important;
}

.sidebar-secondary-small {
    left: 97.3% !important;
}

.btn-primary-bordered {
    background-color: transparent !important;
    color: var(--white-color) !important;
    border: 1px solid var(--white-color) !important;
}

@media (max-width: 2000px) {

    .background-1 {
        position: absolute;
        top: 4%;
        left: 65%;
        transform: translateX(-65%);
        width: 100%;
        height: 100%;
        background-image: url('/assets/media/images/statistics.png');
        background-repeat: no-repeat;
        z-index: 0;
    }

    .background-2 {
        position: absolute;
        top: 465%;
        left: 149%;
        transform: translateX(-65%);
        width: 100%;
        height: 100%;
        background-image: url('/assets/media/images/grey-vector.png');
        background-repeat: no-repeat;
        z-index: 0;
    }

    .background-3 {
        position: absolute;
        top: 459%;
        left: 142%;
        transform: translateX(-65%);
        width: 100%;
        height: 100%;
        background-image: url('/assets/media/images/grey-vector-left.png');
        background-repeat: no-repeat;
        z-index: 0;
    }

    .background-4 {
        position: absolute;
        top: 350%;
        left: 48%;
        transform: translateX(-65%);
        width: 100%;
        height: 100%;
        background-image: url('/assets/media/images/background.png');
        background-repeat: no-repeat;
        z-index: 0;
    }
}

@media (max-width: 700px) {
    .background-1,
    .background-2,
    .background-3,
    .background-4 {
        display: none !important;
    }
}

@media (min-width: 1900px) {
    .carousel-caption {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        color: var(--white-color);
    }

    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
        position: absolute;
        left: 50%;
        color: var(--white-color) !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .horizontal-sidebar {
        top: 35%;
        left: 91%;
    }

    .horizontal-sidebar-secondary {
        top: 42%;
        left: 91.7%;
    }
}

@media (max-width: 1900px) {

    .horizontal-sidebar {
        top: 35%;
        left: 91%;
    }

    .horizontal-sidebar-secondary {
        top: 42%;
        left: 93%;
    }

    .sidebar-primary-small {
        left: 97.2% !important;
    }

    .sidebar-secondary-small {
        left: 97.2% !important;
    }

    .carousel-caption {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        color: var(--white-color);
    }

    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
        position: absolute;
        left: 50%;
        color: var(--white-color) !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1700px) {
    .sidebar-primary-small {
        left: 97% !important;
    }

    .sidebar-secondary-small {
        left: 97% !important;
    }

    .horizontal-sidebar {
        top: 43%;
        left: 88.7%;
    }

    .horizontal-sidebar-secondary {
        top: 51%;
        left: 90.5%;
    }
}



@media (max-width: 1500px) {
    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
    }

    .background-1 {
        top: 7%;
        left: 66%;
        transform: translateX(-65%);
    }

    .horizontal-sidebar {
        top: 28%;
        left: 80.3% !important;
    }

    .horizontal-sidebar-secondary {
        top: 35% !important;
        left: 80.3% !important;
    }

    .sidebar-primary-small {
        left: 87.7% !important;
    }

    .sidebar-secondary-small {
        left: 87.7% !important;
    }

    .crowdfunding {
        height: 850px
    }

    .empower-section {
        width: 110%
    }
}


@media (max-width: 1450px) {
    .sidebar-primary-small {
        left: 97% !important;
    }

    .sidebar-secondary-small {
        left: 97% !important;
    }

    .horizontal-sidebar {
        top: 32% !important;
        left: 80% !important;
    }

    .horizontal-sidebar-secondary {
        top: 38% !important;
        left: 80% !important;
    }
}


@media (max-width: 1400px) {
    .sidebar-primary-small {
        left: 97% !important;
    }

    .sidebar-secondary-small {
        left: 97% !important;
    }

    .horizontal-sidebar {
        top: 32% !important;
        left: 78.3% !important;
    }

    .horizontal-sidebar-secondary {
        top: 38% !important;
        left: 78.3% !important;
    }

    .top-left {
        top: 65px;
        left: 20%;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-right {
        top: 0;
        right: -55px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -240px;
        left: 20%;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: -55px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }
}

@media (max-width: 1100px) {
    .sidebar-primary-small {
        left: 97% !important;
    }

    .carousel-caption {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        color: var(--white-color);
    }

    .sidebar-secondary-small {
        left: 97% !important;
    }

    .horizontal-sidebar {
        top: 32% !important;
        left: 78.3% !important;
    }

    .horizontal-sidebar-secondary {
        top: 38% !important;
        left: 78.3% !important;
    }

    .top-left {
        top: 60px;
        left: 0;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-right {
        top: 0;
        right: -40px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -220px;
        left: 0;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: -40px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }
}


@media (max-width: 950px) {
    .crowdfunding {
        height: 1115px;
    }

    .top-left {
        top: 60px;
        left: 100px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-right {
        top: 0;
        right: 76px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -220px;
        left: 100px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: 76px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .opportunity-background {
        left: 74%;
    }

    .carousel-caption {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        color: var(--white-color);
    }

    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
        position: absolute;
        left: 50%;
        color: var(--white-color) !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .banner {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 670px) {
    .crowdfunding {
        height: 1200px !important;
    }

    .top-left {
        top: 60px;
        left: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-right {
        top: 0;
        right: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -220px;
        left: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .opportunity-background {
        left: 74%;
    }
}

@media (max-width: 560px) {
    .crowdfunding {
        height: 1400px !important;
    }

    .top-left {
        top: 60px;
        left: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-right {
        top: 0;
        right: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -220px;
        left: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: 10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .opportunity-background {
        left: 74%;
    }
}


@media (max-width: 900px) {
    .sidebar-primary-small {
        left: 97% !important;
    }

    .sidebar-secondary-small {
        left: 97% !important;
    }

    .horizontal-sidebar {
        top: 32% !important;
        left: 78.3% !important;
    }

    .horizontal-sidebar-secondary {
        top: 38% !important;
        left: 78.3% !important;
    }
}

@media (max-width: 400px) {

    .background-1 {
        top: 7%;
        left: 62%;
        transform: translateX(-65%);
    }

    .horizontal-sidebar {
        top: 22%;
        left: 87% !important;
    }

    .horizontal-sidebar-secondary {
        top: 29%;
        left: 87% !important;
    }

    .sidebar-primary-small {
        left: 94%;
    }

    .crowdfunding {
        height: 1080px
    }

    .text-content {
        margin-left: -150px
    }

    .empower-section {
        width: 150%
    }

    .top-left {
        top: 50px;
        left: 5%;
    }

    .bottom-left {
        bottom: -250px;
        left: 5%;
    }
}

@media (max-width: 1500px) {
    .vertical-sidebar-primary,
    .vertical-sidebar-primary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 25%;
    }

    .vertical-sidebar-secondary,
    .vertical-sidebar-secondary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 47%;
    }

    #sidebar-primary-minimized {
        top: 30%;
        background-color: var(--white-color);
        color: var(--text-color);
    }

    .horizontal-sidebar-secondary-minimized {
        top: 37%;
        background-color: var(--white-color);
        color: var(--text-color);
    }
}



@media (max-width: 770px) {
    .vertical-sidebar-primary,
    .vertical-sidebar-primary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 20%;
    }

    .vertical-sidebar-secondary,
    .vertical-sidebar-secondary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 40%;
    }

    #sidebar-primary-minimized {
        top: 30%;
        background-color: var(--white-color);
        color: var(--text-color);
    }

    .horizontal-sidebar-secondary-minimized {
        top: 37%;
        background-color: var(--white-color);
        color: var(--text-color);
    }
}

@media (max-width: 400px) {
    .vertical-sidebar-primary,
    .vertical-sidebar-primary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 20%;
    }

    .vertical-sidebar-secondary,
    .vertical-sidebar-secondary .vertical-link {
        background-color: var(--white-color);
        color: var(--text-color);
        top: 42%;
    }

    #sidebar-primary-minimized {
        top: 30%;
        background-color: var(--white-color);
        color: var(--text-color);
    }

    .horizontal-sidebar-secondary-minimized {
        top: 37%;
        background-color: var(--white-color);
        color: var(--text-color);
    }
}

@media (max-width: 991.98px) {
    .vertical-sidebar {
        width: 35px;
        padding: 5px;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .login-section {
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 991.98px) {
    .split-border {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 8px;
    }

    .split-border-item {
        border-right: none;
    }
}


@media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding: 0 8px;
    }

    .dropdown-menu {
        font-size: 12px;
    }
}


@media (max-width: 991.98px) {
    .dropdown-menu {
        text-align: left;
        padding: 10px;
        font-size: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

        .nav-link .show {
            font-weight: bold;
            color: var(--text-color);
        }

    .search-section {
        margin-top: 25px;
    }
}

@media (max-width: 991.98px) {
    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
    }

    .carousel-caption {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        color: var(--white-color);
    }

    .horizontal-sidebar {
        top: 22%;
        left: 74% !important;
    }

    .horizontal-sidebar-secondary {
        top: 28% !important;
        left: 74% !important;
    }

    .sidebar-primary-small {
        top: 22% !important;
        left: 85.2% !important;
    }

    .sidebar-secondary-small {
        top: 28% !important;
        left: 85.2% !important;
    }
}

@media (max-width: 768px) {
    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
        position: absolute;
        left: 50%;
        color: var(--white-color) !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .banner {
        margin-bottom: -100px !important;
        margin-top: 177px !important;
    }

    .statistics .stat-card {
        min-height: 120px;
    }

    .statistics-header {
        margin-bottom: 0 !important;
    }

    .top-right {
        top: 0;
        right: -10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-left {
        top: 60px;
        left: 25px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        bottom: -220px;
        left: 25px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        bottom: -170px;
        right: -10px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .crowdfunding {
        height: 1225px !important
    }

    .carousel-caption {
        top: 50%;
        width: 100% !important
    }

    .login-section {
        flex-direction: column;
        align-items: center;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .dropdown-menu {
        margin-left: -65px;
    }

    .background-1 {
        top: 7%;
        left: 62%;
        transform: translateX(-65%);
    }

    .horizontal-sidebar {
        top: 22% !important;
        left: 51.5% !important;
    }

    .horizontal-sidebar-secondary {
        top: 26.5% !important;
        left: 51.5% !important;
    }

    .sidebar-primary-small {
        left: 62% !important;
    }

    .sidebar-secondary-small {
        left: 62% !important;
    }

    .crowdfunding {
        height: 1160px
    }

    .text-content {
        margin-left: -150px
    }

    .empower-section {
        width: 150%
    }
}

@media (max-width: 576px) {
    .banner {
        margin-top: 175px
    }

    .carousel-caption {
        top: 50%;
        padding: 0 10px;
        font-size: 12px;
        max-width: 100%;
    }

    .dropdown-menu {
        margin-left: -50px;
    }

    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
    }

    .horizontal-sidebar {
        top: 35% !important;
        left: 86% !important;
    }

    .horizontal-sidebar-secondary {
        top: 42% !important;
        left: 86% !important;
    }

    .opportunity-background {
        left: 75% !important;
    }

    .text-content {
        margin: 0 !important
    }

    .empower-section {
        width: 100% !important
    }

    .banner .owl-carousel .owl-dots, #hero-section .owl-carousel .owl-dots {
        position: absolute;
        left: 50%;
        color: var(--white-color) !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .banner {
        height: 310px !important;
    }
}

@media (max-width: 470px) {
    .top-right {
        top: 25px;
        right: 65px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-left {
        top: 310px;
        left: 46px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        top: 595px;
        bottom: 0px;
        right: 65px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        top: 880px;
        bottom: 0px;
        left: 46px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .crowdfunding {
        height: 1850px !important;
    }

    .opportunity-background {
        display: none !important
    }

    .sm-split-login-section .btn {
        font-size: 12px;
        height: 40px;
    }
}

@media (max-width: 360px) {
    .crowdfunding {
        height: 1850px !important;
    }

    .top-right {
        top: 25px;
        right: 40px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .top-left {
        top: 310px;
        left: 57px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-right {
        top: 595px;
        bottom: 0px;
        right: 40px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .bottom-left {
        top: 880px;
        bottom: 0px;
        left: 57px;
        width: 240px;
        height: 272px;
        font-weight: 16px;
    }

    .horizontal-sidebar {
        top: 35% !important;
        left: 86% !important;
    }

    .horizontal-sidebar-secondary {
        top: 42% !important;
        left: 86% !important;
    }

    .sm-login-text {
        width: 62px;
    }
}

@media (max-width: 768px) {
    .top-notice {
        font-size: 12px;
        padding: 6px 0;
    }

    .bottom-notice {
        font-size: 12px;
        padding: 6px 0;
    }

    .btn-close {
        margin-right: 18px;
    }
}

@media (max-width: 576px) {
    .top-notice {
        font-size: 10px;
        padding: 5px 0;
    }

    .bottom-notice {
        font-size: 10px;
        padding: 5px 0;
    }

    .btn-close {
        margin-right: 20px;
    }
}

@media (max-width: 380px) {
    .top-notice {
        font-size: 10px;
        padding: 5px 0;
    }

    .bottom-notice {
        font-size: 10px;
        padding: 5px 0;
    }

    .btn-close {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .banner .carousel-caption .content-box p {
        max-width: 80%;
    }
}

.banner .item video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.banner #bannerCarousel.owl-carousel {
    height: 100%;
}

/* carousel */

.banner {
    height: 505px;
    margin-top: 140px;
    position: relative;
}

    .banner #bannerCarousel,
    .banner #bannerCarousel .owl-stage-outer,
    .banner #bannerCarousel .owl-stage-outer .owl-stage,
    .banner #bannerCarousel .owl-stage-outer .owl-stage .owl-item,
    .banner #bannerCarousel .owl-stage-outer .owl-stage .owl-item .item,
    .banner #bannerCarousel .owl-stage-outer .owl-stage .owl-item .item img {
        height: 100%;
    }

        .banner #bannerCarousel .owl-stage-outer .owl-stage .owl-item .item img {
            object-fit: contain;
        }

        /*        .banner #bannerCarousel .owl-dots {
            position: absolute;
            bottom: 30px;
            width: 100vw;
        }

            .banner #bannerCarousel .owl-dots .owl-dot span {
                transition: var(--transition);
            }

        .banner #bannerCarousel.owl-theme .owl-dots .owl-dot.active span,
        .banner #bannerCarousel.owl-theme .owl-dots .owl-dot:hover span {
            background: var(--primary);
        }
*/
        .banner #bannerCarousel .owl-stage-outer .owl-stage .owl-item .item {
            position: relative;
        }

            .banner
            #bannerCarousel
            .owl-stage-outer
            .owl-stage
            .owl-item
            .item
            .content {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
            }

@media (min-width: 1999px) {
    .banner #bannerCarousel.owl-carousel .item img, .banner #bannerCarousel.owl-carousel .item video {
        object-fit: contain !important;
    }

    .banner #bannerCarousel.owl-carousel .item video {
        object-fit: contain !important;
        height: 100% !important;
    }

    .empower-section::before {
        background-size: contain !important;
    }
}

@media (max-width: 550px) {
    #disclaimer-new {
        margin-top: 150px;
    }
}

html[dir=rtl] .empower-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/media/images/iMowazi.jpg');
    backdrop-filter: blur(10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
