
.new-home-wrapper {
    margin-top: 84px;
}


select:focus-visible {
    outline: 0;
}

.max-w-1 {
    max-width: 256px;
}

.max-w-2 {
    max-width: 512px;
}

.max-w-3 {
    max-width: 352px;
}

.translateY-1 {
    transform: translateY(64px);
}

.translateY-2 {
    transform: translateY(112px);
    margin-top: -64px;
}

.logo .logo-load {
    height: 40px;
    width: 40px;
    min-width: 40px;
}

.logo .main-logo {
    height: 26px;
    width: 120px;
    min-width: 120px;
}

.ratio-hero-image {
    --bs-aspect-ratio: 68%;
}

.text-color {
    background: var(
            --Gradient-Orange,
            linear-gradient(95deg, #f98843 13.85%, #ff7222 79.22%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}

.bg-opacity-30 {
    --bs-bg-opacity: 0.3;
}

.nav-link {
    color: #424242;
    text-transform: capitalize;
}

.nav-link.active,
.nav-link:hover {
    color: #f98843;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    color: #fff !important;
}

.btn-primary-1 {
    padding: 0.625rem 2.1875rem;
    border-radius: 0.625rem;
    text-align: center;
    font-size: 1.1875rem;
    font-weight: 700;
    background: var(
            --Gradient-Orange,
            linear-gradient(95deg, #f98843 13.85%, #ff7222 79.22%)
    );
    color: #fff;
}

.btn-primary-1:active,
.btn-primary-1:hover {
    color: #fff !important;
    opacity: 0.9;
}

.btn-light-1 {
    border-radius: 0.375rem;
}

.btn-light-1:hover {
    background-color: #f5f5f5;
}

.icon-size-1 {
    width: 3.0625rem;
    min-width: 3.0625rem;
    height: 3.0625rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-size-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
}

.flag-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.campaigns {
    margin-top: 60px;
    gap: 38px;
}

.ripple.filter-campaigns-main-button {
    padding: 5px 12px;
    color: #888888;
    margin-left: 0.7rem;
    background: #efefef;
    border-radius: 25px;
}

.ripple.filter-campaigns-main-button.filter-campaigns-active {
    color: #f98843;
    background: rgb(249 136 67 / 29%);
}

.investment-wrapper {
    background: #efefef;
}

.investment-wrapper.english .container {
    max-width: 470px;
    text-align: center;
    width: 100%;
}

.investment-wrapper.english {
    background: linear-gradient(180deg, #e8e8e875 0%, rgb(249 144 80 / 57%) 100%);
    padding: 7rem 1rem;
}

.card-2 {
    box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.2509803922);
    background-color: #fff;
    border-radius: 0.625rem;
}

@media screen and (max-width: 1200px) {
    .swiper-hero .heroItems-card {
        min-width: 17rem;
    }
}

.hero-section {
    margin-top: 141px;
    height: 562px;
}

.hero-section .carousel-caption {
    left: 0;
    right: 0;
    padding-right: 5rem;
    padding-left: 5rem;
    width: 100%;
    direction: rtl;
    margin: 0 !important;
}


.hero-section .carousel-control-prev {
    border-radius: 0 10rem 10rem 0;
    padding: 1.875rem 9px 1.875rem 0;
}

.hero-section .carousel-control-next {
    border-radius: 10rem 0 0 10rem;
    padding: 30px 0 30px 9px;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
    top: 40%;
    width: 2.375rem;
    height: 0;
    opacity: 0;
    background-color: #ffffffb0;
    color: #f98843;
}

.hero-section #carouselHero:hover .carousel-control-prev,
.hero-section #carouselHero:hover .carousel-control-next {
    opacity: 1;
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
    background-image: unset;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1.2rem;
    height: unset;
    width: unset;
}

.hero-section .carousel-control-prev .carousel-control-prev-icon::after,
.hero-section .carousel-control-next .carousel-control-prev-icon::after {
    content: "\f053";
}

.hero-section .carousel-control-prev .carousel-control-next-icon::after,
.hero-section .carousel-control-next .carousel-control-next-icon::after {
    content: "\f054";
}

@media screen and (max-width: 600px) {
    .hero-section .carousel-control-prev,
    .hero-section .carousel-control-next {
        display: none;
    }

    .hero-section {
        height: 710px;
    }

    .swiper-pagination {
        margin-top: 12px;
    }
}

.hero-section .carousel-indicators {
    margin-bottom: 0;
    bottom: -1.75rem;
}

.hero-section .carousel-indicators button {
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background-color: rgba(201, 201, 201, 0.7215686275);
}

.hero-section .carousel-indicators button.active {
    background-color: #f98843;
}

.heroItems-card .card-2 {
    padding: 15px 15px 12px 15px;
}

.line-h-20 {
    line-height: 20px;
}

.font-14 {
    font-size: 14px;
}


select:focus-visible {
    outline: 0;
}

* {
    box-sizing: border-box;
}

.max-w-1 {
    max-width: 16rem;
}

.max-w-2 {
    max-width: 32rem;
}

.max-w-3 {
    max-width: 22rem;
}

.pt-3 {
    padding-top: 3rem;
}

.translateY-1 {
    transform: translateY(4rem);
}

.translateY-2 {
    transform: translateY(7rem);
    margin-top: -4rem;
}

.logo .main-logo {
    height: 1.625rem;
    width: 7.5rem;
    min-width: 7.5rem;
}

.logo .logo-load {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
}

/* new CSS */

.fw-bolder {
    font-weight: bolder;
}

.fw-bold {
    font-weight: 700;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-medium {
    font-weight: var(--font-w-medium);
}

.investment-wrapper.english {
    background: linear-gradient(180deg, #e8e8e875 0%, rgb(249 144 80 / 57%) 100%);
    padding: 7rem 1rem;
}

.icon-size-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gainsboro;
    padding: 4px;
}

.pipel-container {
    max-width: 1320px;
    margin: auto;
    width: 100%;
}

.investment-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pipel-row {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
}

.pipel-btn {
    height: 45px;
    width: 201px;
    border-radius: 0.625rem;
    text-align: center;
    font-size: 19px;
    margin-top: 57px;
    font-weight: 700;
    line-height: 1.5;
    transition: 0.35s ease all;
}

.pipel-btn-primary {
    background-image: var(--btn-gradient);
    color: var(--white-color);
    border: 0;
}

.pipel-btn-primary-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);

}

.pipel-btn-primary-outline:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.btn-round {
    border-radius: 50%;
    min-width: 49px;
    width: 49px;
    padding: 10px;
    height: 49px;
}

.heading-one {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}

.language-btn {
    border: 0px solid white;
    padding: 0 !important;
}

.gradient-text {
    background: var(--btn-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.open-investment-header {
    padding-top: .5rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 1300px;

}

.campaigns {
    margin-top: 60px;
    gap: 38px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.homepageFilter select {
    border: 1px solid gainsboro;
    padding: 0.5rem;
    color: #4b4b4b;
}

.ripple.filter-campaigns-main-button {
    padding: 5px 12px;
    color: #888888;
    margin-left: 0.7rem;
    background: #efefef;
    border-radius: 25px;
}

.ripple.filter-campaigns-main-button.filter-campaigns-active {
    color: #f98843;
    background: rgb(249 136 67 / 29%);
}


.investment-wrapper {
    background: #efefef;
    height: 475px;
    display: flex;
}

section.investment-wrapper.english h2 {
    font-weight: 800;
    color: #424242;
    font-size: 30px;
}

section.investment-wrapper.english p {
    font-size: 18px;
}

.investment-wrapper.english .pipel-container {
    max-width: 470px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.investment-wrapper.english {
    background: linear-gradient(180deg, #e8e8e875 0%, rgb(249 144 80 / 57%) 100%);
    padding: 7rem 1rem;
}

.filter-campaigns-container {
    display: flex;
    align-items: center;
}

.piple-navbar {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
}

.piple-navbar .piple-btn {
    padding: 8px 17px;
    border-radius: 3px;
    margin: 0 4px;
}

@media (max-width: 767px) {
    .hero-section .carousel-caption {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


.card-2 {
    box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.2509803922);
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 15px 15px 12px 15px;
}

.investorsTextBold,
.investorsTextBoldAmmount,
.investorsText {
    font-size: 1rem;
    text-decoration: none;
    color: #212529;
}

.card-2-inner {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.swiper-hero {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-bottom: 1rem;
    margin-top: 20px;
}

.hero-section-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section-info .heading-one {
    margin-top: 0;
}

.hero-section-info .heading-one .gradient-text {
    display: block;
}

.hero-section-info p {
    font-size: var(--font-2);
    font-weight: 600;
    color: var(--secondary-color);
    max-width: 75%;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

.hero-section .carousel-caption {
    left: 0;
    right: 0;
    padding-right: 5rem;
    padding-left: 5rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hero-section .carousel-caption h5 {
    font-size: var(--font-3);
    color: var(--white-color);
    text-align: center;
    font-weight: 600;
}

.carousel-action {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: space-between;
}

.investment-card-wrapper {
    transform: translateY(7rem);
    margin-top: -4rem;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.line-h-20 {
    line-height: 20px;
}

.font-14 {
    font-size: 14px;
}

.pipel-hero-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.hero-section-right-box,
.hero-section-left-box {
    width: 100%;
}

.hero-title span {
    color: #424242;
}

.hero-title {
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;

}

.hero-sub-title {
    font-weight: 600;
    color: #616161;
    font-size: calc(1.275rem + 0.3vw) !important;
    max-width: 32rem;
}

.swiper-hero-main {
    margin: 12px;
}

.card-2-inner {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.investorsTextBold,
.investorsTextBoldAmmount,
.investorsText {
    font-size: 1rem;
    text-decoration: none;
    color: #212529;
}

.investorsText {
    opacity: 0.55;
}

.card-2-title ~ p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 14px;
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
    text-align: right !important;

}

.card-2-title {
    margin-top: 0;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: right;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.card-2-sub {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #00000080 !important;
    text-align: end;
}

.card-2-icon {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;

}

.hero-image {
    position: relative;
}

.carousel-caption {
    position: absolute;
    bottom: 1rem;
}

.caption-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.caption-inner h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    --bs-text-opacity: 1;
    text-align: center !important;
    color: white;
    font-size: 1.25rem;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--primary-color);
    border-radius: 0 50% 50% 0;
    width: 38px;
    height: 0;
    opacity: 0;
    background-color: #ffffffb0;
    cursor: pointer;
    z-index: 999999 !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 22px;
}

.swiper-hero-main .swiper-button-prev {
    border-radius: 0 10rem 10rem 0;
    padding: 30px 9px 30px 0;
    left: 0;
}

.swiper-hero-main .swiper-button-next {
    border-radius: 160px 0 0 160px;
    padding: 30px 0 30px 9px;
    right: 0;
}

.swiper-hero-main:hover .swiper-button-prev,
.swiper-hero-main:hover .swiper-button-next {
    opacity: 1;
}

.carousel-image-height {
    height: 400px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .swiper-wrapper {
        padding-bottom: 24px;
    }
    .carousel-image-height {
        height: 250px;
    }

    .en-background {
        background: #efefef;
    }

    .hero-section .carousel-caption {
        padding-right: 1rem;
        padding-left: 1rem;
        width: 100%;
    }

    .heading-one {
        line-height: unset;
        font-size: 30px;
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-top: 48px !important;
    }

    .hero-section-info p {
        font-size: 18px;
        max-width: unset;
        height: 74px;
        margin-top: 8px;
    }

    .hero-section .pipel-btn {
        margin-top: 0;
        width: 100%;
        border-radius: 999px;
        /*background: var(--btn-gradient);*/
        font-weight: 500;
        font-size: 20px;


    }

    .hero-section-info {
        padding: 0 20px;
    }

    .swiper-hero-main {
        margin: 0;
    }

    .hero-section .carousel-caption {
        bottom: 0 !important;
    }

    .hero-section .carousel-caption h5 {
        font-size: 18px;
        text-align: right;
    }

    .pipel-btn2 .fa-arrow-left {
        font-size: 20px;
    }

    .pipel-container {
        padding: 0;
    }

    .hero-section .pipel-row {
        gap: 40px;
    }

    .heroItems-card .card-2 {
        direction: ltr;
        height: 96px;
    }


    .investment-wrapper {
        margin-top: 60px;
    }
}

.homeArrow {
    font-size: 20px;
}

.ltr {
    direction: ltr !important;
}

.swiper-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    position: unset;
    direction: ltr;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C9C9C999;
}

.swiper-pagination-bullet-active {
    background: #F98843;
}

.swiper-container {
    overflow: visible;
}

