@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Libre+Caslon+Display&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy', 'roboto', 'serif', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
}

body {
    overflow-x: hidden;
    /*background-color: #74BB45;*/
}

/* navbar css start */
.close-icon {
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1051;
}

@media (min-width: 992px) {
    .close-icon {
        display: none;
    }
}

/* navbar css end */

.ngoheading {
    background-color: #fff;
    padding-top: 28px;
}

.ngoheading h1 {
    font-size: xx-large;
    font-weight: 600;
    text-align: center;
    color: #0a5d94;
}

.ngoheading h1::before,
.ngoheading h1::after {
    content: "";
    width: 140px;
    height: 8px;
    background-image: url("../images/doted-dash.png");
    color: #800000;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    border-radius: 2px;
}

.contact-bar {
    width: 100%;
    height: 40px;
    background-color: #74BB45;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 70px;
}

.cont-bar-cont span {
    background-color: #077C48;
    border-radius: 50px;
    padding: 9px;
    color: #fff;
}

.cont-bar-cont span i {
    cursor: pointer;
}

.cont-bar-cont a:hover {
    color: #ecc731;
}

.cont-bar-cont span i:hover {
    color: #ecc731;
}

.modal-content {
    width: 60%;
    align-items: center;
    margin-left: 100px
}

.qr-img {
    text-align: center;
}

.contact-bar a {
    text-decoration: none;
    color: #fff;
}

.logo-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 41px;
    padding-right: 50px;
    background-color: #fff;
}

/* .logo img{
    width: 764px;#F68632
} */
.donate {
    width: 225px;
    display: flex;
    height: 50px;
    justify-content: space-between;
    border-radius: 27px;
    align-items: center;
    background-color: #F68632;
}

.donate-input {
    width: 160px;
    height: 46px;
    border-radius: 27px 0 0 27px;
    margin-left: 2px;
    border: none;
}

.rupay {
    font-size: 1.9rem;
    padding-right: 25px;
}

.item-container {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
    color: #FFF;
    gap: 35px;
    font-size: 1.4rem;
    font-weight: bold;
}
.item-container li a{
    text-decoration: none;
    color: #FFF;
}

.item-container .nav-item:hover {
    color: #ecc731;
}

.nav-bar {
    background-color: #74BB45;
}

/* .line::after {
    content: " ";
    border-right: 2px solid #fff;
} */

/* index page css start */

/* .slider-container {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.slider-container img {
    width: 100%;
    height: auto;
} */

.slider-container h1 {
    position: absolute;
    top: 187px;
    color: #fff;
    padding-left: 145px;
    padding-right: 628px;
}

/* vision css start */

.vision-cont {
    background-color: #74BB45;
}

.vision-row {
    padding: 30px 40px;
}

.content33 {
    background-color: gray;
}

.vis-content1{
    text-align: center;
}
.vis-content2 div img{
    padding: 0 20px;
}

.vis-content1 h3 {
    padding: 35px;
    font-size: -webkit-xxx-large;
}

.vis-content1 p {
    font-size: 1.5rem;
    padding-top: 15px;
}
.vis-content2 div{
    display: flex;
}
.vis-content2 h3 {
    padding: 10px;
    font-size: 2rem;
}

.vis-content2 div p {
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-top: 11px;
}
.img-col2{
    height: 100%;
}
.box-shadow{
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

/* .separator{
    width: 100%;
    height: 30px;
    background-color: #fff;
} */



/* vision  end */

/* team css start */

/*.team-img-container {*/
/*    display: flex;*/
/*}*/


.team-row{
    padding: 1px 178px;
}
.team-container{
    max-width: 94%;
    margin: auto;
}
.team-card{
    margin-top: 7px;
}

.team-card-body{
    flex: 1 1 auto;
    padding: 7px;
}

/* team css end */

.heading {
    text-align: center;
    padding: 30px;
    font-size: 2.2rem;
}

.card-container {
    width: 100%;
    background-color: #fbfaf8;
}

.col1 {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid rgb(207 202 202);
}

.content {
    height: auto;
    /* align-content: center; */
    padding: 0 25px;
    position: relative;
}

.content p a {
    text-decoration: none;
    color: gray;
}

.content p i {
    padding-right: 10px;
    cursor: pointer;
}

.content p a:hover,
.content p i:hover {
    color: #ecc731;
}

.content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 45px;
    padding-top: 50px;
}

