.container {
    margin-inline: auto;
    padding-inline: 0;
    max-width: 1200px;
    width: 95%;
}
.land-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}
.land-item .inner {
    margin-inline-start: calc(var(--container-offset-negative) / 2);
}
.landing-section-revamp .swiper-custom-pagination {
    bottom: 0;
    padding-block: 5px;
    border-radius: 40px 40px 0 0 ;
    background-color: #F8F8F8;
    position: absolute;
}
.swiper-custom-pagination.normal span{
    border: 1px solid #481F66;
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: transparent;
    transition: .4s;
}
.swiper-custom-pagination.normal span.swiper-pagination-bullet-active{
    background-color:#481F66;
}
.btn-lg {
    padding-inline: 40px;
}
.projects-almost-done-section .box {
    border-radius: 50px;
}
.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .4s;
    padding: 8px 20px;
    font-size: 14px;
}
.projects-almost-done-section .box {
    padding-inline-start: 50px;
}
.project_item_std .custom-btn {
    font-size: 12px;
    font-weight: 600;
    padding-block: 4px;
}
.project_item_std .btm-bx {
    border-top: 1px solid #D9DADB;
    margin-top: 10px;
}
.project_item_std .fig .img {
    height: 140px;
}
.projects-almost-done-section .right-side {
    max-width: 230px;
}
.projects-almost-done-section .right-side .custom-btn {
    font-size: 12px;
    gap: 5px;
    padding-inline: 15px;
}
.lbl-slider-new,
.lbl-slider-new .swiper-slide {
  height: 170px !important;
}
.building-info-section .swiper-slide {
  animation: bounce 0.5s ease-in-out infinite alternate;
}
.building-info-section .zxx {
    margin-top: -20px;
}
.building-info-section .zxx .x1 {
    margin-top: -60px;
}
.building-info-section  .zcx .custom-btn {
    padding-inline: 60px;
}
.apply-help-section .bg {
    background: #0000004A;
}
.apply-help-section .custom-btn {
    padding: 7px 80px;
    font-size: 18px;
}
.apply-help-section .box {
    padding: 150px 114px;
}
.foot-col.foot-2 {
    max-width: 400px;
}
.landing-slider-revamp .land-item .inner{
    transition: 1s;
    opacity: 0;
    transform: translateY(50px);
}
.landing-slider-revamp .swiper-slide-active .inner {
    transform: translateY(0);
    opacity: 1;
}
.mobile-menu-modal-revamp .user-bx-btn {
    border: 1px solid var(--main-color);
    padding-block: 5px;
}
.mobile-menu-modal-revamp .fig {
    width: 56px;
}
.mobile-menu-modal-revamp .more-tt:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--main-color);
}
.mobile-menu-modal-revamp.active .more-tt:after{
    animation: full-width 1s forwards;
    animation-delay: .5s;
}
@keyframes full-width {
    to {
        width: 100%;
    }
}
.mobile-menu-modal-revamp .more-link-bx-itm:before {
    content: '_';
}
.mobile-menu-modal-revamp .mob-langs-bx .lang-lnk-mo:not(.active) {
    opacity: 0.5;
}
.open-menu-mo.active {
    background-image: url(../images/x-purple.svg);
}
.main-header .box2 .logo:after {
    content: none;
}
header.transparent-header .cart-icon-link {
    background-image: url(../images/cart-new.svg);
}
[opened-modal="mobile-menu"] .main-header .box2 .logo img {
    opacity: 1;
}
.mobile-menu-modal-revamp {
    align-items: baseline;
    opacity: 1;
    height: 0;
}
.mobile-menu-modal-revamp .modal-content {
    height: calc(100svh - var(--header-height));
    top: var(--header-height);
    padding-bottom: 40px;
}
.mobile-menu-modal-revamp .modal-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #D9DADB;
    transition: 1s;
}
.mobile-menu-modal-revamp.active {
    height: 100%;
}
.mobile-menu-modal-revamp.active .modal-content:before {
    width: 100%;
}
.mobile-menu-modal-revamp .to-up-trans {
    transition: .9s;
    transform: translateY(100px);
    opacity: 0;
    position: relative;
}
.mobile-menu-modal-revamp.active .to-up-trans {
    transform: translateY(0%);
    opacity: 1;
}
.quick-donation-section .left-side .amount-box {
    border: 1px solid #fff;
    padding: 30px 20px;
    width: 230px;
}
.quick-donation-section .left-side .amount-box .--amount-val {
    font-size: 20px;
    width: 65px;
    height: 37px;
}
.quick-donation-section .left-side .amount-box .--inc-btn {
    background-image: url(../images/plus-white.svg);
}
.quick-donation-section .left-side .left-ss-actions {
    margin-top: -17px;
}
.quick-donation-section .normal-radio-control span {
    background: rgb(246 245 255 / 20%);
    font-size: 12px;
}
.quick-donation-section .normal-radio-control span:before {
    width: 16px;
    height: 16px;
}
.quick-donation-section .normal-radio-control :checked + span {
    background-color: #F8F8F8;
    color: var(--main-color);
}
.quick-donation-section .normal-radio-control :checked + span:before {
    border-color: var(--main-color);
    border-width: 4px;
}
.add-project-item-box-with-img {
    min-height: 328px;
}
.page-banner-header {
    height: 175px;
}
.checkout-revamp-section .box .right-side {
    width: 210px;
}
.checkout-revamp-section .box .center-side {
    min-width: 531px;
}
.checkout-revamp-section .box .left-side {
    max-width: 290px;
}
.cart-flex-revamp {
    background-color: #F8F8F8;
}
.cart-item-revamp_std .img-item{
    border: 1px solid #000;
}
.cart-flex-revamp .cart-item-revamp_std {
    padding-block: 7px;
}
.cart-flex-revamp .cart-item-revamp_std:not(:first-of-type) {
    border-top: 1px solid #D9DADB;
}
.form-control {
    border: 0.48px solid #D9DADB;
    color: #000;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}
.form-control-lbl {
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #262D33;
}
.checkout-pay-input input {
    display: none;
}
.checkout-pay-input .checkout-pay-input__box {
    border-radius: 14px;
    border: 0.52px solid #BCBFC2;
    height: 76px;
    padding: 10px;
    width: 125px;
    cursor: pointer;
    transition: .4s;
}
.checkout-pay-input .checkout-pay-input__box:hover {
    border-color: var(--main-color);
}
.checkout-pay-input :checked + .checkout-pay-input__box {
    background-color: #481f6617;
    border-color: var(--main-color);
}
.checkout-revamp-section,.cart-page-section {
    margin-top: -90px;
}
.checkout-revamp-section .cc-ll .cc-img {
    position: relative;
    top: 5px;
}
[login-ajax-box].active [login-ajax-step1],
[login-ajax-box] [after-login-ajax] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
[login-ajax-box].active [after-login-ajax] {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.loading-ajax {
    position: relative;
    overflow: hidden;
}
.loading-ajax:before {
    content: '';
    z-index: 13;
    width: 100%;
    height: 100%;
    background-color: #ffffffc9;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center;
    top: 0;
    left: 0;
    position: absolute;
}
.login-man-welcome {
    position: absolute;
    left: -190px;
    bottom: -160px;
    width: 500px;
    transform: rotate(15deg);
    pointer-events: none;
}
.left-side-2[login-ajax-box].active  {
    width: 250px;
}
.after-login-ajax .change-btn-xzcaq {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.banner-image-title-section .bg {
    background: #00000033;
}
.build_proj_std .btn {
    font-size: 11px;
    height: 26px;
}
.top-project-revamp-section .container{
    border-bottom: 1px solid #000;
}
.right_filters_box_std .transparent-input,
.right_filters_box_std .filter-box__sorting .select2-container .select2-selection--single .select2-selection__rendered,
.right_filters_box_std .selected-country-val2,
.right_filters_box_std .range-slide-input {
    font-size: 12px;
}
.right_filters_box_std  .filter-box__lbl {
    font-size: 12px;
    line-height: 1;
}
.right_filters_box_std .range-slide-input {
    padding-inline-start: 5px;
}
.right_filters_box_std .range-slide-input-box {
    padding-inline: 0 5px;
}
.box-radio-control input {
    display: none;
}
.box-radio-control span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262D33;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px 6px;
    transition: .4s;
    cursor: pointer;
}
.box-radio-control :checked + span {
    background: var(--main-color);
    color: #fff;
}
.add-project-3-new-section .flt-lbl {
    position: absolute;
    top: 0;
    left: 70px;
    border-radius: 0 0 12px 12px;
}
.lang-en .add-project-3-new-section .flt-lbl {
    right: 70px;
    left: auto;
}
.orphan-details-revamp-section .upper-lbl {
    position: absolute;
    bottom: 20px;
}
.progress-revamp {
    position: relative;
    width: 80px;
    height: 80px;
    scale: .6;
    
}

.progress-revamp .progress-ring {
    transform: rotate(-90deg);
    transform-origin: center;
}

.progress-revamp .progress-circle {
    fill: none;
    stroke: #9567C6; /* Purple color */
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 251.2; /* Full circumference (2 * π * r) */
    stroke-dashoffset: calc(251.2 - (251.2 * 78) / 100); /* Adjust for percentage */
    transition: stroke-dashoffset 0.5s ease;
}

.progress-revamp .progress-bg {
    fill: none;
    stroke: transparent;
    stroke-width: 8;
}

.progress-revamp .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.orphan-details-revamp-section .logs-box-orphan-page .logs-box-orph-page {
    max-height: 290px;
}
.orphan-details-revamp-section .reports-box-orphan-page {
    max-height: 355px;
}
.checkout-revamp-section .wallet-item {
    padding: 15px;
    border: 1px solid #481f66b3;
}
.checkout-revamp-section .wallet-item .head {
    padding-bottom: 0;
}
.checkout-revamp-section .wallet-item .edit-btn-visa {
    font-size: 10px;
}
.checkout-revamp-section .add-visa-item {
    height: 111px;
}
.checkout-revamp-section .wallets-bx ~  .csu-head {
    padding-bottom: 15px;
}
.project_item_std_badges  {
    align-items: end;
}
.project_item_std_badges span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    border-radius: 4px;
}
.project_item_std_badge-red {
    background-color: #ED1856;
}
.project_item_std_badge-blue {
    background: #00BDE9B2;
}
.project_item_std_badge-green {
    background: #00BF8D;
}
.completed_project_item_std .progress-current {
    background-color: #00BF8D;
}
.f-600-i {
    font-weight: 600!important;
}
.project_item_std .amount-box .--amount-val{
    width: 60px;
}
.project_item_std .upr-bx {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.project_item_std .bottom-all {
    padding-top: 10px;
}
.box-proj-exist-page-btn {
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    min-width: 190px;
}
.cart-page-section .box {
    width: 100%;
    max-width: 880px;
}
@media (max-width: 1200px) {
    .search-form-active .main-header .main-links a {
        font-size: 14px;
    }
}
@media (max-width: 1180px) and (min-width: 1025px) {
    .projects-list-section .box .result-box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1024px) {
    .open-menu-mo {
        background: url(../images/menu-new.svg) no-repeat;
        background-size: 17px;
        background-position: center;
    }
    .main-header {
        border-radius: 0;
        padding-block: 15px;
        background-color: #fff;
    }
    .main-header .logo img {
        width: 42px;
    }
    .btn-top-filters {
        background-color: var(--main-color)!important;
    }
    .checkout-revamp-section .box .right-side,
    .checkout-revamp-section .box .center-side,
    .checkout-revamp-section .box .left-side{
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .checkout-revamp-section .box .left-side {
        order: -1;
    }
    .checkout-revamp-section .left-side-2 .mob-bbbb {
        border-top: 1px solid #939699;
    }
    .cart-item-revamp_std .img-item {
        width: 56px;
        height: 52px;
    }
    .cart-flex-revamp .cart-item-revamp_std {
        padding-block: 10px;
    }
    .checkout-revamp-section .tttt{
        border-top: 1px solid #D9DADB;
    }
    .checkout-revamp-section .cc-ll .cc-img {
        position: absolute;
        left: -30px;
        bottom: 0;
    }
    .lang-en .checkout-revamp-section .cc-ll .cc-img {
        left: auto;
        right: -30px;
    }
    .checkout-revamp-section .center-side-down .cc-rr {
        width: 100%;
        padding-inline-end: 100px;
    }
    .left-side-2[login-ajax-box].active .after-login-ajax {
        padding-block: 20px 300px;
    }
    .login-man-welcome {
        /* position: relative; */
        /* transform: rotate(15deg) translate(100px, -130px); */
        /* width: 740px; */
    }
    .banner-image-title-section .img {
        height: 200px;
    }
    .add-project-3-new-section .right-side .img {
        height: 288px;
        border-radius: 18px;
    }
    .add-project-3-new-section .right-side .flflf {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }
    .add-project-3-new-section .flt-lbl {
        font-size: 8px;
        left: 10px;
        padding: 7px 10px;
    }
    .lang-en .add-project-3-new-section .flt-lbl {
        left: auto;
        right: 10px;
    }
    .filters-side .filter-box__wrapper {
        width: 100%;
        padding-inline: 20px;
        border-radius: 25px 25px 0 0;
        padding-bottom: 80px;
    }
    .filters-side .filter-box__wrapper .p-side-20 {
        padding-inline: 0;
    }
    .filters-side .sticky-filters-close-box {
        position: fixed;
        width: 100%;
        left: 0;
        padding: 10px 20px;
        bottom: 0;
        background: #fff;
        z-index: 11;
        box-shadow: 0px -1px 7px 2px #0000001a;
    }
}
@media (max-width: 776px) {
    .container {
        width: 100%;
    }
    .landing-section-revamp .swiper-custom-pagination {
        border-radius: 0;
        padding-block: 10px 0;
        background-color: transparent;
        position: relative;
    }
    .swiper-custom-pagination.normal span {
        width: 11px;
        height: 11px;
    }
    .landing-section-revamp .swiper-custom-pagination span.swiper-pagination-bullet-active,
    .swiper-custom-pagination.long-mo span.swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 60px;
    }
    .know-kaaf-section .btn-blue {
        font-size: 14px;
        padding: 6px 20px;
    }
    .projects-almost-done-section .box {
        border-radius: 19px;
        padding: 0;
        padding-bottom: 80px;
    }
    .projects-almost-done-section .right-side {
        max-width: 100%;
    }
    .projects-revamp-slider {
        padding-inline-start: 30px;
        padding-inline-end: 10px;
    }
    .projects-revamp-slider .swiper-slide {
        width: 283px;
    }
    .project_item_std .fig .img {
        height: 180px;
    }
    .project_item_std .fig .tt1 {
        font-size: 14px;
        font-weight: 600;
    }
    .project_item_std .btm-bx {
        margin-top: 14px;
        padding-top: 14px;
    }
    .project_item_std .zzxc1,
    .project_item_std .zzxc1 {
        font-size: 11px;
    }
    .project_item_std .custom-btn {
        font-weight: 600;
        font-size: 14px;
    }
    .lbl-slider-new .fff img {
        width: 46px;
    }
    .lbl-slider-new, .lbl-slider-new .swiper-slide {
        height: 130px!important;
    }
    .building-info-section .bx-img {
        width: 240px;
    }
    .building-info-section .zxx .x1 {
        line-height: 1.2;
        margin-top: -40px;
    }
    .apply-help-section .box {
        border-radius: 24px;
        padding-block: 60px 30px;
        padding-inline: 40px;
    }
    .ceo-section .box {
        background-color: #fff;
        border-radius: 15px;
        padding: 24px 24px 20px 24px;
        height: 100%;
    }
    .ceo-section .ceo-slider {
        padding-inline: 30px 10px;
    }
    .ceo-section .right {
        padding-top: 0;
        padding-inline-start: 0;
        min-height: auto;
    }
    .ceo-section .left {
        flex-direction: row-reverse;
        justify-content: start;
        width: calc(100% + 48px);
        margin-inline-start: -24px;
        padding-inline-start: 24px;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #70707063;
    }
    .--quote-img {
        width: 140px;
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
    }
    .lang-en .--quote-img {
        left: auto;
        right: 0;
    }
    .quick-donation-section .box {
        padding: 30px;
        border-radius: 14px;
    }
    .build_proj_std {
        border-radius: 15px;
        padding-bottom: 13px;
    }
    .build_proj_std .ttxq1 {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .build_proj_std .dd21 {
        font-size: 8px;
    }
    .build_proj_std .btn {
        font-size: 8px;
    }
    .top-project-revamp-section .container {
        border-bottom: 0;
    }
    .new-projects-list-section .tt1s .ii {
        width: 17px;
    }
    .btns-box .bbbb1 {
        background-color: transparent;
        color: var(--main-color);
        text-decoration: underline;
    }
    .orphan-details-revamp-section .right .main-img {
        height: 314px;
    }
    .orphan-details-revamp-section .logs-box-orphan-page {
        background-color: transparent;
    }
    .landing-slider-revamp .land-item .inner {
        padding-top: 60px;
    }
    [quick-donation-section] [donation-actions] {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        padding-inline: 40px;
    }
    [quick-donation-section] [donation-actions] .left-side-inner{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }
    .quick-donation-section .left-side .amount-box {
        padding: 4px 20px;
        width: 100%;
    }
    .quick-donation-section .left-side .left-ss-actions {
        margin-top: 15px;
    }
    .add-new-proj-item-sticky-mo {
        position: sticky;
        top: var(--header-height);
        background-color: #f8f8f8;
        z-index: 1;
    }
    .project_item_std .zzxc1 {
        font-size: 12px;
    }
    .project_item_std .p-side-10 {
        padding-inline: 30px;
    }
}