#content {
    display: flex;
    flex-direction: column;

}

.ld-hd {
    height: 33px;
    width: 100%;
    background-color: var(--custom-47901B);
    padding-left: var(--desktop-padding);
    z-index: 999999999999999;
    position: fixed;
    right: 0;
    left: 0;

}

.ld-hd-inner {
    max-width: var(--max-width);
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;

}

.ld-hd-inner-con {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ld-hd-inner-icon {
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-hd-inner-icon>img {
    height: 100%;
    width: 100%;
}

.ld-hd-inner-tle {
    color: white;
    font-family: "DMSans-Regular";
    font-size: 14px;
}

.hnd-burger {
    height: 34px;
    width: 34px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding-top: 8px;
    justify-content: center;
    background-color: red;
}

.nav-cont {
    position: fixed;
    z-index: 999999999999;
    backdrop-filter: blur(194px);
    right: var(--desktop-padding);
    left: var(--desktop-padding);
    top: 53px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--custom-F2F2F2);
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: white;
    max-width: var(--max-width);
    margin: auto;
}

.site-logo {
    width: 124.55px;
    height: 48.32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo>img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.ste-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.ste-nav-itm {
    height: 29px;
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid var(--custom-F2F2F2);
    color: var(--custom-050505);
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ste-nav-itm:hover {
    background-color: var(--custom-rgba1);
}

.ste-nav-itm-active {
    border: 1px solid var(--custom-47901B);
    background-color: var(--custom-rgba1);
    color: var(--custom-47901B) !important;
}

.nav-cont-wrapper {
    width: 100%;
    padding-top: 24px;
    background: linear-gradient(180deg, rgba(236, 245, 230, 0.1) 0%, #EDFFE0 100%);
    padding-bottom: var(--mobile-padding);
    padding-left: var(--desktop-padding);
    padding-right: var(--desktop-padding);
}

.donate-btn {
    height: 48px;
    padding-left: 69px;
    padding-right: 69px;
    background-color: var(--custom-47901B);
    border-radius: 8px;
    font-family: "DMSans-Medium";
    color: white;
    font-family: "DMSans-Medium";
}

.nav-cont-sect {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.hero-img {
    height: 360px;
    max-width: var(--max-width);
    margin: auto;
    overflow: hidden;
    border-top-right-radius: 64px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 132px;
}

.hero-img>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.wlc-sct {
    max-width: var(--max-width);
    margin: auto;
    margin-top: 24px;
    /* display: flex;
    justify-content: space-between; */
    padding-bottom: 64px;
    gap: 20px;
    background-image: url('/assets/images/back-logo.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 400px;
}

.wlc-sct-hd {
    font-size: 62px;
    font-family: "DMSans-Bold";
    color: black;
}

.wlc-sct-hd-inner {
    color: var(--custom-47901B);
}

.wlc-sct-tle {
    line-height: 31.9px;
    font-size: 22px;
    font-weight: 400;
    font-family: "DMSans-Regular";
    color: var(--custom-626D7D);
    margin-top: 12px;
}

.wlc-sct-btn-ctn {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.wlc-sct-btn-ctn>button {
    white-space: nowrap;
    height: 57px;
    font-size: 16px;
}

.wlc-sct-btn-ct-dn {

    padding-left: 69px;
    padding-right: 69px;
    color: white;
    background-color: var(--custom-47901B);
    border-radius: 8px;

    font-family: "DMSans-Medium";
}

.wlc-sct-btn-ct-gi {
    background-color: var(--custom-ECF5E6);
    padding-left: 65.5px;
    padding-right: 65.5px;
    color: var(--custom-47901B);
    font-family: "DMSans-Bold";
}

.wlc-sct-one {
    max-width: 700px;
}

.dou-check-img {
    width: 321.54px;
    margin-top: 91.24px;
    height: 185.34px;
    flex-shrink: 0;
    display: block;
}

.dou-check-img>img {
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.banner {
    height: 28px;
    width: 100%;
    background-image: url('/assets/images/banner.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.detail-item-container {
    background-color: white;
    padding-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 103px;
    padding-right: var(--desktop-padding);
    padding-left: var(--desktop-padding);
}

.detail-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: var(--max-width);
    margin: auto;
    gap: 67px;
}

.detail-item-rv {
    flex-direction: row-reverse;
}

.detail-item-wrapper {
    width: 500px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;

}

.detail-item-wrapper-rv {
    justify-content: end;
}

.detail-item-img {
    height: 416px;
    width: 464px;
    overflow: hidden;
    flex-shrink: 0;
    border-top-right-radius: 42px;


}

.detail-item-img-rv {
    border-radius: 0;
    border-top-left-radius: 42px;
}

.detail-item-img>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detail-item-sct-two {
    flex: 1;
    white-space: wrap;
    position: relative;

}

.detail-item-sct-two-item,
.detail-item-sct-two-item-end {
    position: relative;
    height: 130px;
    margin-bottom: 16px;

}

.detail-item-sct-two-item-end {
    height: 280px;
}

.detail-item-sct-two-item-cont {
    background-color: var(--custom-F5EDE6);
    width: 75%;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0px;
}

.detail-item-sct-two-tle {
    font-size: 43px;
    line-height: 67px;
    font-family: "DMSans-Bold";
    color: var(--custom-030303);
    position: relative;
    top: 0;
    left: 0;
    z-index: 900999;
    padding-left: 11px;
    margin-bottom: 16px;
    overflow: visible;
}

.detail-item-sct-two-tle-ind-one,
.detail-item-sct-two-tle-ind-two,
.detail-item-sct-two-tle-ind-three {
    width: 423px;
    height: 67px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.detail-item-sct-two-tle-ind-one {
    background-color: var(--custom-F5EEE6);
}

.detail-item-sct-two-tle-ind-two {
    background-color: var(--custom-E6F1F5);
}

.detail-item-sct-two-tle-ind-three {
    background-color: var(--custom-F5E6F2);
}

.detail-item-sct-two-item-stle {
    font-size: 18px;
    padding-left: 11px;
    line-height: 28.8px;
    color: var(--custom-626D7D);
    font-family: "DMSans-Regular";
}

.detail-item-img-chk {
    position: absolute;
    width: 93.49px;
    height: 53.89px;
    right: 0px;
    top: 0px;
}

.detail-item-img-chk-rv {
    left: 0px;
}

.our-strag-sect-wrapper {
    background-color: var(--custom-F4F9FA);
    padding-left: var(--desktop-padding);
    /* padding-right: var(--desktop-padding); */

}



.our-strag-sect-cont {
    padding-bottom: 44px;
    padding-top: 24px;
    max-width: var(--max-width);
    margin: auto;

}

.our-strag-hd {
    font-size: black;
    font-family: "DMSans-Regular";
    font-size: 28px;
    line-height: 40.6px;
}

.our-strag-item {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 32px;
    background-color: white;
    padding-left: 5px;
    padding-top: 16px;
    padding-right: 56px;
    /* padding-bottom: 96px; */
    width: 484px;
    margin-top: 16px;
    height: 260px;
}

.our-strag-item-icon {
    height: 32px;
    width: 32px;
    margin-left: 11px;
    margin-bottom: 16px;
}

.our-strag-item-icon>img {
    height: 100%;
    width: 100%;
}

.our-strag-item-content {
    height: 67px;
    width: 423px;
    background-color: var(--custom-ECF5E6);
}

.our-strag-item-tle {
    font-size: 22px;
    font-family: "DMSans-Bold";
    color: var(--custom-030303);
margin-bottom: 16px;
    padding-left: 11px;
}

.our-strag-item-desc {
    font-size: 16px;
    font-family: "DMSans-Regular";
    color: var(--custom-626D7D);
    font-family: "DMSans-Regular";
    /* white-space: nowrap; */
    overflow: visible;
    line-height: 24.8px;
    padding-left: 11px;
}

.our-strag-item-cont {
    overflow-x: visible;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.image-gal-wrapper {
    background-color: white;
    padding-top: 98px;
    padding-bottom: 72px;
    padding-left: var(--desktop-padding);
    padding-right: var(--desktop-padding);
}

.image-gal-cont {
    max-width: var(--max-width);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 16px;
}

.image-gal-item>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.resource-sect-wrapper {
    background-color: var(--custom-FCFBFB);
    padding-left: var(--desktop-padding);
}

.wtwwu-sect {
    background-color: white;
    padding-left: var(--desktop-padding);
    padding-right: var(--desktop-padding);
}

.wtwwu-sect-cont {
    max-width: var(--max-width);
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 76px;
    padding-bottom: 116px;
    gap: 20px;
}

.wtwwu-sect-cont-hd {
    font-family: "DMSans-Bold";
    font-size: 28px;
    color: black;
}

.wtwwu-sect-cont-tle {
    color: var(--custom-626D7D);
    font-size: 18px;
    font-family: "DMSans-Regular";
}

.wtwwu-btn {
    height: 57px;
    font-family: "DMSans-Regular";
    color: white;
    background-color: var(--custom-47901B);
    padding-left: 69px;
    padding-right: 69px;
    font-size: 16px;
    border-radius: 8px;
    white-space: nowrap;
    ;
}


.foot-sect-one {
    padding-top: 35px;
    padding-bottom: 36px;
    width: 100%;
    background-color: var(--custom-ECF5E6);

}

.foot-logo {
    width: 124.55px;
    height: 48.32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}

.foot-logo>img {
    height: 100%;
    width: 100%;
}

.foot-logo-tle {
    font-size: 18px;
    color: var(--custom-030303);
    font-family: "DMSans-Medium";
    font-size: 18px;
    margin-bottom: 16px;
}

.foot-logo-stle {
    font-size: 18px;
    color: var(--custom-626D7D);
    font-family: "DMSans-Medium";
    font-size: 12px;
}

.foot-sect-one-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 350px;
    margin: auto;
    text-align: center;
    text-align: center;
}

.foot-sect-two {
    width: 100%;
    height: 50px;
    background-color: var(--custom-47901B);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.foot-sect-two>a {
    color: var(--custom-FEFBFB);
}

.foot-sect-two-itm {
    height: 10px;
    width: 1px;
    flex-shrink: 0;
    background-color: var(--custom-ACAAAA);
}

.foot-sect-one {
    background-image: url('/assets/images/footer-image.svg'), url('/assets/images/footer-image.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 300px, 300px;
}


.nav-icon2,
.mb-logo-cont {
    display: none;
}


.nav-icon2,
.nav-icon2-mobile {
    width: 23px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: var(--custom-47901B);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
    top: 0px;
}

.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
    top: 7px;
}

.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
    top: 14px;
}

.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 3px;
}

.nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 3px;
}

.nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 11px;
}

.nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 11px;

}

/* .nav-menu {
    position: fixed;
    bottom: 0px;
    inset: 120px var(--mobile-padding) 0 var(--mobile-padding);
    height: max-content;
    top: 120px;
    top: -100%;
    gap: 0;
    height: max-content;
    padding: 12px 16px;
    background-color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-family: 'Inter-Regular';
    font-size: 14px;
    gap: 8px;
    width: 100%;
    transition: 0.3s;
    z-index: 9999999999;
    box-shadow: 12px 12px 40px 0px var(--custom-rgba5);

} */


.nav-menu {
    position: fixed;
    left: var(--mobile-padding);
    right: var(--mobile-padding);
    bottom: 0;
    top: -100%;
    width: calc(100% - 2 * var(--mobile-padding));
    /* Fix width issue */
    height: max-content;
    padding: 12px 16px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-family: 'Inter-Regular';
    font-size: 14px;
    gap: 8px;
    transition: 0.3s;
    z-index: 9999999999;
    box-shadow: 12px 12px 40px 0px var(--custom-rgba5);
}


.nav-menu.active {
    top: 120px;
}

.nav-site-logo {
    width: 79px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-site-logo>img {
    width: 100%;
    height: 100%;
}

.nav-menu-cont {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nav-menu-cont>a {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--custom-050505);
    border: 1px solid var(--custom-F2F2F2);
    font-family: "DMSans-Medium";
}

.active-mb-nav {
    background-color: var(--custom-rgba2);
    border: 1px solid var(--custom-47901B) !important;
    color: var(--custom-47901B) !important;

}


.mb-donate-btn {
    height: 48px;
    width: 100%;
    background-color: var(--custom-47901B);
    font-size: 16px;
    font-family: "DMSans-Medium";
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-sct {
    margin-top: 185px;
    background-image: url('/assets/images/footer-image.svg'), url('/assets/images/back-logo.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center right;
    background-size: 300px, 400px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.our-work-img {
    width: 100%;
    height: 360px;
    border-radius: 8px 64px 8px 8px;
    overflow: hidden;
}

.our-work-img>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.srhr-br {
    display: none;
}

.wwa-tle-cont {
    position: relative;
}

.wwa-tle-ind,
.os-tle-ind {
    height: 67px;
    width: 423px;
    background-color: var(--custom-F2E6F5);
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 0;
}


.os-tle-ind {
    background-color: var(--custom-E6F1F5);
}

.wwa-tle-ind {
    background-color: var(--custom-F2E6F5);
}

.wwa-tle {
    position: relative;
    z-index: 1;
    padding-left: 11px;
    color: var(--custom-030303);
    font-family: "DMSans-Bold";
    font-size: 48px;
    line-height: 67.2px;
    margin-bottom: 32px;
}

.wwa-wrapper {
    padding-top: 100px;
    padding-bottom: 81px;
}

.os-wrapper, .ot-section {
    padding-bottom: 105px;
}


.wwa-wrapper,
.os-wrapper,
.ot-section,.omov-wrapper {
    padding-left: var(--desktop-padding);
    padding-right: var(--desktop-padding);
}

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

.abt-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding-left: 96px;
}

.abt-card-icon {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}

.abt-card-icon>img {
    height: 100%;
    width: 100%;
}

.abt-card-tle {
    color: var(--custom-626D7D);
    font-family: "DMSans-Regular";
    font-size: 18px;
}

.ot-section-cont {
    max-width: 754px;
    margin: auto;
}

.ot-tle-cont {
    position: relative;
    margin-left: 100px;
}

.ot-ind {
    background-color: var(--custom-F5EEE6);
    height: 67px;
    width: 423px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ot-tle {
    position: relative;
    z-index: 1;;
    font-size: 48px;
    font-family: "DMSans-Bold";
    color: var(--custom-030303);
    margin-bottom: 41px;
    padding-left: 11px;
    line-height: 67.2px;
}

.ot-stle {
color: var(--custom-626D7D);
font-family: "DMSans-Regular";
font-size: 22px;
}

.omov-wrapper {
    padding: 50px var(--desktop-padding) 43px var(--desktop-padding);
    background-color: var(--custom-F4F9FA);
}

.omov-cont {
    max-width: var(--max-width);
    display: flex;
    flex-direction: row;
    gap: 76px;
}

.omov-cont-card-one, .omov-cont-card-two {
    background-color: white;
    border-top-right-radius: 32px;
    padding: 24px 32px;
    height: max-content;
}

.omov-cont-card-one {
    border-top-right-radius: 32px;
}


 .omov-cont-card-two {
    border-top-left-radius: 32px;
    margin-top: 80px;
}

.omov-cont-card-icon {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}

.omov-cont-card-icon>img {
    height: 100%;
    width: 100%;
}

.omov-cont-card-tle {
    line-height: 67.2px;
    color: var(--custom-030303);
    font-family: "DMSans-Bold";
    font-size: 48px;
    width: 100%;
    margin-left: -11px;
    padding-left: 11px;
    background-color: var(--custom-ECF5E6);
    margin-bottom: 15px;
    height: 67px;
}

.omov-cont-card-desc {
    font-size: 18px;
    color: var(--custom-626D7D);
    font-family: "DMSans-Regular";
    line-height: 28.8px;
}

@media only screen and (max-width: 1274px) {
    .srhr-br {
        display: block;
    }
}

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


    .detail-item-sct-two-tle {
        font-size: 25px;
        line-height: 40px;

    }

    .detail-item-sct-two-tle-ind-one,
    .detail-item-sct-two-tle-ind-two,
    .detail-item-sct-two-tle-ind-three {
        width: 200px;
        height: 40px;
    }



    .wlc-sct-tle {
        font-size: 19px;
        line-height: 26.1px;
    }

    .detail-item-wrapper {
        width: 360px;
    }


    .detail-item-img {
        height: 216px;
        width: 324px;

    }

    .detail-item-img-rv {
        border-radius: 0;
        border-top-left-radius: 42px;
    }

    .detail-item {
        display: flex;
        gap: 30px;
    }

    .detail-item-container {
        /* background-color: white;
    padding-top: 38px;
    display: flex;
    flex-direction: column; */
        gap: 55px;
        /* padding-bottom: 153px;
    padding-right: var(--desktop-padding);
    padding-left: var(--desktop-padding); */
    }

}


@media only screen and (max-width: 952px) {
    .donate-btn {
        height: 35px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ste-nav-itm {
        height: 25px;
        font-size: 12px;
        padding-right: 12px;
        padding-left: 12px;
        justify-content: center;
    }

    .wlc-sct-hd {
        font-size: 50px;
    }

    .detail-item-sct-two-tle {
        font-size: 25px;
        line-height: 40px;
    }

    .wlc-sct-tle {
        font-size: 19px;
        line-height: 26.1px;
    }

    .detail-item-wrapper {
        width: 360px;
    }


    .detail-item-img {
        height: 216px;
        width: 324px;

    }

    .detail-item-img-rv {
        border-radius: 0;
        border-top-left-radius: 42px;
    }

    .detail-item {
        display: flex;
        gap: 30px;
    }


    .omov-cont {
        flex-direction: column;
        gap: 24px;
    }
    .detail-item-container {
        /* background-color: white;
    padding-top: 38px;
    display: flex;
    flex-direction: column; */
        gap: 55px;
        /* padding-bottom: 153px;
    padding-right: var(--desktop-padding);
    padding-left: var(--desktop-padding); */
    }

}

@media only screen and (max-width: 822px) {
    .detail-item {
        flex-direction: column;
        gap: 30px;
    }

    .omov-cont-card-two {
        margin-top: 0px;
    }

    .detail-item-wrapper {
        width: 100%;

    }

    .detail-item-img {
        height: 316px;
        width: 100%;


    }
}

@media only screen and (max-width: 756px) {
    .dou-check-img {
        display: none;
    }
}

@media only screen and (max-width: 789px) {
    .donate-btn {
        height: 35px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ste-nav-itm {
        height: 25px;
        font-size: 12px;
        padding-right: 12px;
        padding-left: 12px;
        justify-content: center;
    }
}

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

    .wwa-tle-ind, .os-tle-ind {
    width: 100%;
    left: 0;
    right: -16px;
    }

    .nav-icon2,
    .mb-logo-cont {
        display: block;
    }

    .nav-cont-sect {
        display: none;
    }

    .hero-img {
        height: 173px;
        margin-top: 110px;
    }


    .ld-hd {
        height: 28px;

    }


    .ld-hd-inner-con {
        gap: 4px;
    }

    .ld-hd-inner-icon {
        height: 12px;
        width: 12px;
    }

    .ld-hd-inner-tle {
        font-size: 12px;
    }

    .nav-cont {
        top: 40px;
    }

    .nav-cont-wrapper {
        padding-top: 21px;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
    }

    .nav-cont {
        right: var(--mobile-padding);
        left: var(--mobile-padding);
    }

    .wlc-sct-btn-ctn {
        flex-direction: column;
    }

    .wlc-sct-hd {
        font-size: 32px;
        font-family: "DMSans-Bold";
        color: black;
    }

    .wlc-sct {
        max-width: var(--max-width);
        margin-top: 16px;
        padding-bottom: 16px;
        gap: 12px;
    }

    .wlc-sct-tle {
        line-height: 26.1px;
        font-size: 18px;
        margin-top: 12px;
    }

    .wlc-sct-btn-ctn {
        gap: 12px;
        margin-top: 16px;
    }

    .banner {
        height: 24px;
    }

    .detail-item-container {
        /* background-color: white;
        padding-top: 38px;
        display: flex;
        flex-direction: column;
       
        padding-bottom: 153px; */
        padding: var(--mobile-padding);
        gap: 34px;
    }

    .detail-item {
        flex-direction: column-reverse;
        gap: 34px;
    }

    .detail-item-img-chk {
        width: 93.49px;
        height: 53.89px;
        top: -20px;
    }

    .our-strag-sect-wrapper {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);

    }

    .our-strag-sect-cont {
        padding-bottom: 36px;
        padding-top: 16px;
    }


    .image-gal-wrapper {
        padding-top: 32px;
        padding-bottom: 22px;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
    }

    .image-gal-cont {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 0px;
    }

    .resource-sect-wrapper,
    .wtwwu-sect,
    .wwa-wrapper,
    .os-wrapper,
    .ot-section, .omov-wrapper {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
    }

    .wwa-wrapper {
        padding-top: 30px;
        padding-bottom: 37px;
    }

    .wtwwu-sect-cont {
        max-width: var(--max-width);
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .wtwwu-btn {
        height: 57px;
        padding: 0;
        width: 100%;
    }

    .wtwwu-sect-cont-hd {
        margin-bottom: 12px;
    }


    .wlc-sct {
        background-position: right top;
        background-size: 200px;
    }

    .our-strag-item-desc {
        margin-top: 16px;
    }

    .ld-hd {
        background-color: var(--custom-47901B);
        padding-left: var(--mobile-padding);

    }

    .hero-img {
        border-top-right-radius: 17.42px;
        border-top-left-radius: 2.18px;
        border-bottom-right-radius: 2.18px;
        border-bottom-left-radius: 2.18px;
    }

    .abt-sct {
        margin-top: 120px;
    }

    .our-work-img {
        height: 173px;
        margin-top: 16px;
        border-radius: 2.18px 17.42px 2.18px 2.18px;
    }

    .wwa-tle {
        font-size: 28px;
        line-height: 40.6px;
        margin-bottom: 32px;
    }

    .abt-card {
        padding-left: 0px;
    }

    .ot-ind {
       width: 100%;
    }

    .os-wrapper, .ot-section {
        padding-bottom: 80px;
    }

    .ot-stle {
        font-size: 16px;
        }

        .ot-tle-cont {
            margin-left: 0px;
        }

        .ot-tle {
            font-size: 28px;
            line-height: 40.6px;
        }

        .omov-cont-card-tle {
            line-height: 40.6px;
            font-size: 28px;
            padding-left: 11px;
            margin-bottom: 12px;
        }
}