.content h4 {
    font-family: 'Bell MT', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #EBC631;
    font-style: italic;
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 10px;
}

.content h5 {
    padding-bottom: 25px;
    color: #fff;
    cursor: pointer;
}


.content span {
    position: absolute;
    top: 31px;
    right: 49px;
}

.card-row {
    padding: 40px 105px;
}

.heading2 {
    text-align: center;
    padding-top: 20px;
    font-size: 2.2rem;
}


.cont-flud2 {
    /*background-color: #74BB45;*/
}

.image-card-row {
    padding-left: 115px;
    padding-right: 40px;
    margin: 40px 0;
}

.image-card-row1 {
    margin: 40px 200px;
    background-color: #fff;
}

.content-2 h4 {
    font-size: 1.5rem;
    font-weight: 300;
}

.content-2 p {
    font-size: 0.9rem;
    font-weight: 500;
    padding-top: 20px;
}

.img-col {
    object-fit: cover;
    overflow: hidden;
}

.img-col img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.img-col img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider-container2 {
    width: 100%;
    align-content: center;
    height: 520px;
    background-image: url("../images/slider2.jpg");
}

.text-container {
    padding-right: 770px;
    color: #fff;
    padding-left: 110px;
}

.text-container span:first-child {
    font-size: 2.5rem;
    font-weight: 200;
    color: #cdc6c6;
}

.text-container span:nth-child(2) {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.7rem;
}

.text-container p {
    padding: 25px 0;
    font-size: 0.9rem;
    color: #ddd8d8;
}

.but {
    color: #ecc731;
    border: 2px solid #ecc731;
    background-color: transparent;
    padding: 7px 10px;
    font-size: 0.9rem;
}

.but:hover {
    color: #fff;
    background-color: #ecc731;
}

.heading span:first-child {
    font-weight: 300;
}

.heading span:nth-child(2) {
    font-weight: 800;
}

/* .card-col-4 .heading{
    position: relative;
}
.cont-flud4 span:nth-child(2)::after{
    content: " ";
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: -2px;
    background: #ecc731;
} */

.cont-flud44 {
    background-color: #fbf5f3;
    text-align: center;
    padding: 20px 187px;
}

.cont-flud44 .para {
    font-size: 1.4rem;
    color: #5e5454;
}

.card-row .content p {
    color: #696666;
    font-size: 1rem;
}

.card-row-4 {
    padding: 40px 106px;
}

.img-cont {
    object-fit: cover;
    overflow: hidden;
}

.card-col-4 h3 {
    font-size: 1.5rem;
    padding-bottom: 15px;
    font-weight: 300;
}

.card-col-4 img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.card-col-4 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.card-col-4 P {
    padding: 15px 0;
    padding: 15px 0;
    font-size: 0.9rem;
}

.card-col-4 .buttons {
    padding: 5px 9px;
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent;
}

.card-col-4 .buttons:hover {
    color: #fff;
    background-color: #524e4e;
}

.content-box {
    background-image: url("../images/card-image.jpg");
}

.content-box p {
    padding: 39px;
    font-family: 'Candara', 'Cambria', 'Cochin', Georgia, Times, 'Times New Roman', 'serif';
    font-style: italic;
    color: #948f90;
    font-size: 1.2rem;
    text-indent: 62px;
}

.row-content {
    padding: 20px 100px;
    text-align: center;
}

.row-cont-col a {
    text-decoration: none;
    font-size: 0.9rem;
    color: gray;
}

.donation-heading span {
    font-weight: 300;
}

/* card css start */

.card-slider-cont {
    max-width: 95%;
    margin: auto;
}

.card-slider-cont h4::before,
.card-slider-cont h4::after {
    content: "";
    width: 80px;
    height: 5px;
    background-image: url("../images/doted-dash2.png");
    color: #800000;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    border-radius: 2px;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-card {
    flex: 0 0 auto;
    width: 250px;
    height: auto;
    margin-right: 0.5rem;
    transition: opacity 0.3s ease;
}

.card-body div:first-child {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}

.card-body div:nth-child(2) {
    font-size: 1.1rem;
}

.card-body div:nth-child(3) {
    font-size: 0.9rem;
}

.card-body div:nth-child(3) a {
    font-size: 0.9rem;
    text-decoration: none;
}

.card-body div:nth-child(4) {
    font-size: 0.9rem;
}

.card-body div:nth-child(4) a {
    font-size: 0.9rem;
    text-decoration: none;
}
.nature-container{
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    background-color: #fff;
}


@media (max-width: 576px) {
    .slider-card {
        width: 100%;
    }

    .slider-controls {
        text-align: center;
        margin-top: 1rem;
    }
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    margin-top: 1rem;
}

/* card css end */

/* image-gallery css start */

.g-img-container{
    background-color: #fbf5f3;
    padding-bottom: 50px;
}
.image-gallery-row{
    max-width: 85%;
    margin: auto;
}
.gall-img{
    object-fit: cover;
    overflow: hidden;
    margin-top: 20px;
}
.gall-img img{
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.gall-img img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* image-gallery css end */

.card-title {
    font-size: 1rem;
}

.pdf-container {
    background-color: #fbf5f3;
}


.pdf-row {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-bottom: 35px;
}
.pdf-row li{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    background-color: #fff;
}

.pdf-title {
    padding-bottom: 5px;
}

.pdf-content h5 {
    font-size: 1rem;
    color: #4c4949;
}
.pdf-content img{
    filter: blur(0.8px);
}

.pdf-container h3 {
    padding-top: 20px;
}

.pdf-container h3::before,
.pdf-container h3::after {
    content: "";
    width: 80px;
    height: 5px;
    background-image: url("../images/doted-dash2.png");
    color: #800000;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    border-radius: 2px;
}


.cont-row {
    padding: 0 60px;
    margin-bottom: 50px;
}

.cont-us {
    text-align: center;
    align-items: center;
    align-content: center;
    padding-top: 20px;
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Bell MT', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}

.cont-content h4 {
    font-size: 1.3rem;
    padding-top: 15px;
    color: #3e3b3b;
}



.cont-content a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #212529;
}

.cont-content a:hover {
    color: #f2aa30;
}

.number-cont {
    display: grid;
    grid-template-columns: 1fr 1fr,
        1fr 1fr;
}

/* footer css start */

footer {
    background-color: #32312f;
    color: gray;
}

.footer-container {
    padding: 80px;
}

.gallery-cont img {
    padding: 5px 5px;
}



.footer-logo-container {
    display: flex;
    color: gray;
    gap: 24px;
    padding-left: 24px;
    font-size: 1.5rem;
}

.footer-logo-container li {
    list-style: none;
    cursor: pointer;
}

.footer-logo-container i:hover {
    color: #ecc731;
}

.search-bar {
    display: flex;
    border: 2px solid gray;
    width: 308px;
    margin-top: 30px;
}

.search-bar input {
    padding: 8px 20px;
    background: transparent;
    border: none;
}

.search-bar button {
    border: 2px solid #EBC631;
    background: transparent;
    padding: 9px 18px;
    font-size: 14px;
    color: #EBC631;
}

.search-bar button:hover {
    color: #fff;
    background-color: #EBC631;
}